update
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", "milky")
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
|
||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>icon-theme-milky</Name>
|
||||||
|
<Homepage>https://pisilinux.org</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Pisi Gnu/Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv3</License>
|
||||||
|
<IsA>data</IsA>
|
||||||
|
<Summary>Icon theme designed for pisilinux GTK theme</Summary>
|
||||||
|
<Description>Icon theme designed for pisilinux GTK theme</Description>
|
||||||
|
<Archive sha1sum="2a40a5d8f20c3934b927f0fd0dd42d67599437fc" type="tarbz2">https://source.pisilinux.org/1.0/milky-2.0.tar.bz2</Archive>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>icon-theme-milky</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2019-08-01</Date>
|
||||||
|
<Version>1.0</Version>
|
||||||
|
<Comment>First Release</Comment>
|
||||||
|
<Name>Pisi Gnu/Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>icon-theme-faenza</Name>
|
||||||
|
<Summary xml:lang="tr">Icon theme designed for Equinox GTK theme</Summary>
|
||||||
|
<Description xml:lang="tr">Icon theme designed for Equinox GTK theme</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user