--- gnome-python-extras.orig/PKGBUILD 2008-03-03 18:47:16.000000000 +1100 +++ gnome-python-extras/PKGBUILD 2008-03-03 18:47:02.000000000 +1100 @@ -3,7 +3,7 @@ pkgname=gnome-python-extras pkgver=2.14.3 -pkgrel=1 +pkgrel=2 pkgdesc="Gnome Python interfaces for libraries not part of the core platform" arch=(i686 x86_64) license=('GPL' 'LGPL') @@ -11,7 +11,7 @@ makedepends=('libgnomeprintui' 'gtksourceview' 'gnome-media' 'libgda' 'gnome-panel' 'libgtop' 'libgtkhtml' 'gtkspell' 'gdl' 'xulrunner' 'totem-plparser' 'libgksu' 'pkgconfig') -options=('nolibtool') +options=('!libtool') 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') @@ -21,6 +21,6 @@ cd ${startdir}/src/gnome-python-extras-${pkgver} ./configure --prefix=/usr --with-gtkmozembed=xulrunner - make LDFLAGS+=-R/opt/mozilla/lib/xulrunner || return 1 + make LDFLAGS+=-R/usr/lib/xulrunner || return 1 make DESTDIR=${startdir}/pkg install }