0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

trying first build

This commit is contained in:
Bert van der Weerd 2023-10-29 16:30:45 +01:00
parent eab150439a
commit 87a2488b2e
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
2 changed files with 10 additions and 1 deletions

View file

@ -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

View file

@ -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