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 + + + +