diff --git a/util/admin/htop/actions.py b/util/admin/htop/actions.py index 66643c72a6..1dcc9f817b 100644 --- a/util/admin/htop/actions.py +++ b/util/admin/htop/actions.py @@ -4,16 +4,13 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - shelltools.system("sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure") - autotools.configure("--enable-taskstats \ - --enable-unicode \ - --enable-cgroup") + autotools.autoreconf("-fiv") + autotools.configure() def build(): autotools.make("-j1") @@ -21,4 +18,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS") diff --git a/util/admin/htop/pspec.xml b/util/admin/htop/pspec.xml index d6ad4b0afa..51fbd0513e 100644 --- a/util/admin/htop/pspec.xml +++ b/util/admin/htop/pspec.xml @@ -3,43 +3,53 @@ htop - https://github.com/htop-dev/htop + https://htop.dev/ PisiLinux Community admins@pisilinux.org - GPLv2 + GPL-2 htop app:console - app:gui - An interactive process viewer for Linux + An interactive process viewer for Linux. htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'. - https://dl.bintray.com/htop/source/htop-3.0.1.tar.gz + https://github.com/htop-dev/htop/archive/refs/tags/3.1.1.tar.gz python3 + libcap-devel ncurses-devel gettext-devel + libunwind-devel + lm_sensors-devel - + htop + libcap ncurses - + libunwind + /usr/bin + /usr/share /usr/share/man /usr/share/doc - /usr/share/applications - /usr/share/pixmaps + + 2021-10-17 + 3.1.1 + Version bump. + fury + uglyside@yandex.ru + 2020-09-11 3.0.1