libgtop ver. bum
This commit is contained in:
@@ -6,15 +6,24 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
autotools.configure("--disable-static \
|
||||
--enable-gtk-doc")
|
||||
|
||||
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
# autotools.install()
|
||||
|
||||
pisitools.dodoc("TODO", "README", "NEWS", "ChangeLog", "AUTHORS")
|
||||
pisitools.dodoc("README", "NEWS", "ChangeLog", "AUTHORS")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>System monitoring library</Summary>
|
||||
<Description>libgtop is a library to get system specific data such as CPU and Memory Usage and information about running processes.</Description>
|
||||
<Archive sha1sum="5e0cdf1d986ec5d4ce0b244bdcded7de1a93149a" type="tarxz">mirrors://gnome/libgtop/2.40/libgtop-2.40.0.tar.xz</Archive>
|
||||
<Archive sha1sum="859ca0d637fc22b9f17d36348cabff1eb2ba2f4d" type="tarxz">mirrors://gnome/libgtop/2.41/libgtop-2.41.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>yelp-devel</Dependency>
|
||||
@@ -28,7 +28,7 @@
|
||||
<Dependency>libXau</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
@@ -60,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-01-16</Date>
|
||||
<Version>2.41.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-29</Date>
|
||||
<Version>2.40.0</Version>
|
||||
@@ -68,4 +75,4 @@
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user