diff options
author | piernov <piernov@piernov.org> | 2011-09-28 21:01:33 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-28 21:01:33 +0200 |
commit | be444ae806ad1ded756f6c54693b56085ae2cf56 (patch) | |
tree | cc6de31b08b7284b9834924277abd7f19bb7b25a /extra | |
parent | 13e402fb5c6df6fc8dc84dc8120125875921e013 (diff) | |
download | nutyx-extra-be444ae806ad1ded756f6c54693b56085ae2cf56.tar.gz nutyx-extra-be444ae806ad1ded756f6c54693b56085ae2cf56.tar.bz2 nutyx-extra-be444ae806ad1ded756f6c54693b56085ae2cf56.tar.xz nutyx-extra-be444ae806ad1ded756f6c54693b56085ae2cf56.zip |
libgtop 2.28.4-1 màj port
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libgtop/.footprint.i686 | 4 | ||||
-rw-r--r-- | extra/libgtop/.md5sum.i686 | 2 | ||||
-rw-r--r-- | extra/libgtop/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | extra/libgtop/Pkgfile | 28 |
4 files changed, 21 insertions, 15 deletions
diff --git a/extra/libgtop/.footprint.i686 b/extra/libgtop/.footprint.i686 index ed251695f..c6c1fbc76 100644 --- a/extra/libgtop/.footprint.i686 +++ b/extra/libgtop/.footprint.i686 @@ -44,6 +44,8 @@ drwxr-xr-x root/root usr/include/libgtop-2.0/glibtop/ -rw-r--r-- root/root usr/include/libgtop-2.0/glibtop_server.h -rw-r--r-- root/root usr/include/libgtop-2.0/libgtopconfig.h drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/girepository-1.0/ +-rw-r--r-- root/root usr/lib/girepository-1.0/GTop-2.0.typelib -rw-r--r-- root/root usr/lib/libgtop-2.0.a -rwxr-xr-x root/root usr/lib/libgtop-2.0.la lrwxrwxrwx root/root usr/lib/libgtop-2.0.so -> libgtop-2.0.so.7.2.0 @@ -71,6 +73,8 @@ drwxr-xr-x root/root usr/lib/libgtop/examples/ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libgtop-2.0.pc drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/gir-1.0/ +-rw-r--r-- root/root usr/share/gir-1.0/GTop-2.0.gir drwxr-xr-x root/root usr/share/info/ -rw-r--r-- root/root usr/share/info/libgtop2.info.gz drwxr-xr-x root/root usr/share/locale/ diff --git a/extra/libgtop/.md5sum.i686 b/extra/libgtop/.md5sum.i686 index 1a2ff6622..7fe6c2a06 100644 --- a/extra/libgtop/.md5sum.i686 +++ b/extra/libgtop/.md5sum.i686 @@ -1 +1 @@ -994c299b6dba330524a67ea45776b3ab libgtop-2.28.1.tar.bz2 +c8aee3c9bde9033303147e993aa1b932 libgtop-2.28.4.tar.xz diff --git a/extra/libgtop/.md5sum.x86_64 b/extra/libgtop/.md5sum.x86_64 index 1a2ff6622..7fe6c2a06 100644 --- a/extra/libgtop/.md5sum.x86_64 +++ b/extra/libgtop/.md5sum.x86_64 @@ -1 +1 @@ -994c299b6dba330524a67ea45776b3ab libgtop-2.28.1.tar.bz2 +c8aee3c9bde9033303147e993aa1b932 libgtop-2.28.4.tar.xz diff --git a/extra/libgtop/Pkgfile b/extra/libgtop/Pkgfile index 50a6091dc..3c68174c8 100644 --- a/extra/libgtop/Pkgfile +++ b/extra/libgtop/Pkgfile @@ -1,26 +1,28 @@ -# Description: library that fetches information about the running system +# Description: Bibliothèque permettant de récupérer des informations à propos du système lancé # URL: http://www.gnu.org/directory/libs/LibGTop.html -# Maintainer: Matt Housh, jaeger at morpheus dot net -# Packager: thierryn1 at hispeed dot ch -# Depends on: intltool +# Maintainer: NuTyX GNOME team +# Packager: b at juglas dot name +# Depends on: intltool, gobject-introspection # Run on: name=libgtop -version=2.28.1 +version=2.28.4 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ - --infodir=/usr/share/info + --infodir=/usr/share/info \ + --disable-gtk-doc \ + --with-libgtop-smp \ + --with-x make make DESTDIR=$PKG install + install -v -m755 -d $PKG/usr/lib/libgtop/examples - install -v -m755 examples/.libs/* \ - $PKG/usr/lib/libgtop/examples - rm $PKG/usr/share/info/dir - rm -r $PKG/usr/share/gtk-doc - + install -v -m755 examples/.libs/* $PKG/usr/lib/libgtop/examples + + rm -rf $PKG/usr/share/info/dir + rm -rf $PKG/usr/share/gtk-doc } - |