diff --git a/kde-apps/step/step-23.08.5.recipe b/kde-apps/step/step-23.08.5.recipe index 4f1b05f59..a2bf998ac 100644 --- a/kde-apps/step/step-23.08.5.recipe +++ b/kde-apps/step/step-23.08.5.recipe @@ -32,10 +32,9 @@ custom keyboard shortcuts) HOMEPAGE="https://apps.kde.org/ru/step" COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/step-$portVersion.tar.xz" CHECKSUM_SHA256="b5db4e31c9c5d50d61c6c5664e73e902851de1b3867926c99f1b47252dfd4e51" -#PATCHES="step-$portVersion.patchset" ADDITIONAL_FILES="step.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -161,7 +160,8 @@ INSTALL() make install mv $appsDir/bin/step $appsDir/Step - rm -rf $appsDir/bin $dataDir/icons + rm -rf $appsDir/{bin,data} + rm -rf $dataDir/{icons,mime} local APP_SIGNATURE="application/x-vnd.kde-step" local MAJOR="`echo "$portVersion" | cut -d. -f1`"