katomic: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 17:13:14 +10:00
parent c059ced6a5
commit 640a985cee
2 changed files with 5 additions and 4 deletions

View File

@@ -4,11 +4,11 @@ chemical molecules. Your job is to move single atoms around to form a specific \
molecule.
The game is a variation of the popular game Sokoban."
HOMEPAGE="https://apps.kde.org/katomic"
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/katomic-$portVersion.tar.xz"
CHECKSUM_SHA256="47765b855b074f51820ef1cf85fa7e359fb32e1d8a7a05912d45acc0ae1bcf52"
CHECKSUM_SHA256="7268379909019e63bfce2673235d76bbee10aa41675d170fe6c2514f19d9440b"
SOURCE_DIR="katomic-$portVersion"
PATCHES="katomic-$portVersion.patchset"
ADDITIONAL_FILES="katomic.rdef.in"
@@ -61,7 +61,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.86
extra_cmake_modules$secondaryArchSuffix >= 5.93
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Attica$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
@@ -93,7 +93,7 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5WindowSystem$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -121,6 +121,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}