[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

Andrew Crerar andrewsc at archlinux.org
Fri May 11 15:00:33 UTC 2018


    Date: Friday, May 11, 2018 @ 15:00:33
  Author: andrewsc
Revision: 320789

upgpkg: firefox-developer-edition 61.0b3-2

firefox-developer-edition: Resolving system dictionary failures

Modified:
  firefox-developer-edition/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-11 14:59:33 UTC (rev 320788)
+++ PKGBUILD	2018-05-11 15:00:33 UTC (rev 320789)
@@ -3,7 +3,7 @@
 
 pkgname=firefox-developer-edition
 pkgver=61.0b3
-pkgrel=1
+pkgrel=2
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -77,7 +77,6 @@
 # System libraries
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
-ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi
 
@@ -118,7 +117,10 @@
 // Use LANG environment variable to choose locale
 pref("intl.locale.requested", "");
 
-// Disable default browser checking.
+// Use system-provided dictionaries
+pref("spellchecker.dictionary_path", "/usr/share/hunspell");
+
+// Disable default browser checking
 pref("browser.shell.checkDefaultBrowser", false);
 
 // Don't disable our bundled extensions in the application directory
@@ -158,8 +160,6 @@
 
   # Use system-provided dictionaries
   rm -r "$pkgdir/usr/lib/$pkgname/dictionaries"
-  ln -Ts /usr/share/hunspell "$pkgdir/usr/lib/$pkgname/dictionaries"
-  ln -Ts /usr/share/hyphen "$pkgdir/usr/lib/$pkgname/hyphenation"
 
   # Install a wrapper to avoid confusion about binary path
   install -Dm755 /dev/stdin "$pkgdir/usr/bin/$pkgname" << END



More information about the arch-commits mailing list