iceweasel_bin: bump revision

This commit is contained in:
Gerasim Troeglazov
2025-04-06 13:10:11 +10:00
parent d422338780
commit 41dc7a4992

View File

@@ -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="3"
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion-3.en-US.haiku-x86_64.tar.xz#noarchive"
CHECKSUM_SHA256="9846cdd4c3a1f2a626b08feb67f4c8f7193ebc42233dd1d2e811c4365f3522d2"
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"
PATCHES="iceweasel_launcher-$portVersion.patchset"
ADDITIONAL_FILES="
@@ -58,14 +58,14 @@ BUILD_PREREQUIRES="
BUILD()
{
cd tools/haiku-launcher
gcc -o "Iceweasel Browser" Launcher.cpp -lbe
gcc -o "Iceweasel Browser" launcher.cpp -lbe
}
INSTALL()
{
mkdir -p $appsDir
tar -xJf Iceweasel-$portVersion-3.en-US.haiku-x86_64.tar.xz -C $appsDir
tar -xJf Iceweasel-$portVersion-4.en-US.haiku-x86_64.tar.xz -C $appsDir
cp "tools/haiku-launcher/Iceweasel Browser" $appsDir/Iceweasel