diff --git a/desktop/lxde/lxappearance-obconf/actions.py b/desktop/lxde/lxappearance-obconf/actions.py new file mode 100644 index 0000000000..b36d7173df --- /dev/null +++ b/desktop/lxde/lxappearance-obconf/actions.py @@ -0,0 +1,20 @@ +#!/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 +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--enable-gtk3 --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/desktop/lxde/lxappearance-obconf/pspec.xml b/desktop/lxde/lxappearance-obconf/pspec.xml new file mode 100644 index 0000000000..4c11c061d3 --- /dev/null +++ b/desktop/lxde/lxappearance-obconf/pspec.xml @@ -0,0 +1,53 @@ + + + + + lxappearance-obconf + https://github.com/lxde/lxappearance-obconf + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + lxappearance-obconf + app:gui + desktop.lxde + Lxappearance obconf plugin. + A plugin for lxappearance to modify openbox themes. + https://github.com/lxde/releases/raw/master/releases/lxappearance-obconf-0.2.4.tar.xz + + intltool + gtk3-devel + openbox-devel + lxappearance-devel + gdk-pixbuf-xlib-devel + + + + + + + + lxappearance-obconf + + gtk3 + openbox + lxappearance + gdk-pixbuf-xlib + + + /usr/lib + /usr/share + + + + + + 2025-07-06 + 0.2.4 + First release. + Kamil Atlı + suvari@pisilinux.org + + +