mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
icedove_bin: bump version
This commit is contained in:
@@ -8,21 +8,29 @@ COPYRIGHT="1998–2025 MZLA Technologies Corporation,"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Icedove-${portVersion}.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="3c9e23de9f7665a54e3fedc76da1dc12ae60296065a7d1f86fb842d603c5d6bc"
|
||||
CHECKSUM_SHA256="a33088e88aa79b87b70d90df2297e688ca82de9d18b0ca65dff737639d1ab92e"
|
||||
PATCHES="icedove_launcher-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="
|
||||
icedove.rdef.in
|
||||
icedove_addon.rdef.in
|
||||
icedove_launcher.rdef.in
|
||||
fix_profile.sh
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_64"
|
||||
DISABLE_SOURCE_PACKAGE="true"
|
||||
|
||||
POST_INSTALL_SCRIPTS="
|
||||
$relativePostInstallDir/fix_profile.sh
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
icedove_bin = $portVersion
|
||||
app:Icedove = $portVersion
|
||||
"
|
||||
CONFLICTS="
|
||||
icedove
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libatk_1.0
|
||||
@@ -38,6 +46,7 @@ REQUIRES="
|
||||
lib:libgtk_3
|
||||
lib:libharfbuzz
|
||||
lib:libintl
|
||||
lib:libnotify
|
||||
lib:libnspr4
|
||||
lib:libnss3
|
||||
lib:libpango_1.0
|
||||
@@ -71,6 +80,10 @@ INSTALL()
|
||||
cp "tools/haiku-launcher/Send with Icedove" $addOnsDir/Tracker
|
||||
cp "tools/haiku-launcher/Icedove Mail" $appsDir/Icedove
|
||||
|
||||
mkdir -p $postInstallDir
|
||||
cp -f $portDir/additional-files/fix_profile.sh $postInstallDir
|
||||
chmod -v a+rx $postInstallDir/fix_profile.sh
|
||||
|
||||
# arranging the files in lib directories
|
||||
mkdir -p $appsDir/Icedove/lib
|
||||
cd $appsDir/Icedove
|
||||
@@ -89,7 +102,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="`echo "$portVersion" | cut -d. -f3`"
|
||||
local MINOR="0"
|
||||
local LONG_INFO="$SUMMARY"
|
||||
sed \
|
||||
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
|
||||
Reference in New Issue
Block a user