Skip to content

Commit

Permalink
Merge pull request #3252 from mariux64/update-thunderbird
Browse files Browse the repository at this point in the history
thunderbird: Update version from 128.9.2 to 128.11.0
  • Loading branch information
donald authored Jun 5, 2025
2 parents 654e91b + a9770a1 commit a28e03e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions thunderbird.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

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

# BEE_VERSION thunderbird-128.9.2-0
# BEE_VERSION thunderbird-128.11.0-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/046c4c2b4cb945eee04fc27bc386c207/thunderbird-128.9.2esr.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/8cc87a6244898bc52ae0138e44f1c6ee/thunderbird-128.11.0esr.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.84.0-0/profile; [ -e $p ] && . $p

cat > ${S}/mozconfig <<CONF
ac_add_options --prefix=${PREFIX}
ac_add_options --enable-application=comm/mail
Expand Down Expand Up @@ -86,8 +86,6 @@ EOF1
pref("mail.showCondensedAddresses" , false);
// if FROM Header and Header SENDER there show both
pref("mailnews.headers.showSender" , true);
//test for Aw:Re:AW:
pref("mailnews.localizedRe", "AW,Aw,Antwort,Antw");
//disable telemetry
pref("dom.security.unexpected_system_load_telemetry_enabled",false);
pref("network.trr.confirmation_telemetry_enabled",false);
Expand Down

0 comments on commit a28e03e

Please sign in to comment.