Date: Friday, January 22, 2010 @ 11:45:31 Author: ibiru Revision: 64884
upgpkg: gnome-python-extras 2.25.3-5 rebuild agaisnt xulrunner 1.9.2 Modified: gnome-python-extras/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-01-22 16:32:33 UTC (rev 64883) +++ PKGBUILD 2010-01-22 16:45:31 UTC (rev 64884) @@ -3,12 +3,12 @@ pkgname=gnome-python-extras pkgver=2.25.3 -pkgrel=4 +pkgrel=5 pkgdesc="Gnome Python interfaces for libraries not part of the core platform" arch=('i686' 'x86_64') license=('GPL' 'LGPL') depends=('gnome-python>=2.22.1') -makedepends=('libgtkhtml' 'gtkspell' 'gdl>=2.28.1' 'xulrunner>=1.9.1' 'libgksu' 'pkgconfig' 'libgnomeui' 'libgda' 'docbook-xsl') +makedepends=('libgtkhtml' 'gtkspell' 'gdl>=2.28.1' 'xulrunner>=1.9.2' 'libgksu' 'pkgconfig' 'libgnomeui' 'libgda' 'docbook-xsl') optdepends=('libgtkhtml' 'gtkspell' 'gdl' 'xulrunner' 'libgksu' 'libgnomeui' 'libgda') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-${pkgver}.tar.bz2 @@ -22,6 +22,6 @@ patch -Np1 -i "${srcdir}"/gnome-python-extras-2.25.3-update-for-2.27.2.patch || return 1 ./configure --prefix=/usr --enable-docs || return 1 - make MOZILLA_HOME=/usr/lib/xulrunner-1.9.1 || return 1 + make MOZILLA_HOME=/usr/lib/xulrunner-1.9.2 || return 1 make DESTDIR="${pkgdir}" install || return 1 }