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

Jan de Groot jgc at archlinux.org
Sun Dec 21 16:15:11 UTC 2008


    Date: Sunday, December 21, 2008 @ 11:15:11
  Author: jgc
Revision: 22065

Merged revisions 22046 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xulrunner/trunk

........
  r22046 | jgc | 2008-12-21 13:46:24 +0000 (Sun, 21 Dec 2008) | 2 lines
  
  upgpkg: xulrunner 1.9.0.5-1
      use system sqlite, as nss pulls it in anyways
........

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

-----------+
 PKGBUILD  |   12 ++++++------
 mozconfig |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)


Property changes on: xulrunner/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /xulrunner/trunk:1-19392
   + /xulrunner/trunk:1-22064

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-12-21 15:47:46 UTC (rev 22064)
+++ extra-x86_64/PKGBUILD	2008-12-21 16:15:11 UTC (rev 22065)
@@ -2,26 +2,26 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xulrunner
-pkgver=1.9.0.4
+pkgver=1.9.0.5
 pkgrel=1
 pkgdesc="Mozilla Runtime Environment"
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2>=2.14.4' 'gcc-libs>=4.3.2' 'libidl2>=0.8.10' 'mozilla-common' 'nss>=3.12.1' 'libxt' 'lcms' 'hunspell>=1.2.4' 'startup-notification>=0.9')
+depends=('gtk2>=2.14.6' 'gcc-libs>=4.3.2' 'libidl2>=0.8.11' 'mozilla-common' 'nss>=3.12.2' 'libxt' 'lcms' 'hunspell>=1.2.8' 'startup-notification>=0.9')
 makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui>=2.24.0')
 provides=(gecko-sdk)
 replaces=(gecko-sdk)
 url="http://wiki.mozilla.org/XUL:Xul_Runner"
-source=(#ftp://ftp.archlinux.org/other/xulrunner/${pkgname}-${pkgver}.tar.bz2
-	http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/${pkgver}/source/${pkgname}-${pkgver}-source.tar.bz2
+source=(ftp://ftp.archlinux.org/other/xulrunner/${pkgname}-${pkgver}-source.tar.bz2
+	#http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/${pkgver}/source/${pkgname}-${pkgver}-source.tar.bz2
         mozconfig
 	100-system-hunspell-corrections.patch
 	bzXXX_pc_honour_system_nspr_nss.patch
 	mozilla-pkgconfig.patch
 	fix-mozilla-launcher.patch
 	mozilla-ps-pdf-simplify-operators.patch)
-md5sums=('8a1ac4a5940108a96458c5307a74c98d'
-         '1f56523a563c89f36e014b49781770c6'
+md5sums=('aef76915c3fb35b9229d9eb2c8b2580a'
+         '6509d12e6b17bfc51c09e1dc35259035'
          '5efd6772ed0ecf8eddec5d5650191d3c'
          '7a5151f90cb360bc1ea911e5cf7208e9'
          'dfbfb4e35912112668ac66dae0783686'

Modified: extra-x86_64/mozconfig
===================================================================
--- extra-x86_64/mozconfig	2008-12-21 15:47:46 UTC (rev 22064)
+++ extra-x86_64/mozconfig	2008-12-21 16:15:11 UTC (rev 22065)
@@ -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 --disable-system-sqlite
+ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-cairo
 ac_add_options --with-pthreads
 ac_add_options --enable-strip




More information about the arch-commits mailing list