From 229c57c64729365e47d2a98cad601c7f310b164d Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 17 Oct 2019 08:41:06 +0200 Subject: [PATCH] waterfox: update to 56.2.14 - last release with this version scheme --- waterfox.be0 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/waterfox.be0 b/waterfox.be0 index 3283d418f..bde84a422 100755 --- a/waterfox.be0 +++ b/waterfox.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION waterfox-56.2.3-0 +# BEE_VERSION waterfox-56.2.14-0 # export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j`nproc`' -SRCURL[0]="https://github.com/MrAlex94/Waterfox/archive/$PKGVERSION.tar.gz" +SRCURL[0]="https://github.com/MrAlex94/Waterfox/archive/${PKGVERSION}.tar.gz waterfox-${PKGVERSION}.tar.gz" # PATCHURL+=() @@ -23,6 +23,9 @@ build_in_sourcedir #} mee_configure() { + + . /pkg/rustc-1.37.0-0/profile + OPTION="--prefix=/usr --disable-necko-wifi --without-system-icu --without-system-nspr \ --disable-dbus --enable-safe-browsing" start_cmd sed -e 's/with-ccache=ccache/without-ccache/' \