diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index b4668af2..76629776 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -72,6 +72,7 @@ RDEPENDS_${PN} = " \ kdecoration \ plasma-nm \ breeze \ + kde-cli-tools \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/kde-cli-tools/kde-cli-tools.bb b/recipes-kde/plasma/untier/kde-cli-tools/kde-cli-tools.bb new file mode 100644 index 00000000..2c7ef2e7 --- /dev/null +++ b/recipes-kde/plasma/untier/kde-cli-tools/kde-cli-tools.bb @@ -0,0 +1,38 @@ +SUMMARY = "Tools based on KDE Frameworks 5 to better interact with the system" +LICENSE = "GPLv2 & LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ +" + +inherit kde-plasma + +DEPENDS += " \ + qtsvg \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "",d)} \ + \ + kconfig \ + kiconthemes \ + ki18n \ + kcmutils \ + kdesu \ + kdelibs4support \ + kwindowsystem \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "fdd6ec4c00fe14409944dbe20572b0eb" +SRC_URI[sha256sum] = "b812932fdbb17c88326db33669a45fb8f719819e144205ac073d6037518e2353" + +# do not move so-libs to -dev package +FILES_SOLIBSDEV = "" + +FILES_${PN} += " \ + ${datadir}/kservices5 \ + ${libdir}/plugins \ + ${libdir}/libkdeinit5_kcmshell5.so \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/*/.debug \ +"