mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Release HaikuWebKit 1.8.0.
This commit is contained in:
@@ -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-2020 Apple Inc., Google Inc., et al"
|
||||
COPYRIGHT="1998-2021 Apple Inc., Google Inc., et al"
|
||||
LICENSE="GNU LGPL v2
|
||||
GNU LGPL v2.1
|
||||
MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/haiku/webkit-old/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d3867a58f5b01b769220096aebd9e324f258657fbb45fb962e72d1d6c1ae4869"
|
||||
SOURCE_URI="https://github.com/haiku/haikuwebkit/archive/HaikuWebKit-$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="haikuwebkit-$portVersion.tar.gz"
|
||||
SOURCE_DIR="webkit-old-$portVersion"
|
||||
CHECKSUM_SHA256="c5dc04fa45e80edd77a7c748aa6116cae37643a9f510babb99c3486591feff21"
|
||||
SOURCE_DIR="haikuwebkit-HaikuWebKit-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -25,9 +25,10 @@ PROVIDES="
|
||||
lib:libWebKitLegacy$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
haiku$secondaryArchSuffix >= r1~beta2_hrev55169
|
||||
lib:libexecinfo$secondaryArchSuffix
|
||||
lib:libgcrypt$secondaryArchSuffix
|
||||
lib:libgl$secondaryArchSuffix
|
||||
lib:libicuuc$secondaryArchSuffix >= 66
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
@@ -78,7 +79,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:ninja
|
||||
cmd:perl
|
||||
cmd:pkg_config
|
||||
cmd:python
|
||||
cmd:python3
|
||||
cmd:ruby
|
||||
cmd:which
|
||||
"
|
||||
Reference in New Issue
Block a user