From 282b357746a5e47f0067579567004f53d3817384 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 26 Apr 2018 01:44:07 +0300 Subject: [PATCH] lxqt-wallet --- desktop/lxqt/lxqt-wallet/actions.py | 31 +++++++++++ desktop/lxqt/lxqt-wallet/pspec.xml | 68 +++++++++++++++++++++++ desktop/lxqt/lxqt-wallet/translations.xml | 8 +++ 3 files changed, 107 insertions(+) create mode 100644 desktop/lxqt/lxqt-wallet/actions.py create mode 100644 desktop/lxqt/lxqt-wallet/pspec.xml create mode 100644 desktop/lxqt/lxqt-wallet/translations.xml diff --git a/desktop/lxqt/lxqt-wallet/actions.py b/desktop/lxqt/lxqt-wallet/actions.py new file mode 100644 index 0000000000..190105205b --- /dev/null +++ b/desktop/lxqt/lxqt-wallet/actions.py @@ -0,0 +1,31 @@ +#!/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_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib\ + -DCMAKE_BUILD_TYPE=Release \ + -DNOSECRETSUPPORT=false \ + -DQT5=true \ + -DBUILD_SHARED=true \ + -DNOKDESUPPORT=false", sourceDir="..") +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + shelltools.cd("..") + pisitools.dodoc("LICENSE") + + diff --git a/desktop/lxqt/lxqt-wallet/pspec.xml b/desktop/lxqt/lxqt-wallet/pspec.xml new file mode 100644 index 0000000000..fef545ba8d --- /dev/null +++ b/desktop/lxqt/lxqt-wallet/pspec.xml @@ -0,0 +1,68 @@ + + + + + + lxqt-wallet + https://github.com/mhogomchungu/lxqt_wallet + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + desktop.toolkit + LGPLv2.1-linking-exception + app:gui + lxqt + Qt-based wallet manager + Qt-based wallet manager + https://github.com/mhogomchungu/lxqt_wallet/archive/3.1.0.tar.gz + + cmake + qt5-base-devel + qt5-linguist + libsecret-devel + libgcrypt-devel + kwallet-devel + knotifications-devel + + + + + lxqt-wallet + + libgcc + libgcrypt + kwallet + libsecret + qt5-base + + + /usr/lib/liblxqt-wallet.* + /usr/share/doc + /usr/bin + /usr/share/lxqt/translations + + + + + lxqt-wallet-devel + + qt5-base-devel + lxqt-wallet + + + /usr/include/lxqt + /usr/lib/pkgconfig/lxqt-wallet.pc + + + + + + 2018-04-23 + 3.1.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/lxqt-wallet/translations.xml b/desktop/lxqt/lxqt-wallet/translations.xml new file mode 100644 index 0000000000..7bf873b6c0 --- /dev/null +++ b/desktop/lxqt/lxqt-wallet/translations.xml @@ -0,0 +1,8 @@ + + + + lxqt-wallet + Qt tabanlı cüzdan yöneticisi + Qt tabanlı cüzdan yöneticisi + +