[packages/chromium-browser] use fonts-Type1-urw for fontconfig fonts

glen glen at pld-linux.org
Wed Feb 13 17:10:32 CET 2013


commit ae20377c84b3ee8a854fcea0442e4128cf7b0b10
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Feb 13 18:08:20 2013 +0200

    use fonts-Type1-urw for fontconfig fonts
    
    as fonts-TTF-bitstream-vera causes tools to pick vera fonts without any
    reason, causing desktops to look ugly. and type1 fonts are fine too, so
    
    $ fc-list | grep -i ttf
    zsh: done       fc-list |
    zsh: exit 1     grep -i ttf
     and chromium works fine
    
    century schoolbook got used
    
    Tested-by: arekm

 chromium-browser.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index fc1cc2c..3068d50 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -195,8 +195,8 @@ BuildRequires:	xz
 Requires:	browser-plugins >= 2.0
 Requires:	desktop-file-utils
 %{?with_system_flac:Requires:	flac >= 1.2.1-7}
-# requires any TTF font actually
-Requires:	fonts-TTF-bitstream-vera
+# crashes if no fontconfig font present
+Requires:	fonts-Type1-urw
 Requires:	hicolor-icon-theme
 Requires:	libevent >= 2.0.21
 %{?with_libjpegturbo:Requires:	libjpeg-turbo >= 1.2.0}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/ae20377c84b3ee8a854fcea0442e4128cf7b0b10



More information about the pld-cvs-commit mailing list