99.0.1-4 with settings ublock fix

This commit is contained in:
ohfp 2022-04-29 12:33:37 +02:00
parent 01cc0ab5ad
commit eac4c04053
2 changed files with 8 additions and 2 deletions

View file

@ -60,7 +60,7 @@ export MOZ_APP_VENDOR=LibreWolf
export MOZ_APP_DISPLAYNAME=LibreWolf export MOZ_APP_DISPLAYNAME=LibreWolf
ac_add_options --with-branding=browser/branding/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 --with-unsigned-addon-scopes=app,system
ac_add_options --allow-addon-sideload 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 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 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 # 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 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 rm -rf source

View file

@ -11,7 +11,7 @@ LAUNCHER_SCRIPT=$3;
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)} CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
_SCRIPT_FOLDER=$(realpath $(dirname $0)); _SCRIPT_FOLDER=$(realpath $(dirname $0));
_EXTRACTED_TARBALL_FOLDER=$_SCRIPT_FOLDER/librewolf; _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'; _SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git';
# Extracts the binary tarball # Extracts the binary tarball