[arch-commits] CVS update of extra/lib/gnome-python (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Mar 12 21:18:52 UTC 2008


    Date: Wednesday, March 12, 2008 @ 17:18:52
  Author: jgc
    Path: /home/cvs-extra/extra/lib/gnome-python

Modified: PKGBUILD (1.35 -> 1.36)

upgpkg: gnome-python 2.22.0-1
    GNOME 2.22


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


Index: extra/lib/gnome-python/PKGBUILD
diff -u extra/lib/gnome-python/PKGBUILD:1.35 extra/lib/gnome-python/PKGBUILD:1.36
--- extra/lib/gnome-python/PKGBUILD:1.35	Tue Dec 25 14:34:57 2007
+++ extra/lib/gnome-python/PKGBUILD	Wed Mar 12 17:18:52 2008
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD,v 1.35 2007/12/25 19:34:57 jgc Exp $
+# $Id: PKGBUILD,v 1.36 2008/03/12 21:18:52 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Sarah Hay <sarah at archlinux.org>
 
 pkgname=gnome-python
-pkgver=2.20.1
+pkgver=2.22.0
 pkgrel=1
 pkgdesc="gnome-python is a set of interfaces to gnome-libs."
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('pygtk>=2.12.0' 'pyorbit>=2.14.2' 'libgnomeui>=2.20.1.1')
+depends=('pygtk>=2.12.1' 'pyorbit>=2.14.2' 'libgnomeui>=2.22.01')
 makedepends=('pkgconfig')
 options=('!libtool')
 url="http://www.pygtk.org/"
-source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python/2.20/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f05d67b0f288728e703faa8f74995358')
+source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python/2.22/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ff84c54314adec195149c59365e35a13')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr || return 1
   make || return 1 
   make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list