From 8ee2eb2daeb3fef03a8af6aa9821efe16c98bf5c Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 17 Dec 2025 13:31:53 +0100 Subject: [PATCH] khealthcertificate_kf6, bump to 25.12.0 (#13382) --- ....08.0.recipe => khealthcertificate_kf6-25.12.0.recipe} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename kde-apps/khealthcertificate/{khealthcertificate_kf6-25.08.0.recipe => khealthcertificate_kf6-25.12.0.recipe} (92%) diff --git a/kde-apps/khealthcertificate/khealthcertificate_kf6-25.08.0.recipe b/kde-apps/khealthcertificate/khealthcertificate_kf6-25.12.0.recipe similarity index 92% rename from kde-apps/khealthcertificate/khealthcertificate_kf6-25.08.0.recipe rename to kde-apps/khealthcertificate/khealthcertificate_kf6-25.12.0.recipe index 9aa9ba002..d095b4d74 100644 --- a/kde-apps/khealthcertificate/khealthcertificate_kf6-25.08.0.recipe +++ b/kde-apps/khealthcertificate/khealthcertificate_kf6-25.12.0.recipe @@ -6,7 +6,7 @@ LICENSE="MIT GNU LGPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/khealthcertificate-$portVersion.tar.xz" -CHECKSUM_SHA256="9a97438b19c56606b4786cb959e427b747caec417ac92cb40fe26c75e4ab6872" +CHECKSUM_SHA256="47c54aac63aa3d521a0826b31afcc35e2fcf8c7f724d759478a2d83bacc35890" SOURCE_DIR="khealthcertificate-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -72,9 +72,9 @@ BUILD() { cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \ - -DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \ - -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ - -DBUILD_TESTING=OFF + -DCMAKE_SKIP_RPATH=YES \ + -DBUILD_TESTING=OFF \ + -Wno-dev make -C build $jobArgs }