Blame SOURCES/0038-look-for-DejaVu-also-in-usr-share-fonts-truetype.patch

6b3c76
From c972993cfa2c96a61e59f4729190e3b68a7651e0 Mon Sep 17 00:00:00 2001
a85e8e
From: Andrey Borzenkov <arvidjaar@gmail.com>
a85e8e
Date: Tue, 21 Jan 2014 19:29:33 +0400
6b3c76
Subject: [PATCH 038/261] look for DejaVu also in /usr/share/fonts/truetype
a85e8e
a85e8e
It is installed in this path on openSUSE.
a85e8e
---
d41074
 ChangeLog    | 4 ++++
6b3c76
 configure.ac | 2 +-
a85e8e
 2 files changed, 5 insertions(+), 1 deletion(-)
a85e8e
6b3c76
diff --git a/ChangeLog b/ChangeLog
6b3c76
index f5618a6eb..9f5d81dfb 100644
6b3c76
--- a/ChangeLog
6b3c76
+++ b/ChangeLog
6b3c76
@@ -1,3 +1,7 @@
6b3c76
+2014-01-21  Andrey Borzenkov <arvidjaar@gmail.com>
6b3c76
+
6b3c76
+	* configure.ac: Look for DejaVuSans also in /usr/share/fonts/truetype.
6b3c76
+
6b3c76
 2014-01-21  Paulo Flabiano Smorigo  <pfsmorigo@br.ibm.com>
6b3c76
 
6b3c76
 	* grub-core/net/arp.c (grub_net_arp_send_request): Increase network try
a85e8e
diff --git a/configure.ac b/configure.ac
6b3c76
index cf3de3be1..120263e9c 100644
a85e8e
--- a/configure.ac
a85e8e
+++ b/configure.ac
a85e8e
@@ -1389,7 +1389,7 @@ fi
a85e8e
 
a85e8e
 if test x"$starfield_excuse" = x; then
a85e8e
    for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
a85e8e
-     for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu; do
a85e8e
+     for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu /usr/share/fonts/truetype; do
a85e8e
         if test -f "$dir/DejaVuSans.$ext"; then
a85e8e
           DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext"
a85e8e
           break 2
6b3c76
-- 
6b3c76
2.13.5
6b3c76