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

d41074
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
a85e8e
From: Andrey Borzenkov <arvidjaar@gmail.com>
a85e8e
Date: Tue, 21 Jan 2014 19:29:33 +0400
d41074
Subject: [PATCH] look for DejaVu also in /usr/share/fonts/truetype
a85e8e
a85e8e
It is installed in this path on openSUSE.
a85e8e
---
a85e8e
 configure.ac | 2 +-
d41074
 ChangeLog    | 4 ++++
a85e8e
 2 files changed, 5 insertions(+), 1 deletion(-)
a85e8e
a85e8e
diff --git a/configure.ac b/configure.ac
d41074
index cf3de3be1fc..120263e9c58 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
d41074
diff --git a/ChangeLog b/ChangeLog
d41074
index f5618a6eb70..9f5d81dfbac 100644
d41074
--- a/ChangeLog
d41074
+++ b/ChangeLog
d41074
@@ -1,3 +1,7 @@
d41074
+2014-01-21  Andrey Borzenkov <arvidjaar@gmail.com>
d41074
+
d41074
+	* configure.ac: Look for DejaVuSans also in /usr/share/fonts/truetype.
d41074
+
d41074
 2014-01-21  Paulo Flabiano Smorigo  <pfsmorigo@br.ibm.com>
d41074
 
d41074
 	* grub-core/net/arp.c (grub_net_arp_send_request): Increase network try