add icon-theme-numix-light
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/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 = "recipe"
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/icons", "Numix-Light")
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>icon-theme-numix-light</Name>
|
||||
<Homepage>https://numixproject.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Circle is an icon theme for Linux from the Numix project</Summary>
|
||||
<Description>Circle is an icon theme for Linux from the Numix project</Description>
|
||||
<Archive sha1sum="9ce02c24b236cb1d61d51423611a1edb45e0c195" type="tarxz">https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+824~201608071940~ubuntu16.10.1.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>icon-theme-numix-light</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons/Numix-Light</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-01</Date>
|
||||
<Version>16.09.07</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user