From 09a99d8f43fc22e08f80a06d9d882e5c8d9433ab Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 1 Nov 2021 20:11:37 +1000 Subject: [PATCH] KDiamond: bump version --- .../{kdiamond-20.12.0.recipe => kdiamond-21.08.2.recipe} | 9 +++++---- ...iamond-20.12.0.patchset => kdiamond-21.08.2.patchset} | 0 2 files changed, 5 insertions(+), 4 deletions(-) rename kde-apps/kdiamond/{kdiamond-20.12.0.recipe => kdiamond-21.08.2.recipe} (95%) rename kde-apps/kdiamond/patches/{kdiamond-20.12.0.patchset => kdiamond-21.08.2.patchset} (100%) diff --git a/kde-apps/kdiamond/kdiamond-20.12.0.recipe b/kde-apps/kdiamond/kdiamond-21.08.2.recipe similarity index 95% rename from kde-apps/kdiamond/kdiamond-20.12.0.recipe rename to kde-apps/kdiamond/kdiamond-21.08.2.recipe index cbe5091e2..441cd61b1 100644 --- a/kde-apps/kdiamond/kdiamond-20.12.0.recipe +++ b/kde-apps/kdiamond/kdiamond-21.08.2.recipe @@ -10,11 +10,11 @@ Click on one diamond, then on one of its neighbors to swap their position. \ If no line of at least three diamonds is formed the swap will be reverted. \ The status bar displays the game time left and the number of points so far." HOMEPAGE="https://apps.kde.org/kdiamond" -COPYRIGHT="2010-2020 KDE Organisation" +COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kdiamond-$portVersion.tar.xz" -CHECKSUM_SHA256="f1531c598595c2765d7ba6faccd82cba6d1de2e651033851515a094146cfddc7" +CHECKSUM_SHA256="e16b66a611ad309bc831e304f2724bd6f1af7e273eb32f357152a00e744685cc" SOURCE_DIR="kdiamond-$portVersion" PATCHES="kdiamond-$portVersion.patchset" ADDITIONAL_FILES="kdiamond.rdef.in" @@ -59,7 +59,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.77 + extra_cmake_modules$secondaryArchSuffix >= 5.86 devel:libKF5Auth$secondaryArchSuffix devel:libKF5Codecs$secondaryArchSuffix devel:libKF5Completion$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/kdiamond/patches/kdiamond-20.12.0.patchset b/kde-apps/kdiamond/patches/kdiamond-21.08.2.patchset similarity index 100% rename from kde-apps/kdiamond/patches/kdiamond-20.12.0.patchset rename to kde-apps/kdiamond/patches/kdiamond-21.08.2.patchset