From f9f8534fe90deebcd611d0351f20a3e6aee66917 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 16 Apr 2022 02:44:52 +0300 Subject: [PATCH] LXDE: lxappearance-0.6.3 --- desktop/lxde/lxappearance/actions.py | 19 ++++++++ desktop/lxde/lxappearance/pspec.xml | 70 ++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 desktop/lxde/lxappearance/actions.py create mode 100644 desktop/lxde/lxappearance/pspec.xml diff --git a/desktop/lxde/lxappearance/actions.py b/desktop/lxde/lxappearance/actions.py new file mode 100644 index 0000000000..1ef8b1f1ff --- /dev/null +++ b/desktop/lxde/lxappearance/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-dbus --enable-gtk3") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS") + diff --git a/desktop/lxde/lxappearance/pspec.xml b/desktop/lxde/lxappearance/pspec.xml new file mode 100644 index 0000000000..b4704037bc --- /dev/null +++ b/desktop/lxde/lxappearance/pspec.xml @@ -0,0 +1,70 @@ + + + + + lxappearance + http://wiki.lxde.org/en/LXAppearance + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + desktop.lxde + A new feature-rich GTK+ theme switcher. + LXAppearance is a new GTK+ theme switcher developed for project LXDE. + + mirrors://sourceforge/lxde/lxappearance-0.6.3.tar.xz + + + intltool + dbus-devel + gtk3-devel + libX11-devel + dbus-glib-devel + gdk-pixbuf-devel + + + + + lxappearance + + dbus + gtk3 + glib2 + libX11 + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + lxappearance-devel + + gtk3-devel + lxappearance + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2022-04-14 + 0.6.3 + First build. + fury + uglyside@yandex.ru + + + +