[arch-commits] Commit in libgtop (gnome-unstable gnome-unstable/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Wed Aug 12 13:09:24 UTC 2009
Date: Wednesday, August 12, 2009 @ 09:09:24
Author: jgc
Revision: 49561
Update to 2.27.3:
- Remove old unused options
- Remove info page handling from PKGBUILD, makepkg does this.
Added:
libgtop/gnome-unstable/
Modified:
libgtop/gnome-unstable/PKGBUILD
----------+
PKGBUILD | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-08-12 13:00:30 UTC (rev 49560)
+++ gnome-unstable/PKGBUILD 2009-08-12 13:09:24 UTC (rev 49561)
@@ -2,28 +2,24 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=libgtop
-pkgver=2.26.1
+pkgver=2.27.3
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.27/${pkgname}-${pkgver}.tar.bz2)
options=('!libtool')
url="http://www.gnome.org/"
-md5sums=('49fe5c91a6bbc103a0a05c6854a6cc11')
+sha1sums=('8f04bd003e0ff8da2ed78708ccdf8e6bde150448')
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