[arch-commits] Commit in libgtop (gnome-unstable trunk/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Oct 11 22:02:47 UTC 2009


    Date: Sunday, October 11, 2009 @ 18:02:46
  Author: jgc
Revision: 55087

Merge gnome-unstable

Modified:
  libgtop/trunk/PKGBUILD
Deleted:
  libgtop/gnome-unstable/

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-11 22:01:27 UTC (rev 55086)
+++ trunk/PKGBUILD	2009-10-11 22:02:46 UTC (rev 55087)
@@ -2,28 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libgtop
-pkgver=2.26.1
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="A library that read information about processes and the running system"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('glib2>=2.20.1' 'libxau' 'texinfo')
+depends=('glib2>=2.21.4' 'libxau' 'texinfo')
 makedepends=('intltool')
 install=libgtop.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
 options=('!libtool')
 url="http://www.gnome.org/"
-md5sums=('49fe5c91a6bbc103a0a05c6854a6cc11')
+sha256sums=('22a9c6241c5a65e267a995a4a60ba483dcc629a4873e746b463e6eb6466975b3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static \
-	      --with-libgtop-smp --with-libgtop-inodedb \
-	      --with-linux-table || return 1
+      --localstatedir=/var --disable-static \
+      --with-libgtop-smp || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
-
-  rm -f "${pkgdir}/usr/share/info/dir"
-  gzip -9nf ${pkgdir}/usr/share/info/*
 }




More information about the arch-commits mailing list