v103.0-3
This commit is contained in:
parent
d48ad7c2b4
commit
b9c9521cda
2 changed files with 1 additions and 12 deletions
|
|
@ -144,11 +144,6 @@ patch -Np1 -i "${CI_PROJECT_DIR}/deb_patches/use-system-icupkg.patch"
|
||||||
# might make the build just a tiny bit cleaner, not really required though
|
# might make the build just a tiny bit cleaner, not really required though
|
||||||
patch -Np1 -i "${CI_PROJECT_DIR}/deb_patches/fix-wayland-build.patch"
|
patch -Np1 -i "${CI_PROJECT_DIR}/deb_patches/fix-wayland-build.patch"
|
||||||
|
|
||||||
# cbindgen >= 24 patch
|
|
||||||
|
|
||||||
patch -Np1 -i "${CI_PROJECT_DIR}/deb_patches/fix-ftbfs-newer-cbindgen.patch"
|
|
||||||
|
|
||||||
|
|
||||||
# Remove some pre-installed addons that might be questionable
|
# Remove some pre-installed addons that might be questionable
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/remove_addons.patch
|
patch -Np1 -i ${_PATCHES_DIR}/remove_addons.patch
|
||||||
|
|
||||||
|
|
@ -191,9 +186,6 @@ patch -Np1 -i ${_PATCHES_DIR}/mozilla_dirs.patch
|
||||||
# should not break things, buuuuuuuuuut we'll see.
|
# should not break things, buuuuuuuuuut we'll see.
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/dbus_name.patch
|
patch -Np1 -i ${_PATCHES_DIR}/dbus_name.patch
|
||||||
|
|
||||||
# add v100 about dialog
|
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/aboutLogos.patch
|
|
||||||
|
|
||||||
# allow uBlockOrigin to run in private mode by default, without user intervention.
|
# allow uBlockOrigin to run in private mode by default, without user intervention.
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/allow-ubo-private-mode.patch
|
patch -Np1 -i ${_PATCHES_DIR}/allow-ubo-private-mode.patch
|
||||||
|
|
||||||
|
|
@ -236,9 +228,6 @@ patch -Np1 -i ${_PATCHES_DIR}/ui-patches/remove-organization-policy-banner.patch
|
||||||
# hide "snippets" section from the home page settings, as it was already locked.
|
# hide "snippets" section from the home page settings, as it was already locked.
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/remove-snippets-from-home.patch
|
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/remove-snippets-from-home.patch
|
||||||
|
|
||||||
# add warning that sanitizing exceptions are bypassed by the options in History > Clear History when LibreWolf closes > Settings
|
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/sanitizing-description.patch
|
|
||||||
|
|
||||||
# add patch to hide website appearance settings
|
# add patch to hide website appearance settings
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/website-appearance-ui-rfp.patch
|
patch -Np1 -i ${_PATCHES_DIR}/ui-patches/website-appearance-ui-rfp.patch
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.5'}
|
_SETTINGS_TAG=${SETTINGS_TAG:-'6.7'}
|
||||||
_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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue