summaryrefslogtreecommitdiff
path: root/librewolf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'librewolf.spec')
-rw-r--r--librewolf.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/librewolf.spec b/librewolf.spec
index 563cd8f..21c1166 100644
--- a/librewolf.spec
+++ b/librewolf.spec
@@ -410,6 +410,10 @@ Patch905: megabar.patch
Patch906: reduce-rust-debuginfo.patch
Patch907: mozilla-vpn-ad.patch
Patch908: context-menu.patch
+Patch909: urlbarprovider-interventions.patch
+Patch1000: remove-internal-plugin-certs.patch
+Patch1001: allow-searchengines-non-esr.patch
+Patch1002: stop-undesired-requests.patch
%description
Mozilla Firefox is an open-source web browser, designed for standards
compliance, performance and portability.
@@ -517,6 +521,10 @@ This package contains results of tests executed during build.
#%%patch906 -p1
%patch907 -p1
%patch908 -p1
+%patch909 -p1
+#%%patch1000 -p1
+%patch1001 -p1
+%patch1002 -p1
sed -i '/"pocket"/d' browser/components/moz.build
sed -i "/SaveToPocket\.init/d" browser/components/BrowserGlue.jsm
sed -i -r -e '/organizationalUnit.{0,5}=.{0,5}Mozilla/{N;N;N;d}' toolkit/mozapps/extensions/internal/XPIInstall.jsm
@@ -750,6 +758,7 @@ echo "ac_add_options --with-branding=browser/branding/librewolf" >> .mozconfig
echo "ac_add_options --with-branding=browser/branding/librewolf" >> .mozconfig
echo "ac_add_options --with-distribution-id=io.gitlab.librewolf-community" >> .mozconfig
echo "ac_add_options --with-unsigned-addon-scopes=app,system" >> .mozconfig
+echo "ac_add_options --allow-addon-sideload" >> .mozconfig
echo "ac_add_options --enable-alsa" >> .mozconfig
echo "ac_add_options --enable-jack" >> .mozconfig
echo "ac_add_options --disable-updater" >> .mozconfig
@@ -1120,7 +1129,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Sat Oct 02 2021 B. Stack <bgstack15@gmail.com> - 92.0.1-2
+* Tue Oct 05 2021 B. Stack <bgstack15@gmail.com> - 92.0.1-2
- Fork to librewolf release.
* Mon Sep 27 2021 Martin Stransky <stransky@redhat.com> - 92.0.1-1
bgstack15