kbreakout: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 18:24:43 +10:00
parent bb5c89cadb
commit e120419190
2 changed files with 5 additions and 4 deletions

View File

@@ -8,11 +8,11 @@ player has to use a movable bar to bounce the ball upward, situated at the botto
The purpose of the game is to progress through the levels destroying all bricks present in each, \
and trying to get a highscore."
HOMEPAGE="https://apps.kde.org/kbreakout"
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/kbreakout-$portVersion.tar.xz"
CHECKSUM_SHA256="a47c862d814d1e1eb6fe8586f873bc8dc5baaad62fea59d2fe2c4c057d3e43be"
CHECKSUM_SHA256="f42623a4557cfdeb057a404c3e1fd9dc540a5601bd9a2496b00c1ae84b041d7d"
SOURCE_DIR="kbreakout-$portVersion"
PATCHES="kbreakout-$portVersion.patchset"
ADDITIONAL_FILES="kbreakout.rdef.in"
@@ -60,7 +60,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
@@ -87,7 +87,7 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5WindowSystem$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -113,6 +113,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}