v96.0.3-1
This commit is contained in:
parent
76feb8fb78
commit
5b88970517
3 changed files with 9 additions and 1562 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -149,7 +149,7 @@ patch -Np1 -i ${_PATCHES_DIR}/mozilla-vpn-ad.patch
|
|||
|
||||
# experimentally re-included
|
||||
patch -Np1 -i ${_PATCHES_DIR}/unity-menubar.patch
|
||||
patch -Np1 -i ${CI_PROJECT_DIR}/deb_patches/mozilla-kde_after_unity.patch
|
||||
patch -Np1 -i ${_PATCHES_DIR}/mozilla-kde_after_unity.patch
|
||||
|
||||
# Disabling Pocket
|
||||
printf "\nDisabling Pocket\n";
|
||||
|
|
@ -181,9 +181,16 @@ patch -Np1 -i "${_PATCHES_DIR}/sed-patches/stop-undesired-requests.patch"
|
|||
# created directories
|
||||
patch -Np1 -i ${_PATCHES_DIR}/mozilla_dirs.patch
|
||||
|
||||
# somewhat experimental patch to fix bus/dbus/remoting names to io.gitlab.librewolf
|
||||
# should not break things, buuuuuuuuuut we'll see.
|
||||
patch -Np1 -i ${_PATCHES_DIR}/dbus_name.patch
|
||||
|
||||
# allow uBlockOrigin to run in private mode by default, without user intervention.
|
||||
patch -Np1 -i ${_PATCHES_DIR}/allow-ubo-private-mode.patch
|
||||
|
||||
# add custom uBO assets (on first launch only)
|
||||
patch -Np1 -i ${_PATCHES_DIR}/custom-ubo-assets-bootstrap-location.patch
|
||||
|
||||
# ui patches
|
||||
|
||||
# remove references to firefox from the settings UI, change text in some of the links,
|
||||
|
|
|
|||
|
|
@ -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:-'5.2'}
|
||||
_SETTINGS_TAG=${SETTINGS_TAG:-'5.4'}
|
||||
_SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git';
|
||||
|
||||
# Extracts the binary tarball
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue