Date: Tuesday, May 15, 2018 @ 17:43:49 Author: andrewsc Revision: 322464
upgpkg: firefox-developer-edition 61.0b5-1 firefox-developer-edition: Updating to 61.0b5 Modified: firefox-developer-edition/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-15 14:14:00 UTC (rev 322463) +++ PKGBUILD 2018-05-15 17:43:49 UTC (rev 322464) @@ -3,7 +3,7 @@ # Contributor: Jan Alexander Steffens (heftig) <[email protected]> pkgname=firefox-developer-edition -pkgver=61.0b4 +pkgver=61.0b5 pkgrel=1 pkgdesc="Developer Edition of the popular Firefox web browser" arch=('x86_64') @@ -10,8 +10,8 @@ license=('MPL' 'GPL' 'LGPL') url="https://www.mozilla.org/firefox/channel/#developer" depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' - 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse') -makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python3' 'yasm' 'mesa' 'imake' 'gconf' 'inetutils' + 'dbus-glib' 'ffmpeg' 'nss' 'hunspell-en_US' 'sqlite' 'ttf-font' 'libpulse') +makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 'imake' 'gconf' 'inetutils' 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 'llvm' 'jack' 'gtk2') optdepends=('networkmanager: Location detection via available WiFi networks' 'libnotify: Notification integration' @@ -88,7 +88,6 @@ ac_add_options --enable-crashreporter ac_add_options --disable-updater -STRIP_FLAGS="--strip-debug" END } @@ -127,9 +126,6 @@ // Don't disable our bundled extensions in the application directory pref("extensions.autoDisableScopes", 11); pref("extensions.shownSelectionUI", true); - -// Opt all of us into e10s, instead of just 50% -pref("browser.tabs.remote.autostart", true); END _distini="$pkgdir/usr/lib/$pkgname/distribution/distribution.ini"
