From 34e093f0c618eb4789ff8fc149821b56e3eb0b2a Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 27 Jan 2025 12:34:17 +0100 Subject: [PATCH] kasts, bump version (#11688) --- .../kasts/{kasts-24.12.0.recipe => kasts-24.12.1.recipe} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename media-sound/kasts/{kasts-24.12.0.recipe => kasts-24.12.1.recipe} (94%) diff --git a/media-sound/kasts/kasts-24.12.0.recipe b/media-sound/kasts/kasts-24.12.1.recipe similarity index 94% rename from media-sound/kasts/kasts-24.12.0.recipe rename to media-sound/kasts/kasts-24.12.1.recipe index a00c80f9c..7d125e7cb 100644 --- a/media-sound/kasts/kasts-24.12.0.recipe +++ b/media-sound/kasts/kasts-24.12.1.recipe @@ -12,7 +12,7 @@ COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU GPL v2" REVISION="2" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kasts-$portVersion.tar.xz" -CHECKSUM_SHA256="48668ee817c68166795f89ec5d51132ee88aeb3d66da1abba1b56f86ed7511a6" +CHECKSUM_SHA256="1b04c81d5a8adbc6f89120e0fafaf123c8d7e677c850ba3921de4e66d3abf00c" ADDITIONAL_FILES="kasts.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -116,6 +116,8 @@ INSTALL() { make -C build install + mv $commandBinDir/kasts $commandBinDir/Kasts + rm -rf $dataDir/{applications,icons,metainfo} local MAJOR="`echo "$portVersion" | cut -d. -f1`" @@ -133,8 +135,8 @@ INSTALL() -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ $portDir/additional-files/kasts.rdef.in > kasts.rdef - addResourcesToBinaries kasts.rdef $commandBinDir/kasts - addAppDeskbarSymlink $commandBinDir/kasts Kasts + addResourcesToBinaries kasts.rdef $commandBinDir/Kasts + addAppDeskbarSymlink $commandBinDir/Kasts } TEST()