From c12b4f50e73dc37ab397b6aeeb24e8882fa7c805 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 11 May 2022 12:10:40 +1000 Subject: [PATCH] libkdegames: bump version --- ...-21.08.2.recipe => libkdegames-22.04.0.recipe} | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) rename kde-apps/libkdegames/{libkdegames-21.08.2.recipe => libkdegames-22.04.0.recipe} (90%) diff --git a/kde-apps/libkdegames/libkdegames-21.08.2.recipe b/kde-apps/libkdegames/libkdegames-22.04.0.recipe similarity index 90% rename from kde-apps/libkdegames/libkdegames-21.08.2.recipe rename to kde-apps/libkdegames/libkdegames-22.04.0.recipe index 82dbcd740..b4a93ec28 100644 --- a/kde-apps/libkdegames/libkdegames-21.08.2.recipe +++ b/kde-apps/libkdegames/libkdegames-22.04.0.recipe @@ -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-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/libkdegames-$portVersion.tar.xz" -CHECKSUM_SHA256="077203df97c7b41b1f87d790a8107066d59b1fa65ae176320230b1120a246b49" +CHECKSUM_SHA256="4dd8d80dbfd2806d420bb6efc2df64a175e8273d9ea34b9c61a0a7daae342e76" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" PROVIDES=" libkdegames$secondaryArchSuffix = $portVersion - lib:libKF5KDEGames$secondaryArchSuffix = 7.3.0 compat >= 7 - lib:libKF5KDEGamesPrivate$secondaryArchSuffix = 7.3.0 compat >= 7 + lib:libKF5KDEGames$secondaryArchSuffix = 7.3.1 compat >= 7 + lib:libKF5KDEGamesPrivate$secondaryArchSuffix = 7.3.1 compat >= 7 " REQUIRES=" haiku$secondaryArchSuffix @@ -52,8 +52,8 @@ REQUIRES=" PROVIDES_devel=" libkdegames${secondaryArchSuffix}_devel = $portVersion - devel:libKF5KDEGames$secondaryArchSuffix = 7.3.0 compat >= 7 - devel:libKF5KDEGamesPrivate$secondaryArchSuffix = 7.3.0 compat >= 7 + devel:libKF5KDEGames$secondaryArchSuffix = 7.3.1 compat >= 7 + devel:libKF5KDEGamesPrivate$secondaryArchSuffix = 7.3.1 compat >= 7 " REQUIRES_devel=" libkdegames$secondaryArchSuffix == $portVersion base @@ -61,7 +61,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.86 + extra_cmake_modules$secondaryArchSuffix >= 5.93 devel:libKF5Archive$secondaryArchSuffix devel:libKF5Attica$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix @@ -115,6 +115,7 @@ BUILD() -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }