icon-theme-elementary-xfce-v0.22

This commit is contained in:
4fury-c3440d8
2026-02-16 10:43:43 +04:00
parent 4bd005865f
commit be48174fad
2 changed files with 54 additions and 51 deletions
@@ -9,13 +9,12 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.rawConfigure("--prefix=/usr")
autotools.rawConfigure("--prefix=/usr")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "LICENSE")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "CONTRIBUTORS", "LICENSE")
@@ -1,52 +1,56 @@
<?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="2d6539c14d58ca3c3c0617a3db341e2389cbdcb9" type="targz">
https://github.com/shimmerproject/elementary-xfce/archive/refs/tags/v0.17.tar.gz
</Archive>
<BuildDependencies>
<Dependency>librsvg</Dependency>
<Dependency>optipng</Dependency>
<Dependency>inkscape</Dependency>
<Dependency>gtk3-devel</Dependency>
</BuildDependencies>
</Source>
<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="ba61b4e0e54c2016e541677934aeadafb8fd7bbe" type="targz">https://github.com/shimmerproject/elementary-xfce/archive/v0.22/elementary-xfce-v0.22.tar.gz</Archive>
<BuildDependencies>
<Dependency>librsvg</Dependency>
<Dependency>optipng</Dependency>
<Dependency>inkscape</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gdk-pixbuf-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>
<Package>
<Name>icon-theme-elementary-xfce</Name>
<Files>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2022-08-20</Date>
<Version>0.17</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<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>
<History>
<Update release="3">
<Date>2026-02-15</Date>
<Version>0.22</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2022-08-20</Date>
<Version>0.17</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<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>