mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
librewolf_bin: bump version
This commit is contained in:
@@ -10,9 +10,9 @@ disabling anti-freedom features like DRM."
|
||||
HOMEPAGE="https://librewolf.net/"
|
||||
COPYRIGHT="1995-2025 Mozilla Developers and Contributors"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/librewolf-${portVersion}-2.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="5a08dbae7ad13136f856d76dc53a90e8c955cd716d040485201aae4f9781e8c0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/librewolf-${portVersion}-1.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="d77abbfe790fcee976c26b2cf591754c0ca0f93af3fea3512a736c6eeeeea22f"
|
||||
ADDITIONAL_FILES="librewolf.rdef.in"
|
||||
|
||||
ARCHITECTURES="x86_64"
|
||||
@@ -54,7 +54,7 @@ BUILD_PREREQUIRES="
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
tar -xJf librewolf-${portVersion}-2.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
tar -xJf librewolf-${portVersion}-1.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
|
||||
mv $appsDir/librewolf $appsDir/LibreWolf
|
||||
mv $appsDir/LibreWolf/librewolf $appsDir/LibreWolf/LibreWolf
|
||||
@@ -64,7 +64,6 @@ INSTALL()
|
||||
cd $appsDir/LibreWolf
|
||||
mv \
|
||||
libgkcodecs.so \
|
||||
libipcclientcerts.so \
|
||||
liblgpllibs.so \
|
||||
libmozavcodec.so \
|
||||
libmozavutil.so \
|
||||
@@ -77,7 +76,7 @@ INSTALL()
|
||||
local APP_SIGNATURE="application/x-vnd.librewolf"
|
||||
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
||||
local MINOR="`echo "$portVersion" | cut -d. -f3`"
|
||||
local MINOR="0"
|
||||
local LONG_INFO="$SUMMARY"
|
||||
sed \
|
||||
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
|
||||
Reference in New Issue
Block a user