From 82527e0c9cbe27bff0382299561e623cb0d42a78 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 7 Sep 2020 11:29:32 +0200 Subject: [PATCH] Thunderbird: Update to version 68.12.0 https://www.thunderbird.net/en-US/thunderbird/68.11.0/releasenotes/ https://www.thunderbird.net/en-US/thunderbird/68.12.0/releasenotes/ --- thunderbird.be0 | 46 +++++++++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 19 deletions(-) diff --git a/thunderbird.be0 b/thunderbird.be0 index aadcb2542..7e47cf472 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -2,7 +2,7 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION thunderbird-68.10.0-0 +# BEE_VERSION thunderbird-68.12.0-0 SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source/thunderbird-${PKGVERSION}.source.tar.xz" @@ -10,27 +10,35 @@ SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source mee_configure() { . /pkg/rustc-1.41.0-0/profile - - start_cmd ${S}/configure \ - --prefix=${PREFIX} \ - --enable-application=comm/mail \ - --without-system-nspr \ - --disable-necko-wifi \ - --disable-updater \ - --disable-crashreporter \ - --enable-startup-notification \ - --disable-tests \ - --enable-official-branding \ - --disable-debug \ - --disable-tests \ - --enable-calendar \ - --enable-optimize \ - --enable-strip \ - --enable-install-strip + . /pkg/python-2.7.16-0/profile + + + cat > ${S}/mozconfig <