kjumpingcube: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 20:10:15 +10:00
parent b5347086a8
commit 9d8449ecbc

View File

@@ -3,11 +3,11 @@ DESCRIPTION="KJumpingCube is a simple dice driven tactical game. The playing are
consists of squares containing points. Players move by clicking on either a vacant \
square, or on own square.."
HOMEPAGE="https://apps.kde.org/kjumpingcube"
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/kjumpingcube-$portVersion.tar.xz"
CHECKSUM_SHA256="bfd38007e6020e0cb55af00104d5c574491aa336e50fc27e33dc48f42b186faa"
CHECKSUM_SHA256="e34e77f5fb43b4ad5ef3b1954ce4dc0b6afe6f102eb766f59751aa5bbdb71ce1"
SOURCE_DIR="kjumpingcube-$portVersion"
ADDITIONAL_FILES="kjumpingcube.rdef.in"
@@ -55,7 +55,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.86
extra_cmake_modules$secondaryArchSuffix >= 5.93
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Bookmarks$secondaryArchSuffix
@@ -83,7 +83,7 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5WindowSystem$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -111,6 +111,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}