diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index 18d02fc8..a4a1c6e2 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -74,6 +74,7 @@ RDEPENDS_${PN} = " \ breeze \ kde-cli-tools \ kde-gtk-config \ + kdeplasma-addons \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb b/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb new file mode 100644 index 00000000..ce76daed --- /dev/null +++ b/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb @@ -0,0 +1,46 @@ +SUMMARY = "All kind of addons to improve your Plasma experience" +LICENSE = "GPLv2 & LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ +" + +inherit kde-plasma + +DEPENDS += " \ + qtdeclarative \ + \ + kconfig \ + kconfigwidgets \ + kcoreaddons \ + ki18n \ + kcmutils \ + plasma-framework \ + krunner \ + kservice \ + sonnet \ + kunitconversion \ + kdelibs4support \ + \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "ffc167621958ea47162c2a4d5359f381" +SRC_URI[sha256sum] = "7cfa7049d1a356d53c8c19a49b03af4a0ebbd745eef4cc17f0f1261d5ea20b99" + +FILES_${PN} += " \ + ${datadir}/kwin \ + ${datadir}/kservices5 \ + ${datadir}/plasma \ + ${datadir}/icons \ + \ + ${libdir}/plugins \ + ${libdir}/qml \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/plugins/.debug \ + ${libdir}/plugins/plasma/dataengine/.debug \ + ${libdir}/qml/org/kde/plasma/private/*/.debug \ +"