extra_cmake_modules, bump version, add documentation package (#10395)

This commit is contained in:
Schrijvers Luc
2024-05-01 11:17:02 +02:00
committed by GitHub
parent 584ebda8f7
commit 37d46cd91a
2 changed files with 10 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="BSD (2-clause)"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/extra-cmake-modules-$portVersion.tar.xz"
CHECKSUM_SHA256="23992bf19db717156b7d6dd13118caa79fd57f090beb062e8308db3c09f70d0c"
CHECKSUM_SHA256="76c9edf00807e6cf8d4ae35f5195b4bc3fe94648d976fef532bf7f97d86388bd"
SOURCE_DIR="extra-cmake-modules-$portVersion"
PATCHES="extra_cmake_modules-$portVersion.patchset"
@@ -25,6 +25,11 @@ if [ "$targetArchitecture" = "x86_gcc2" ]; then
"
fi
ARCHITECTURES_doc="any"
PROVIDES_doc="
extra_cmake_modules_doc = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
@@ -42,6 +47,7 @@ BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix
cmd:make
cmd:python3
sphinx_python310
"
BUILD()
@@ -58,6 +64,9 @@ BUILD()
INSTALL()
{
make -Cbuild install
packageEntries doc \
$documentationDir
}
TEST()