diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index 4a75324a..043133fb 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -87,6 +87,7 @@ RDEPENDS_${PN} = " \ kwrited \ libmm-qt \ milou \ + muon \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/muon/muon.bb b/recipes-kde/plasma/untier/muon/muon.bb new file mode 100644 index 00000000..722b8b66 --- /dev/null +++ b/recipes-kde/plasma/untier/muon/muon.bb @@ -0,0 +1,52 @@ +SUMMARY = "A collection of package management tools for Debian-based systems" +LICENSE = "GPLv3 & GFDL-1.2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ + file://COPYING.GFDL;md5=ad1419ecc56e060eccf8184a87c4285f \ +" + +inherit kde-plasma + +DEPENDS += " \ + qtsvg \ + qtdeclarative \ + \ + kwidgetsaddons \ + kcoreaddons \ + solid \ + kconfig \ + kwallet \ + kdbusaddons \ + ki18n \ + kconfigwidgets \ + knotifications \ + kdeclarative \ + phonon \ + attica \ + knewstuff \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "72cd26214b3e0aa018c7606ea0782c98" +SRC_URI[sha256sum] = "67318ae3c00a57a7f8656317d794f91970f17e840bff67336017cee24fcd6c97" + +FILES_SOLIBSDEV = "${libdir}/libmuonprivate${SOLIBSDEV}" + +FILES_${PN} += " \ + ${datadir}/libmuon \ + ${datadir}/k*5 \ + ${datadir}/plasma \ + ${datadir}/muondiscover \ + ${datadir}/icons \ + ${datadir}/desktoptheme \ + ${datadir}/muonabstractnotifier \ + \ + ${libdir}/libMuonNotifiers.so \ + ${libdir}/plugins \ + ${libdir}/qml \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/plugins/*/.debug \ + ${libdir}/qml/org/kde/*/.debug \ +"