This commit is contained in:
ohfp 2022-06-02 16:16:44 +02:00
parent 354766fc0d
commit 8e7098bc0d
3 changed files with 3 additions and 2 deletions

View file

@ -155,6 +155,7 @@ patch -Np1 -i ${_PATCHES_DIR}/remove_addons.patch
# experimentally re-included # experimentally re-included
patch -Np1 -i ${_PATCHES_DIR}/unity-menubar.patch patch -Np1 -i ${_PATCHES_DIR}/unity-menubar.patch
# currently broken
patch -Np1 -i ${_PATCHES_DIR}/mozilla-kde_after_unity.patch patch -Np1 -i ${_PATCHES_DIR}/mozilla-kde_after_unity.patch
# Disabling Pocket # Disabling Pocket

View file

@ -70,7 +70,7 @@ cd $srcdir;
rm -f mozconfig rm -f mozconfig
# install cbindgen # install cbindgen
cargo install --version 0.21.0 cbindgen cargo install --version 0.23.0 cbindgen
if [[ $CARCH == 'aarch64' ]]; then if [[ $CARCH == 'aarch64' ]]; then

View file

@ -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.4'} _SETTINGS_TAG=${SETTINGS_TAG:-'6.5'}
_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