From e8893bc64ca6079a3cbc76953a6ab4f19f5b13b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 4 Feb 2015 17:01:52 +0100 Subject: [PATCH] add ksshaskpass 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/ksshaskpass/ksshaskpass.bb | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb 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"