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

Ionut Biru ibiru at archlinux.org
Sat Apr 23 20:45:46 UTC 2011


    Date: Saturday, April 23, 2011 @ 16:45:46
  Author: ibiru
Revision: 120401

update to 2.28.3

Modified:
  libgtop/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-23 19:04:39 UTC (rev 120400)
+++ PKGBUILD	2011-04-23 20:45:46 UTC (rev 120401)
@@ -2,18 +2,18 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libgtop
-pkgver=2.28.2
+pkgver=2.28.3
 pkgrel=1
 pkgdesc="A library that read information about processes and the running system"
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('glib2>=2.26' 'libxau' 'texinfo')
-makedepends=('intltool')
+depends=('glib2' 'libxau' 'texinfo')
+makedepends=('intltool' 'gobject-introspection')
 install=libgtop.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
 options=('!libtool')
 url="http://www.gnome.org/"
-sha256sums=('49958d7da1f76b257bfd0d557d8ed2b218a5ab0d31b59fed1c32ddf2a1529f5d')
+sha256sums=('2c866bd14b3cd78f78504cfb65baa105d62b8085c90e433ab9db97e050efea42')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,5 +21,9 @@
       --localstatedir=/var --disable-static \
       --with-libgtop-smp
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list