diff --git a/desktop/font/hack-fonts-ttf/actions.py b/desktop/font/hack-fonts-ttf/actions.py new file mode 100644 index 0000000000..8fa27f64be --- /dev/null +++ b/desktop/font/hack-fonts-ttf/actions.py @@ -0,0 +1,16 @@ +#!/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 + + +def install(): + pisitools.insinto("/usr/share/fonts/TTF", "build/ttf/Hack-*.ttf") + pisitools.insinto("/etc/fonts/conf.avail/45-Hack.conf", "config/fontconfig/45-Hack.conf") + + pisitools.dosym("/etc/fonts/conf.avail/45-Hack.conf", "/etc/fonts/conf.d/45-Hack.conf") + + pisitools.dodoc("LICENSE.md", "README.md") diff --git a/desktop/font/hack-fonts-ttf/pspec.xml b/desktop/font/hack-fonts-ttf/pspec.xml new file mode 100644 index 0000000000..4dca806241 --- /dev/null +++ b/desktop/font/hack-fonts-ttf/pspec.xml @@ -0,0 +1,38 @@ + + + + + hack-fonts-ttf + https://sourcefoundry.org/hack/ + + Bedirhan Kurt + bedirhan.kurt@outlook.com + + custom + data:font + A hand groomed and optically balanced typeface based on Bitstream Vera Mono. + A hand groomed and optically balanced typeface based on Bitstream Vera Mono. + Bitstream Vera Mono'yu taban alan bir elle bakımlı ve optik olarak dengeli yazı tipi. + Bitstream Vera Mono'yu taban alan bir elle bakımlı ve optik olarak dengeli yazı tipi. + https://github.com/source-foundry/Hack/archive/refs/tags/v3.003.tar.gz + + + + hack-fonts-ttf + + /etc/fonts + /usr/share/doc + /usr/share/fonts/TTF + + + + + + 2025-09-04 + 3.003 + Initial release + Bedirhan Kurt + bedirhan.kurt@outlook.com + + +