From a694e6620a47531507d519cd221eec972757a2b8 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 28 Aug 2019 13:39:58 +0200 Subject: [PATCH 1/2] thunderbird: Update version from 60.8.0 to 68.0 https://www.thunderbird.net/en-US/thunderbird/68.0/releasenotes/ --- thunderbird.be0 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/thunderbird.be0 b/thunderbird.be0 index 859a1aec9..1b39630df 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -2,17 +2,12 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION thunderbird-60.8.0-1 +# BEE_VERSION thunderbird-68.0-0 SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source/thunderbird-${PKGVERSION}.source.tar.xz" # build_in_sourcedir -mee_patch() { - start_cmd sed -i -e '/#!\[deny(missing_docs)\]/d' ${S}/servo/components/style/lib.rs - start_cmd sed -i -e 's/#!\[deny(unsafe_code, missing_docs)\]/#!\[deny(unsafe_code)\]/g' ${S}/servo/components/style_traits/lib.rs -} - mee_configure() { . /pkg/rustc-1.34.2-0/profile From 0333e97e2cc17bc52b92a96f394c2ef8b18ccd1f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 28 Aug 2019 13:42:18 +0200 Subject: [PATCH 2/2] thunderbird: Remove obsolete configure option `--with-pthreads` mozbuild.configure.options.InvalidOptionError: Unknown option: --with-pthreads --- thunderbird.be0 | 1 - 1 file changed, 1 deletion(-) diff --git a/thunderbird.be0 b/thunderbird.be0 index 1b39630df..343cf93be 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -20,7 +20,6 @@ mee_configure() { --disable-crashreporter \ --enable-startup-notification \ --disable-tests \ - --with-pthreads \ --enable-official-branding \ --disable-debug \ --disable-tests \