- workaround to [bnc#840416] as described in comment 20
OBS-URL: https://build.opensuse.org/package/show/M17N/fonts-config?expand=0&rev=34
This commit is contained in:
parent
b1c0fa383d
commit
940a385af7
@ -1321,7 +1321,9 @@ sub fix_fonts_scale {
|
||||
# could be used, for example .ttf or .ttc.
|
||||
# Therefore it is better to throw away all entries for .otf fonts if
|
||||
# the freetype module is not used:
|
||||
if ($extension =~ /otf/i && ! $freetype_module_used) {
|
||||
#
|
||||
# UPDATE: freetype_module_used is wrongly detected, freetype is used always
|
||||
if (0 && $extension =~ /otf/i && ! $freetype_module_used) {
|
||||
if ($VERBOSITY >= $VERBOSITY_DEBUG) {
|
||||
print ".otf won't work without freetype module, discarding $fonts_scale_entries{$xlfd} $xlfd\n";
|
||||
}
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 11:17:00 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
- workaround to [bnc#840416] as described in comment 20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 17 08:44:38 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fonts-config
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
x
Reference in New Issue
Block a user