diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index bd280501..111d7b6c 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -70,6 +70,7 @@ RDEPENDS_${PN} = " \ baloo \ plasma-workspace \ kdecoration \ + plasma-nm \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb b/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb new file mode 100644 index 00000000..2607ff66 --- /dev/null +++ b/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb @@ -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 \ +"