diff --git a/desktop/lxqt/qlipper/actions.py b/desktop/lxqt/qlipper/actions.py new file mode 100644 index 0000000000..575cef1d29 --- /dev/null +++ b/desktop/lxqt/qlipper/actions.py @@ -0,0 +1,25 @@ +#!/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 \ + -DPULL_TRANSLATIONS=no \ + -DCMAKE_BUILD_TYPE=Release ", sourceDir="..") +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + shelltools.cd("..") + pisitools.dodoc("COPYING") diff --git a/desktop/lxqt/qlipper/files/qlipper_tr.qm b/desktop/lxqt/qlipper/files/qlipper_tr.qm new file mode 100755 index 0000000000..dc3327cd34 Binary files /dev/null and b/desktop/lxqt/qlipper/files/qlipper_tr.qm differ diff --git a/desktop/lxqt/qlipper/pspec.xml b/desktop/lxqt/qlipper/pspec.xml new file mode 100644 index 0000000000..10e0cedddd --- /dev/null +++ b/desktop/lxqt/qlipper/pspec.xml @@ -0,0 +1,48 @@ + + + + qlipper + https://github.com/pvanek/qlipper + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2+ + qlipper + apps + qlipper + Lightweight and cross-platform clipboard history applet. + Lightweight and cross-platform clipboard history applet. + https://github.com/pvanek/qlipper/archive/5.0.0.tar.gz + + cmake + qt5-base-devel + qt5-linguist + + + + + + + qlipper + + libX11 + libgcc + qt5-base + + + /usr/bin + /usr/lib + /usr/share + + + + + 2018-04-23 + 5.0.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/qlipper/translations.xml b/desktop/lxqt/qlipper/translations.xml new file mode 100644 index 0000000000..2cb6fde5b7 --- /dev/null +++ b/desktop/lxqt/qlipper/translations.xml @@ -0,0 +1,7 @@ + + + qlipper + Hafif, çapraz platform bir pano uygulaması + Hafif, çapraz platform bir pano uygulaması + +