diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 74683a9..269dbef 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -155,6 +155,7 @@ patch -Np1 -i ${_PATCHES_DIR}/remove_addons.patch # experimentally re-included patch -Np1 -i ${_PATCHES_DIR}/unity-menubar.patch +# currently broken patch -Np1 -i ${_PATCHES_DIR}/mozilla-kde_after_unity.patch # Disabling Pocket diff --git a/scripts/4_Build_Binary_Tarball.sh b/scripts/4_Build_Binary_Tarball.sh index afaadd0..682ae58 100755 --- a/scripts/4_Build_Binary_Tarball.sh +++ b/scripts/4_Build_Binary_Tarball.sh @@ -70,7 +70,7 @@ cd $srcdir; rm -f mozconfig # install cbindgen -cargo install --version 0.21.0 cbindgen +cargo install --version 0.23.0 cbindgen if [[ $CARCH == 'aarch64' ]]; then diff --git a/scripts/5_Configure_Binary_Tarball.sh b/scripts/5_Configure_Binary_Tarball.sh index bcc8941..ed80328 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.4'} +_SETTINGS_TAG=${SETTINGS_TAG:-'6.5'} _SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git'; # Extracts the binary tarball