[packages/terminus-font] Update fontconfig for new freetype
jajcus
jajcus at pld-linux.org
Tue Apr 25 20:25:09 CEST 2017
commit dfd5ea921a8f9b0aa0a8c7e78bed1af38f651777
Author: Jacek Konieczny <jajcus at jajcus.net>
Date: Tue Apr 25 20:24:18 2017 +0200
Update fontconfig for new freetype
Freetype changes family name of PCF fonts.
terminus-font.spec | 2 +-
terminus-fonts-fontconfig.conf | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/terminus-font.spec b/terminus-font.spec
index 3dbd84d..2401056 100644
--- a/terminus-font.spec
+++ b/terminus-font.spec
@@ -2,7 +2,7 @@ Summary: A clean fixed width font
Summary(pl.UTF-8): Przejrzysty font o stałej szerokości
Name: terminus-font
Version: 4.40
-Release: 1
+Release: 2
License: SIL Open Font License v1.1 (font), GPL v2+ (utils)
Group: Fonts
Source0: http://downloads.sourceforge.net/terminus-font/%{name}-%{version}.tar.gz
diff --git a/terminus-fonts-fontconfig.conf b/terminus-fonts-fontconfig.conf
index 7000f66..b708e1d 100644
--- a/terminus-fonts-fontconfig.conf
+++ b/terminus-fonts-fontconfig.conf
@@ -4,13 +4,12 @@
<alias>
<family>monospace</family>
<prefer>
- <family>Terminus</family>
+ <family>xos4 Terminus</family>
</prefer>
</alias>
<alias>
<family>Terminus</family>
- <default>
- <family>monospace</family>
- </default>
+ <prefer><family>xos4 Terminus</family></prefer>
+ <default><family>fixed</family></default>
</alias>
</fontconfig>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/terminus-font.git/commitdiff/dfd5ea921a8f9b0aa0a8c7e78bed1af38f651777
More information about the pld-cvs-commit
mailing list