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

Andrew Crerar andrewsc at archlinux.org
Sat Dec 7 01:20:52 UTC 2019


    Date: Saturday, December 7, 2019 @ 01:20:51
  Author: andrewsc
Revision: 536128

upgpkg: firefox-developer-edition 72.0b3-1

- Leveraging system NSS now that 3.48 has been released

Modified:
  firefox-developer-edition/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-06 23:28:32 UTC (rev 536127)
+++ PKGBUILD	2019-12-07 01:20:51 UTC (rev 536128)
@@ -2,13 +2,13 @@
 # Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=firefox-developer-edition
-pkgver=72.0b2
+pkgver=72.0b3
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
 license=('MPL' 'GPL' 'LGPL')
 url="https://www.mozilla.org/firefox/channel/#developer"
-depends=('gtk3' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'ffmpeg' 'ttf-font' 'libpulse')
+depends=('gtk3' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'ffmpeg' 'ttf-font' 'libpulse' 'nss')
 makedepends=('unzip' 'zip' 'diffutils' 'python2-setuptools' 'yasm' 'mesa' 'imake' 'inetutils'
              'xorg-server-xvfb' 'autoconf2.13' 'rust' 'clang' 'llvm' 'jack' 'gtk2'
              'python' 'nodejs' 'python2-psutil' 'python-distro' 'cbindgen' 'nasm')
@@ -23,7 +23,7 @@
         firefox-install-dir.patch
         0001-Use-remoting-name-for-GDK-application-names.patch
         "$pkgname".desktop)
-sha512sums=('6c6dfd721a8e15f36259efa6cfdb87754fc6fb528ca5920560c2ce9f220af26c6cc085d0cfbf3f25600d0b20f1556f85e597d33c481d284c1f52b81e1c8a3ae6'
+sha512sums=('c33deadb16d7712a4e1398fd8b992c4217813a4f14370af89a50d162a3fb14fa80a26f4a7f3016b16fe0674e1cf8f5031597f5cec8f0b4725c7493b498322d48'
             'SKIP'
             'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
             '40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'
@@ -83,6 +83,11 @@
 ac_add_options --with-google-safebrowsing-api-keyfile=${PWD at Q}/google-api-key
 ac_add_options --with-mozilla-api-keyfile=${PWD at Q}/mozilla-api-key
 
+# System libraries
+ac_add_options --with-system-nspr
+ac_add_options --with-system-nss
+
+
 # Features
 ac_add_options --enable-alsa
 ac_add_options --enable-jack



More information about the arch-commits mailing list