add plasma-nm

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-03 15:07:42 +01:00
parent 2fc0080400
commit e84886eef4
2 changed files with 59 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ RDEPENDS_${PN} = " \
baloo \
plasma-workspace \
kdecoration \
plasma-nm \
\
kwayland \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \

View 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 \
"