Skip to content

Commit

Permalink
Thunderbird: Update to 128.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Feb 11, 2025
1 parent c4d1234 commit fe1dae3
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.6.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/d02042dabe091ba776936d05017c6a3c/thunderbird-128.6.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 fe1dae3

Please sign in to comment.