kdoctools6, bump version (#10942)

This commit is contained in:
Schrijvers Luc
2024-08-28 09:09:33 +02:00
committed by GitHub
parent a0d1d4f156
commit f7d9c07edd

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kdoctools-${portVersion}.tar.xz"
CHECKSUM_SHA256="ecf38556ec5f9d99ee2ceb2c28727f4c80342217cb69b9aa945a6f702dc3ff4f"
CHECKSUM_SHA256="781e1ae222ee1e54cc6310412c3709e0c33e1c4ff82470d2960d6e5daa6001dd"
SOURCE_DIR="kdoctools-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -71,8 +71,9 @@ BUILD()
{
cmake -Bbuild -S. $cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DKDE_INSTALL_QTQCHDIR=$documentationDir/packages/qt6 \
-DCMAKE_INSTALL_DATAROOTDIR=data \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DDocBookXSL_DIR=/system/data/xml/docbook/xsl-stylesheets-1.79.2 \
-DBUILD_QCH=ON \
-DBUILD_TESTING=OFF \
@@ -89,7 +90,7 @@ INSTALL()
packageEntries devel \
$developDir \
$dataDir/doc/qch \
$documentationDir \
$libDir/cmake
}
@@ -97,5 +98,5 @@ TEST()
{
# 0% tests passed, 2 tests failed out of 2
export LIBRARY_PATH="$sourceDir/build/bin${LIBRARY_PATH:+:$LIBRARY_PATH}"
make -Cbuild test
ctest --test-dir build --output-on-failure
}