From b9c9521cdaf6eaf8f0a42b5a349168dcbbd9e81a Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Fri, 29 Jul 2022 14:11:06 +0200 Subject: [PATCH] v103.0-3 --- scripts/3_Configure_Source_Code.sh | 11 ----------- scripts/5_Configure_Binary_Tarball.sh | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 99244ee..7d0434b 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -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 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 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. 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. 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. 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 patch -Np1 -i ${_PATCHES_DIR}/ui-patches/website-appearance-ui-rfp.patch diff --git a/scripts/5_Configure_Binary_Tarball.sh b/scripts/5_Configure_Binary_Tarball.sh index ed80328..32e6f2d 100755 --- a/scripts/5_Configure_Binary_Tarball.sh +++ b/scripts/5_Configure_Binary_Tarball.sh @@ -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.5'} +_SETTINGS_TAG=${SETTINGS_TAG:-'6.7'} _SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git'; # Extracts the binary tarball