From b4e0d55157d8cc74fe063d628f5c70421ebdd381 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 11 May 2022 20:03:44 +1000 Subject: [PATCH] kmahjongg: bump version --- ...kmahjongg-21.08.2.recipe => kmahjongg-22.04.0.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename kde-apps/kmahjongg/{kmahjongg-21.08.2.recipe => kmahjongg-22.04.0.recipe} (95%) diff --git a/kde-apps/kmahjongg/kmahjongg-21.08.2.recipe b/kde-apps/kmahjongg/kmahjongg-22.04.0.recipe similarity index 95% rename from kde-apps/kmahjongg/kmahjongg-21.08.2.recipe rename to kde-apps/kmahjongg/kmahjongg-22.04.0.recipe index 25c160533..68c58e3c2 100644 --- a/kde-apps/kmahjongg/kmahjongg-21.08.2.recipe +++ b/kde-apps/kmahjongg/kmahjongg-22.04.0.recipe @@ -1,11 +1,11 @@ SUMMARY="A tile matching game for one or two players" DESCRIPTION="KMahjongg is a fun board game created after the famous oriental game of Mahjong (from Chinese 麻將)." HOMEPAGE="https://apps.kde.org/kmahjongg" -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/kmahjongg-$portVersion.tar.xz" -CHECKSUM_SHA256="1c90d8559b2d8ce5618be717e25d9eea2c3753f369cbbcfe1d1d7d862b55a4bb" +CHECKSUM_SHA256="09d7ffae8ddf1914ef7b7d9414ffc71cc0d6a8af6b9ea7084373f5bdd0be40c3" SOURCE_DIR="kmahjongg-$portVersion" ADDITIONAL_FILES="kmahjongg.rdef.in" @@ -56,7 +56,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 @@ -87,7 +87,7 @@ BUILD_REQUIRES=" devel:libKF5WidgetsAddons$secondaryArchSuffix devel:libKF5WindowSystem$secondaryArchSuffix devel:libKF5XmlGui$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix >= 5.15 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -115,6 +115,7 @@ BUILD() -DCMAKE_INSTALL_DATAROOTDIR=$dataDir \ -DSHARE_INSTALL_PREFIX=$dataDir \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }