From eb7c8d19b89e86cd3aa6057f048a4bad5db94ba7 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 20 Dec 2025 17:35:48 +0100 Subject: [PATCH] libkexiv2_kf6, bump to 25.12.0 (#13421) --- ...iv2_kf6-25.08.0.recipe => libkexiv2_kf6-25.12.0.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename kde-apps/libkexiv2/{libkexiv2_kf6-25.08.0.recipe => libkexiv2_kf6-25.12.0.recipe} (91%) diff --git a/kde-apps/libkexiv2/libkexiv2_kf6-25.08.0.recipe b/kde-apps/libkexiv2/libkexiv2_kf6-25.12.0.recipe similarity index 91% rename from kde-apps/libkexiv2/libkexiv2_kf6-25.08.0.recipe rename to kde-apps/libkexiv2/libkexiv2_kf6-25.12.0.recipe index a5ab26c27..a6bf22dc3 100644 --- a/kde-apps/libkexiv2/libkexiv2_kf6-25.08.0.recipe +++ b/kde-apps/libkexiv2/libkexiv2_kf6-25.12.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2025 KDE Organisation" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/libkexiv2-$portVersion.tar.xz" -CHECKSUM_SHA256="9bb4e5858f35d0dba813ade3c0ff6e7fe750b0930d60a7f4609b48c9563d45eb" +CHECKSUM_SHA256="1deb0fa6f270b588aa3ddd946c42b00a974f79d2fc079f1125ccc8ff0e99b996" SOURCE_DIR="libkexiv2-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -54,8 +54,9 @@ BUILD() { cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \ - -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ - -DBUILD_WITH_QT6=ON + -DCMAKE_SKIP_RPATH=YES \ + -DBUILD_TESTING=OFF \ + -Wno-dev make -C build $jobArgs }