From 55e68f6588614fb4284401875f6dd43760cc6d60 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 1 Nov 2021 16:35:43 +1000 Subject: [PATCH] Blinken: bump version --- .../{blinken-20.12.0.recipe => blinken-21.08.2.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename kde-apps/blinken/{blinken-20.12.0.recipe => blinken-21.08.2.recipe} (96%) diff --git a/kde-apps/blinken/blinken-20.12.0.recipe b/kde-apps/blinken/blinken-21.08.2.recipe similarity index 96% rename from kde-apps/blinken/blinken-20.12.0.recipe rename to kde-apps/blinken/blinken-21.08.2.recipe index 4c7c32057..a66824055 100644 --- a/kde-apps/blinken/blinken-20.12.0.recipe +++ b/kde-apps/blinken/blinken-21.08.2.recipe @@ -9,11 +9,11 @@ If they are incorrect, the game is lost, and the player must start again from th beginning. The goal is to get a high score - each step in the sequence is worth one \ point, so correct entry of a sequence of 8 lights is worth 8 points on the high score table.." HOMEPAGE="https://apps.kde.org/blinken" -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/blinken-$portVersion.tar.xz" -CHECKSUM_SHA256="62fbe9d032bdda4dce5f5cb73b59dbef5baff324cbd45b4cb35e3e0e19695b1e" +CHECKSUM_SHA256="91b985c0f6b90432f24cfac247032729112e6503040706a346170c92a63338b2" SOURCE_DIR="blinken-$portVersion" ADDITIONAL_FILES="blinken.rdef.in" @@ -63,7 +63,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 @@ -115,6 +115,7 @@ BUILD() cd build cmake .. \ + -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$appsDir \ -DCMAKE_INSTALL_DATADIR=$dataDir \ -DCMAKE_INSTALL_DATAROOTDIR=$dataDir \