add arabic font sil-lateef to repo
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/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/sil-lateef", "LateefGR-Regular.ttf")
|
||||
|
||||
pisitools.dodoc("OFL.txt", "OFL-FAQ.txt", "README.txt", "FONTLOG.txt")
|
||||
pisitools.insinto("/usr/share/sil-lateef/documentation", "./documentation/*.pdf")
|
||||
pisitools.insinto("/usr/share/sil-lateef/documentation", "./documentation/*.odt")
|
||||
pisitools.insinto("/usr/share/sil-lateef/documentation", "./documentation/*.txt")
|
||||
pisitools.insinto("/usr/share/sil-lateef/web", "./web/*.html")
|
||||
pisitools.insinto("/usr/share/sil-lateef/web", "./web/*.css")
|
||||
pisitools.insinto("/usr/share/sil-lateef/web", "./web/*.woff")
|
||||
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sil-lateef</Name>
|
||||
<Homepage>https://software.sil.org/lateef/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom:OFL</License>
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>OpenType Arabic font from SIL</Summary>
|
||||
<Description>Lateef is named after Shah Abdul Lateef Bhitai, the famous Sindhi mystic and poet. It is intended to be an appropriate style for use in Sindhi and other languages of southern Asia..</Description>
|
||||
<Archive sha1sum="be0d83b3d7d97d6429136a54590488ea3b3cce68" type="zip">http://software.sil.org/downloads/r/lateef/LateefGR-1.200.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>sil-lateef</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/fonts/sil-lateef</Path>
|
||||
<Path fileType="doc">/usr/share/sil-lateef/documentation</Path>
|
||||
<Path fileType="doc">/usr/share/sil-lateef/web</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-05-08</Date>
|
||||
<Version>1.200</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>amiri-fonts</Name>
|
||||
<Summary xml:lang="tr">Arapça TTF yazı tipleri</Summary>
|
||||
<Summary xml:lang="en">Arabic TTF fonts</Summary>
|
||||
<Description xml:lang="en">Amiri is a classical Arabic typeface.</Description>
|
||||
<Description xml:lang="tr">Amiri klasik bir Arap yazıdır.</Description>
|
||||
</Source>
|
||||
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user