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

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