noto-fonts:new package
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/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", "hinted/Noto*.ttf")
|
||||
|
||||
#for noto-fonts-ttf-croscore
|
||||
pisitools.insinto("/usr/share/fonts/TTF", "hinted/Arimo*.ttf")
|
||||
pisitools.insinto("/usr/share/fonts/TTF", "hinted/Tinos*.ttf")
|
||||
pisitools.insinto("/usr/share/fonts/TTF", "hinted/Cousine*.ttf")
|
||||
|
||||
pisitools.dodoc("LICENSE")
|
||||
@@ -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</Name>
|
||||
<Homepage>http://www.google.com/get/noto</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Apache</License>
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>Google Noto TTF fonts</Summary>
|
||||
<Description>Noto fonts are open source. All Noto fonts are published under the SIL Open Font License, Version 1.1. Language data and some sample texts are from the Unicode CLDR project.</Description>
|
||||
<Archive sha1sum="3e4ce66b114d87c05433f2dbdfabf50f8231ce14" type="targz">https://github.com/googlei18n/noto-fonts/archive/v2015-09-29-license-adobe.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>noto-fonts</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/fonts/noto</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>noto-fonts-ttf-croscore</Name>
|
||||
<Summary>noto-fonts-ttf-croscore, Chrome OS core fonts</Summary>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/fonts/TTF</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-02-12</Date>
|
||||
<Version>20150929</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>noto-fonts</Name>
|
||||
<Summary xml:lang="tr">Google Noto TTF yazı tipleri</Summary>
|
||||
<Summary xml:lang="en">Google Noto TTF fonts</Summary>
|
||||
<Description xml:lang="tr">Fonts support all languages/characters in Unicode.</Description>
|
||||
<Description xml:lang="tr">Tüm diller/karakterlerin desktelendiği yazı tipidir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>noto-fonts-ttf-croscore</Name>
|
||||
<Summary xml:lang="en">noto-fonts-ttf-croscore, Chrome OS core fonts</Summary>
|
||||
<Summary xml:lang="tr">noto-fonts-ttf-croscore, Chrome OS için temel yazı tipleri</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user