forked from pool/grub2
7a86cdab79
- package autoiso.cfg and osdetect.cfg as documentation - add 0001-look-for-DejaVu-also-in-usr-share-fonts-truetype.patch - fix configure test for DejaVu font - add dejavu-fonts to BR (needed to build starfield theme) - package starfield theme as grub2-branding-upstream - add grub2-use-DejaVuSansMono-for-starfield-theme.patch - use fixed width font for starfield theme - clarify that grub2 subpackage contains only user space tools (forwarded request 214019 from arvidjaar) OBS-URL: https://build.opensuse.org/request/show/214067 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=80
16 lines
687 B
Diff
16 lines
687 B
Diff
Index: grub-2.02~beta2/configure.ac
|
|
===================================================================
|
|
--- grub-2.02~beta2.orig/configure.ac
|
|
+++ grub-2.02~beta2/configure.ac
|
|
@@ -1376,8 +1376,8 @@ fi
|
|
if test x"$starfield_excuse" = x; then
|
|
for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
|
|
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
|
|
- if test -f "$dir/DejaVuSans.$ext"; then
|
|
- DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext"
|
|
+ if test -f "$dir/DejaVuSansMono.$ext"; then
|
|
+ DJVU_FONT_SOURCE="$dir/DejaVuSansMono.$ext"
|
|
break 2
|
|
fi
|
|
done
|