From a0f7c99963914ee57db1f9cba8d478bb7f846769 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 1 Nov 2021 18:59:34 +1000 Subject: [PATCH] Bovo: bump version --- kde-apps/bovo/{bovo-20.12.0.recipe => bovo-21.08.2.recipe} | 7 ++++--- .../{bovo-20.12.0.patchset => bovo-21.08.2.patchset} | 0 2 files changed, 4 insertions(+), 3 deletions(-) rename kde-apps/bovo/{bovo-20.12.0.recipe => bovo-21.08.2.recipe} (95%) rename kde-apps/bovo/patches/{bovo-20.12.0.patchset => bovo-21.08.2.patchset} (100%) diff --git a/kde-apps/bovo/bovo-20.12.0.recipe b/kde-apps/bovo/bovo-21.08.2.recipe similarity index 95% rename from kde-apps/bovo/bovo-20.12.0.recipe rename to kde-apps/bovo/bovo-21.08.2.recipe index 73d3e404f..65c820dca 100644 --- a/kde-apps/bovo/bovo-20.12.0.recipe +++ b/kde-apps/bovo/bovo-21.08.2.recipe @@ -4,11 +4,11 @@ game for two players, where the opponents alternate in placing their respective pictogram on the game board. (Also known as: Connect Five, Five in a row, X and O, \ Naughts and Crosses)." HOMEPAGE="https://apps.kde.org/bovo" -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/bovo-$portVersion.tar.xz" -CHECKSUM_SHA256="1ff3609c1d2c1a7afd9d87b27bb5b78f83df7fc221f8ac86aa1d546306530ba3" +CHECKSUM_SHA256="ae86649bc9ed228b60f81c5e98218db99691283dff5219ce12d213d37b67b6cc" SOURCE_DIR="bovo-$portVersion" PATCHES="bovo-$portVersion.patchset" ADDITIONAL_FILES="bovo.rdef.in" @@ -56,7 +56,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 @@ -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/bovo/patches/bovo-20.12.0.patchset b/kde-apps/bovo/patches/bovo-21.08.2.patchset similarity index 100% rename from kde-apps/bovo/patches/bovo-20.12.0.patchset rename to kde-apps/bovo/patches/bovo-21.08.2.patchset