add lxde-icon-theme.

This commit is contained in:
uglyside
2025-06-14 11:33:07 +03:00
parent e2f748a53b
commit a4b994a707
2 changed files with 52 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/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, get
def setup():
autotools.configure("--prefix=/usr")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+36
View File
@@ -0,0 +1,36 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lxde-icon-theme</Name>
<Homepage>https://github.com/lxde/lxde-icon-theme</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<PartOf>desktop.lxde</PartOf>
<Summary>LXDE standard icon theme.</Summary>
<Description>LXDE standard icon theme.</Description>
<Archive sha1sum="c6a12cb2e3814e200e3c6265e20265821e02696d" type="tarxz">https://github.com/lxde/releases/raw/master/releases/lxde-icon-theme-0.5.2.tar.xz</Archive>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>lxde-icon-theme</Name>
<Files>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-06-14</Date>
<Version>0.5.2</Version>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>