KDiamond: bump version

This commit is contained in:
Gerasim Troeglazov
2021-11-01 20:11:37 +10:00
parent 20a0d276c3
commit 09a99d8f43
2 changed files with 5 additions and 4 deletions

View File

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