lskat: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 20:28:13 +10:00
parent a94646a372
commit 3b55dc2cb2

View File

@@ -3,11 +3,11 @@ DESCRIPTION="Lieutenant Skat (from German \"Offiziersskat\") is a fun and engagi
game for two players, where the second player is either live opponent, or a built in \
artificial intelligence."
HOMEPAGE="https://apps.kde.org/lskat"
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/lskat-$portVersion.tar.xz"
CHECKSUM_SHA256="37611deced7f086db34a6c7327a1822d9f121edcd5ff0d8dad2e86d163e09c0f"
CHECKSUM_SHA256="8095128cc7715cb284e9b542b8637171193e39a3e09164f31a1e1af7f244275b"
SOURCE_DIR="lskat-$portVersion"
ADDITIONAL_FILES="lskat.rdef.in"
@@ -60,7 +60,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
@@ -92,7 +92,7 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5WindowSystem$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -118,6 +118,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}