mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
iceweasel_bin: bump version
This commit is contained in:
@@ -3,12 +3,11 @@ DESCRIPTION="Iceweasel is an open source web browser. \
|
||||
It achieves balance between ease of use and customization, catering to the \
|
||||
needs of both casual and power users."
|
||||
HOMEPAGE="https://github.com/kenz-gelsoft/gecko-dev"
|
||||
COPYRIGHT="1995-2024 Mozilla Developers and Contributors"
|
||||
COPYRIGHT="1995-2025 Mozilla Developers and Contributors"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="6"
|
||||
buildTag="HAIKU128_5_20241223"
|
||||
SOURCE_URI="https://github.com/kenz-gelsoft/gecko-dev/releases/download/$buildTag/Iceweasel-$portVersion.en-US.haiku-x86_64.tar.bz2#noarchive"
|
||||
CHECKSUM_SHA256="7bf4f43738879bbfab8165421a984718e8ebd352a0753de952e24485bd33c43a"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="c190a85387a31b5b93372c77dc0427852b0bb69941fc45c62af6b9129319dfd7"
|
||||
ADDITIONAL_FILES="iceweasel.rdef.in"
|
||||
|
||||
ARCHITECTURES="x86_64"
|
||||
@@ -21,45 +20,40 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libatk_1.0 >= 0.23809.1
|
||||
lib:libcairo >= 2.11800.0
|
||||
lib:libcairo_gobject >= 2.11800.0
|
||||
lib:libdbus_1 >= 3.19.13
|
||||
lib:libevent_2.1 >= 7.0.1
|
||||
lib:libgdk_3 >= 3.2404.30
|
||||
lib:libgdk_pixbuf_2.0 >= 0.4200.9
|
||||
lib:libgio_2.0 >= 0.7800.0
|
||||
lib:libglib_2.0 >= 0.7800.0
|
||||
lib:libgobject_2.0 >= 0.7800.0
|
||||
lib:libgtk_3 >= 3.2404.30
|
||||
lib:libharfbuzz >= 0.60830.0
|
||||
lib:libintl >= 8.4.0
|
||||
lib:libnspr4 >= 4.36
|
||||
lib:libnss3 >= 3.107
|
||||
lib:libpango_1.0 >= 0.5400.0
|
||||
lib:libpangocairo_1.0 >= 0.5400.0
|
||||
lib:libpng16 >= 16.44.0
|
||||
lib:libz >= 1.3.1
|
||||
lib:libatk_1.0
|
||||
lib:libcairo
|
||||
lib:libcairo_gobject
|
||||
lib:libdbus_1
|
||||
lib:libevent_2.1
|
||||
lib:libgdk_3
|
||||
lib:libgdk_pixbuf_2.0
|
||||
lib:libgio_2.0
|
||||
lib:libglib_2.0
|
||||
lib:libgobject_2.0
|
||||
lib:libgtk_3
|
||||
lib:libharfbuzz
|
||||
lib:libintl
|
||||
lib:libnspr4
|
||||
lib:libnss3
|
||||
lib:libpango_1.0
|
||||
lib:libpangocairo_1.0
|
||||
lib:libpng16
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:tar
|
||||
cmd:xz
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
tar jxf Iceweasel-$portVersion.en-US.haiku-x86_64.tar.bz2 -C $appsDir
|
||||
tar -xJf Iceweasel-$portVersion.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
|
||||
# arranging the files in lib directories
|
||||
mkdir -p $appsDir/Iceweasel/lib
|
||||
cd $appsDir/Iceweasel
|
||||
# NSS libs
|
||||
# mv \
|
||||
# libfreebl3.so \
|
||||
# libnss3.so \
|
||||
# libnssckbi.so \
|
||||
# libnssutil3.so \
|
||||
# libsmime3.so \
|
||||
# libsoftokn3.so \
|
||||
# libssl3.so \
|
||||
# lib
|
||||
mv \
|
||||
libgkcodecs.so \
|
||||
libipcclientcerts.so \
|
||||
Reference in New Issue
Block a user