htmlcxx: Fix provides and requires. (#11203)

This commit is contained in:
Mika Lindqvist
2024-10-16 19:48:40 +03:00
committed by GitHub
parent 9047217d28
commit 171f2c8e58
3 changed files with 482 additions and 29 deletions

View File

@@ -8,10 +8,10 @@ COPYRIGHT="Davi de Castro Reis
Robson Braga Ara˙jo"
LICENSE="Apache v2
GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="$HOMEPAGE/files/v0.87/htmlcxx-0.87.tar.gz"
CHECKSUM_SHA256="5d38f938cf4df9a298a5346af27195fffabfef9f460fc2a02233cbcfa8fc75c8"
PATCHES="htmlcxx-$portVersion-c++17.patch"
PATCHES="htmlcxx-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -31,13 +31,13 @@ libCssVersionCompat="$libCssVersion compat >= ${libCssVersion%%.*}"
PROVIDES="
htmlcxx$secondaryArchSuffix = $portVersion
cmd:htmlcxx$commandSuffix
lib:libhtmlcxx$secondaryArchSuffix = $libVersionCompat
lib:libcss_parser$secondaryArchSuffix = $libCssVersionCompat
lib:libcss_parser_pp$secondaryArchSuffix = $libCssVersionCompat
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
"
PROVIDES_tools="
@@ -47,6 +47,7 @@ PROVIDES_tools="
REQUIRES_tools="
htmlcxx$secondaryArchSuffix == $portVersion
haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
"
PROVIDES_devel="