From 6923c02cf935bd1cdbec7a8043536a91d2d23fbe Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sun, 30 Aug 2020 23:20:49 +0200 Subject: [PATCH] exo-fonts v1.0 added --- desktop/font/exo-fonts-1/actions.py | 14 +++++++++ desktop/font/exo-fonts-1/pspec.xml | 37 +++++++++++++++++++++++ desktop/font/exo-fonts-1/translations.xml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 desktop/font/exo-fonts-1/actions.py create mode 100644 desktop/font/exo-fonts-1/pspec.xml create mode 100755 desktop/font/exo-fonts-1/translations.xml diff --git a/desktop/font/exo-fonts-1/actions.py b/desktop/font/exo-fonts-1/actions.py new file mode 100644 index 0000000000..b3544b6931 --- /dev/null +++ b/desktop/font/exo-fonts-1/actions.py @@ -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") \ No newline at end of file diff --git a/desktop/font/exo-fonts-1/pspec.xml b/desktop/font/exo-fonts-1/pspec.xml new file mode 100644 index 0000000000..9fd7fedeeb --- /dev/null +++ b/desktop/font/exo-fonts-1/pspec.xml @@ -0,0 +1,37 @@ + + + + + exo-fonts-1 + https://fonts.google.com/specimen/Exo + + Blue Devil + bluedevil@sctzine.com + + desktop.font + OFL + data:doc + Exo Font Family + Exo is a contemporary geometric sans serif typeface that tries to convey a technological/futuristic feeling while keeping an elegant design. + https://sourceforge.net/projects/pisilinux/files/source/exo-font.tar.gz + + + + exo-fonts-1 + Exo Font Family. + + /usr/share/doc + /usr/share/fonts + + + + + + 2020-08-30 + 1.0 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/desktop/font/exo-fonts-1/translations.xml b/desktop/font/exo-fonts-1/translations.xml new file mode 100755 index 0000000000..66860afb0a --- /dev/null +++ b/desktop/font/exo-fonts-1/translations.xml @@ -0,0 +1,8 @@ + + + + exo-fonts-1 + Exo Yazıyüzü Ailesi + exo-fonts paketi Google tarafından desteklenen çağdaş geometrik sans serif türü bir yazıyüzüdür. + + \ No newline at end of file