From e26677d7386c5e3cce7d210c8c7da3d7ca83e360 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 1 Nov 2021 22:05:52 +1000 Subject: [PATCH] LSkat: bump version --- .../lskat/{lskat-20.12.0.recipe => lskat-21.08.2.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename kde-apps/lskat/{lskat-20.12.0.recipe => lskat-21.08.2.recipe} (95%) diff --git a/kde-apps/lskat/lskat-20.12.0.recipe b/kde-apps/lskat/lskat-21.08.2.recipe similarity index 95% rename from kde-apps/lskat/lskat-20.12.0.recipe rename to kde-apps/lskat/lskat-21.08.2.recipe index 7bad7ffd4..74cb1d950 100644 --- a/kde-apps/lskat/lskat-20.12.0.recipe +++ b/kde-apps/lskat/lskat-21.08.2.recipe @@ -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-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/lskat-$portVersion.tar.xz" -CHECKSUM_SHA256="914afb2cd3ad905f5f232d4904775dce3de8913c10704c34ee924f626effe9f1" +CHECKSUM_SHA256="37611deced7f086db34a6c7327a1822d9f121edcd5ff0d8dad2e86d163e09c0f" SOURCE_DIR="lskat-$portVersion" ADDITIONAL_FILES="lskat.rdef.in" @@ -60,7 +60,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.77 + extra_cmake_modules$secondaryArchSuffix >= 5.86 devel:libKF5Archive$secondaryArchSuffix devel:libKF5Attica$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix @@ -112,6 +112,7 @@ BUILD() cd build cmake .. \ + -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$appsDir \ -DCMAKE_INSTALL_DATADIR=$dataDir \ -DCMAKE_INSTALL_DATAROOTDIR=$dataDir \