noto-fonts: new package

This commit is contained in:
namso-01
2016-02-13 10:19:17 +02:00
parent 2de06995b8
commit 848829c1e9
3 changed files with 66 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/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
from pisi.actionsapi import pisitools
def install():
pisitools.insinto("/usr/share/fonts/noto", "*.ttc")
pisitools.dodoc("LICENSE")
+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>noto-fonts-cjk</Name>
<Homepage>http://www.google.com/get/noto</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>CUSTOM:SIL</License>
<IsA>data:font</IsA>
<Summary>Google Noto CJK fonts</Summary>
<Description>noto-fonts-cjk, Google Noto CJK fonts.</Description>
<Archive sha1sum="820135a6e5404b228fad596325ed2efb7066eded" type="targz">https://github.com/googlei18n/noto-cjk/archive/v1.004.tar.gz</Archive>
</Source>
<Package>
<Name>noto-fonts-cjk</Name>
<Summary>noto-fonts-cjk, Google Noto CJK fonts</Summary>
<Files>
<Path fileType="data">/usr/share/fonts/noto/*.ttc</Path>
<Path fileType="doc">/usr/share/doc/noto-fonts-cjk/</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2014-02-22</Date>
<Version>0.0_20100919</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-20</Date>
<Version>0.0_20090104</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>noto-fonts-cjk</Name>
<Summary xml:lang="en">Google Noto CJK fonts</Summary>
<Description xml:lang="en">noto-fonts-cjk, Google Noto CJK fonts.</Description>
<Summary xml:lang="tr">Google Noto CJK yazı tipleri</Summary>
<Description xml:lang="tr">Google Noto CJK yazı tipleri.</Description>
</Source>
</PISI>