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

Andrew Crerar andrewsc at archlinux.org
Sun Dec 16 04:36:21 UTC 2018


    Date: Sunday, December 16, 2018 @ 04:36:21
  Author: andrewsc
Revision: 416429

upgpkg: firefox-developer-edition 65.0b4-1

firefox-developer-edition: Updating to 65.0b4 and adding nasm as a makedep

Modified:
  firefox-developer-edition/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-16 04:32:51 UTC (rev 416428)
+++ PKGBUILD	2018-12-16 04:36:21 UTC (rev 416429)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=firefox-developer-edition
-pkgver=65.0b3
+pkgver=65.0b4
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -12,7 +12,7 @@
          'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 'imake' 'inetutils'
              'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 'llvm' 'jack'
-             'gtk2' 'nodejs' 'python2-psutil' 'cbindgen')
+             'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
 optdepends=('networkmanager: Location detection via available WiFi networks'
             'libnotify: Notification integration'
             'pulseaudio: Audio support'
@@ -115,16 +115,17 @@
 
   _vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
   install -Dm644 /dev/stdin "$_vendorjs" << END
-// Use LANG environment variable to choose locale
+
+// Use LANG environment variable to choose locale.
 pref("intl.locale.requested", "");
 
-// Use system-provided dictionaries
+// Use system-provided dictionaries.
 pref("spellchecker.dictionary_path", "/usr/share/hunspell");
 
-// Disable default browser checking
+// Disable default browser checking.
 pref("browser.shell.checkDefaultBrowser", false);
 
-// Don't disable our bundled extensions in the application directory
+// Don't disable our bundled extensions in the application directory.
 pref("extensions.autoDisableScopes", 11);
 pref("extensions.shownSelectionUI", true);
 END



More information about the arch-commits mailing list