From 88b97b3897c61d742a5dc09e1d5d5e08ad3172dd Mon Sep 17 00:00:00 2001 From: groni Date: Sun, 26 Jul 2015 13:05:50 +0200 Subject: [PATCH] qca-qt5 need as build dependency for okular --- desktop/kde/crypto/qca-qt5/actions.py | 24 ++++++++ desktop/kde/crypto/qca-qt5/pspec.xml | 66 +++++++++++++++++++++ desktop/kde/crypto/qca-qt5/translations.xml | 13 ++++ 3 files changed, 103 insertions(+) create mode 100644 desktop/kde/crypto/qca-qt5/actions.py create mode 100644 desktop/kde/crypto/qca-qt5/pspec.xml create mode 100644 desktop/kde/crypto/qca-qt5/translations.xml diff --git a/desktop/kde/crypto/qca-qt5/actions.py b/desktop/kde/crypto/qca-qt5/actions.py new file mode 100644 index 0000000000..3b112a3adf --- /dev/null +++ b/desktop/kde/crypto/qca-qt5/actions.py @@ -0,0 +1,24 @@ +#!/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 pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DBUILD_TESTS=OFF \ + -DQCA_SUFFIX=qt5 \ + -DQCA_INSTALL_IN_QT_PREFIX=ON") + +def build(): + cmaketools.make() + +def install(): + + cmaketools.install() + + pisitools.dodoc("README", "TODO", "COPYING") diff --git a/desktop/kde/crypto/qca-qt5/pspec.xml b/desktop/kde/crypto/qca-qt5/pspec.xml new file mode 100644 index 0000000000..049020549d --- /dev/null +++ b/desktop/kde/crypto/qca-qt5/pspec.xml @@ -0,0 +1,66 @@ + + + + + qca-qt5 + http://delta.affinix.com/qca/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + Cryptographic Architecture for QT5 + QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers. QCA-QT5 has been re-written for QT5. + http://download.kde.org/stable/qca-qt5/2.1.0.3/src/qca-qt5-2.1.0.3.tar.xz + + qt5-base-devel + doxygen + openssl-devel + libgcrypt-devel + cyrus-sasl-devel + + + + + qca-qt5 + + qt5-base + nss + libgcc + openssl + libgcrypt + cyrus-sasl + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share + + + + + qca-qt5-devel + Development files for qca-qt5 + + qca-qt5 + qt5-base-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + + 2015-07-265 + 2.1.3 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/crypto/qca-qt5/translations.xml b/desktop/kde/crypto/qca-qt5/translations.xml new file mode 100644 index 0000000000..3322233183 --- /dev/null +++ b/desktop/kde/crypto/qca-qt5/translations.xml @@ -0,0 +1,13 @@ + + + + qca2 + QT4 için Kriptografik Mimari + QCA Qt veri tiplerini kullanarak platform bağımsız bir kripto uygulama programlama arayüzü oluşturmayı amaçlar. + + + + qca2-devel + qca2 için geliştirme dosyaları + +