diff --git a/desktop/kde/kde5-plasma/kde5-ksshaskpass/actions.py b/desktop/kde/kde5-plasma/kde5-ksshaskpass/actions.py new file mode 100644 index 0000000000..b7b74bc57e --- /dev/null +++ b/desktop/kde/kde5-plasma/kde5-ksshaskpass/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde5 +from pisi.actionsapi import pisitools + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("README", "COPYING", "ChangeLog") diff --git a/desktop/kde/kde5-plasma/kde5-ksshaskpass/files/ksshaskpass.sh b/desktop/kde/kde5-plasma/kde5-ksshaskpass/files/ksshaskpass.sh new file mode 100644 index 0000000000..ae0aaa9e68 --- /dev/null +++ b/desktop/kde/kde5-plasma/kde5-ksshaskpass/files/ksshaskpass.sh @@ -0,0 +1,2 @@ +test -f /usr/bin/ksshaskpass && export SSH_ASKPASS="/usr/bin/ksshaskpass" + diff --git a/desktop/kde/kde5-plasma/kde5-ksshaskpass/pspec.xml b/desktop/kde/kde5-plasma/kde5-ksshaskpass/pspec.xml new file mode 100755 index 0000000000..cf548a6f3b --- /dev/null +++ b/desktop/kde/kde5-plasma/kde5-ksshaskpass/pspec.xml @@ -0,0 +1,58 @@ + + + + + kde5-ksshaskpass + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + ssh-add helper that uses kwallet and kpassworddialog + ssh-add helper that uses kwallet and kpassworddialog + http://download.kde.org/stable/plasma/5.3.1/ksshaskpass-5.3.1.tar.xz + + qt5-base-devel + kde5-kdoctools + python3 + extra-cmake-modules + + + + + kde5-ksshaskpass + + qt5-base + kde5-kcoreaddons + kde5-kwidgetsaddons + kde5-ki18n + kde5-kwallet + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + ksshaskpass.sh + + + + + + 2015-06-18 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + +