KShisen: bump version

This commit is contained in:
Gerasim Troeglazov
2021-11-01 21:39:43 +10:00
parent 5ab7438c89
commit ba33f6c1c9
2 changed files with 4 additions and 3 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-2020 KDE Organisation"
COPYRIGHT="2010-2021 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="cb3dbf3c8dae6aa4ea1b591cc8e5964ff53e3e5e8d5b8aaedeb1c5191cc83cc3"
CHECKSUM_SHA256="39d3e32eb51fabd9b1f998e691fa38268a4620b5222e3e8ac3fc548d6c2ab18a"
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.77
extra_cmake_modules$secondaryArchSuffix >= 5.86
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Bookmarks$secondaryArchSuffix
@@ -103,6 +103,7 @@ BUILD()
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$appsDir \
-DCMAKE_INSTALL_DATADIR=$dataDir \
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \