step: cleanup

This commit is contained in:
Gerasim Troeglazov
2024-03-04 20:41:55 +10:00
parent d46b38690e
commit 79a70ccad9

View File

@@ -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`"