icon theme for xfce.

This commit is contained in:
4fury-c3440d8
2021-10-13 18:22:31 +03:00
parent 98b40d78db
commit 563b5ecf84
2 changed files with 66 additions and 0 deletions
@@ -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")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>icon-theme-elementary-xfce</Name>
<Homepage>https://github.com/shimmerproject/elementary-xfce</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPL-2</License>
<IsA>data</IsA>
<PartOf>desktop.lookandfeel</PartOf>
<Summary>Elementary Look for XFCE.</Summary>
<Description>Elementary icons forked from upstream, extended and maintained for Xfce.</Description>
<Archive sha1sum="e202bca3a2441bd15af5aa8d6ac54610b221f328" type="targz">
https://github.com/shimmerproject/elementary-xfce/archive/v0.15.2.tar.gz
</Archive>
<BuildDependencies>
<Dependency>librsvg</Dependency>
<Dependency>optipng</Dependency>
<Dependency>inkscape</Dependency>
<Dependency>gtk3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>icon-theme-elementary-xfce</Name>
<Files>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-10-13</Date>
<Version>0.15.2</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>