procps-ng: update to 3.3.12
This commit is contained in:
parent
779c576f85
commit
35ab110746
2 changed files with 4 additions and 6 deletions
|
@ -2115,7 +2115,7 @@ libmediaart-2.0.so.0 libmediaart2-1.9.0_1
|
||||||
libgegl-0.3.so.0 gegl3-0.3.0_1
|
libgegl-0.3.so.0 gegl3-0.3.0_1
|
||||||
libgegl-npd-0.3.so gegl3-0.3.0_1
|
libgegl-npd-0.3.so gegl3-0.3.0_1
|
||||||
libgegl-sc-0.3.so gegl3-0.3.0_1
|
libgegl-sc-0.3.so gegl3-0.3.0_1
|
||||||
libprocps.so.5 procps-ng-3.3.11_1
|
libprocps.so.6 procps-ng-3.3.12_1
|
||||||
libskarnet.so.2.3 skalibs-2.3.7.0_1
|
libskarnet.so.2.3 skalibs-2.3.7.0_1
|
||||||
libtidy.so.5 libtidy5-5.1.25_1
|
libtidy.so.5 libtidy5-5.1.25_1
|
||||||
libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
|
libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'procps-ng'
|
# Template file for 'procps-ng'
|
||||||
pkgname=procps-ng
|
pkgname=procps-ng
|
||||||
version=3.3.11
|
version=3.3.12
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
|
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
|
||||||
--libdir=/usr/lib --disable-kill --enable-watch8bit
|
--libdir=/usr/lib --disable-kill --enable-watch8bit
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="https://gitlab.com/procps-ng/procps"
|
homepage="https://gitlab.com/procps-ng/procps"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Production/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Production/${pkgname}-${version}.tar.xz"
|
||||||
checksum=e9493169a2d2adc0bc045538707310c8e877b385e4e296143b62607d2bb044ed
|
checksum=6ed65ab86318f37904e8f9014415a098bec5bc53653e5d9ab404f95ca5e1a7d4
|
||||||
|
|
||||||
conf_files="/etc/sysctl.conf"
|
conf_files="/etc/sysctl.conf"
|
||||||
|
|
||||||
|
@ -21,8 +21,6 @@ post_extract() {
|
||||||
sed -i 's,ncursesw/ncurses.h,ncurses.h,g' watch.c
|
sed -i 's,ncursesw/ncurses.h,ncurses.h,g' watch.c
|
||||||
}
|
}
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# printf %Lu is not portable.
|
|
||||||
sed -i 's,%Lu,%llu,g' top/top.c proc/{sysinfo,readproc}.c
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue