diff --git a/desktop/lxde/lxinput/actions.py b/desktop/lxde/lxinput/actions.py new file mode 100644 index 0000000000..dc08685d33 --- /dev/null +++ b/desktop/lxde/lxinput/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("--enable-gtk3") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "README", "COPYING", "ChangeLog", "NEWS") + diff --git a/desktop/lxde/lxinput/pspec.xml b/desktop/lxde/lxinput/pspec.xml new file mode 100644 index 0000000000..7b4ab2cf72 --- /dev/null +++ b/desktop/lxde/lxinput/pspec.xml @@ -0,0 +1,52 @@ + + + + + lxinput + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + desktop.lxde + LXDE keyboard and mouse configuration tool. + lxinput is tool for LXDE keyboard and mouse configuration. + + mirrors://sourceforge/lxde/lxinput-0.3.5.tar.xz + + + intltool + gtk3-devel + libX11-devel + + + + + lxinput + + gtk3 + glib2 + libX11 + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + + 2022-04-14 + 0.3.5 + First build. + fury + uglyside@yandex.ru + + + +