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

0001 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2019 Alistair Francis <alistair.francis@wdc.com>
0003 # SPDX-FileCopyrightText: 2020-2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0004 #
0005 # SPDX-License-Identifier: MIT
0006 
0007 DESCRIPTION = "Plasma Phone Components"
0008 HOMEPAGE = "https://community.kde.org/Plasma/Mobile/Code"
0009 LICENSE = "(LGPL-2.1 | LGPL-3.0 | LicenseRef-KDE-Accepted-LGPL) & (GPL-2.0 | GPL-3.0 | LicenseRef-KDE-Accepted-GPL)"
0010 LIC_FILES_CHKSUM = " \
0011     file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881 \
0012     file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
0013     file://LICENSES/GPL-3.0-only.txt;md5=49fc03046e56a282c0c743b5d3a55b7c \
0014     file://LICENSES/LGPL-2.1-only.txt;md5=147a320ed8b16b036829a0c71d424153 \
0015     file://LICENSES/LGPL-3.0-only.txt;md5=8d51f5b5fd447f7a1040c3dc9f0a8de6 \
0016     file://LICENSES/LicenseRef-KDE-Accepted-GPL.txt;md5=b4c280013bbbadfbe92219498dc5228c \
0017 "
0018 PR = "r0"
0019 
0020 DEPENDS = " \
0021     telepathy-qt \
0022     libphonenumber \
0023     kwayland \
0024     plasma-framework \
0025     plasma-workspace \
0026     kpeople \
0027     kwin \
0028     gstreamer1.0 \
0029     modemmanager-qt \
0030     networkmanager-qt \
0031     kirigami-addons \
0032 "
0033 
0034 inherit cmake_plasma
0035 
0036 FILES:${PN} += " \
0037     ${datadir}/kpackage/genericqml/org.kde.phone.dialer/* \
0038     ${datadir}/kpackage/kcms/kcm_mobileshell/* \
0039     ${datadir}/kwin/scripts/org.kde.phone.multitasking/* \
0040     ${datadir}/plasma/look-and-feel/org.kde.plasma.phone/* \
0041     ${datadir}/plasma/plasmoids/* \
0042     ${datadir}/plasma/quicksettings/* \
0043     ${datadir}/plasma/shells/org.kde.plasma.phone/* \
0044     ${datadir}/plasma/shells/org.kde.plasma.phoneshell/* \
0045     ${datadir}/telepathy/clients/Plasma.Dialer.client \
0046     ${datadir}/wallpapers/org.kde.plasma.phone.lockers/* \
0047     ${datadir}/wayland-sessions/*.desktop \
0048     ${libdir}/qml/QtQuick/VirtualKeyboard/Styles/Plasma/* \
0049     ${libdir}/plugins/plasma/kcms/systemsettings/* \
0050     ${libdir}/qml/org/kde/plasma/mm/* \
0051     ${libdir}/qml/org/kde/plasma/private/kpeoplehelper/* \
0052     ${libdir}/qml/org/kde/plasma/private/mobilehomescreencomponents/* \
0053     ${libdir}/qml/org/kde/plasma/private/mobileshell/* \
0054     ${libdir}/qml/org/kde/plasma/quicksetting/flashlight/* \
0055     ${libdir}/qml/org/kde/plasma/quicksetting/nightcolor/* \
0056     ${libdir}/qml/org/kde/plasma/quicksetting/powermenu/* \
0057     ${libdir}/qml/org/kde/plasma/quicksetting/record/* \
0058     ${libdir}/qml/org/kde/plasma/quicksetting/screenrotation/* \
0059     ${libdir}/qml/org/kde/plasma/quicksetting/screenshot/* \
0060 "
0061 
0062 RDEPENDS:${PN} += " \
0063     libqofono \
0064     kded \
0065     qtgraphicaleffects \
0066     plasma-nano \
0067 "