libkdegames: initial packaging

This commit is contained in:
Andreas Cord-Landwehr
2024-02-01 18:34:19 +01:00
parent fcf480a0dc
commit d4b3246e3d
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# 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/* \
"

View File

@@ -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"