diff --git a/kde-frameworks/kdoctools/kdoctools6-6.2.0.recipe b/kde-frameworks/kdoctools/kdoctools6-6.5.0.recipe similarity index 92% rename from kde-frameworks/kdoctools/kdoctools6-6.2.0.recipe rename to kde-frameworks/kdoctools/kdoctools6-6.5.0.recipe index 5f4ca1c27..75ebd0a2d 100644 --- a/kde-frameworks/kdoctools/kdoctools6-6.2.0.recipe +++ b/kde-frameworks/kdoctools/kdoctools6-6.5.0.recipe @@ -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 }