From 5d0772dffe88b2f875091aa661038311dac8e2d2 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 3 Jan 2025 14:20:12 +0100 Subject: [PATCH] dolphin_plugins24, bump version (#11575) --- ....recipe => dolphin_plugins24-24.12.0.recipe} | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) rename kde-apps/dolphin-plugins/{dolphin_plugins24-24.08.0.recipe => dolphin_plugins24-24.12.0.recipe} (89%) diff --git a/kde-apps/dolphin-plugins/dolphin_plugins24-24.08.0.recipe b/kde-apps/dolphin-plugins/dolphin_plugins24-24.12.0.recipe similarity index 89% rename from kde-apps/dolphin-plugins/dolphin_plugins24-24.08.0.recipe rename to kde-apps/dolphin-plugins/dolphin_plugins24-24.12.0.recipe index a991f4e03..460b482ee 100644 --- a/kde-apps/dolphin-plugins/dolphin_plugins24-24.08.0.recipe +++ b/kde-apps/dolphin-plugins/dolphin_plugins24-24.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="3e9c27f667cdb30b7b3264557e1aa3e3f04664615585d024797c2ca4e74e02df" +CHECKSUM_SHA256="edfd039209603ef0462fc53c8de067b3331afefbf10663bd444ae145a52c216d" SOURCE_DIR="dolphin-plugins-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -19,7 +19,6 @@ REQUIRES=" haiku$secondaryArchSuffix lib:libdolphinvcs$secondaryArchSuffix lib:libGL$secondaryArchSuffix - lib:libintl$secondaryArchSuffix # KF6 lib:libKF6I18n$secondaryArchSuffix lib:libKF6Solid$secondaryArchSuffix @@ -70,21 +69,25 @@ BUILD_PREREQUIRES=" cmd:cmake cmd:g++$secondaryArchSuffix cmd:make - cmd:msgfmt - cmd:msgmerge + cmd:msgfmt$secondaryArchSuffix + cmd:msgmerge$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix " BUILD() { - cmake -Bbuild -S. $cmakeDirArgs \ - -DCMAKE_BUILD_TYPE=Release \ + cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ + $cmakeDirArgs \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \ - -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ + -Wno-dev + make -C build $jobArgs } INSTALL() { make -C build install + + rm -rf $dataDir/metainfo }