diff --git a/assets/patches.txt b/assets/patches.txt index 51e73ad..0ebadad 100644 --- a/assets/patches.txt +++ b/assets/patches.txt @@ -9,7 +9,6 @@ patches/disable-data-reporting-at-compile-time.patch patches/flatpak-autoconf.patch patches/fullpage-translations.patch patches/hide-passwordmgr.patch -patches/librewolf-pref-pane.patch patches/librewolf-prefs.patch patches/mozilla_dirs.patch patches/msix.patch diff --git a/scripts/librewolf-patches.py b/scripts/librewolf-patches.py index c8077a4..7532de1 100755 --- a/scripts/librewolf-patches.py +++ b/scripts/librewolf-patches.py @@ -122,6 +122,16 @@ def librewolf_patches(): exec('wget -q https://codeberg.org/librewolf/settings/raw/branch/master/defaults/pref/local-settings.js') leave_srcdir(); + # + # pref-pane patches + # + + patch('../patches/pref-pane/pref-pane-small.patch') + + exec('cp -v ../patches/pref-pane/category-librewolf.svg browser/themes/shared/preferences/category-librewolf.svg') + exec('cp -v ../patches/pref-pane/librewolf.css browser/themes/shared/preferences/librewolf.css') + exec('cp -v ../patches/pref-pane/librewolf.inc.xhtml browser/components/preferences/librewolf.inc.xhtml') + exec('cp -v ../patches/pref-pane/librewolf.js browser/components/preferences/librewolf.js') # provide a script that fetches and bootstraps Nightly and some mozconfigs