Warning, /packaging/yocto-meta-kde/recipes-application/education/kdeedu-data.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 = "KDE Education Data"
0006 DESCRIPTION = "Shared icons, artwork and data files for educational applications"
0007 HOMEPAGE = "https://invent.kde.org/education/kdeedu-data"
0008 LICENSE = "GPL-2.0"
0009 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
0010 PR = "r0"
0011 
0012 inherit cmake_kdeapp
0013 
0014 FILES:${PN} += " \
0015     ${datadir}/apps/kvtml/* \
0016 "