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

Jan de Groot jgc at archlinux.org
Wed Oct 21 19:55:56 UTC 2009


    Date: Wednesday, October 21, 2009 @ 15:55:55
  Author: jgc
Revision: 56395

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

........
  r56304 | jgc | 2009-10-21 16:24:25 +0200 (Wed, 21 Oct 2009) | 2 lines
  
  upgpkg: xulrunner 1.9.1.3-2
      Build with included sqlite (FS#16073), enable python/xpcom extension (FS#15580), makedepend on wireless_tools to enable geolocation
........

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

-----------+
 PKGBUILD  |   10 +++++-----
 mozconfig |    4 +++-
 2 files changed, 8 insertions(+), 6 deletions(-)


Property changes on: xulrunner/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xulrunner/trunk:1-51904
   + /xulrunner/trunk:1-56393

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-21 19:55:52 UTC (rev 56394)
+++ extra-i686/PKGBUILD	2009-10-21 19:55:55 UTC (rev 56395)
@@ -4,13 +4,13 @@
 pkgname=xulrunner
 pkgver=1.9.1.3
 _ffoxver=3.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Mozilla Runtime Environment"
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2>=2.16.5' 'gcc-libs>=4.4.1' 'libidl2>=0.8.13' 'mozilla-common' 'nss>=3.12.3.1' 'libxt' 'hunspell>=1.2.8' 'startup-notification>=0.10' 'mime-types' 'dbus-glib>=0.80' 'alsa-lib>=1.0.20')
-makedepends=('zip' 'pkgconfig' 'diffutils' 'python' 'libgnomeui')
-optdepends=('libgnomeui')
+depends=('gtk2>=2.18.3' 'gcc-libs>=4.4.1' 'libidl2>=0.8.13' 'mozilla-common' 'nss>=3.12.4' 'libxt' 'hunspell>=1.2.8' 'startup-notification>=0.10' 'mime-types' 'dbus-glib>=0.80' 'alsa-lib>=1.0.20')
+makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui' 'python' 'wireless_tools')
+optdepends=('libgnomeui' 'python' 'wireless_tools')
 provides=(gecko-sdk)
 replaces=(gecko-sdk)
 url="http://wiki.mozilla.org/XUL:Xul_Runner"
@@ -23,7 +23,7 @@
         nsThreadUtils.patch
         xulrunner-version.patch)
 md5sums=('ca167e69180ab1230aea0763da270a95'
-         'ed5045e94a7ef2a2c7d0c8c54581cd63'
+         'e040029e4c3aecb613342cf559ec1284'
          '5efd6772ed0ecf8eddec5d5650191d3c'
          'd806ffcd9fa8d178ebfa9057c1221fbf'
          '63eee2d1da3b43c9d604f2253f242f40'

Modified: extra-i686/mozconfig
===================================================================
--- extra-i686/mozconfig	2009-10-21 19:55:52 UTC (rev 56394)
+++ extra-i686/mozconfig	2009-10-21 19:55:55 UTC (rev 56395)
@@ -10,7 +10,8 @@
 #disabled: mozilla forked their own version of lcms.
 #ac_add_options --enable-system-lcms
 ac_add_options --enable-system-hunspell
-ac_add_options --enable-system-sqlite
+#disabled: mozilla is broken with recent versions of sqlite
+#ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-cairo
 ac_add_options --with-pthreads
 ac_add_options --enable-strip
@@ -27,6 +28,7 @@
 ac_add_options --disable-crashreporter
 ac_add_options --enable-safe-browsing
 ac_add_options --enable-startup-notification
+ac_add_options --enable-extensions=default,python/xpcom
 
 export BUILD_OFFICIAL=1
 export MOZILLA_OFFICIAL=1




More information about the arch-commits mailing list