From 5e5f810fde69d96a6ae8498bdc95462d7665b731 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 27 Aug 2024 11:58:44 +0200 Subject: [PATCH] kconfig6, bump version (#10928) --- .../{kconfig6-6.2.0.recipe => kconfig6-6.5.0.recipe} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename kde-frameworks/kconfig/{kconfig6-6.2.0.recipe => kconfig6-6.5.0.recipe} (90%) diff --git a/kde-frameworks/kconfig/kconfig6-6.2.0.recipe b/kde-frameworks/kconfig/kconfig6-6.5.0.recipe similarity index 90% rename from kde-frameworks/kconfig/kconfig6-6.2.0.recipe rename to kde-frameworks/kconfig/kconfig6-6.5.0.recipe index 5bd37729f..231e7eeae 100644 --- a/kde-frameworks/kconfig/kconfig6-6.2.0.recipe +++ b/kde-frameworks/kconfig/kconfig6-6.5.0.recipe @@ -19,7 +19,8 @@ COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kconfig-${portVersion}.tar.xz" -CHECKSUM_SHA256="2512bc036fc40cdc23345cbf8037853c7afdc93b7f81528547a451e0f8c429e9" +CHECKSUM_SHA256="e48e5315d3491ddfb878abf124a6e14886a6317857fa63f411ecd720da8a5d13" +#PATCHES="kconfig-$portVersion.patchset" SOURCE_DIR="kconfig-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -41,6 +42,7 @@ REQUIRES=" lib:libGL$secondaryArchSuffix lib:libQt6Core$secondaryArchSuffix lib:libQt6Gui$secondaryArchSuffix + lib:libQt6Network$secondaryArchSuffix lib:libQt6Qml$secondaryArchSuffix lib:libQt6Xml$secondaryArchSuffix " @@ -79,6 +81,7 @@ BUILD() cmake -Bbuild -S. $cmakeDirArgs \ -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \ + -DKDE_INSTALL_QTQCHDIR=$documentationDir/packages/qt6 \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DBUILD_QCH=ON \ -DBUILD_TESTING=OFF @@ -97,13 +100,13 @@ INSTALL() packageEntries devel \ $developDir \ - $dataDir/doc \ + $documentationDir \ $libDir/cmake } TEST() { - # 93% tests passed, 3 tests failed out of 45 (opens a few windows) + # 96% tests passed, 3 tests failed out of 71 export LIBRARY_PATH="$sourceDir/build/bin${LIBRARY_PATH:+:$LIBRARY_PATH}" - make -Cbuild test + ctest --test-dir build --output-on-failure }