mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
icedove: bump version
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="1998–2025 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="d9510154bac28a7e17ec4acb57e396af7dc038e9d3f9c3b4404cf86c916fc636"
|
||||
CHECKSUM_SHA256="687a2ca31d6f23bb68c2c225ef593ecd8dc025dad9a1a3ef44b0f19ed24b2ffe"
|
||||
SOURCE_DIR="thunderbird-$portVersion"
|
||||
PATCHES="icedove-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="
|
||||
@@ -82,16 +82,19 @@ BUILD_PREREQUIRES="
|
||||
cmd:zip
|
||||
"
|
||||
|
||||
PATCH ()
|
||||
{
|
||||
# add application branding for icedove
|
||||
cp -rT --update=all $sourceDir/comm/mail/branding/thunderbird $sourceDir/comm/mail/branding/icedove
|
||||
unzip $sourceDir/../../additional-files/branding.zip -o -d $sourceDir/comm/mail/branding
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
chmod +x \
|
||||
build/cargo-linker \
|
||||
mach
|
||||
|
||||
# add application branding for icedove
|
||||
cp -rT --update=all $sourceDir/comm/mail/branding/thunderbird $sourceDir/comm/mail/branding/icedove
|
||||
unzip $portDir/additional-files/branding.zip -o -d $sourceDir/comm/mail/branding
|
||||
|
||||
export MOZBUILD_STATE_PATH="$sourceDir/.mozconfig"
|
||||
|
||||
./mach -vv \
|
||||
@@ -49,7 +49,7 @@ BUILD_PREREQUIRES="
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
tar -xJf Icedove-${portVersion}-2.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
tar -xJf Icedove-${portVersion}-1.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
|
||||
# arranging the files in lib directories
|
||||
mkdir -p $appsDir/Icedove/lib
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user