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 }