mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
kbreakout: bump version
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user