mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
extra_cmake_modules, bump version, add documentation package (#10395)
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user