mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
iceweasel_bin: bump version
This commit is contained in:
@@ -5,9 +5,9 @@ needs of both casual and power users."
|
||||
HOMEPAGE="https://github.com/kenz-gelsoft/gecko-dev"
|
||||
COPYRIGHT="1995-2025 Mozilla Developers and Contributors"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion-4.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="39ab70be597b2fc0d84fe5db0f88bc2237e20a8ccdb1e5441ca17158fe0c6f19"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion-1.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="91b880596c4b6b88d1e77c1ac1f307d93e55b04d89d0176fa3a93a4ceec08d55"
|
||||
PATCHES="iceweasel_launcher-$portVersion.patchset"
|
||||
|
||||
ADDITIONAL_FILES="
|
||||
@@ -65,7 +65,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
tar -xJf Iceweasel-$portVersion-4.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
tar -xJf Iceweasel-$portVersion-1.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
|
||||
cp "tools/haiku-launcher/Iceweasel Browser" $appsDir/Iceweasel
|
||||
|
||||
@@ -86,7 +86,7 @@ INSTALL()
|
||||
local APP_SIGNATURE="application/x-vnd.iceweasel"
|
||||
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|" \
|
||||
Reference in New Issue
Block a user