mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Kapman: fix signature
This commit is contained in:
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user