From 096af25adc0e3b6b5cbae4ef9784f01dd8a4d1a6 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sun, 18 Dec 2022 11:38:35 +0100 Subject: [PATCH] tig: update to 2.5.7 Fixes #7397 --- .../{tig-2.5.5.recipe => tig-2.5.7.recipe} | 2 +- .../haikuwebkit/haikuwebkit-1.9.1.recipe | 119 ------------------ 2 files changed, 1 insertion(+), 120 deletions(-) rename dev-vcs/tig/{tig-2.5.5.recipe => tig-2.5.7.recipe} (95%) delete mode 100644 haiku-libs/haikuwebkit/haikuwebkit-1.9.1.recipe diff --git a/dev-vcs/tig/tig-2.5.5.recipe b/dev-vcs/tig/tig-2.5.7.recipe similarity index 95% rename from dev-vcs/tig/tig-2.5.5.recipe rename to dev-vcs/tig/tig-2.5.7.recipe index d9e98b468..f5a357ce4 100644 --- a/dev-vcs/tig/tig-2.5.5.recipe +++ b/dev-vcs/tig/tig-2.5.7.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2006-2018 Jonas Fonseca" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://github.com/jonas/tig/releases/download/tig-$portVersion/tig-$portVersion.tar.gz" -CHECKSUM_SHA256="24ba2c8beae889e6002ea7ced0e29851dee57c27fde8480fb9c64d5eb8765313" +CHECKSUM_SHA256="dbc7bac86b29098adaa005a76161e200f0734dda36de9f6bd35a861c7c29ca76" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" diff --git a/haiku-libs/haikuwebkit/haikuwebkit-1.9.1.recipe b/haiku-libs/haikuwebkit/haikuwebkit-1.9.1.recipe deleted file mode 100644 index 04040017e..000000000 --- a/haiku-libs/haikuwebkit/haikuwebkit-1.9.1.recipe +++ /dev/null @@ -1,119 +0,0 @@ -SUMMARY="Open source web browser engine" -DESCRIPTION=" -WebKit is an open source web browser engine. WebKit is also the name of the \ -Mac OS X system framework version of the engine that's used by Safari, \ -Dashboard, Mail, and many other OS X applications. WebKit's HTML and \ -JavaScript code began as a branch of the KHTML and KJS libraries from KDE." -HOMEPAGE="http://www.webkit.org/" -COPYRIGHT="1998-2022 Apple Inc., Google Inc., et al" -LICENSE="GNU LGPL v2 - GNU LGPL v2.1 - MIT" -REVISION="1" -SOURCE_URI="https://github.com/haiku/haikuwebkit/archive/HaikuWebKit-$portVersion.tar.gz" -SOURCE_FILENAME="haikuwebkit-$portVersion.tar.gz" -SOURCE_DIR="haikuwebkit-HaikuWebKit-$portVersion" -CHECKSUM_SHA256="1f059ec9ed4e00ec1c769de8a9baee331f811a63a70b854daa50918311779331" - -ARCHITECTURES="all !x86_gcc2 ?x86" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - haikuwebkit$secondaryArchSuffix = $portVersion - cmd:jsc - lib:libJavaScriptCore$secondaryArchSuffix = $portVersion compat >= 1 - lib:libWebKitLegacy$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - lib:libatomic$secondaryArchSuffix - lib:libavif$secondaryArchSuffix - lib:libcurl$secondaryArchSuffix - lib:libexecinfo$secondaryArchSuffix - lib:libgl$secondaryArchSuffix - lib:libicuuc$secondaryArchSuffix >= 66 - lib:libidn2$secondaryArchSuffix - lib:libgpg_error$secondaryArchSuffix - lib:libjpeg$secondaryArchSuffix - lib:libpng16$secondaryArchSuffix - lib:libpsl$secondaryArchSuffix - lib:libsqlite3$secondaryArchSuffix - lib:libssl$secondaryArchSuffix - lib:libtasn1$secondaryArchSuffix - lib:libunistring$secondaryArchSuffix - lib:libwebp$secondaryArchSuffix - lib:libxml2$secondaryArchSuffix - lib:libxslt$secondaryArchSuffix - lib:libz$secondaryArchSuffix - " - -PROVIDES_devel=" - haikuwebkit${secondaryArchSuffix}_devel = $portVersion - devel:libJavaScriptCore$secondaryArchSuffix = $portVersion - devel:libwebcore$secondaryArchSuffix = $portVersion - devel:libWebKitLegacy$secondaryArchSuffix = $portVersion - devel:libwtf$secondaryArchSuffix = $portVersion - " -REQUIRES_devel=" - haikuwebkit$secondaryArchSuffix == $portVersion base - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - haiku_devel - devel:libavif$secondaryArchSuffix - devel:libcurl$secondaryArchSuffix - devel:libexecinfo$secondaryArchSuffix - devel:libgl$secondaryArchSuffix - devel:libpng16$secondaryArchSuffix - devel:libicuuc$secondaryArchSuffix >= 66 - devel:libidn2$secondaryArchSuffix - devel:libjpeg$secondaryArchSuffix - devel:libpng16$secondaryArchSuffix - devel:libpsl$secondaryArchSuffix - devel:libsqlite3$secondaryArchSuffix - devel:libssl$secondaryArchSuffix - devel:libtasn1$secondaryArchSuffix - devel:libunistring$secondaryArchSuffix - devel:libwebp$secondaryArchSuffix >= 7 - devel:libxml2$secondaryArchSuffix - devel:libxslt$secondaryArchSuffix - devel:libz$secondaryArchSuffix - " -BUILD_PREREQUIRES=" - cmd:bison - cmd:cmake >= 3.0.0 - cmd:flex - cmd:gcc$secondaryArchSuffix - cmd:gperf - cmd:ld$secondaryArchSuffix - cmd:m4 - cmd:make - cmd:ninja - cmd:perl - cmd:pkg_config - cmd:python3 - cmd:ruby - cmd:which - " - -BUILD() -{ - export DISABLE_ASLR=1 - export PKG_CONFIG_LIBDIR="`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir/pkgconfig" - export CC=`which gcc` - Tools/Scripts/build-webkit --haiku --no-webkit2 --no-fatal-warnings \ - --cmakeargs="-DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release -DSHOULD_INSTALL_JS_SHELL=ON" -} - -INSTALL() -{ - cd WebKitBuild/Release - ninja install - - prepareInstalledDevelLibs libWebKitLegacy libJavaScriptCore - - # devel package - packageEntries devel \ - $developDir -}