diff --git a/desktop/lxqt/lxmenu-data/actions.py b/desktop/lxqt/lxmenu-data/actions.py new file mode 100644 index 0000000000..3295303263 --- /dev/null +++ b/desktop/lxqt/lxmenu-data/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 get +from pisi.actionsapi import pisitools +from pisi.actionsapi import autotools +from pisi.actionsapi import libtools +from pisi.actionsapi import shelltools + +def setup(): + libtools.libtoolize("-fc") + pisitools.dosed("configure.ac", "AM_GLIB", deleteLine=True) + #autotools.aclocal() + shelltools.system("./autogen.sh") + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("AUTHORS", "COPYING", "README") diff --git a/desktop/lxqt/lxmenu-data/pspec.xml b/desktop/lxqt/lxmenu-data/pspec.xml new file mode 100644 index 0000000000..b374d1240f --- /dev/null +++ b/desktop/lxqt/lxmenu-data/pspec.xml @@ -0,0 +1,38 @@ + + + + lxmenu-data + http://www.lxde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + data + lxqt + freedesktop.org application menu definition files + lxqt-menu-data is freedesktop.org application menu definition files + https://github.com/lxde/lxmenu-data/archive/0.1.5.tar.gz + + intltool + perl-Locale-gettext + + + + lxmenu-data + + /etc + /usr/share/desktop-directories + /usr/share/doc/ + + + + + 2018-04-23 + 0.1.5 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/lxmenu-data/translations.xml b/desktop/lxqt/lxmenu-data/translations.xml new file mode 100644 index 0000000000..a48ac64e28 --- /dev/null +++ b/desktop/lxqt/lxmenu-data/translations.xml @@ -0,0 +1,7 @@ + + + lxqt-menu-data + freedesktop.org uygulama menüsü tanım dosyaları + lxqt-menu-data, freedesktop.org uygulama menüsü için tanım dosyaları içerir. + +