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

Andrew Crerar andrewsc at archlinux.org
Fri Oct 12 18:05:22 UTC 2018


    Date: Friday, October 12, 2018 @ 18:05:22
  Author: andrewsc
Revision: 393261

upgpkg: firefox-developer-edition 63.0b14-1

firefox-developer-edition: Updating to 63.0b14

Modified:
  firefox-developer-edition/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-12 16:54:30 UTC (rev 393260)
+++ PKGBUILD	2018-10-12 18:05:22 UTC (rev 393261)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=firefox-developer-edition
-pkgver=63.0b10
+pkgver=63.0b14
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -11,7 +11,8 @@
 depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
          'dbus-glib' 'ffmpeg' 'nss' 'hunspell-en_US' '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' 'lld')
+             'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 'llvm' 'jack'
+             'gtk2' 'nodejs' 'python2-psutil')
 optdepends=('networkmanager: Location detection via available WiFi networks'
             'libnotify: Notification integration'
             'pulseaudio: Audio support'
@@ -58,7 +59,7 @@
 ac_add_options --enable-optimize
 ac_add_options --enable-rust-simd
 ac_add_options --enable-lto
-ac_add_options --enable-clang-plugin
+ac_add_options --enable-linker="gold"
 export CC=clang
 export CXX=clang++
 export AR=llvm-ar
@@ -99,6 +100,8 @@
   cd mozilla-unified
 
   export MOZ_SOURCE_REPO="$_repo"
+  export MOZ_NOSPAM=1
+  export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
 
   # LTO needs more open files
   ulimit -n 4096



More information about the arch-commits mailing list