From 3b55dc2cb295c20bc258bae6773eb5fec3dac8eb Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 11 May 2022 20:28:13 +1000 Subject: [PATCH] lskat: bump version --- .../lskat/{lskat-21.08.2.recipe => lskat-22.04.0.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename kde-apps/lskat/{lskat-21.08.2.recipe => lskat-22.04.0.recipe} (95%) diff --git a/kde-apps/lskat/lskat-21.08.2.recipe b/kde-apps/lskat/lskat-22.04.0.recipe similarity index 95% rename from kde-apps/lskat/lskat-21.08.2.recipe rename to kde-apps/lskat/lskat-22.04.0.recipe index 74cb1d950..ab1322b1d 100644 --- a/kde-apps/lskat/lskat-21.08.2.recipe +++ b/kde-apps/lskat/lskat-22.04.0.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-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 }