exo-fonts v1.0 added
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
|
||||
def install():
|
||||
shelltools.chmod("*.otf", 0644)
|
||||
pisitools.insinto("/usr/share/fonts/exo-1/", "*.otf")
|
||||
|
||||
pisitools.dodoc("SIL Open Font License.txt")
|
||||
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>exo-fonts-1</Name>
|
||||
<Homepage>https://fonts.google.com/specimen/Exo</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>desktop.font</PartOf>
|
||||
<License>OFL</License>
|
||||
<IsA>data:doc</IsA>
|
||||
<Summary>Exo Font Family</Summary>
|
||||
<Description>Exo is a contemporary geometric sans serif typeface that tries to convey a technological/futuristic feeling while keeping an elegant design.</Description>
|
||||
<Archive sha1sum="e835744a99376cea1768a0be504289f1b693379f" type="targz" target="exo-fonts">https://sourceforge.net/projects/pisilinux/files/source/exo-font.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>exo-fonts-1</Name>
|
||||
<Summary>Exo Font Family.</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/fonts</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-08-30</Date>
|
||||
<Version>1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>exo-fonts-1</Name>
|
||||
<Summary xml:lang="tr">Exo Yazıyüzü Ailesi</Summary>
|
||||
<Description xml:lang="tr">exo-fonts paketi Google tarafından desteklenen çağdaş geometrik sans serif türü bir yazıyüzüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user