Warning, /packaging/yocto-meta-kde/recipes-extragear/edu/gcompris.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 = "GCompris"
0006 DESCRIPTION = "GCompris is a high quality educational software suite, \
0007     including a large number of activities for children aged 2 to 10."
0008 HOMEPAGE = "https://gcompris.net"
0009 LICENSE = "GPL-3.0"
0010 LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-only.txt;md5=49fc03046e56a282c0c743b5d3a55b7c"
0011 PR = "r0"
0012 
0013 DEPENDS += " \
0014     kcrash \
0015     ki18n \
0016     kio \
0017     phonon \
0018     qtbase \
0019     qtmultimedia \
0020     qtsensors \
0021     qtdeclarative \
0022 "
0023 
0024 RDEPENDS:${PN} += " \
0025     qtdeclarative-qmlplugins \
0026     qtgraphicaleffects-qmlplugins \
0027     qtmultimedia-qmlplugins \
0028 "
0029 
0030 SRC_URI = "git://invent.kde.org/education/${BPN};nobranch=1;protocol=https"
0031 S = "${WORKDIR}/git"
0032 
0033 inherit qmake5_base
0034 inherit cmake_kdeapp
0035 inherit kcoreaddons
0036 inherit kconfig
0037 inherit kauth
0038 inherit mime-xdg
0039 
0040 FILES:${PN} += " \
0041     ${datadir}/gcompris-qt/rcc \
0042     ${datadir}/gcompris-qt/translations \
0043 "