From 43366049eb57ad4cf7afad2cc05fd99eaf28f440 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 22 Jan 2022 02:40:20 +0100 Subject: [PATCH] firefox: update to 96.0.2. --- srcpkgs/firefox/files/mozconfig | 1 + srcpkgs/firefox/files/vendor.js | 4 +++- srcpkgs/firefox/template | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/firefox/files/mozconfig b/srcpkgs/firefox/files/mozconfig index fa5a7a42e0..b0dade7104 100644 --- a/srcpkgs/firefox/files/mozconfig +++ b/srcpkgs/firefox/files/mozconfig @@ -33,4 +33,5 @@ ac_add_options --enable-optimize="$CFLAGS" ac_add_options --enable-official-branding ac_add_options --enable-application=browser +ac_add_options --with-unsigned-addon-scopes=app,system ac_add_options --allow-addon-sideload diff --git a/srcpkgs/firefox/files/vendor.js b/srcpkgs/firefox/files/vendor.js index 5be4f1b5f3..1b0273175a 100644 --- a/srcpkgs/firefox/files/vendor.js +++ b/srcpkgs/firefox/files/vendor.js @@ -6,4 +6,6 @@ pref("browser.shell.checkDefaultBrowser", false); // Don't disable our bundled extensions in the application directory pref("extensions.autoDisableScopes", 11); -pref("extensions.shownSelectionUI", true); + +// The default is google and we don't have api keys for it. +pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"); diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index e6431cddd3..116b85cc01 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -3,7 +3,7 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n". # pkgname=firefox -version=96.0.1 +version=96.0.2 revision=1 build_helper="rust" short_desc="Mozilla Firefox web browser" @@ -11,7 +11,7 @@ maintainer="Duncaen " license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.mozilla.org/firefox/" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" -checksum=cb86f3cbd31960305dee7d7f3dc254c64fb0462e27ea624ee62f3682e99079ee +checksum=d32d2afa9179a78e6ed97e15e0f39e372c0d662cb9614404db15e7616da31ab8 lib32disabled=yes