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

Jan de Groot jgc at archlinux.org
Thu Mar 13 23:41:04 UTC 2008


    Date: Thursday, March 13, 2008 @ 19:41:04
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-python-desktop

Modified: PKGBUILD (1.9 -> 1.10)

upgpkg: gnome-python-desktop 2.22.0-1
    Use WAF instead of Autotools, update to GNOME 2.22


----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)


Index: extra/gnome/gnome-python-desktop/PKGBUILD
diff -u extra/gnome/gnome-python-desktop/PKGBUILD:1.9 extra/gnome/gnome-python-desktop/PKGBUILD:1.10
--- extra/gnome/gnome-python-desktop/PKGBUILD:1.9	Thu Dec 27 11:14:54 2007
+++ extra/gnome/gnome-python-desktop/PKGBUILD	Thu Mar 13 19:41:03 2008
@@ -1,25 +1,24 @@
-# $Id: PKGBUILD,v 1.9 2007/12/27 16:14:54 jgc Exp $
+# $Id: PKGBUILD,v 1.10 2008/03/13 23:41:03 jgc Exp $
 # Maintainer: Arjan <arjan at archlinux.org>
 #             Jan de Groot <jgc at archlinux.org>
 # Contributer: Wael Nasreddine <gandalf at siemens-mobiles.org>
 
 pkgname=gnome-python-desktop
-pkgver=2.20.0
-pkgrel=3
+pkgver=2.22.0
+pkgrel=1
 pkgdesc="Gnome Python interfaces for libraries not part of the core platform"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('gnome-desktop>=2.20.0' 'gnome-python>=2.20.0')
+depends=('gnome-desktop>=2.22.0' 'gnome-python>=2.22.0')
 options=('!libtool')
-makedepends=('perlxml' 'pkgconfig' 'gnome-media>=2.20.0' 'gnome-panel>=2.20.0' 'gtksourceview>=1.8.5' 'libgnomeprintui>=2.18.1' 'libgtop>=2.20.0' 'totem-plparser>=2.21.6' 'bug-buddy>=2.20.0' 'metacity>=2.20.0' 'nautilus-cd-burner>=2.20.0')
-groups=('gnome-extra')
+makedepends=('perlxml' 'pkgconfig' 'gnome-media>=2.22.0' 'gnome-panel>=2.22.0' 'gtksourceview>=1.8.5' 'libgnomeprintui>=2.18.2' 'libgtop>=2.2i2.0' 'totem-plparser>=2.22.1' 'bug-buddy>=2.22.0' 'metacity>=2.22.0' 'nautilus-cd-burner>=2.22.0')
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('02b177f488091d27bf0648ec4660d8f7')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('504877a973f6abc0788283232cd703cb')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-metacity
-  make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  ./waf configure --prefix=/usr || return 1
+  ./waf build ${MAKEFLAGS} || return 1
+  ./waf install --destdir=${startdir}/pkg || return 1
 }




More information about the arch-commits mailing list