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

Jan de Groot jgc at archlinux.org
Sun Apr 22 13:16:17 UTC 2007


    Date: Sunday, April 22, 2007 @ 09:16:17
  Author: jgc
    Path: /home/cvs-extra/extra/lib/gnome-python-extras

Modified: PKGBUILD (1.14 -> 1.15)

Update package for changed gnome prefix, no rebuild needed, package was in /usr already


----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)


Index: extra/lib/gnome-python-extras/PKGBUILD
diff -u extra/lib/gnome-python-extras/PKGBUILD:1.14 extra/lib/gnome-python-extras/PKGBUILD:1.15
--- extra/lib/gnome-python-extras/PKGBUILD:1.14	Mon Apr  2 18:22:14 2007
+++ extra/lib/gnome-python-extras/PKGBUILD	Sun Apr 22 09:16:17 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.14 2007/04/02 22:22:14 jgc Exp $
+# $Id: PKGBUILD,v 1.15 2007/04/22 13:16:17 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-python-extras
@@ -10,21 +10,17 @@
 depends=('gnome-python>=2.18.0')
 makedepends=('libgnomeprintui' 'gtksourceview' 'gnome-media' 'libgda'
              'gnome-panel' 'libgtop' 'libgtkhtml' 'gtkspell' 'gdl'
-	     'xulrunner' 'totem-plparser' 'libgksu')
+	     '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)
 url="http://www.daa.com.au/~james/pygtk/"
 md5sums=('7d3414838ccb94cfcecc0a48f68c012d')
 
 build() {
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
   [ -z "${MOZ_PLUGIN_DIR}" ] && . /etc/profile.d/mozilla-common.sh
   
   cd ${startdir}/src/gnome-python-extras-${pkgver}
   ./configure --prefix=/usr --with-gtkmozembed=xulrunner
-  #CFLAGS workaround for bad gnome-media includes
-  make CFLAGS+=-I/opt/gnome/include \
-       LDFLAGS+=-R/opt/mozilla/lib/xulrunner || return 1 
+  make LDFLAGS+=-R/opt/mozilla/lib/xulrunner || return 1 
   make DESTDIR=${startdir}/pkg install
-  rm -rf ${startdir}/pkg/usr/share/gtk-doc
 }




More information about the arch-commits mailing list