htop build in pisi2.0
This commit is contained in:
@@ -36414,6 +36414,72 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>htop</Name>
|
||||
<Homepage>http://htop.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>util.admin</PartOf>
|
||||
<Summary xml:lang="fr">Visionneur de processus pour Linux</Summary>
|
||||
<Summary xml:lang="en">An interactive process viewer for Linux</Summary>
|
||||
<Summary xml:lang="tr">Linux için etkileşimli bir süreç izleyici</Summary>
|
||||
<Description xml:lang="fr">htop est un visionneur de processus en mode texte. Il a pour but de surpasser 'top'.</Description>
|
||||
<Description xml:lang="en">htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.</Description>
|
||||
<Description xml:lang="tr">htop, metin kipinde çalışan etkileşimli, 'top' türevi bir süreç izleyicidir.</Description>
|
||||
<Icon>htop</Icon>
|
||||
<Archive type="targz" sha1sum="261492274ff4e741e72db1ae904af5766fc14ef4">http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>desktop_tr.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>util/admin/htop/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>htop</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ncurses</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-06-17</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-12-31</Date>
|
||||
<Version>1.0.2</Version>
|
||||
<Comment>Release bump</Comment>
|
||||
<Name>Burak Fazıl Ertürk</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-01-31</Date>
|
||||
<Version>1.0.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>inxi</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1cb170dd25b81a0d96e787bff1999ae3ed9faff7
|
||||
b3bef5ed60871dad2922f2e525c9899d33434974
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
ec72b10562cb9d04adb750f00e7c8e533fa81018
|
||||
1acf8f67af4001afef82b40ef820ce403ff32444
|
||||
@@ -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")
|
||||
@@ -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
|
||||
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>htop</Name>
|
||||
<Homepage>http://htop.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>htop</Icon>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>An interactive process viewer for Linux</Summary>
|
||||
<Description>htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.</Description>
|
||||
<Archive sha1sum="261492274ff4e741e72db1ae904af5766fc14ef4" type="targz">http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>desktop_tr.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>htop</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ncurses</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-06-17</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-12-31</Date>
|
||||
<Version>1.0.2</Version>
|
||||
<Comment>Release bump</Comment>
|
||||
<Name>Burak Fazıl Ertürk</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-01-31</Date>
|
||||
<Version>1.0.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>htop</Name>
|
||||
<Summary xml:lang="tr">Linux için etkileşimli bir süreç izleyici</Summary>
|
||||
<Summary xml:lang="fr">Visionneur de processus pour Linux</Summary>
|
||||
<Description xml:lang="tr">htop, metin kipinde çalışan etkileşimli, 'top' türevi bir süreç izleyicidir.</Description>
|
||||
<Description xml:lang="fr">htop est un visionneur de processus en mode texte. Il a pour but de surpasser 'top'.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user