Kapman: fix signature

This commit is contained in:
Gerasim Troeglazov
2021-01-03 12:17:25 +10:00
parent 9805fd518f
commit 9f6731f8da

View File

@@ -6,7 +6,7 @@ next stage with slightly increased game speed."
HOMEPAGE="https://apps.kde.org/kapman"
COPYRIGHT="2010-2020 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kapman-$portVersion.tar.xz"
CHECKSUM_SHA256="7086781ac11be14fd5f3e96aa0bb3f0c6681954e5999e6f8ff6f6412a9d9a393"
SOURCE_DIR="kapman-$portVersion"
@@ -125,7 +125,7 @@ INSTALL()
mv $appsDir/bin/kapman $appsDir/Kapman
rm -rf $appsDir/bin
local APP_SIGNATURE="application/x-vnd.kde-kigo"
local APP_SIGNATURE="application/x-vnd.kde-kapman"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
local MINOR="`echo "$portVersion" | cut -d. -f3`"