From e319957fdb23259aa89fce49ffc6e50de8533ebc Mon Sep 17 00:00:00 2001 From: david Date: Mon, 29 Mar 2021 21:51:52 +0200 Subject: [PATCH 1/2] Firefox: new revision make it beequeen compatible --- firefox.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firefox.be0 b/firefox.be0 index 057de854e..f0e81f1a6 100755 --- a/firefox.be0 +++ b/firefox.be0 @@ -2,7 +2,7 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION firefox-87.0-0 +# BEE_VERSION firefox-87.0-1 #https://ftp.mozilla.org/pub/firefox/releases/$pkgversion/SOURCE to find the right download link SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz" @@ -14,6 +14,7 @@ SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/fir mee_configure() { + . /usr/local/package/lib/node.profile . /pkg/rustc-1.50.0-0/profile cat > ${S}/mozconfig <<-EOF From 9fd70c8113cfd7878e52ab2fb7ca46cf324f21fc Mon Sep 17 00:00:00 2001 From: david Date: Mon, 29 Mar 2021 21:53:03 +0200 Subject: [PATCH 2/2] Thunderbird: new revision make it beequeen compatible --- thunderbird.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thunderbird.be0 b/thunderbird.be0 index 7e47cf472..1c724dbe4 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -2,13 +2,14 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION thunderbird-68.12.0-0 +# BEE_VERSION thunderbird-68.12.0-1 SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source/thunderbird-${PKGVERSION}.source.tar.xz" # build_in_sourcedir mee_configure() { + . /usr/local/package/lib/node.profile . /pkg/rustc-1.41.0-0/profile . /pkg/python-2.7.16-0/profile