[arch-commits] Commit in epiphany-extensions/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Jun 21 23:11:25 UTC 2008


    Date: Saturday, June 21, 2008 @ 19:11:25
  Author: jgc
Revision: 3304

upgpkg: epiphany-extensions 2.22.2-2

Modified:
  epiphany-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-21 23:07:53 UTC (rev 3303)
+++ PKGBUILD	2008-06-21 23:11:25 UTC (rev 3304)
@@ -3,12 +3,12 @@
 
 pkgname=epiphany-extensions
 pkgver=2.22.2
-pkgrel=1
+pkgrel=2
 url="http://www.gnome.org/projects/epiphany/"
 pkgdesc="Various extentions for the Epiphany web browser"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('epiphany>=2.22.2' 'python>=2.5' 'opensp')
+depends=('epiphany>=2.22.2-2' 'xulrunner>=1.9' 'python>=2.5' 'opensp')
 makedepends=('pkgconfig' 'gnome-doc-utils>=0.12.2')
 options=('!libtool' '!emptydirs')
 install=epiphany-extensions.install
@@ -19,8 +19,9 @@
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var \
+	      --with-gecko=libxul-embedding \
 	      --with-extensions=really-all --disable-scrollkeeper || return 1
-  make LDFLAGS+="-R /usr/lib/xulrunner" || return 1
+  make || return 1
 
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install || return 1
 





More information about the arch-commits mailing list