Merge pull request #8715 from 4fury-c3440d8/master

htop-3.0.1, strace-5.8
This commit is contained in:
Rmys
2020-09-12 09:31:38 +00:00
committed by GitHub
11 changed files with 85 additions and 42 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<PISI>
<Source>
<Name>qterminal</Name>
<Homepage>https://github.com/lxqt/qterminal</Homepage>
<Homepage>https://github.com/lxqt/qterminal</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
+1 -1
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>sdl2-mixer</Name>
<Homepage>http://www.libsdl.org/projects/SDL2_mixer/</Homepage>
<Homepage>http://www.libsdl.org/projects/SDL_mixer/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
+6 -4
View File
@@ -1,17 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# 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 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")
--enable-unicode \
--enable-cgroup")
def build():
autotools.make("-j1")
@@ -19,4 +21,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+11 -3
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>htop</Name>
<Homepage>http://htop.sourceforge.net/</Homepage>
<Homepage>https://github.com/htop-dev/htop</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -14,8 +14,9 @@
<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="201f793f13dce2448e36047079875b9bd5bba75a" type="targz">http://hisham.hm/htop/releases/2.0.2/htop-2.0.2.tar.gz</Archive>
<Archive sha1sum="5bbd6a29b77302b5793c311e72a13b6a424a557e" type="targz">https://dl.bintray.com/htop/source/htop-3.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
@@ -39,6 +40,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-09-11</Date>
<Version>3.0.1</Version>
<Comment>Community version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-09-09</Date>
<Version>2.0.2</Version>
+2 -2
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pisitools
@@ -14,5 +14,5 @@ def install():
pisitools.dobin("inxi")
pisitools.doman("inxi.1")
pisitools.dodoc("inxi.changelog")
pisitools.dosym("/usr/bin/inxi", "/usr/share/kde4/apps/konversation/scripts/inxi")
+12 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>inxi</Name>
@@ -8,13 +8,13 @@
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Packager>
<License>GPLv1</License>
<License>GPLv3</License>
<IsA>app:console</IsA>
<Summary>script to get system information</Summary>
<Description>script to get system information</Description>
<Archive sha1sum="2266ded3a89a23d33a4c30221ee3d19b85387f31" type="targz">https://github.com/smxi/inxi/archive/3.0.20-1.tar.gz</Archive>
<Archive sha1sum="f75464beae2b69550adffeb54adaf5804999df15" type="targz">https://github.com/smxi/inxi/archive/3.1.06-1.tar.gz</Archive>
<Patches>
<!-- <Patch level="1">distro-pisilinux.patch</Patch> -->
<!-- <Patch level="1">distro-pisilinux.patch</Patch> -->
</Patches>
</Source>
@@ -29,9 +29,16 @@
</Package>
<History>
<Update release="6">
<Date>2020-09-11</Date>
<Version>3.1.06.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="5">
<Date>2018-09-09</Date>
<Version>3.0.2</Version>
<Version>3.0.20.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
+12 -10
View File
@@ -5,25 +5,27 @@
# 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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
shelltools.export("JOBS", get.makeJOBS().replace("-j5", "-j1"))
def setup():
# autotools.autoreconf("-vif")
autotools.configure("--disable-static --enable-sdl --with-zlib")
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib -L", sourceDir = '..')
def build():
autotools.make()
shelltools.cd("build")
cmaketools.make()
cmaketools.make("docs")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# Extract and install shipped man pages
#shelltools.system("tar xvf docs/zziplib-manpages.tar")
for manp in shelltools.ls("man3"):
pisitools.doman("man3/%s" % manp)
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dohtml("docs/*.htm*")
shelltools.cd("..")
pisitools.dodoc("ChangeLog", "COPYING.LIB", "README", "TODO", "docs/COPYING*", "docs/README.SDL")
+26 -11
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>zziplib</Name>
@@ -13,20 +13,27 @@
<License>ZLIB</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>libZ-based ZIP-access Library</Summary>
<PartOf>util.archive</PartOf>
<Summary>libZ-based ZIP-access Library.</Summary>
<Description>
zziplib provides read access to zipped files in a zip-archive, using compression based solely on free algorithms provided by zlib.
The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access.
</Description>
<Archive sha1sum="147ab9bef172f2b41544adfd19daa506256d83b7" type="tarbz2">https://sourceforge.net/projects/zziplib/files/zziplib13/0.13.68/zziplib-0.13.68.tar.bz2</Archive>
<Archive sha1sum="c03f539c8a6fe5f1b39db4b5d4646d869f78bdd6" type="targz">
https://github.com/gdraheim/zziplib/archive/v0.13.71.tar.gz
</Archive>
<BuildDependencies>
<Dependency>libsdl-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>python3</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>aalib-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>docbook-xml</Dependency>
<Dependency>libsdl-devel</Dependency>
<Dependency>libsdl2-devel</Dependency>
</BuildDependencies>
<Patches>
<!--
<Patch level="1">dont-build-docs.patch</Patch>
<Patch level="1">zziplib-0.13.59-multilib.patch</Patch>
-->
<!-- <Patch level="1">dont-build-docs.patch</Patch> -->
</Patches>
</Source>
@@ -39,6 +46,7 @@
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
@@ -48,11 +56,11 @@
<RuntimeDependencies>
<Dependency release="current">zziplib</Dependency>
<Dependency>libsdl-devel</Dependency>
<Dependency>libsdl2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man/man3</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
@@ -68,6 +76,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-06-23</Date>
<Version>0.13.71</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="4">
<Date>2019-10-31</Date>
<Version>0.13.68</Version>
+2 -2
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
@@ -21,4 +21,4 @@ def check():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "CREDITS", "NEWS", "README", "README-linux-ptrace",)
pisitools.dodoc("ChangeLog", "COPYING", "CREDITS", "NEWS", "README", "README-linux-ptrace",)
+11 -2
View File
@@ -12,13 +12,15 @@
<IsA>app:console</IsA>
<Summary>Tracks and displays system calls associated with a running process</Summary>
<Description>strace intercepts and records the system calls called and received by a running process. strace can print a record of each system call, its arguments and its return value.</Description>
<Archive sha1sum="c7d2a8f9d48a70792fafab77cb2e63fa7f976d6c" type="tarxz">https://strace.io/files/4.21/strace-4.21.tar.xz</Archive>
<Archive sha1sum="0e60844b68a6097d46053488facbd3c40484af27" type="tarxz">https://strace.io/files/5.8/strace-5.8.tar.xz</Archive>
<BuildDependencies>
<Dependency>libaio-devel</Dependency>
<Dependency>libunwind-devel</Dependency>
<Dependency>kernel-headers</Dependency>
<Dependency>kernel-module-headers</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">strace-fix-ftbfs.patch</Patch> -->
<!--<Patch level="1">strace-fix-ftbfs.patch</Patch>-->
</Patches>
</Source>
@@ -35,6 +37,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-09-11</Date>
<Version>5.8</Version>
<Comment>Kernel bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2020-08-13</Date>
<Version>4.21</Version>
+1 -1
View File
@@ -44,6 +44,6 @@
<Comment>First release.</Comment>
<Name>Hasan Basri</Name>
<Email>hbasria@pisilinux.org</Email>
</Update>
</Update>
</History>
</PISI>