From 58d8884e5d0d99407c2c5dd3adb42a0c2833ecc6 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 26 Apr 2018 01:34:30 +0300 Subject: [PATCH] lxqt-appearance --- desktop/lxqt/lxqt-appearance/actions.py | 26 ++++++++ desktop/lxqt/lxqt-appearance/pspec.xml | 62 +++++++++++++++++++ desktop/lxqt/lxqt-appearance/translations.xml | 7 +++ 3 files changed, 95 insertions(+) create mode 100644 desktop/lxqt/lxqt-appearance/actions.py create mode 100644 desktop/lxqt/lxqt-appearance/pspec.xml create mode 100644 desktop/lxqt/lxqt-appearance/translations.xml diff --git a/desktop/lxqt/lxqt-appearance/actions.py b/desktop/lxqt/lxqt-appearance/actions.py new file mode 100644 index 0000000000..7837596cda --- /dev/null +++ b/desktop/lxqt/lxqt-appearance/actions.py @@ -0,0 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + + +from pisi.actionsapi import shelltools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import autotools + +def setup(): + pisitools.dosed("data/lxappearance.desktop", "GTK;Settings;DesktopSettings;X-LXDE-Settings;", "Settings;DesktopSettings;Qt;LXQt;") + pisitools.dosed("data/lxappearance.desktop", "Görünümü Özelleştir", "GTK tema ayarları") + autotools.configure("--prefix=/usr \ + --sysconfdir=/etc \ + --disable-static \ + --enable-dbus \ + --enable-gtk3") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/desktop/lxqt/lxqt-appearance/pspec.xml b/desktop/lxqt/lxqt-appearance/pspec.xml new file mode 100644 index 0000000000..b525d15f7a --- /dev/null +++ b/desktop/lxqt/lxqt-appearance/pspec.xml @@ -0,0 +1,62 @@ + + + + lxqt-appearance + http://lxde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + lxqt + app + Feature-rich GTK+ theme switcher of the LXQT Desktop + Feature-rich GTK+ theme switcher of the LXQT Desktop + http://downloads.sourceforge.net/lxde/lxappearance-0.6.3.tar.xz + + gtk3-devel + dbus-glib-devel + intltool + + + + lxqt-appearance + + dbus + gtk3 + glib2 + libX11 + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/lib + + + + + lxqt-appearance-devel + Development files for lxqt-appearance + + lxqt-appearance + gtk3-devel + glib2-devel + + + + /usr/lib/pkgconfig + /usr/include + + + + + + 2018-04-23 + 0.6.3 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/lxqt-appearance/translations.xml b/desktop/lxqt/lxqt-appearance/translations.xml new file mode 100644 index 0000000000..e3ad648762 --- /dev/null +++ b/desktop/lxqt/lxqt-appearance/translations.xml @@ -0,0 +1,7 @@ + + + lxqt-appearance + LXQT için gtk3 tema yapılandırıcı + LXQT için gtk3 tema yapılandırıcı + +