mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-18 02:12:30 -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/flatpak-autoconf.patch
|
||||||
patches/fullpage-translations.patch
|
patches/fullpage-translations.patch
|
||||||
patches/hide-passwordmgr.patch
|
patches/hide-passwordmgr.patch
|
||||||
patches/librewolf-pref-pane.patch
|
|
||||||
patches/librewolf-prefs.patch
|
patches/librewolf-prefs.patch
|
||||||
patches/mozilla_dirs.patch
|
patches/mozilla_dirs.patch
|
||||||
patches/msix.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')
|
exec('wget -q https://codeberg.org/librewolf/settings/raw/branch/master/defaults/pref/local-settings.js')
|
||||||
leave_srcdir();
|
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
|
# provide a script that fetches and bootstraps Nightly and some mozconfigs
|
||||||
|
|
Loading…
Add table
Reference in a new issue