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

0001 # SPDX-FileCopyrightText: 2018-2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Plasma NM"
0006 HOMEPAGE = ""
0007 LICENSE = "GPL-2.0"
0008 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     qtdeclarative \
0013     qttools \
0014     networkmanager-qt \
0015     modemmanager-qt \
0016     kwindowsystem \
0017     kservice \
0018     kcompletion \
0019     kwidgetsaddons \
0020     kio \
0021     kcoreaddons \
0022     kwallet \
0023     kitemviews \
0024     kxmlgui \
0025     kconfigwidgets \
0026     kiconthemes \
0027     solid \
0028     kdbusaddons \
0029     knotifications \
0030     plasma-framework \
0031     kdeclarative \
0032     kinit \
0033     kitemmodels \
0034     qca \
0035 "
0036 
0037 inherit cmake_plasma
0038 
0039 EXTRA_OECMAKE += " \
0040     -DOE_QCA_PATH_HOST_ROOT=${STAGING_DIR_HOST} \
0041     -DBUILD_MOBILE=ON \
0042 "
0043 
0044 FILES_SOLIBSDEV = ""
0045 FILES:${PN} += " \
0046     ${libdir}/*.so \
0047     ${libdir}/plugins/plasma/network/vpn/*.so \
0048     ${libdir}/plugins/plasma/kcms/systemsettings_qwidgets/kcm_networkmanagement.so \
0049     ${libdir}/qml/org/kde/plasma/networkmanagement \
0050     ${datadir}/plasma/plasmoids/org.kde.plasma.networkmanagement \
0051     ${datadir}/kcm_networkmanagement/qml/*.qml \
0052     ${datadir}/kpackage \
0053 "