[arch-commits] CVS update of extra/lib/xulrunner (PKGBUILD mozconfig)

Jan de Groot jgc at archlinux.org
Thu Oct 18 21:12:41 UTC 2007


    Date: Thursday, October 18, 2007 @ 17:12:41
  Author: jgc
    Path: /home/cvs-extra/extra/lib/xulrunner

Modified: PKGBUILD (1.24 -> 1.25) mozconfig (1.5 -> 1.6)

upgpkg: xulrunner 1.8.1.6-3
Disable libgnomeui, enable spellcheck plugin


-----------+
 PKGBUILD  |   24 ++++++++++++------------
 mozconfig |    3 ++-
 2 files changed, 14 insertions(+), 13 deletions(-)


Index: extra/lib/xulrunner/PKGBUILD
diff -u extra/lib/xulrunner/PKGBUILD:1.24 extra/lib/xulrunner/PKGBUILD:1.25
--- extra/lib/xulrunner/PKGBUILD:1.24	Mon Oct 15 18:18:53 2007
+++ extra/lib/xulrunner/PKGBUILD	Thu Oct 18 17:12:41 2007
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD,v 1.24 2007/10/15 22:18:53 alexander Exp $
+# $Id: PKGBUILD,v 1.25 2007/10/18 21:12:41 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=xulrunner
 pkgver=1.8.1.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Mozilla Runtime Environment"
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2>=2.10.11' 'pango>=1.16.1' 'gcc' 'libidl2' 'mozilla-common' 'nss>=3.11.5' 'libxt')
+depends=('gtk2>=2.12.1' 'pango>=1.16.1' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss>=3.11.7' 'libxt')
 makedepends=('zip' 'pkgconfig' 'diffutils')
 provides=(gecko-sdk)
 replaces=(gecko-sdk)
@@ -20,6 +20,15 @@
 	moz325644.patch
 	nsIPermission.patch
 	mozilla-firefox-2.0.0.6-fixgtk212.patch)
+md5sums=('f5d9ea4546e6fc63a28aad85c4821c4c'
+         'b2b5ce5ddf6e84858b8acb1e71b4682f'
+         '7d74ce02dbebeff16bf27cbe4888fe59'
+         '288fb7db871700ff5cf7286db6192b45'
+         '11b221ff41078d97c131e17361072e47'
+         '29194973e2a535b460c6b7f92c635eaf'
+         '2082c2a2d1cedd08e83179271aacf337'
+         'c24033e06bde73b3bd3d935ea87c22df'
+         'a1969b660d3ccfcb182383d058995a26')
 
 build() {
   export MAKEFLAGS="-j1"
@@ -52,12 +61,3 @@
   sed -i -e "s/xulrunner-${pkgver}/xulrunner/" \
   	${startdir}/pkg/opt/mozilla/lib/pkgconfig/*.pc
 }
-md5sums=('f5d9ea4546e6fc63a28aad85c4821c4c'
-         'b2b5ce5ddf6e84858b8acb1e71b4682f'
-         '4f8557bf941a31b42b9826cee3d41bbb'
-         '288fb7db871700ff5cf7286db6192b45'
-         '11b221ff41078d97c131e17361072e47'
-         '29194973e2a535b460c6b7f92c635eaf'
-         '2082c2a2d1cedd08e83179271aacf337'
-         'c24033e06bde73b3bd3d935ea87c22df'
-         'a1969b660d3ccfcb182383d058995a26')
Index: extra/lib/xulrunner/mozconfig
diff -u extra/lib/xulrunner/mozconfig:1.5 extra/lib/xulrunner/mozconfig:1.6
--- extra/lib/xulrunner/mozconfig:1.5	Sun Jun 10 15:41:11 2007
+++ extra/lib/xulrunner/mozconfig	Thu Oct 18 17:12:41 2007
@@ -30,4 +30,5 @@
 ac_add_options --enable-strip
 ac_add_options --disable-debug
 ac_add_options --disable-javaxpcom
-ac_add_options --enable-extensions=default,cookie,permissions
+ac_add_options --enable-extensions=default,cookie,permissions,spellcheck
+ac_add_options --disable-gnomeui




More information about the arch-commits mailing list