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

0001 # SPDX-FileCopyrightText: 2019-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2021 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 DESCRIPTION = "KoKo Gallery Application"
0007 HOMEPAGE = "https://invent.kde.org/graphics/koko/-"
0008 LICENSE = "LGPL-2.1"
0009 LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
0010 PR = "r0"
0011 
0012 DEPENDS = " \
0013     qtlocation \
0014     kdeclarative \
0015     kiconthemes \
0016     kio \
0017     kirigami \
0018     kfilemetadata \
0019     knotifications \
0020     kquickimageeditor \
0021     exiv2 \
0022 "
0023 
0024 inherit cmake_kdeapp
0025 inherit kconfig
0026 inherit kcoreaddons
0027 inherit kauth
0028 inherit mime-xdg
0029 
0030 RDEPENDS:${PN} += " \
0031     qtgraphicaleffects-qmlplugins \
0032     purpose \
0033 "