Accepting request 818362 from Printing
OBS-URL: https://build.opensuse.org/request/show/818362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostscript-fonts?expand=0&rev=13
This commit is contained in:
commit
64a76a7235
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 11:10:15 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Force the converted Nimbus Mono font to be monospaced by using
|
||||
the --force-monospaced argument of ttf-converter 1.0.3
|
||||
(boo#1169444 #c41)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 15:09:01 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -54,7 +54,7 @@ Source1: ghostscript-fonts-other-6.0.tar.gz
|
||||
#
|
||||
# Patch100...Patch999 is for patches from SUSE which are not intended for upstream:
|
||||
#
|
||||
BuildRequires: ttf-converter
|
||||
BuildRequires: ttf-converter >= 1.0.3
|
||||
# An older fontforge version should work, but 20200314 fixes bugs
|
||||
# that appear when converting n021023l.pfb from
|
||||
# ghostscript-fonts-std
|
||||
@ -139,6 +139,8 @@ be used by applications that don't support Type1 fonts.
|
||||
%build
|
||||
# There is nothing to "make" as the sources contain plain font files.
|
||||
ttf-converter --input-dir fonts/ --output-dir generated
|
||||
# Force Nimbus Mono to be monospaced:
|
||||
ttf-converter --force-monospaced fonts/n022003l.pfb fonts/n022004l.pfb fonts/n022023l.pfb fonts/n022024l.pfb --output-dir generated
|
||||
|
||||
# There's already a version of these fonts included in xorg-x11-fonts-converted
|
||||
rm generated/CharterBT-*
|
||||
|
Loading…
Reference in New Issue
Block a user