diff --git a/desktop/lxde/lxde-common/.pspec.xml.swp b/desktop/lxde/lxde-common/.pspec.xml.swp deleted file mode 100644 index 9170c430e2..0000000000 Binary files a/desktop/lxde/lxde-common/.pspec.xml.swp and /dev/null differ diff --git a/desktop/lxde/lxmenu-data/actions.py b/desktop/lxde/lxmenu-data/actions.py new file mode 100644 index 0000000000..33de9ca55f --- /dev/null +++ b/desktop/lxde/lxmenu-data/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools, pisitools, get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "README") + diff --git a/desktop/lxde/lxmenu-data/pspec.xml b/desktop/lxde/lxmenu-data/pspec.xml new file mode 100644 index 0000000000..9253eecbc1 --- /dev/null +++ b/desktop/lxde/lxmenu-data/pspec.xml @@ -0,0 +1,43 @@ + + + + + lxmenu-data + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + LGPL-2.1 + data + desktop.lxde + Menu data files for LXDE. + lxmenu-data provides files needed for LXDE application menus. + + mirrors://sourceforge/lxde/lxmenu-data-0.1.5.tar.xz + + + intltool + + + + + lxmenu-data + + /etc + /usr/share/desktop-directories + /usr/share/doc + + + + + + 2022-04-14 + 0.1.5 + First build. + fury + uglyside@yandex.ru + + + +