Warning, /packaging/yocto-meta-kde/recipes-application/education/libkeduvocdocument.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 = "KEduVocDocument"
0006 DESCRIPTION = "Library for reading from/writing to the KVTML format."
0007 HOMEPAGE = "https://edu.kde.org/khangman/"
0008 LICENSE = "GPL-2.0+"
0009 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881"
0010 PR = "r0"
0011 
0012 DEPENDS += " \
0013     karchive \
0014     ki18n \
0015     kio \
0016 "
0017 
0018 inherit cmake_kdeapp
0019 inherit kconfig
0020 inherit kauth