99.0.1-4 with settings ublock fix
This commit is contained in:
parent
01cc0ab5ad
commit
eac4c04053
2 changed files with 8 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ export MOZ_APP_VENDOR=LibreWolf
|
|||
export MOZ_APP_DISPLAYNAME=LibreWolf
|
||||
|
||||
ac_add_options --with-branding=browser/branding/librewolf
|
||||
ac_add_options --with-distribution-id=io.gitlab.librewolf-community
|
||||
# ac_add_options --with-distribution-id=io.gitlab.librewolf-community
|
||||
ac_add_options --with-unsigned-addon-scopes=app,system
|
||||
ac_add_options --allow-addon-sideload
|
||||
|
||||
|
|
@ -214,6 +214,9 @@ patch -Np1 -i ${_PATCHES_DIR}/ui-patches/remap-links.patch
|
|||
#
|
||||
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/hide-default-browser.patch
|
||||
|
||||
# Add LibreWolf logo to Debugging Page
|
||||
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/lw-logo-devtools.patch
|
||||
|
||||
#
|
||||
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/privacy-preferences.patch
|
||||
|
||||
|
|
@ -238,4 +241,7 @@ patch -Np1 -i ${_PATCHES_DIR}/librewolf-pref-pane.patch
|
|||
# fix telemetry removal, see https://gitlab.com/librewolf-community/browser/linux/-/merge_requests/17, for example
|
||||
patch -Np1 -i ${_PATCHES_DIR}/disable-data-reporting-at-compile-time.patch
|
||||
|
||||
# allows hiding the password manager (from the lw pref pane) / via a pref
|
||||
patch -Np1 -i ${_PATCHES_DIR}/hide-passwordmgr.patch
|
||||
|
||||
rm -rf source
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ LAUNCHER_SCRIPT=$3;
|
|||
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
|
||||
_SCRIPT_FOLDER=$(realpath $(dirname $0));
|
||||
_EXTRACTED_TARBALL_FOLDER=$_SCRIPT_FOLDER/librewolf;
|
||||
_SETTINGS_TAG=${SETTINGS_TAG:-'6.2'}
|
||||
_SETTINGS_TAG=${SETTINGS_TAG:-'6.3'}
|
||||
_SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git';
|
||||
|
||||
# Extracts the binary tarball
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue