diff --git a/recipes-kde/packagegroups/kde-world.bb b/recipes-kde/packagegroups/kde-world.bb index 35ebd11f..250eb7ae 100644 --- a/recipes-kde/packagegroups/kde-world.bb +++ b/recipes-kde/packagegroups/kde-world.bb @@ -82,6 +82,7 @@ RDEPENDS_${PN} = " \ kio-extras \ kmenuedit \ kscreen \ + ksshaskpass \ \ kwayland \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \ diff --git a/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb b/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb new file mode 100644 index 00000000..69bec036 --- /dev/null +++ b/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb @@ -0,0 +1,23 @@ +SUMMARY = "ssh-add helper that uses kwallet and kpassworddialog" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ +" + +inherit kde-plasma + +DEPENDS += " \ + kcoreaddons \ + ki18n \ + kwallet \ + kwidgetsaddons \ +" + +# REVISIT optionals +DEPENDS += " \ + kdoctools \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "1a95a3e40ad05ea977c836df109fd7ca" +SRC_URI[sha256sum] = "7b2597fa8b5fa0a0ec08e006646a11dcdaa84cce0beca6dcef8d75fec2a2b29f"