knavalbattle: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 20:00:28 +10:00
parent 3e30dee34a
commit 5e8a52f26f

View File

@@ -4,11 +4,11 @@ board which represents the sea. Players try to hit each others ships in \
turns without knowing where they are placed. The first player to destroy \
all ships wins the game."
HOMEPAGE="https://apps.kde.org/knavalbattle"
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/knavalbattle-$portVersion.tar.xz"
CHECKSUM_SHA256="b3c33b26e988e5430e5a94850425e2055cb17b541c25466d54614b6deb47177e"
CHECKSUM_SHA256="8918ccf8703fe78e979b9b6d118b3b0cad837dd744124ecc64539fadb7acafc1"
SOURCE_DIR="knavalbattle-$portVersion"
ADDITIONAL_FILES="knavalbattle.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:libKF5Auth$secondaryArchSuffix
devel:libKF5Bookmarks$secondaryArchSuffix
@@ -80,7 +80,7 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5WindowSystem$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -108,6 +108,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}