klines: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 20:07:49 +10:00
parent b4e0d55157
commit b5347086a8

View File

@@ -4,11 +4,11 @@ gathering them into the lines of the same color by five. Once the line is comple
it is removed from the board, therefore freeing precious space. In the same time \
the new balls keep arriving by three after each move, filling up the game board."
HOMEPAGE="https://github.com/KDE/klines"
COPYRIGHT="2010-2021 KDE Organisation"
COPYRIGHT="2010-2022 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/klines-$portVersion.tar.xz"
CHECKSUM_SHA256="2735803c67ead90f7ed94fa232ef7dada8162e64de64bb78a46ad9876853aabf"
CHECKSUM_SHA256="d607601dfc792f794898653760f3500f3ac43957cf3b2063b7ff405a9ec6fb68"
SOURCE_DIR="klines-$portVersion"
ADDITIONAL_FILES="klines.rdef.in"
@@ -51,7 +51,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.86
extra_cmake_modules$secondaryArchSuffix >= 5.93
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Bookmarks$secondaryArchSuffix
@@ -74,7 +74,7 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5WindowSystem$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -102,6 +102,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}