Warning, /packaging/yocto-meta-kde/recipes-application/education/khangman.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 SUMMARY = "KHangMan"
0006 DESCRIPTION = "KHangMan is a game based on the well-known hangman game."
0007 HOMEPAGE = "https://edu.kde.org/khangman/"
0008 LICENSE = "GPL-2.0"
0009 LIC_FILES_CHKSUM = "file://COPYING;md5=cb56c8b10bbb1c97490192a78c4fb273"
0010 PR = "r0"
0011 
0012 DEPENDS += " \
0013     kcompletion \
0014     kcrash \
0015     ki18n \
0016     kio \
0017     knewstuff \
0018     knotifications \
0019     knotifyconfig \
0020     kparts \
0021     kxmlgui \
0022     libkeduvocdocument \
0023 "
0024 
0025 inherit cmake_kdeapp
0026 inherit kcoreaddons
0027 inherit kconfig
0028 inherit kauth
0029 inherit mime-xdg
0030 
0031 RDEPENDS:${PN} += " \
0032     kdeedu-data \
0033 "
0034 
0035 FILES:${PN} += " \
0036     ${datadir}/knsrcfiles/ \
0037 "