From 2609cbd79c70b3267052fa6258fa572fcdb55b66 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 15 Mar 2025 07:58:07 +0000 Subject: [PATCH] kasts, bump to 24.12.3 (#11996) --- .../{kasts-24.12.2.recipe => kasts-24.12.3.recipe} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename media-sound/kasts/{kasts-24.12.2.recipe => kasts-24.12.3.recipe} (94%) diff --git a/media-sound/kasts/kasts-24.12.2.recipe b/media-sound/kasts/kasts-24.12.3.recipe similarity index 94% rename from media-sound/kasts/kasts-24.12.2.recipe rename to media-sound/kasts/kasts-24.12.3.recipe index 8c1438d0e..a6f0b68ab 100644 --- a/media-sound/kasts/kasts-24.12.2.recipe +++ b/media-sound/kasts/kasts-24.12.3.recipe @@ -8,11 +8,11 @@ Its main features are: * Search for podcasts * Full system integration: e.g. inhibit system suspend while listening" HOMEPAGE="https://apps.kde.org/kasts/" -COPYRIGHT="2010-2024 KDE Organisation" +COPYRIGHT="2010-2025 KDE Organisation" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kasts-$portVersion.tar.xz" -CHECKSUM_SHA256="afe8bbcf907caea592448a7c93bdc461d5fb28c3c247a552fbbbb69d7afa3ac9" +CHECKSUM_SHA256="45351ce35d2188e732544cc14b48d3589dfe5e5206884502e9695f5bdee37570" ADDITIONAL_FILES="kasts.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -95,12 +95,12 @@ BUILD_PREREQUIRES=" BUILD() { - cmake -B build -S . $cmakeDirArgs \ + cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ + $cmakeDirArgs \ -DCMAKE_INSTALL_BINDIR=$appsDir \ - -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ - -DBUILD_TESTING=ON \ + -DBUILD_TESTING=OFF \ -Wno-dev make -C build $jobArgs