Bovo: bump version

This commit is contained in:
Gerasim Troeglazov
2021-11-01 18:59:34 +10:00
parent 812fe06d5d
commit a0f7c99963
2 changed files with 4 additions and 3 deletions

View File

@@ -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 \