From 5e8a52f26f2e0b99105376bcc21a29b9b259ca37 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 11 May 2022 20:00:28 +1000 Subject: [PATCH] knavalbattle: bump version --- ...battle-21.08.2.recipe => knavalbattle-22.04.0.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename kde-apps/knavalbattle/{knavalbattle-21.08.2.recipe => knavalbattle-22.04.0.recipe} (95%) diff --git a/kde-apps/knavalbattle/knavalbattle-21.08.2.recipe b/kde-apps/knavalbattle/knavalbattle-22.04.0.recipe similarity index 95% rename from kde-apps/knavalbattle/knavalbattle-21.08.2.recipe rename to kde-apps/knavalbattle/knavalbattle-22.04.0.recipe index 3af53eb49..d2a730d89 100644 --- a/kde-apps/knavalbattle/knavalbattle-21.08.2.recipe +++ b/kde-apps/knavalbattle/knavalbattle-22.04.0.recipe @@ -4,11 +4,11 @@ board which represents the sea. Players try to hit each others ships in \ turns without knowing where they are placed. The first player to destroy \ all ships wins the game." HOMEPAGE="https://apps.kde.org/knavalbattle" -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/knavalbattle-$portVersion.tar.xz" -CHECKSUM_SHA256="b3c33b26e988e5430e5a94850425e2055cb17b541c25466d54614b6deb47177e" +CHECKSUM_SHA256="8918ccf8703fe78e979b9b6d118b3b0cad837dd744124ecc64539fadb7acafc1" SOURCE_DIR="knavalbattle-$portVersion" ADDITIONAL_FILES="knavalbattle.rdef.in" @@ -54,7 +54,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 @@ -80,7 +80,7 @@ BUILD_REQUIRES=" devel:libKF5WidgetsAddons$secondaryArchSuffix devel:libKF5WindowSystem$secondaryArchSuffix devel:libKF5XmlGui$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix >= 5.15 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -108,6 +108,7 @@ BUILD() -DCMAKE_INSTALL_DATAROOTDIR=$dataDir \ -DSHARE_INSTALL_PREFIX=$dataDir \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }