From b066e9d14b26a22c68306b5ffb2977667e198f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 4 Feb 2015 17:20:02 +0100 Subject: [PATCH] add ksysguard 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 + .../plasma/untier/ksysguard/ksysguard.bb | 40 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 recipes-kde/plasma/untier/ksysguard/ksysguard.bb diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index 250eb7ae..ddccbc36 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -83,6 +83,7 @@ RDEPENDS_${PN} = " \ kmenuedit \ kscreen \ ksshaskpass \ + ksysguard \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/ksysguard/ksysguard.bb b/recipes-kde/plasma/untier/ksysguard/ksysguard.bb new file mode 100644 index 00000000..ac8bf33f --- /dev/null +++ b/recipes-kde/plasma/untier/ksysguard/ksysguard.bb @@ -0,0 +1,40 @@ +SUMMARY = "KSYSGUARD" +LICENSE = "GPLv2 & GFDL-1.2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ + file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \ +" + +inherit kde-plasma + +DEPENDS += " \ + kcoreaddons \ + ki18n \ + kitemviews \ + knewstuff \ + kconfig \ + kiconthemes \ + kdelibs4support \ + libksysguard \ +" + +# REVISIT optionals +DEPENDS += " \ + lmsensors \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "f3ee0ba2998d7f9b730dbb07bc76aa72" +SRC_URI[sha256sum] = "a14eb280fc6dad54962db3a71e93c25b73f31e289e29e960ce4fbffee700a14d" + +# do not move so-libs to -dev package +FILES_SOLIBSDEV = "" + +FILES_${PN} += " \ + ${datadir}/k*5 \ + ${datadir}/icons \ + ${libdir}/libkdeinit5_ksysguard.so \ +" + +FILES_${PN}-dbg += " \ +"