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