libkdegames: initial packaging
This commit is contained in:
31
recipes-application/games/libkdegames.inc
Normal file
31
recipes-application/games/libkdegames.inc
Normal 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/* \
|
||||
"
|
||||
6
recipes-application/games/libkdegames_24.01.95.bb
Normal file
6
recipes-application/games/libkdegames_24.01.95.bb
Normal 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"
|
||||
Reference in New Issue
Block a user