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

Ionut Biru ibiru at archlinux.org
Wed Jul 21 21:54:49 UTC 2010


    Date: Wednesday, July 21, 2010 @ 17:54:49
  Author: ibiru
Revision: 85894

upgpkg: xulrunner 1.9.2.7-2 build against system libevent. FS#20241

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-21 21:42:01 UTC (rev 85893)
+++ PKGBUILD	2010-07-21 21:54:49 UTC (rev 85894)
@@ -4,11 +4,11 @@
 pkgname=xulrunner
 pkgver=1.9.2.7
 _ffoxver=3.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Mozilla Runtime Environment"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2>=2.20.1' 'gcc-libs>=4.5.0' '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')
+depends=('gtk2>=2.20.1' 'gcc-libs>=4.5.0' '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')
 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=('e240541898766e44a407e543c70d4949'
-         'c99bced771a39690bd71e5e1c1770e73'
+         'b48149f112c2f18a7fafaba58a8cdee3'
          '2d2d7143a4e0bfe71149a51f8dbbab2f'
          '63eee2d1da3b43c9d604f2253f242f40'
          '13dca58c04e62a8916691c63c5c492a0'

Modified: mozconfig
===================================================================
--- mozconfig	2010-07-21 21:42:01 UTC (rev 85893)
+++ mozconfig	2010-07-21 21:54:49 UTC (rev 85894)
@@ -7,6 +7,7 @@
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
 ac_add_options --with-system-png
+ac_add_options --with-system-libevent
 ac_add_options --enable-system-hunspell
 #disabled: mozilla is broken with recent versions of sqlite
 #ac_add_options --enable-system-sqlite




More information about the arch-commits mailing list