Skip to content

Commit

Permalink
Merge pull request #3203 from mariux64/update-thunderbird
Browse files Browse the repository at this point in the history
Thunderbird: Update to 128.7.1
  • Loading branch information
david authored Feb 26, 2025
2 parents 0fffa78 + cab862b commit 738a4c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions thunderbird.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

#export BEE_TMP_TMPDIR=/scratch/local2 BEE_TMP_BUILDROOT=/scratch/local2/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION thunderbird-128.4.3-0
# BEE_VERSION thunderbird-128.7.1-0

#SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}esr/source/thunderbird-${PKGVERSION}esr.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/2334b343b9bb5a2f002c086e6e2012a6/thunderbird-128.4.3esr.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/92352ad8b31fa250e2caadd9fb7b46dc/thunderbird-128.7.1esr.source.tar.xz"

# build_in_sourcedir

mee_configure() {
# next build check what is needed
p=/pkg/node-20.13.1-0/profile; [ -e $p ] && . $p
p=/pkg/rustc-1.80.0-0/profile; [ -e $p ] && . $p
p=/pkg/rustc-1.84.0-0/profile; [ -e $p ] && . $p

cat > ${S}/mozconfig <<CONF
ac_add_options --prefix=${PREFIX}
ac_add_options --enable-application=comm/mail
ac_add_options --enable-bootstrap
ac_add_options --disable-bootstrap
ac_add_options --disable-updater
ac_add_options --disable-crashreporter
ac_add_options --disable-tests
Expand Down

0 comments on commit 738a4c6

Please sign in to comment.