[arch-commits] Commit in gnome-python-extras/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun May 4 20:38:37 UTC 2008


    Date: Sunday, May 4, 2008 @ 16:38:36
  Author: jgc
Revision: 1308

upgpkg: gnome-python-extras 2.19.1-1
    Fix linking against xulrunner
Remove gda from makedepends, as our libgda is too old

Modified:
  gnome-python-extras/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-04 20:30:36 UTC (rev 1307)
+++ PKGBUILD	2008-05-04 20:38:36 UTC (rev 1308)
@@ -2,25 +2,23 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-python-extras
-pkgver=2.14.3
+pkgver=2.19.1
 pkgrel=1
 pkgdesc="Gnome Python interfaces for libraries not part of the core platform"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('gnome-python>=2.18.0')
-makedepends=('libgnomeprintui' 'gtksourceview' 'gnome-media' 'libgda'
+depends=('gnome-python>=2.22.0')
+makedepends=('libgnomeprintui' 'gtksourceview' 'gnome-media'
              'gnome-panel' 'libgtop' 'libgtkhtml' 'gtkspell' 'gdl'
 	     'xulrunner' 'totem-plparser' 'libgksu' 'pkgconfig')
-options=('nolibtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.14/gnome-python-extras-${pkgver}.tar.bz2)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.19/gnome-python-extras-${pkgver}.tar.bz2)
 url="http://www.daa.com.au/~james/pygtk/"
-md5sums=('7d3414838ccb94cfcecc0a48f68c012d')
+md5sums=('08896c63d71ce44d20fafbaf9c0edc78')
 
 build() {
-  [ -z "${MOZ_PLUGIN_DIR}" ] && . /etc/profile.d/mozilla-common.sh
-  
   cd ${startdir}/src/gnome-python-extras-${pkgver}
-  ./configure --prefix=/usr --with-gtkmozembed=xulrunner
-  make LDFLAGS+=-R/opt/mozilla/lib/xulrunner || return 1 
-  make DESTDIR=${startdir}/pkg install
+  ./configure --prefix=/usr --with-gtkmozembed=xulrunner || return 1
+  make LDFLAGS+=-R/usr/lib/xulrunner || return 1 
+  make DESTDIR=${startdir}/pkg install || return 1
 }





More information about the arch-commits mailing list