From 156fce08a14e72e4d8227d4ffd0afab350f43459 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sat, 17 Jul 2021 16:47:21 +0200 Subject: [PATCH] v90.0-1 --- deb_patches/reduce-rust-debuginfo.patch | 4 ++-- scripts/1_Install_Dependencies.sh | 1 - scripts/5_Configure_Binary_Tarball.sh | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/deb_patches/reduce-rust-debuginfo.patch b/deb_patches/reduce-rust-debuginfo.patch index e6a9148..9d9543f 100644 --- a/deb_patches/reduce-rust-debuginfo.patch +++ b/deb_patches/reduce-rust-debuginfo.patch @@ -8,8 +8,8 @@ Description: reduce the rust debuginfo level with recent versions of rustc pretty much all supported architectures are affected, so it is now unconditional. ---- a/build/moz.configure/toolchain.configure -+++ b/build/moz.configure/toolchain.configure +--- a/build/moz.configure/rust.configure ++++ b/build/moz.configure/rust.configure @@ -2167,7 +2167,7 @@ def rust_compile_flags(opt_level, debug_ debug_assertions = False diff --git a/scripts/1_Install_Dependencies.sh b/scripts/1_Install_Dependencies.sh index 08ef1f5..a9d7924 100755 --- a/scripts/1_Install_Dependencies.sh +++ b/scripts/1_Install_Dependencies.sh @@ -16,7 +16,6 @@ _DEPENDENCIES="wget git xvfb \ libx11-xcb-dev \ libxt-dev \ libxext-dev \ - libgtk2.0-dev \ libgtk-3-dev \ libglib2.0-dev \ libpango1.0-dev \ diff --git a/scripts/5_Configure_Binary_Tarball.sh b/scripts/5_Configure_Binary_Tarball.sh index d4d9485..2faea0d 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:-'1.1'} +_SETTINGS_TAG=${SETTINGS_TAG:-'1.3'} _SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git'; # Extracts the binary tarball