mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libkdegames: bump version
This commit is contained in:
@@ -2,19 +2,19 @@ SUMMARY="Common code and data for many KDE games"
|
||||
DESCRIPTION="It is a collection of functions used by some games or which \
|
||||
are useful for other games."
|
||||
HOMEPAGE="https://invent.kde.org/games/libkdegames"
|
||||
COPYRIGHT="2010-2020 KDE Organisation"
|
||||
COPYRIGHT="2010-2021 KDE Organisation"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/libkdegames-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="48a019d871a99ae903b8dd01482473aae32d10d55cac918f2b8626e37958688b"
|
||||
CHECKSUM_SHA256="077203df97c7b41b1f87d790a8107066d59b1fa65ae176320230b1120a246b49"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libkdegames$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5KDEGames$secondaryArchSuffix = 7.2.0 compat >= 7
|
||||
lib:libKF5KDEGamesPrivate$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
lib:libKF5KDEGames$secondaryArchSuffix = 7.3.0 compat >= 7
|
||||
lib:libKF5KDEGamesPrivate$secondaryArchSuffix = 7.3.0 compat >= 7
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -52,8 +52,8 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libkdegames${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5KDEGames$secondaryArchSuffix = 7.2.0 compat >= 7
|
||||
devel:libKF5KDEGamesPrivate$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
devel:libKF5KDEGames$secondaryArchSuffix = 7.3.0 compat >= 7
|
||||
devel:libKF5KDEGamesPrivate$secondaryArchSuffix = 7.3.0 compat >= 7
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libkdegames$secondaryArchSuffix == $portVersion base
|
||||
@@ -61,7 +61,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.77
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.86
|
||||
devel:libKF5Archive$secondaryArchSuffix
|
||||
devel:libKF5Attica$secondaryArchSuffix
|
||||
devel:libKF5Auth$secondaryArchSuffix
|
||||
@@ -111,6 +111,7 @@ BUILD()
|
||||
cd build
|
||||
|
||||
cmake .. $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
|
||||
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
|
||||
Reference in New Issue
Block a user