Version bump.
This commit is contained in:
@@ -5,17 +5,18 @@
|
|||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pisitools.dobin("LateefGR-Regular.ttf", "/usr/share/fonts/sil-lateef")
|
shelltools.chmod("*.ttf", 0644)
|
||||||
|
pisitools.insinto("/usr/share/fonts/sil-lateef", "*.ttf")
|
||||||
|
|
||||||
pisitools.dodoc("OFL.txt", "OFL-FAQ.txt", "README.txt", "FONTLOG.txt")
|
pisitools.dodoc("OFL.txt", "OFL-FAQ.txt", "README.txt", "FONTLOG.txt")
|
||||||
pisitools.dobin("./documentation/*.pdf", "/usr/share/sil-lateef/documentation")
|
pisitools.insinto("/usr/share/sil-lateef/documentation","./documentation/pdf/*.pdf")
|
||||||
pisitools.dobin("./documentation/*.odt", "/usr/share/sil-lateef/documentation")
|
pisitools.insinto("/usr/share/sil-lateef/documentation","./documentation/DOCUMENTATION.txt")
|
||||||
pisitools.dobin("./documentation/*.txt", "/usr/share/sil-lateef/documentation")
|
pisitools.insinto("/usr/share/sil-lateef/web","./web/*.html")
|
||||||
pisitools.dobin("./web/*.html", "/usr/share/sil-lateef/web")
|
pisitools.insinto("/usr/share/sil-lateef/web","./web/*.css")
|
||||||
pisitools.dobin("./web/*.css", "/usr/share/sil-lateef/web")
|
pisitools.insinto("/usr/share/sil-lateef/web","./web/*.woff")
|
||||||
pisitools.dobin("./web/*.woff", "/usr/share/sil-lateef/web")
|
pisitools.insinto("/usr/share/sil-lateef/web","./web/*.woff2")
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>data:font</IsA>
|
<IsA>data:font</IsA>
|
||||||
<Summary>OpenType Arabic font from SIL</Summary>
|
<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>
|
<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">https://software.sil.org/downloads/r/lateef/LateefGR-1.200.zip</Archive>
|
<Archive sha1sum="a83958b37422ef58bd2603fe3c7b8d23241cf1aa" type="zip">https://software.sil.org/downloads/r/lateef/Lateef-2.000.zip</Archive>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -26,6 +26,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2022-09-27</Date>
|
||||||
|
<Version>2.000</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Sezai Yeniay</Name>
|
||||||
|
<Email>sezaiyeniay@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2018-07-31</Date>
|
<Date>2018-07-31</Date>
|
||||||
<Version>1.200</Version>
|
<Version>1.200</Version>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<Summary xml:lang="tr">Arapça TTF yazı tipleri</Summary>
|
<Summary xml:lang="tr">Arapça TTF yazı tipleri</Summary>
|
||||||
<Summary xml:lang="en">Arabic TTF fonts</Summary>
|
<Summary xml:lang="en">Arabic TTF fonts</Summary>
|
||||||
<Description xml:lang="en">Amiri is a classical Arabic typeface.</Description>
|
<Description xml:lang="en">Amiri is a classical Arabic typeface.</Description>
|
||||||
<Description xml:lang="tr">Amiri klasik bir Arap yazıdır.</Description>
|
<Description xml:lang="tr">Amiri klasik bir Arap yazıtipidir.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user