klickety: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 20:12:40 +10:00
parent 9d8449ecbc
commit 1479771d77

View File

@@ -4,11 +4,11 @@ after once famous game of SameGame. The idea behind Klickety is to completely \
clear the game board filled with the multicolored marbles. Klickety also \
offers a SameGame mode called KSame."
HOMEPAGE="https://apps.kde.org/klickety"
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/klickety-$portVersion.tar.xz"
CHECKSUM_SHA256="9fd7fb0dd1f1866df027cfc9b2c77f8efcd202455fc4b7c72a42e8e349ef24ee"
CHECKSUM_SHA256="5a7ba9b764a5474e5d3b56170c3ad3249a532d1ecf46e3e34397661ce43687ba"
SOURCE_DIR="klickety-$portVersion"
ADDITIONAL_FILES="klickety.rdef.in"
@@ -57,7 +57,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
@@ -86,7 +86,7 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5WindowSystem$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -114,6 +114,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}