granatier: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 17:05:56 +10:00
parent 1753c4d404
commit 1bb188f8f2

View File

@@ -1,11 +1,11 @@
SUMMARY="A clone of the classic Bomberman game"
DESCRIPTION="Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone."
HOMEPAGE="https://apps.kde.org/granatier"
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/granatier-$portVersion.tar.xz"
CHECKSUM_SHA256="672754a055f1bb4b51e400056ee1c895235e91d823675d408da2255ba91c9eae"
CHECKSUM_SHA256="a49802717fc32e8113c80ec88045e2cffa801d38a158df5a9ac53cbc04f972a1"
SOURCE_DIR="granatier-$portVersion"
ADDITIONAL_FILES="granatier.rdef.in"
@@ -54,7 +54,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
@@ -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
}