kgoldrunner: initial add 20.12.1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-01-08 14:36:21 +01:00
parent 93698067a2
commit 0565725a8f
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
SUMMARY = "A game of action and puzzle solving"
LICENSE = "GPL-2.0 & GFDL-1.2"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=7108e5acd7ce861dee282297d7c2f38c \
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
"
inherit kde-apps gtk-icon-cache
DEPENDS += " \
kauth-native \
kconfig-native \
kcoreaddons-native \
kdoctools-native \
kconfigwidgets \
kcrash \
kdbusaddons \
ki18n \
kio \
kwidgetsaddons \
kxmlgui \
libkdegames \
"
PV = "${KDE_APP_VERSION}"
SRC_URI[sha256sum] = "70cbe7df27e4d9745a72790bb8732c56c21f78c2a76d4f21aab02ee03a652659"
FILES_${PN} += " \
${datadir}/knsrcfiles \
${datadir}/kxmlgui5 \
"

View File

@@ -13,6 +13,7 @@ RDEPENDS_${PN} = " \
kbounce \
kbreakout \
kdiamond \
kgoldrunner \
kmahjongg \
kmines \
kpat \