From 038fdc22cd867dcf25cda72a9fa82bf896f40684 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 26 Apr 2018 01:18:24 +0300 Subject: [PATCH] openssh-askpass --- desktop/lxqt/lxqt-openssh-askpass/actions.py | 26 ++++++++++ desktop/lxqt/lxqt-openssh-askpass/pspec.xml | 48 +++++++++++++++++++ .../lxqt-openssh-askpass/translations.xml | 7 +++ 3 files changed, 81 insertions(+) create mode 100644 desktop/lxqt/lxqt-openssh-askpass/actions.py create mode 100644 desktop/lxqt/lxqt-openssh-askpass/pspec.xml create mode 100644 desktop/lxqt/lxqt-openssh-askpass/translations.xml diff --git a/desktop/lxqt/lxqt-openssh-askpass/actions.py b/desktop/lxqt/lxqt-openssh-askpass/actions.py new file mode 100644 index 0000000000..b699840b80 --- /dev/null +++ b/desktop/lxqt/lxqt-openssh-askpass/actions.py @@ -0,0 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import cmaketools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools + + +def setup(): + shelltools.makedirs("build") + shelltools.cd("build") + cmaketools.configure("-DCMAKE_BUILD_TYPE=release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib\ + -DPULL_TRANSLATIONS=no", sourceDir="..") + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/desktop/lxqt/lxqt-openssh-askpass/pspec.xml b/desktop/lxqt/lxqt-openssh-askpass/pspec.xml new file mode 100644 index 0000000000..fa1db14a25 --- /dev/null +++ b/desktop/lxqt/lxqt-openssh-askpass/pspec.xml @@ -0,0 +1,48 @@ + + + + lxqt-openssh-askpass + https://github.com/lxde + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app + lxqt + LXQt openssh password prompt + LXQt openssh password prompt + https://github.com/lxde/lxqt-openssh-askpass/releases/download/0.12.0/lxqt-openssh-askpass-0.12.0.tar.xz + + cmake + kwindowsystem-devel + libqtxdg-devel + liblxqt-devel + lxqt-config + qt5-base-devel + qt5-linguist + lxqt-build-tools + + + + lxqt-openssh-askpass + + libgcc + liblxqt + qt5-base + + + /usr/bin + /usr/share + + + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/lxqt-openssh-askpass/translations.xml b/desktop/lxqt/lxqt-openssh-askpass/translations.xml new file mode 100644 index 0000000000..1178518568 --- /dev/null +++ b/desktop/lxqt/lxqt-openssh-askpass/translations.xml @@ -0,0 +1,7 @@ + + + lxqt-openssh-askpass + LXQt parola uygulaması + LXQt parola uygulaması + +