diff --git a/desktop/lxqt/lxqt-about/actions.py b/desktop/lxqt/lxqt-about/actions.py new file mode 100644 index 0000000000..ff259d2d2c --- /dev/null +++ b/desktop/lxqt/lxqt-about/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", sourceDir="..") + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + shelltools.cd("..") + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/desktop/lxqt/lxqt-about/pspec.xml b/desktop/lxqt/lxqt-about/pspec.xml new file mode 100644 index 0000000000..095861dbe5 --- /dev/null +++ b/desktop/lxqt/lxqt-about/pspec.xml @@ -0,0 +1,50 @@ + + + + lxqt-about + http://www.lxde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + lxqt + app:gui + LXQt about dialog. + About dialog of LXDE-Qt + https://github.com/lxde/lxqt-about/releases/download/0.12.0/lxqt-about-0.12.0.tar.xz + + cmake + kwindowsystem-devel + libgcc + liblxqt-devel + qt5-linguist + libqtxdg-devel + lxqt-build-tools + + + + lxqt-about + + /usr/bin + /usr/share/applications + /usr/share/lxqt/translations + /usr/share/doc + + + libgcc + liblxqt + libqtxdg + qt5-base + + + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/lxqt-about/translations.xml b/desktop/lxqt/lxqt-about/translations.xml new file mode 100644 index 0000000000..eb57a2cb9d --- /dev/null +++ b/desktop/lxqt/lxqt-about/translations.xml @@ -0,0 +1,7 @@ + + + lxqt-about + LXQt hakkında bilgi. + LXDE-Qt hakkında bilgi içerir. + +