diff --git a/desktop/kde/application/kleopatra/actions.py b/desktop/kde/application/kleopatra/actions.py new file mode 100644 index 0000000000..2b45e5696c --- /dev/null +++ b/desktop/kde/application/kleopatra/actions.py @@ -0,0 +1,18 @@ +#!/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 kde5 +from pisi.actionsapi import pisitools + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + +# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "README") \ No newline at end of file diff --git a/desktop/kde/application/kleopatra/pspec.xml b/desktop/kde/application/kleopatra/pspec.xml new file mode 100644 index 0000000000..b588cb3f75 --- /dev/null +++ b/desktop/kde/application/kleopatra/pspec.xml @@ -0,0 +1,74 @@ + + + kleopatra + https://www.kde.org/applications/utilities/kleopatra/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + FDL-1.1 + LGPLv2 + app:gui + Certificate Manager and Unified Crypto GUI + Kleopatra is a certificate manager and a universal crypto GUI. It supports managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving certificates from LDAP servers. + http://download.kde.org/stable/applications/16.04.0/src/kleopatra-16.04.0.tar.xz + + extra-cmake-modules + qt5-base-devel + kcodecs-devel + kdbusaddons-devel + kcmutils-devel + libkleo-devel + kdoctools-devel + gpgmepp-devel + kmime-devel + libassuan-devel + gpgme-devel + + + + + kleopatra + Certificate Manager and Unified Crypto GUI + + gpgme + ki18n + kmime + libgcc + gpgmepp + kconfig + kxmlgui + libkleo + kcmutils + qt5-base + libassuan + kcoreaddons + kdbusaddons + kiconthemes + ktextwidgets + libgpg-error + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/bin + /etc + /usr/lib + /usr/share + /usr/share/doc + + + + + + 2016-06-09 + 16.04.0 + Firs release + Alihan Öztürk + alihan@pisilinux.org + + +