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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 28 14:16:19 UTC 2016


    Date: Monday, November 28, 2016 @ 14:16:19
  Author: foutrelis
Revision: 197142

Switch back to system hunspell

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-28 14:15:09 UTC (rev 197141)
+++ PKGBUILD	2016-11-28 14:16:19 UTC (rev 197142)
@@ -9,7 +9,7 @@
 pkgdesc="Mozilla Runtime Environment"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss>3.18' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 'icu' 'python2')
+depends=('gtk2' 'mozilla-common' 'nss>3.18' 'libxt' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 'icu' 'python2')
 makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 'gconf' 'autoconf2.13' 'gst-plugins-base-libs')
 url="http://wiki.mozilla.org/XUL:Xul_Runner"
 source=(https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.xz
@@ -23,7 +23,7 @@
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
 sha256sums=('f7abb2e2989779305ab1f80d30caf9fc55d96c7e66d1394e2cc9639442e2b864'
-            'ba32eaa7e8c3b92414eb041722553c3d5282e5077b0d054ca10164d51ea970cd'
+            '8c91a46e16652a6e30e52678955e801e620d10576edef7be32080815b002562e'
             '3aea9a83bf304da5525f34a911712cf42f8ded1c8b6becf0a2cf8a4b4f7facd6'
             '13a27a385fab88938ac7417f1e7ca7225ec6b88840bafe67e0f5642e5446554a'
             'afcd7d3f6113b0f9ead0cb1b47b3fccedadce56a16b4406c439411864bd11863'

Modified: mozconfig
===================================================================
--- mozconfig	2016-11-28 14:15:09 UTC (rev 197141)
+++ mozconfig	2016-11-28 14:16:19 UTC (rev 197142)
@@ -14,7 +14,7 @@
 ac_add_options --with-system-libvpx
 ac_add_options --with-system-icu
 ac_add_options --with-system-graphite2
-#ac_add_options --enable-system-hunspell   # cannot use system hunspell 1.5.0
+ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi
 ac_add_options --enable-system-cairo



More information about the arch-commits mailing list