From 9f6731f8da5ef08cbf84a1df8150d0910c8ff2d0 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 3 Jan 2021 12:17:25 +1000 Subject: [PATCH] Kapman: fix signature --- kde-apps/kapman/kapman-20.12.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kapman/kapman-20.12.0.recipe b/kde-apps/kapman/kapman-20.12.0.recipe index 0b19fd6b0..f5b683b59 100644 --- a/kde-apps/kapman/kapman-20.12.0.recipe +++ b/kde-apps/kapman/kapman-20.12.0.recipe @@ -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`"