diff --git a/haiku-libs/haikuwebkit/haikuwebkit-1.6.8.recipe b/haiku-libs/haikuwebkit/haikuwebkit-1.6.8.recipe deleted file mode 100644 index 336d00ab8..000000000 --- a/haiku-libs/haikuwebkit/haikuwebkit-1.6.8.recipe +++ /dev/null @@ -1,104 +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-2018 Apple Inc., Google Inc., et al" -LICENSE="GNU LGPL v2 - GNU LGPL v2.1 - MIT" -REVISION="3" -# https://github.com/haiku/webkit/archive/$portVersion.tar.gz -SOURCE_URI="https://ports-mirror.haiku-os.org/haikuwebkit/haikuwebkit-1.6.8.tar.gz" -SOURCE_FILENAME="haikuwebkit-$portVersion.tar.gz" -CHECKSUM_SHA256="31215123c18fe6d304fd2303ec1b2e478e1eaa308288d5020a18e1b20ff820b9" -SOURCE_DIR="webkit-$portVersion" - -ARCHITECTURES="!x86_gcc2 ?x86 x86_64" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - haikuwebkit$secondaryArchSuffix = $portVersion - cmd:jsc - lib:libJavaScriptCore$secondaryArchSuffix = $portVersion compat >= 1 - lib:libWebKitLegacy$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - lib:libexecinfo$secondaryArchSuffix - lib:libgcrypt$secondaryArchSuffix - lib:libicuuc$secondaryArchSuffix - lib:libjpeg$secondaryArchSuffix - lib:libpng16$secondaryArchSuffix - lib:libsqlite3$secondaryArchSuffix - lib:libtasn1$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:libexecinfo$secondaryArchSuffix - devel:libgcrypt$secondaryArchSuffix - devel:libgl$secondaryArchSuffix - devel:libicuuc$secondaryArchSuffix - devel:libjpeg$secondaryArchSuffix - devel:libpng16$secondaryArchSuffix - devel:libsqlite3$secondaryArchSuffix - devel:libtasn1$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:python - cmd:ruby - cmd:which - " - -BUILD() -{ - export PKG_CONFIG_LIBDIR="`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir/pkgconfig" - Tools/Scripts/build-webkit --haiku --no-webkit2 \ - --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 -} diff --git a/haiku-libs/haikuwebkit/haikuwebkit-1.6.9.recipe b/haiku-libs/haikuwebkit/haikuwebkit-1.7.0.recipe similarity index 92% rename from haiku-libs/haikuwebkit/haikuwebkit-1.6.9.recipe rename to haiku-libs/haikuwebkit/haikuwebkit-1.7.0.recipe index a50141f6e..c88dc1c43 100644 --- a/haiku-libs/haikuwebkit/haikuwebkit-1.6.9.recipe +++ b/haiku-libs/haikuwebkit/haikuwebkit-1.7.0.recipe @@ -5,15 +5,15 @@ 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-2018 Apple Inc., Google Inc., et al" +COPYRIGHT="1998-2020 Apple Inc., Google Inc., et al" LICENSE="GNU LGPL v2 GNU LGPL v2.1 MIT" -REVISION="2" -SOURCE_URI="https://ports-mirror.haiku-os.org/haikuwebkit/haikuwebkit-1.6.9.tar.gz" +REVISION="1" +SOURCE_URI="https://github.com/haiku/webkit/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="67499f22bf6b7341e648ec438df13ada933a4bd32978710fa0586310e1f25db9" SOURCE_FILENAME="haikuwebkit-$portVersion.tar.gz" SOURCE_DIR="webkit-$portVersion" -CHECKSUM_SHA256="d634857f81440e1455e91c08d67f97bc8252b9ce0c514d8177c9c061bda0d01b" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="x86"