Skip to content

Commit

Permalink
Merge pull request #1873 from mariux64/update-thunderbird-to-68.12.0
Browse files Browse the repository at this point in the history
Thunderbird: Update to version 68.12.0
  • Loading branch information
pmenzel authored Sep 7, 2020
2 parents e158079 + 82527e0 commit d49ee73
Showing 1 changed file with 27 additions and 19 deletions.
46 changes: 27 additions & 19 deletions thunderbird.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,43 @@

#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"

# build_in_sourcedir

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 <<CONF
ac_add_options --prefix=${PREFIX}
ac_add_options --enable-application=comm/mail
ac_add_options --without-system-nspr
ac_add_options --disable-necko-wifi
ac_add_options --disable-updater
ac_add_options --disable-crashreporter
ac_add_options --enable-startup-notification
ac_add_options --disable-tests
ac_add_options --enable-official-branding
ac_add_options --disable-debug
ac_add_options --disable-tests
ac_add_options --enable-calendar
ac_add_options --enable-optimize
ac_add_options --enable-strip
ac_add_options --enable-install-strip
mk_add_options MOZ_BUILD_FLAGS="${BEE_MAKEFLAGS}"
mk_add_options MOZ_OBJDIR=$B
CONF

export MOZBUILD_STATE_PATH=${B}/mozbuild
}

mee_build () {
start_cmd make ${BEE_MAKEFLAGS}
export CARGO_HOME=$B/.cargo
start_cmd ${S}/mach build
}

mee_build_post() {
Expand Down

0 comments on commit d49ee73

Please sign in to comment.