Skip to content

Update Thunderbird from 60.8.0 to 68.0 #1218

Merged
merged 2 commits into from
Sep 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions thunderbird.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -25,7 +20,6 @@ mee_configure() {
--disable-crashreporter \
--enable-startup-notification \
--disable-tests \
--with-pthreads \
--enable-official-branding \
--disable-debug \
--disable-tests \
Expand Down