From f7ab5b96fc0a663400b51921c2199f1906c63943 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 21 Dec 2025 15:40:36 +0100 Subject: [PATCH] dolphin_plugins_kf6, bump to 25.12.0 (#13450) --- ...6-25.08.0.recipe => dolphin_plugins_kf6-25.12.0.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename kde-apps/dolphin-plugins/{dolphin_plugins_kf6-25.08.0.recipe => dolphin_plugins_kf6-25.12.0.recipe} (93%) diff --git a/kde-apps/dolphin-plugins/dolphin_plugins_kf6-25.08.0.recipe b/kde-apps/dolphin-plugins/dolphin_plugins_kf6-25.12.0.recipe similarity index 93% rename from kde-apps/dolphin-plugins/dolphin_plugins_kf6-25.08.0.recipe rename to kde-apps/dolphin-plugins/dolphin_plugins_kf6-25.12.0.recipe index 0c2bff647..8b1a51d00 100644 --- a/kde-apps/dolphin-plugins/dolphin_plugins_kf6-25.08.0.recipe +++ b/kde-apps/dolphin-plugins/dolphin_plugins_kf6-25.12.0.recipe @@ -6,7 +6,7 @@ LICENSE="CC0 v1.0 GNU GPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/dolphin-plugins-$portVersion.tar.xz" -CHECKSUM_SHA256="4e7552525dc3a30d6e521b9ce5d7e34deb0bac3474c621894b11567a743ecccf" +CHECKSUM_SHA256="f6ee3660a746bd3d093c40acd102b2e1eea45161cd061d6ea4dc1873cb2a9c6c" SOURCE_DIR="dolphin-plugins-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -81,8 +81,8 @@ BUILD() { cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \ - -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \ - -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ + -DCMAKE_SKIP_RPATH=YES \ + -DBUILD_TESTING=OFF \ -Wno-dev make -C build $jobArgs @@ -92,5 +92,6 @@ INSTALL() { make -C build install + # cleanup rm -rf $dataDir/metainfo }