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

0001 # SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Plasma Remotecontrollers"
0006 HOMEPAGE = "https://invent.kde.org/plasma-bigscreen/plasma-remotecontrollers"
0007 LICENSE = "GPL-2.0 | GPL-3.0 | LicenseRef-KDE-Accepted-GPL"
0008 LIC_FILES_CHKSUM = " \
0009     file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977 \
0010     file://LICENSES/GPL-3.0-only.txt;md5=1c76c4cc354acaac30ed4d5eefea7245 \
0011     file://LICENSES/LicenseRef-KDE-Accepted-GPL.txt;md5=b4c280013bbbadfbe92219498dc5228c \
0012 "
0013 PR = "r0"
0014 
0015 DEPENDS = " \
0016     qtwayland \
0017     qtwayland-native \
0018     kirigami \
0019     solid \
0020     kcoreaddons \
0021     kdeclarative \
0022     knotifications \
0023     kpackage \
0024     kwindowsystem \
0025     plasma-workspace \
0026 "
0027 
0028 inherit cmake_plasma
0029 inherit mime-xdg
0030 
0031 FILES:${PN} += " \
0032     ${datadir}/kpackage/kcms/kcm_mediacenter_remotecontrollers/* \
0033     ${libdir}/qml/org/kde/plasma/remotecontrollers/* \
0034 "