Skip to content

Commit

Permalink
thunderbird: Update to v128.6.0
Browse files Browse the repository at this point in the history
 - Unset RUSTFLAGS, always did conflict but now Thunderbird fails to configure
 - Forcibly enable Rust components (system tray pls)

Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jan 18, 2025
1 parent 855083c commit 244f693
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Binary file modified t/thunderbird/manifest.x86_64.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions t/thunderbird/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@
}
},
"source-name": "thunderbird",
"source-release": "15",
"source-version": "128.5.2"
"source-release": "16",
"source-version": "128.6.0"
}
1 change: 1 addition & 0 deletions t/thunderbird/pkg/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ac_add_options --enable-official-branding
ac_add_options --enable-optimize
ac_add_options --enable-release
ac_add_options --enable-rust-simd
ac_add_options --enable-thunderbird-rust
ac_add_options --enable-update-channel=release
ac_add_options --enable-pulseaudio
ac_add_options --enable-system-ffi
Expand Down
7 changes: 4 additions & 3 deletions t/thunderbird/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : thunderbird
version : 128.5.2
release : 15
version : 128.6.0
release : 16
homepage : https://www.thunderbird.net/
upstreams :
- https://releases.mozilla.org/pub/thunderbird/releases/128.5.2esr/source/thunderbird-128.5.2esr.source.tar.xz : ef932fe30fcc3f90f465feffcf641147d678ec3ecda220f317046e715a905547
- https://releases.mozilla.org/pub/thunderbird/releases/128.6.0esr/source/thunderbird-128.6.0esr.source.tar.xz : 1ab6155cd756f905d9b3a85b47b106e5a32626a3eec006c263b811772c4682f3
summary : Thunderbird Email Client
description : |
Thunderbird Email Client
Expand Down Expand Up @@ -47,6 +47,7 @@ environment : |
export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=pip
# Not working with libc++ 18, reevaluate with LLVM 19
export CXXFLAGS="${CXXFLAGS} -stdlib=libstdc++"
unset RUSTFLAGS
setup : |
%patch %(pkgdir)/icu74.patch
%install_file %(pkgdir)/mozconfig .
Expand Down

0 comments on commit 244f693

Please sign in to comment.