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 \ +"