[arch-commits] Commit in xulrunner/trunk (PKGBUILD mozconfig)

Jan de Groot jgc at archlinux.org
Sat Jul 26 10:38:36 UTC 2008


    Date: Saturday, July 26, 2008 @ 06:38:36
  Author: jgc
Revision: 6653

upgpkg: xulrunner 1.9.0.1-2
    Build with internal sqlite (FS#10968), enable startup-notification (FS#10970)

Modified:
  xulrunner/trunk/PKGBUILD
  xulrunner/trunk/mozconfig

-----------+
 PKGBUILD  |    6 +++---
 mozconfig |    3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-26 10:04:03 UTC (rev 6652)
+++ PKGBUILD	2008-07-26 10:38:36 UTC (rev 6653)
@@ -3,11 +3,11 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xulrunner
 pkgver=1.9.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Mozilla Runtime Environment"
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2>=2.12.11' 'gcc-libs>=4.3.1' 'libidl2>=0.8.10' 'mozilla-common' 'nss>=3.12' 'libxt' 'lcms' 'hunspell>=1.2.4')
+depends=('gtk2>=2.12.11' 'gcc-libs>=4.3.1' 'libidl2>=0.8.10' 'mozilla-common' 'nss>=3.12' 'libxt' 'lcms' 'hunspell>=1.2.4' 'startup-notification>=0.9')
 makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui>=2.22.1')
 provides=(gecko-sdk)
 replaces=(gecko-sdk)
@@ -20,7 +20,7 @@
 	fix-mozilla-launcher.patch
 	mozilla-ps-pdf-simplify-operators.patch)
 md5sums=('ec141bfca8bcc9565086e1e2f1c5a03d'
-         '33e6aa4d7119977f7e2464d3de8cff2a'
+         '1f56523a563c89f36e014b49781770c6'
 	 '5efd6772ed0ecf8eddec5d5650191d3c'
 	 '7a5151f90cb360bc1ea911e5cf7208e9'
 	 'dfbfb4e35912112668ac66dae0783686'

Modified: mozconfig
===================================================================
--- mozconfig	2008-07-26 10:04:03 UTC (rev 6652)
+++ mozconfig	2008-07-26 10:38:36 UTC (rev 6653)
@@ -9,7 +9,7 @@
 ac_add_options --with-system-png
 ac_add_options --enable-system-lcms
 ac_add_options --enable-system-hunspell
-ac_add_options --enable-system-sqlite
+ac_add_options --disable-system-sqlite
 ac_add_options --enable-system-cairo
 ac_add_options --with-pthreads
 ac_add_options --enable-strip
@@ -25,6 +25,7 @@
 ac_add_options --disable-javaxpcom
 ac_add_options --disable-crashreporter
 ac_add_options --enable-safe-browsing
+ac_add_options --enable-startup-notification
 
 export BUILD_OFFICIAL=1
 export MOZILLA_OFFICIAL=1





More information about the arch-commits mailing list