diff --git a/pisi-index.xml b/pisi-index.xml index 58cd8491f3..a1b0518a83 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -36414,6 +36414,72 @@ + + + htop + http://htop.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + app:gui + util.admin + Visionneur de processus pour Linux + An interactive process viewer for Linux + Linux için etkileşimli bir süreç izleyici + htop est un visionneur de processus en mode texte. Il a pour but de surpasser 'top'. + htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'. + htop, metin kipinde çalışan etkileşimli, 'top' türevi bir süreç izleyicidir. + htop + http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz + + ncurses-devel + gettext-devel + + + desktop_tr.patch + + util/admin/htop/pspec.xml + + + htop + + ncurses + + + /usr/bin + /usr/share/man + /usr/share/doc + /usr/share/applications + /usr/share/pixmaps + + + + + 2014-06-17 + 1.0.3 + Version bump + Kamil Atlı + burakerturk@pisilinux.org + + + 2013-12-31 + 1.0.2 + Release bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-01-31 + 1.0.2 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + inxi diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 8e0c91d17b..8b42b8c80d 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -1cb170dd25b81a0d96e787bff1999ae3ed9faff7 \ No newline at end of file +b3bef5ed60871dad2922f2e525c9899d33434974 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index d173500d02..f5c348a83f 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 33a02c2044..ddd2a6543b 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -ec72b10562cb9d04adb750f00e7c8e533fa81018 \ No newline at end of file +1acf8f67af4001afef82b40ef820ce403ff32444 \ No newline at end of file diff --git a/util/admin/htop/actions.py b/util/admin/htop/actions.py new file mode 100644 index 0000000000..28dceb8984 --- /dev/null +++ b/util/admin/htop/actions.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +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") + +def build(): + autotools.make("-j1") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README") diff --git a/util/admin/htop/files/desktop_tr.patch b/util/admin/htop/files/desktop_tr.patch new file mode 100644 index 0000000000..301620e9b5 --- /dev/null +++ b/util/admin/htop/files/desktop_tr.patch @@ -0,0 +1,8 @@ +diff -Nur htop-0.7-old/htop.desktop htop-0.7/htop.desktop +--- htop-0.7-old/htop.desktop 2008-01-06 00:55:17.000000000 +0200 ++++ htop-0.7/htop.desktop 2008-01-06 00:56:03.000000000 +0200 +@@ -10,3 +10,4 @@ + Icon=htop + Categories=ConsoleOnly;System;Application; + GenericName=Process Viewer ++GenericName[tr]=Süreç İzleyici diff --git a/util/admin/htop/pspec.xml b/util/admin/htop/pspec.xml new file mode 100644 index 0000000000..e915999ba2 --- /dev/null +++ b/util/admin/htop/pspec.xml @@ -0,0 +1,64 @@ + + + + + htop + http://htop.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + htop + app:console + app:gui + An interactive process viewer for Linux + htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'. + http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz + + ncurses-devel + gettext-devel + + + desktop_tr.patch + + + + + htop + + ncurses + + + /usr/bin + /usr/share/man + /usr/share/doc + /usr/share/applications + /usr/share/pixmaps + + + + + + 2014-06-17 + 1.0.3 + Version bump + Kamil Atlı + burakerturk@pisilinux.org + + + 2013-12-31 + 1.0.2 + Release bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-01-31 + 1.0.2 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + diff --git a/util/admin/htop/translations.xml b/util/admin/htop/translations.xml new file mode 100644 index 0000000000..e0fef30315 --- /dev/null +++ b/util/admin/htop/translations.xml @@ -0,0 +1,10 @@ + + + + htop + Linux için etkileşimli bir süreç izleyici + Visionneur de processus pour Linux + htop, metin kipinde çalışan etkileşimli, 'top' türevi bir süreç izleyicidir. + htop est un visionneur de processus en mode texte. Il a pour but de surpasser 'top'. + +