mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
iceweasel_bin: fix video decoding, bump revision
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="1"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="7e47a8e8767b67def52d4799af67c3a177300c77bb99cf36d6863c639f6840f1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion-2.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="65b6e49aee3fa46d379ed28a03e7a55f706654d36a32febb35a0970b37eff662"
|
||||
PATCHES="iceweasel_launcher-$portVersion.patchset"
|
||||
|
||||
ADDITIONAL_FILES="
|
||||
@@ -71,7 +71,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
tar -xJf Iceweasel-$portVersion.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
tar -xJf Iceweasel-$portVersion-2.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
|
||||
cp "tools/haiku-launcher/Iceweasel Browser" $appsDir/Iceweasel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user