]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
use fonts-Type1-urw for fontconfig fonts auto/th/chromium-browser-24.0.1312.70-1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 13 Feb 2013 16:08:20 +0000 (18:08 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 13 Feb 2013 16:10:29 +0000 (18:10 +0200)
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

index fc1cc2c5bb52d3f9c14c45d201522cf5fbf8c6ef..3068d5096e6413e16a6859248e5a0b9de12ce60c 100644 (file)
@@ -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}
This page took 0.073041 seconds and 4 git commands to generate.