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

0001 # SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 DESCRIPTION = "Discover"
0007 HOMEPAGE = ""
0008 LICENSE = "GPL-3"
0009 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977"
0010 PR = "r0"
0011 
0012 DEPENDS = " \
0013     attica \
0014     karchive \
0015     kconfig \
0016     kcoreaddons \
0017     kcrash \
0018     kdbusaddons \
0019     kdeclarative \
0020     kidletime \
0021     kio \
0022     kirigami \
0023     kitemmodels \
0024     knewstuff \
0025     knotifications \
0026     kxmlgui \
0027     purpose \
0028     qtdeclarative \
0029     qtwebview \
0030 "
0031 
0032 inherit cmake_plasma
0033 inherit mime-xdg
0034 
0035 FILES:${PN} += " \
0036     ${libdir}/qml/org/kde/discovernotifier \
0037     ${libdir}/plasma-discover \
0038     ${libdir}/plugins/plasma/kcms/systemsettings/* \
0039     ${datadir}/kpackage/kcms/kcm_updates \
0040 "