Warning, /packaging/yocto-meta-kde/recipes-plasma-mobile/kweather.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 = "Weather application for Plasma Mobile"
0006 HOMEPAGE = ""
0007 LICENSE = "GPL-2.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     qtcharts \
0015     qtquickcontrols2 \
0016     ki18n \
0017     kirigami \
0018     kirigami-addons \
0019     knotifications \
0020     kquickcharts \
0021     plasma-framework \
0022     kweathercore \
0023 "
0024 
0025 inherit cmake_kdeapp
0026 inherit kconfig
0027 inherit kcoreaddons
0028 inherit kauth
0029 inherit mime-xdg
0030 
0031 RDEPENDS:${PN} += " \
0032     qtdeclarative-qmlplugins \
0033     qtquickcontrols2-qmlplugins \
0034     qtcharts-qmlplugins \
0035 "
0036 
0037 FILES:${PN} += " \
0038     ${datadir}/plasma/plasmoids/ \
0039 "