diff --git a/desktop/lxqt/lxqt-qtplugin/actions.py b/desktop/lxqt/lxqt-qtplugin/actions.py new file mode 100644 index 0000000000..db18f2b17c --- /dev/null +++ b/desktop/lxqt/lxqt-qtplugin/actions.py @@ -0,0 +1,27 @@ +#!/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 \ + -DUSE_QT5=ON", sourceDir="..") + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + shelltools.cd("..") + pisitools.dodoc("AUTHORS") diff --git a/desktop/lxqt/lxqt-qtplugin/pspec.xml b/desktop/lxqt/lxqt-qtplugin/pspec.xml new file mode 100644 index 0000000000..a1eba1ae86 --- /dev/null +++ b/desktop/lxqt/lxqt-qtplugin/pspec.xml @@ -0,0 +1,53 @@ + + + + lxqt-qtplugin + http://www.lxde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app + lxqt + LXQt platform integration for Qt + LXDE-Qt platform integration plugin for Qt + https://github.com/lxde/lxqt-qtplugin/releases/download/0.12.0/lxqt-qtplugin-0.12.0.tar.xz + + cmake + kwindowsystem-devel + libdbusmenu-qt-devel + libgcc + liblxqt-devel + libqtxdg-devel + qt5-base-devel + qt5-linguist + lxqt-build-tools + libfm-qt-devel + menu-cache-devel + libexif-devel + + + + lxqt-qtplugin + + libgcc + qt5-base + libdbusmenu-qt + libqtxdg + + + /usr/lib + /usr/share + + + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/lxqt-qtplugin/translations.xml b/desktop/lxqt/lxqt-qtplugin/translations.xml new file mode 100644 index 0000000000..1e972ccf60 --- /dev/null +++ b/desktop/lxqt/lxqt-qtplugin/translations.xml @@ -0,0 +1,7 @@ + + + lxqt-qtplugin + Qt için LXQt platform entegrasyonu. + Qt için LXDE-Qt platform entegrasyon eklentisi. + +