@@ -8,12 +8,13 @@ from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/fonts/sil-lateef", "LateefGR-Regular.ttf")
|
||||
pisitools.dobin("LateefGR-Regular.ttf", "/usr/share/fonts/sil-lateef")
|
||||
|
||||
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")
|
||||
pisitools.dobin("./documentation/*.pdf", "/usr/share/sil-lateef/documentation")
|
||||
pisitools.dobin("./documentation/*.odt", "/usr/share/sil-lateef/documentation")
|
||||
pisitools.dobin("./documentation/*.txt", "/usr/share/sil-lateef/documentation")
|
||||
pisitools.dobin("./web/*.html", "/usr/share/sil-lateef/web")
|
||||
pisitools.dobin("./web/*.css", "/usr/share/sil-lateef/web")
|
||||
pisitools.dobin("./web/*.woff", "/usr/share/sil-lateef/web")
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sil-lateef</Name>
|
||||
<Name>sil-lateef-font</Name>
|
||||
<Homepage>https://software.sil.org/lateef/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>sil-lateef</Name>
|
||||
<Name>sil-lateef-font</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/fonts/sil-lateef</Path>
|
||||
@@ -29,7 +29,7 @@
|
||||
<Update release="1">
|
||||
<Date>2018-05-08</Date>
|
||||
<Version>1.200</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
Reference in New Issue
Block a user