Add open-sans-fonts package
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env 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 autotools, shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
WorkDir = '.'
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.move('Apache License.txt', 'LICENSE')
|
||||
shelltools.chmod('*.ttf', 0o644)
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto('/usr/share/fonts/TTF/', '*.ttf')
|
||||
pisitools.dodoc('LICENSE')
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>open-sans-fonts</Name>
|
||||
<Homepage>https://www.opensans.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safa@ariman.gen.tr</Email>
|
||||
</Packager>
|
||||
<License>Apache-2.0</License>
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>Open Sans is a humanist sans-serif typeface designed by Steve Matteson</Summary>
|
||||
<Description>Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letter forms.</Description>
|
||||
<Archive sha1sum="3edba27a9951a4cfd18af1c1f9d3df9a43f08ace" type="zip">https://www.opensans.com/download/open-sans.zip</Archive>
|
||||
<Archive sha1sum="baac0e7cb19ab8eaa6b41d4ac8258d6731ed38d7" type="zip">https://www.opensans.com/download/open-sans-condensed.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>open-sans-fonts</Name>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/fonts</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-03-20</Date>
|
||||
<Version>1.10</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safa@ariman.gen.tr</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>open-sans-fonts</Name>
|
||||
<Summary xml:lang="tr">Open Sans is a humanist sans-serif typeface designed by Steve Matteson</Summary>
|
||||
<Description xml:lang="tr">Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letter forms.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user