new package icon-theme-kora
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
WorkDir = "."
|
||||||
|
|
||||||
|
from pisi.actionsapi import pisitools, shelltools, get
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pisitools.insinto("/usr/share/icons/kora", "kora-icons-0.1/*")
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>icon-theme-kora</Name>
|
||||||
|
<Homepage>https://github.com/bikass/kora</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Erkan IŞIK</Name>
|
||||||
|
<Email>erkanisik@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv3</License>
|
||||||
|
<IsA>data</IsA>
|
||||||
|
<Summary xml:lang="tr">Kora, GNU/Linux işletim sistemleri için bir SVG ikon temasıdır.</Summary>
|
||||||
|
<Description xml:lang="tr">Kora, GNU/Linux işletim sistemleri için bir SVG ikon temasıdır.</Description>
|
||||||
|
<Summary xml:lang="en">Kora is an SVG icon theme for GNU/Linux operating systems.</Summary>
|
||||||
|
<Description xml:lang="en">Kora is an SVG icon theme for GNU/Linux operating systems.</Description>
|
||||||
|
<Archive sha1sum="3fdb58d8532d960b7fb3a4915d604c02ad5f47ba" type="targz">
|
||||||
|
https://github.com/erkanisik1/kora-icons/archive/refs/tags/v0.1.tar.gz
|
||||||
|
</Archive>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>icon-theme-kora</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2025-04-29</Date>
|
||||||
|
<Version>0.1</Version>
|
||||||
|
<Comment>First Release.</Comment>
|
||||||
|
<Name>Erkan IŞIK</Name>
|
||||||
|
<Email>erkanisik@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>icon-theme-kora</Name>
|
||||||
|
<Summary xml:lang="tr">Kora, GNU/Linux işletim sistemleri için bir SVG ikon temasıdır.</Summary>
|
||||||
|
<Description xml:lang="tr">Kora, GNU/Linux işletim sistemleri için bir SVG ikon temasıdır.</Description>
|
||||||
|
<Summary xml:lang="en">Kora is an SVG icon theme for GNU/Linux operating systems.</Summary>
|
||||||
|
<Description xml:lang="en">Kora is an SVG icon theme for GNU/Linux operating systems.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user