[arch-commits] Commit in xulrunner/repos (3 files)

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


    Date: Saturday, July 26, 2008 @ 06:38:48
  Author: jgc
Revision: 6654

Merged revisions 5545-6653 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xulrunner/trunk

........
  r6653 | jgc | 2008-07-26 10:38:36 +0000 (Sat, 26 Jul 2008) | 2 lines
  
  upgpkg: xulrunner 1.9.0.1-2
      Build with internal sqlite (FS#10968), enable startup-notification (FS#10970)
........

Modified:
  xulrunner/repos/extra-x86_64/	(properties)
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/mozconfig

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


Property changes on: xulrunner/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /xulrunner/trunk:1-5544
   + /xulrunner/trunk:1-6653

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-07-26 10:38:36 UTC (rev 6653)
+++ extra-x86_64/PKGBUILD	2008-07-26 10:38:48 UTC (rev 6654)
@@ -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: extra-x86_64/mozconfig
===================================================================
--- extra-x86_64/mozconfig	2008-07-26 10:38:36 UTC (rev 6653)
+++ extra-x86_64/mozconfig	2008-07-26 10:38:48 UTC (rev 6654)
@@ -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