From d4b3246e3d0869389041ecec286a07237acf907c Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Thu, 1 Feb 2024 18:34:19 +0100 Subject: [PATCH] libkdegames: initial packaging --- recipes-application/games/libkdegames.inc | 31 +++++++++++++++++++ .../games/libkdegames_24.01.95.bb | 6 ++++ 2 files changed, 37 insertions(+) create mode 100644 recipes-application/games/libkdegames.inc create mode 100644 recipes-application/games/libkdegames_24.01.95.bb diff --git a/recipes-application/games/libkdegames.inc b/recipes-application/games/libkdegames.inc new file mode 100644 index 0000000..b2a1809 --- /dev/null +++ b/recipes-application/games/libkdegames.inc @@ -0,0 +1,31 @@ +# SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr +# +# SPDX-License-Identifier: MIT + +SUMMARY = "libkdegames" +DESCRIPTION = "Common code and data for many KDE games" +HOMEPAGE = "https://invent.kde.org/games/libkdegames" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881" +PR = "r0" + +DEPENDS += " \ + qtbase \ + qtdeclarative \ + karchive \ + kconfigwidgets \ + kguiaddons \ + kcolorscheme \ + kiconthemes \ + knewstuff \ + kdnssd \ + kxmlgui \ + openal-soft \ +" + +inherit cmake_kdeapp +inherit kf6-kconfig + +FILES:${PN} += " \ + ${datadir}/carddecks/* \ +" diff --git a/recipes-application/games/libkdegames_24.01.95.bb b/recipes-application/games/libkdegames_24.01.95.bb new file mode 100644 index 0000000..1f521b7 --- /dev/null +++ b/recipes-application/games/libkdegames_24.01.95.bb @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/unstable/release-service/24.01.95/src/libkdegames-24.01.95.tar.xz" +SRC_URI[sha256sum] = "849e8c05f5b7ec0c87ad7c0db4122b25337f841bb9336e88acfdc70af9b4507f"