diff --git a/desktop/lxde/lxrandr/actions.py b/desktop/lxde/lxrandr/actions.py new file mode 100644 index 0000000000..bbc11db2d1 --- /dev/null +++ b/desktop/lxde/lxrandr/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", "COPYING") + diff --git a/desktop/lxde/lxrandr/pspec.xml b/desktop/lxde/lxrandr/pspec.xml new file mode 100644 index 0000000000..6d60aac1fd --- /dev/null +++ b/desktop/lxde/lxrandr/pspec.xml @@ -0,0 +1,51 @@ + + + + + lxrandr + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + desktop.lxde + LXDE GUI interface to RandR extention. + lxrandr is a LXDE GUI interface to RandR extention. + + mirrors://sourceforge/lxde/lxrandr-0.3.2.tar.xz + + + intltool + gtk3-devel + libXrandr-devel + + + + + lxrandr + + gtk3 + glib2 + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + + 2022-04-14 + 0.3.2 + First build. + fury + uglyside@yandex.ru + + + +