From 950327ebc943f169c34aab02fd2485b19e086caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 4 Feb 2015 11:35:15 +0100 Subject: [PATCH] add kde-cli-tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/packagegroups/kde-world.bb | 1 + .../untier/kde-cli-tools/kde-cli-tools.bb | 38 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 recipes-kde/plasma/untier/kde-cli-tools/kde-cli-tools.bb 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 \ +"