diff --git a/desktop/lxde/lxde-common/.pspec.xml.swp b/desktop/lxde/lxde-common/.pspec.xml.swp new file mode 100644 index 0000000000..9170c430e2 Binary files /dev/null and b/desktop/lxde/lxde-common/.pspec.xml.swp differ diff --git a/desktop/lxde/lxde-common/actions.py b/desktop/lxde/lxde-common/actions.py new file mode 100644 index 0000000000..d5f72214f9 --- /dev/null +++ b/desktop/lxde/lxde-common/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", "ChangeLog") + diff --git a/desktop/lxde/lxde-common/pspec.xml b/desktop/lxde/lxde-common/pspec.xml new file mode 100644 index 0000000000..5dcc331a6a --- /dev/null +++ b/desktop/lxde/lxde-common/pspec.xml @@ -0,0 +1,55 @@ + + + + + lxde-common + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-2 + data + desktop + LXDE Session default configuration files. + lxde-common provides LXDE Session default configuration files and nuoveXT2 iconset. + + mirrors://sourceforge/lxde/lxde-common-0.99.2.tar.xz + + + intltool + + + + + + + + lxde-common + + gtk3 + lxpanel + pcmanfm + openbox + lxsession + + + /etc + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + + 2022-04-14 + 0.99.2 + First build. + fury + uglyside@yandex.ru + + + +