Warning, /packaging/yocto-meta-kde/recipes-plasma-mobile/kclock.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 DESCRIPTION = "Clock app for Plasma Mobile"
0006 HOMEPAGE = ""
0007 LICENSE = "GPL-2.0 | GPL-3.0"
0008 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-or-later.txt;md5=4cc91856b08b094b4f406a29dc61db21"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     qtbase \
0013     qtdeclarative \
0014     qtmultimedia \
0015     kdeclarative \
0016     kiconthemes \
0017     ki18n \
0018     kirigami \
0019     kirigami-addons \
0020     knotifications \
0021     plasma-framework \
0022 "
0023 
0024 inherit cmake_kdeapp
0025 inherit kconfig
0026 inherit kcoreaddons
0027 inherit kauth
0028 inherit mime-xdg
0029 
0030 RDEPENDS:${PN} += " \
0031     qtdeclarative-qmlplugins \
0032     qtquickcontrols2-qmlplugins \
0033 "
0034 
0035 FILES:${PN} += " \
0036     ${datadir}/plasma/plasmoids/ \
0037 "