KBreakout: bump version

This commit is contained in:
Gerasim Troeglazov
2021-11-01 19:48:30 +10:00
parent d5543ed5f8
commit e05bc36561
2 changed files with 4 additions and 3 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-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/kbreakout-$portVersion.tar.xz"
CHECKSUM_SHA256="440e55b7656532ab46bbfb538d5e8e89f25cbfbdae70c38ac178780b3a13124f"
CHECKSUM_SHA256="a47c862d814d1e1eb6fe8586f873bc8dc5baaad62fea59d2fe2c4c057d3e43be"
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.77
extra_cmake_modules$secondaryArchSuffix >= 5.86
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Bookmarks$secondaryArchSuffix
@@ -107,6 +107,7 @@ BUILD()
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$appsDir \
-DCMAKE_INSTALL_DATADIR=$dataDir \
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \