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

0001 # SPDX-FileCopyrightText: Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Collection of Arcade games developed in Kirigami"
0006 HOMEPAGE = ""
0007 LICENSE = "GPL-3.0+"
0008 LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-or-later.txt;md5=1c76c4cc354acaac30ed4d5eefea7245"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     qtbase \
0013     qtdeclarative \
0014     kdeclarative \
0015     kiconthemes \
0016     kirigami \
0017     kpackage \
0018 "
0019 
0020 SRC_URI = "git://invent.kde.org/games/${BPN};nobranch=1;protocol=https"
0021 S = "${WORKDIR}/git"
0022 
0023 inherit cmake_kdeapp
0024 inherit mime-xdg
0025 
0026 RDEPENDS:${PN} += " \
0027     qtdeclarative-qmlplugins \
0028     qtquickcontrols2-qmlplugins \
0029 "
0030 
0031 FILES:${PN} += "\
0032     ${datadir}/game/packages/org.kde.arkade.fourinline \
0033     ${datadir}/game/packages/org.kde.arkade.samegame \
0034     ${datadir}/game/packages/org.kde.arkade.blocktennis \
0035 "