From fd8763df055a021f04b2718b23d5ce3804dd0fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 4 Feb 2015 17:43:51 +0100 Subject: [PATCH] add kwrited 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 + recipes-kde/plasma/untier/kwrited/kwrited.bb | 23 ++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 recipes-kde/plasma/untier/kwrited/kwrited.bb diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index ddccbc36..20c1181a 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -84,6 +84,7 @@ RDEPENDS_${PN} = " \ kscreen \ ksshaskpass \ ksysguard \ + kwrited \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/kwrited/kwrited.bb b/recipes-kde/plasma/untier/kwrited/kwrited.bb new file mode 100644 index 00000000..95d9dd10 --- /dev/null +++ b/recipes-kde/plasma/untier/kwrited/kwrited.bb @@ -0,0 +1,23 @@ +SUMMARY = "KWRITED" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ +" + +inherit kde-plasma + +DEPENDS += " \ + kcoreaddons \ + ki18n \ + kpty \ + knotifications \ + kdbusaddons \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "d7b9ed7c9cb9ef517114c19df30bca4c" +SRC_URI[sha256sum] = "eb4b36d0f82bc6668ccee349ff70cf2743635a43efa68809c55338530fade165" + +FILES_${PN} += " \ + ${datadir}/knotifications5 \ +"