libkdegames_kf6, bump version (#11901)

This commit is contained in:
Schrijvers Luc
2025-03-12 07:07:46 +00:00
committed by GitHub
parent ec2b959183
commit b7f40bd0d9

View File

@@ -2,21 +2,21 @@ 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-2024 KDE Organisation"
COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/libkdegames-$portVersion.tar.xz"
CHECKSUM_SHA256="d919e8235b2507667d02e21b6871f556d87ab74eab6c0a5a65d313cccd688765"
CHECKSUM_SHA256="d640d5a590450e476e903a341e916004a46ad72d0db07f4201e75e4e5a7c02e5"
SOURCE_DIR="libkdegames-$portVersion"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
libVersion="6.0.241200"
libVersion="6.0.241203"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
libkdegames6$secondaryArchSuffix = $portVersion
libkdegames_kf6$secondaryArchSuffix = $portVersion
lib:libKDEGames6$secondaryArchSuffix = $libVersionCompat
lib:libKDEGames6Private$secondaryArchSuffix = $libVersionCompat
"
@@ -51,16 +51,16 @@ REQUIRES="
lib:libQt6Xml$secondaryArchSuffix
"
REPLACES="
libkdegames24$secondaryArchSuffix
libkdegames6$secondaryArchSuffix
"
PROVIDES_devel="
libkdegames6${secondaryArchSuffix}_devel = $portVersion
libkdegames_kf6${secondaryArchSuffix}_devel = $portVersion
devel:libKDEGames6$secondaryArchSuffix = $libVersionCompat
devel:libKDEGames6Private$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
libkdegames6$secondaryArchSuffix == $portVersion base
libkdegames_kf6$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
@@ -102,8 +102,8 @@ TEST_REQUIRES="
BUILD()
{
cmake -B build -S . $cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release \
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DBUILD_SVG_CHECKS=ON \