Orkhun-fonts:First release
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
WorkDir = "orkhun"
|
||||
|
||||
def install():
|
||||
shelltools.chmod("*.ttf", 0644)
|
||||
pisitools.insinto("/usr/share/fonts/orkhun/", "*.ttf")
|
||||
|
||||
pisitools.dodoc("LICENSE", "README")
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Orkhun-fonts</Name>
|
||||
<Homepage>http://turkcesivarken.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Sezai Yeniay</Name>
|
||||
<Email>sezaiyeniay@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>OFL</License>
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>Old Turkic fonts</Summary>
|
||||
<Description>Orkhun-fonts package contains old Turkic (Gokturks or Celestial Turks) fonts.</Description>
|
||||
<Archive sha1sum="d44e6949edcd25c181efbe1b4cf681d71f84a13e" type="targz">http://source.pisilinux.org/1.0/orkhun.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>Orkhun-fonts</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/fonts</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-12-14</Date>
|
||||
<Version>0.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Sezai Yeniay</Name>
|
||||
<Email>sezaiyeniay@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Orkhun-fonts</Name>
|
||||
<Summary xml:lang="tr">Eski Türk alfabesi Yazıtipleri</Summary>
|
||||
<Description xml:lang="tr">Orkhun-fonts paketi Göktürk Alfabesi'ne ait yazıtiplerini içermektedir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+170467
-169917
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
2c3e24bc5d8c10f301c48e7295572168fd6fdfc5
|
||||
803cd010944a061f3832c1aeca79c1145c7e6352
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
8993466819f618a5f1377a214f362408a980aacc
|
||||
adae365edb91ffcfac27bd269662b09ced0edcc6
|
||||
Reference in New Issue
Block a user