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

Jan de Groot jgc at archlinux.org
Tue Sep 28 13:28:41 UTC 2010


    Date: Tuesday, September 28, 2010 @ 09:28:40
  Author: jgc
Revision: 91921

upgpkg: xulrunner 1.9.2.10-2
Build with internal cairo (FS#20868, FS#19005)

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-28 13:15:53 UTC (rev 91920)
+++ PKGBUILD	2010-09-28 13:28:40 UTC (rev 91921)
@@ -1,14 +1,14 @@
 # $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=xulrunner
 pkgver=1.9.2.10
 _ffoxver=3.6.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Mozilla Runtime Environment"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2>=2.20.1' 'gcc-libs' 'libidl2>=0.8.13' 'mozilla-common' 'nss>=3.12.6' 'libxt' 'hunspell>=1.2.8' 'startup-notification>=0.10' 'mime-types' 'dbus-glib>=0.86' 'alsa-lib>=1.0.23' 'libevent')
+depends=('gtk2>=2.20.1' 'gcc-libs' 'libidl2>=0.8.13' 'mozilla-common' 'nss>=3.12.8' 'libxt' 'hunspell>=1.2.8' 'startup-notification>=0.10' 'mime-types' 'dbus-glib>=0.86' 'alsa-lib>=1.0.23' 'libevent')
 makedepends=('zip' 'pkg-config' 'diffutils' 'libgnomeui' 'python' 'wireless_tools' 'autoconf2.13')
 optdepends=('libgnomeui: GNOME integration and MIME handling'
             'wireless_tools: Location aware browsing'
@@ -23,7 +23,7 @@
         xulrunner-png14.patch
         enable-x86_64-tracemonkey.patch)
 md5sums=('59ee60ddfd8b33e99a24788d3b12adb3'
-         'b48149f112c2f18a7fafaba58a8cdee3'
+         'e195cdcd51a8fb6fc77f0f653ff1e582'
          '2d2d7143a4e0bfe71149a51f8dbbab2f'
          '63eee2d1da3b43c9d604f2253f242f40'
          '13dca58c04e62a8916691c63c5c492a0'

Modified: mozconfig
===================================================================
--- mozconfig	2010-09-28 13:15:53 UTC (rev 91920)
+++ mozconfig	2010-09-28 13:28:40 UTC (rev 91921)
@@ -11,7 +11,8 @@
 ac_add_options --enable-system-hunspell
 #disabled: mozilla is broken with recent versions of sqlite
 #ac_add_options --enable-system-sqlite
-ac_add_options --enable-system-cairo
+#disabled: mozilla is broken with cairo 1.10
+#ac_add_options --enable-system-cairo
 ac_add_options --with-pthreads
 ac_add_options --enable-strip
 ac_add_options --disable-tests




More information about the arch-commits mailing list