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:
parent
eab150439a
commit
87a2488b2e
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue