From 563b5ecf84b371945fa469408d31dcbc0754686e Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 13 Oct 2021 18:22:31 +0300 Subject: [PATCH] icon theme for xfce. --- .../icon-theme-elementary-xfce/actions.py | 21 +++++++++ .../icon-theme-elementary-xfce/pspec.xml | 45 +++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 desktop/lookandfeel/icon-theme-elementary-xfce/actions.py create mode 100644 desktop/lookandfeel/icon-theme-elementary-xfce/pspec.xml diff --git a/desktop/lookandfeel/icon-theme-elementary-xfce/actions.py b/desktop/lookandfeel/icon-theme-elementary-xfce/actions.py new file mode 100644 index 0000000000..cffff3c5de --- /dev/null +++ b/desktop/lookandfeel/icon-theme-elementary-xfce/actions.py @@ -0,0 +1,21 @@ +#!/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.rawConfigure("--prefix=/usr") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "LICENSE") + diff --git a/desktop/lookandfeel/icon-theme-elementary-xfce/pspec.xml b/desktop/lookandfeel/icon-theme-elementary-xfce/pspec.xml new file mode 100644 index 0000000000..5dd1452ef4 --- /dev/null +++ b/desktop/lookandfeel/icon-theme-elementary-xfce/pspec.xml @@ -0,0 +1,45 @@ + + + + + icon-theme-elementary-xfce + https://github.com/shimmerproject/elementary-xfce + + PisiLinux Community + admins@pisilinux.org + + GPL-2 + data + desktop.lookandfeel + Elementary Look for XFCE. + Elementary icons forked from upstream, extended and maintained for Xfce. + + https://github.com/shimmerproject/elementary-xfce/archive/v0.15.2.tar.gz + + + librsvg + optipng + inkscape + gtk3-devel + + + + + icon-theme-elementary-xfce + + /usr/share/icons + /usr/share/doc + + + + + + 2021-10-13 + 0.15.2 + First build. + fury + uglyside@yandex.ru + + + +