Skip to content

thunderbird: Update version from 128.9.2 to 128.11.0 #3252

Merged
merged 1 commit into from
Jun 5, 2025
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: 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