icedove: bump version

This commit is contained in:
Gerasim Troeglazov
2026-01-01 00:31:01 +10:00
parent 029023e549
commit f2db03a424
3 changed files with 281 additions and 187 deletions

View File

@@ -8,7 +8,7 @@ COPYRIGHT="19982025 MZLA Technologies Corporation,"
LICENSE="MPL v2.0"
REVISION="1"
SOURCE_URI="https://ftp.mozilla.org/pub/thunderbird/releases/$portVersion/source/thunderbird-$portVersion.source.tar.xz"
CHECKSUM_SHA256="694a6b11f8afa9ff2b0899f1f59473160b3a92be271892df8c2f6bb748fb4666"
CHECKSUM_SHA256="816c7add658c208ef6057ef86643ed9ecc0f4daafcae592a1ffe38d1a2108b38"
SOURCE_DIR="thunderbird-$portVersion"
PATCHES="
icedove_launcher-$portVersion.patchset
@@ -88,7 +88,6 @@ BUILD_PREREQUIRES="
cmd:make
cmd:nasm
cmd:perl
cmd:pip3
cmd:pkg_config
cmd:python3
cmd:tar
@@ -109,8 +108,11 @@ BUILD()
build/cargo-linker \
mach
export DISABLE_ASLR=1
# export DISABLE_ASLR=1
export MOZBUILD_STATE_PATH="$sourceDir/.mozconfig"
export RUSTFLAGS="-C link-arg=-Wl,--no-gc-sections"
python3 -m ensurepip --default-pip
./mach -vv \
--no-interactive bootstrap \
@@ -168,7 +170,7 @@ INSTALL()
local APP_SIGNATURE="application/x-vnd.icedove"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
local MINOR="0"
local MINOR="`echo "$portVersion" | cut -d. -f3`"
local LONG_INFO="$SUMMARY"
sed \
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \