From 77bfcf9f9e197e6675a5a2c36da67050ffd68860 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 20 Dec 2025 19:35:29 +0100 Subject: [PATCH] kdegraphics_thumbnailers, bump to 25.12.0 (#13426) --- ....0.recipe => kdegraphics_thumbnailers-25.12.0.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename kde-apps/kdegraphics-thumbnailers/{kdegraphics_thumbnailers-25.08.0.recipe => kdegraphics_thumbnailers-25.12.0.recipe} (90%) diff --git a/kde-apps/kdegraphics-thumbnailers/kdegraphics_thumbnailers-25.08.0.recipe b/kde-apps/kdegraphics-thumbnailers/kdegraphics_thumbnailers-25.12.0.recipe similarity index 90% rename from kde-apps/kdegraphics-thumbnailers/kdegraphics_thumbnailers-25.08.0.recipe rename to kde-apps/kdegraphics-thumbnailers/kdegraphics_thumbnailers-25.12.0.recipe index 1fff658c9..b57626a06 100644 --- a/kde-apps/kdegraphics-thumbnailers/kdegraphics_thumbnailers-25.08.0.recipe +++ b/kde-apps/kdegraphics-thumbnailers/kdegraphics_thumbnailers-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/kdegraphics-thumbnailers-$portVersion.tar.xz" -CHECKSUM_SHA256="b9f2b6ce162a245e3713305d8ca13f2b8ffa20596705ab6f94b49c40972858b9" +CHECKSUM_SHA256="1e7ee6620d9ef02abceed5baeb127560af53fe7eb378ca1692b12fda49cddab5" SOURCE_DIR="kdegraphics-thumbnailers-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -59,9 +59,9 @@ BUILD() { cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \ - -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \ - -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 } @@ -70,5 +70,6 @@ INSTALL() { make -C build install + # cleanup metainfo rm -rf $dataDir }