kshisen: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 20:22:42 +10:00
parent 8afe3858f3
commit 84b55dbc3b
2 changed files with 5 additions and 4 deletions

View File

@@ -2,11 +2,11 @@ SUMMARY="A solitaire-like game played using the standard set of Mahjong tiles"
DESCRIPTION="KShisen is a solitaire-like game played using the standard set of \
Mahjong tiles. Unlike Mahjong however, KShisen has only one layer of scrambled tiles."
HOMEPAGE="https://apps.kde.org/kshisen"
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/kshisen-$portVersion.tar.xz"
CHECKSUM_SHA256="39d3e32eb51fabd9b1f998e691fa38268a4620b5222e3e8ac3fc548d6c2ab18a"
CHECKSUM_SHA256="19aececce7cf1016350898990859da7f90a274f0586b3dd38cd416ea95ef2b5c"
SOURCE_DIR="kshisen-$portVersion"
PATCHES="kshisen-$portVersion.patchset"
ADDITIONAL_FILES="kshisen.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
@@ -109,6 +109,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}