From ba33f6c1c996c52dc95e237682753d988f94206e Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 1 Nov 2021 21:39:43 +1000 Subject: [PATCH] KShisen: bump version --- .../{kshisen-20.12.0.recipe => kshisen-21.08.2.recipe} | 7 ++++--- .../{kshisen-20.12.0.patchset => kshisen-21.08.2.patchset} | 0 2 files changed, 4 insertions(+), 3 deletions(-) rename kde-apps/kshisen/{kshisen-20.12.0.recipe => kshisen-21.08.2.recipe} (95%) rename kde-apps/kshisen/patches/{kshisen-20.12.0.patchset => kshisen-21.08.2.patchset} (100%) diff --git a/kde-apps/kshisen/kshisen-20.12.0.recipe b/kde-apps/kshisen/kshisen-21.08.2.recipe similarity index 95% rename from kde-apps/kshisen/kshisen-20.12.0.recipe rename to kde-apps/kshisen/kshisen-21.08.2.recipe index 3bed5d156..e1334b8c7 100644 --- a/kde-apps/kshisen/kshisen-20.12.0.recipe +++ b/kde-apps/kshisen/kshisen-21.08.2.recipe @@ -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 \ diff --git a/kde-apps/kshisen/patches/kshisen-20.12.0.patchset b/kde-apps/kshisen/patches/kshisen-21.08.2.patchset similarity index 100% rename from kde-apps/kshisen/patches/kshisen-20.12.0.patchset rename to kde-apps/kshisen/patches/kshisen-21.08.2.patchset