add plasma-nm
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -70,6 +70,7 @@ RDEPENDS_${PN} = " \
|
||||
baloo \
|
||||
plasma-workspace \
|
||||
kdecoration \
|
||||
plasma-nm \
|
||||
\
|
||||
kwayland \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \
|
||||
|
||||
58
recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb
Normal file
58
recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb
Normal file
@@ -0,0 +1,58 @@
|
||||
SUMMARY = "KSE sysguard library"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
inherit kde-plasma
|
||||
|
||||
DEPENDS += " \
|
||||
ki18n \
|
||||
kwindowsystem \
|
||||
kservice \
|
||||
kcompletion \
|
||||
kwidgetsaddons \
|
||||
kio \
|
||||
kcoreaddons \
|
||||
kwallet \
|
||||
kitemviews \
|
||||
kxmlgui \
|
||||
kconfigwidgets \
|
||||
kiconthemes \
|
||||
solid \
|
||||
kdbusaddons \
|
||||
knotifications \
|
||||
plasma-framework \
|
||||
kdeclarative \
|
||||
kinit \
|
||||
kdelibs4support \
|
||||
networkmanager-qt \
|
||||
\
|
||||
networkmanager \
|
||||
"
|
||||
|
||||
# REVISIT optionals
|
||||
# KF5ModemManagerQt
|
||||
# ModemManager PROPERTIES
|
||||
# MobileBroadbandProviderInfo
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "1fdfbeffb564eb2b8edced364594c12f"
|
||||
SRC_URI[sha256sum] = "acb8a67df123e13b1fab6da2333fb1adc5e6ccd39a47183493c098873aae222f"
|
||||
|
||||
# do not move so-libs to -dev package
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/k*5 \
|
||||
${datadir}/plasma \
|
||||
${libdir}/plugins \
|
||||
${libdir}/qml \
|
||||
${libdir}/*.so \
|
||||
"
|
||||
|
||||
FILES_${PN}-dbg += " \
|
||||
${libdir}/plugins/.debug \
|
||||
${libdir}/qml/*/*/*/*/.debug \
|
||||
"
|
||||
Reference in New Issue
Block a user