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

0001 # SPDX-FileCopyrightText: 2018-2019 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 DESCRIPTION = "Bluedevil"
0007 HOMEPAGE = ""
0008 LICENSE = "GPL-2"
0009 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977"
0010 PR = "r0"
0011 
0012 DEPENDS = " \
0013     bluez-qt \
0014     kcoreaddons \
0015     kdbusaddons \
0016     kded \
0017     kiconthemes \
0018     kio \
0019     knotifications \
0020     kwidgetsaddons \
0021     kwindowsystem \
0022     plasma-framework \
0023     qtdeclarative \
0024     shared-mime-info \
0025     shared-mime-info-native \
0026 "
0027 
0028 inherit cmake_plasma
0029 inherit mime-xdg
0030 inherit mime
0031 
0032 FILES:${PN} += " \
0033     ${datadir}/bluedevilwizard \
0034     ${datadir}/kpackage/kcms/ \
0035     ${datadir}/mime/packages \
0036     ${datadir}/plasma \
0037     ${datadir}/remoteview \
0038     ${libdir}/qml \
0039     ${libdir}/plugins/plasma/kcms/systemsettings/ \
0040 "