From e05bc36561625afed015f3dc57fa94b1bee754c4 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 1 Nov 2021 19:48:30 +1000 Subject: [PATCH] KBreakout: bump version --- .../{kbreakout-20.12.0.recipe => kbreakout-21.08.2.recipe} | 7 ++++--- ...reakout-20.12.0.patchset => kbreakout-21.08.2.patchset} | 0 2 files changed, 4 insertions(+), 3 deletions(-) rename kde-apps/kbreakout/{kbreakout-20.12.0.recipe => kbreakout-21.08.2.recipe} (96%) rename kde-apps/kbreakout/patches/{kbreakout-20.12.0.patchset => kbreakout-21.08.2.patchset} (100%) diff --git a/kde-apps/kbreakout/kbreakout-20.12.0.recipe b/kde-apps/kbreakout/kbreakout-21.08.2.recipe similarity index 96% rename from kde-apps/kbreakout/kbreakout-20.12.0.recipe rename to kde-apps/kbreakout/kbreakout-21.08.2.recipe index 5323de82c..3fa1bc108 100644 --- a/kde-apps/kbreakout/kbreakout-20.12.0.recipe +++ b/kde-apps/kbreakout/kbreakout-21.08.2.recipe @@ -8,11 +8,11 @@ player has to use a movable bar to bounce the ball upward, situated at the botto The purpose of the game is to progress through the levels destroying all bricks present in each, \ and trying to get a highscore." HOMEPAGE="https://apps.kde.org/kbreakout" -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/kbreakout-$portVersion.tar.xz" -CHECKSUM_SHA256="440e55b7656532ab46bbfb538d5e8e89f25cbfbdae70c38ac178780b3a13124f" +CHECKSUM_SHA256="a47c862d814d1e1eb6fe8586f873bc8dc5baaad62fea59d2fe2c4c057d3e43be" SOURCE_DIR="kbreakout-$portVersion" PATCHES="kbreakout-$portVersion.patchset" ADDITIONAL_FILES="kbreakout.rdef.in" @@ -60,7 +60,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.77 + extra_cmake_modules$secondaryArchSuffix >= 5.86 devel:libKF5Archive$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix devel:libKF5Bookmarks$secondaryArchSuffix @@ -107,6 +107,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/kbreakout/patches/kbreakout-20.12.0.patchset b/kde-apps/kbreakout/patches/kbreakout-21.08.2.patchset similarity index 100% rename from kde-apps/kbreakout/patches/kbreakout-20.12.0.patchset rename to kde-apps/kbreakout/patches/kbreakout-21.08.2.patchset