kapman: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 17:09:46 +10:00
parent 1bb188f8f2
commit c059ced6a5
2 changed files with 5 additions and 4 deletions

View File

@@ -4,11 +4,11 @@ by a ghost. By eating an energizer, Kapman gets the ability to eat ghosts for a
seconds. When a stage is cleared of pills and energizer the player is taken to the \
next stage with slightly increased game speed."
HOMEPAGE="https://apps.kde.org/kapman"
COPYRIGHT="2010-2021 KDE Organisation"
COPYRIGHT="2010-2022 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kapman-$portVersion.tar.xz"
CHECKSUM_SHA256="79a8520a564416a80fc72ca030bb26a6950de18a4f4c13d2a5ec51b98434db13"
CHECKSUM_SHA256="9e979f6f971b027d98bce7fa1a5a40278aa4f4492efcd1db2a35e3049b0cb328"
SOURCE_DIR="kapman-$portVersion"
PATCHES="kapman-$portVersion.patchset"
ADDITIONAL_FILES="kapman.rdef.in"
@@ -59,7 +59,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.86
extra_cmake_modules$secondaryArchSuffix >= 5.93
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Attica$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
@@ -89,7 +89,7 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5WindowSystem$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -115,6 +115,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}