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

Connor Behan cbehan at nymeria.archlinux.org
Mon Jun 16 03:28:28 UTC 2014


    Date: Monday, June 16, 2014 @ 05:28:28
  Author: cbehan
Revision: 113195

upgpkg: xulrunner 30.0-1

Update to 30.0-1

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

-----------+
 PKGBUILD  |   10 +++++-----
 mozconfig |    3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-15 22:52:12 UTC (rev 113194)
+++ PKGBUILD	2014-06-16 03:28:28 UTC (rev 113195)
@@ -4,13 +4,13 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=xulrunner
-pkgver=29.0
+pkgver=30.0
 pkgrel=1
 pkgdesc="Mozilla Runtime Environment"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 'autoconf2.13' 'gstreamer0.10-base')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 'icu' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 'autoconf2.13' 'gst-plugins-base-libs')
 url="http://wiki.mozilla.org/XUL:Xul_Runner"
 source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
         mozconfig
@@ -18,8 +18,8 @@
         shared-libs.patch)
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
-sha256sums=('408fe73f88f6db2594e4e2bf44b51954c086d1c6948bfa79bb604321d8145230'
-            '38f1f7a49a03b67a6b96bb696640a28fd20b42f6e45a27a81d25d66fd0148e4e'
+sha256sums=('7faee20752c87433c746a650006acdeb710b21d216894101bb44356123f557ad'
+            'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
             '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
 	    'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')
 

Modified: mozconfig
===================================================================
--- mozconfig	2014-06-15 22:52:12 UTC (rev 113194)
+++ mozconfig	2014-06-16 03:28:28 UTC (rev 113195)
@@ -12,6 +12,7 @@
 ac_add_options --with-system-png
 ac_add_options --with-system-libevent
 ac_add_options --with-system-libvpx
+ac_add_options --with-system-icu
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi
@@ -21,7 +22,7 @@
 
 # Features
 ac_add_options --enable-startup-notification
-ac_add_options --enable-gstreamer
+ac_add_options --enable-gstreamer=1.0
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
 ac_add_options --disable-tests




More information about the arch-commits mailing list