mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
iceweasel_bin: fix audio buffer size
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="2"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="0aa6dc8c86052bef012f91d17256b659850f264c27be8a8b45ce7e76959ddb8a"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion-2.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="170ddd2daca6d5d626535d7875247de755e14c962af069bb40127d665b86a0a2"
|
||||
ADDITIONAL_FILES="iceweasel.rdef.in"
|
||||
|
||||
ARCHITECTURES="x86_64"
|
||||
@@ -49,7 +49,7 @@ BUILD_PREREQUIRES="
|
||||
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
|
||||
|
||||
# arranging the files in lib directories
|
||||
mkdir -p $appsDir/Iceweasel/lib
|
||||
|
||||
Reference in New Issue
Block a user