* [PATCH] Detect starfield theme font path /usr/share/fonts/dejavu/DejaVuSans.ttf for Fedora
@ 2012-04-29 14:17 Mads Kiilerich
2012-04-29 16:17 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 2+ messages in thread
From: Mads Kiilerich @ 2012-04-29 14:17 UTC (permalink / raw)
To: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]
=== modified file 'ChangeLog'
--- ChangeLog 2012-04-26 18:51:06 +0000
+++ ChangeLog 2012-04-29 14:13:52 +0000
@@ -1,3 +1,8 @@
+2012-04-29 Mads Kiilerich <mads@kiilerich.com>
+
+ * configure.ac: Detect starfield theme font path
+ /usr/share/fonts/dejavu/DejaVuSans.ttf for Fedora
+
2012-04-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/ieee1275/console.c (grub_console_dimensions): Use
80x24
=== modified file 'configure.ac'
--- configure.ac 2012-04-19 09:34:43 +0000
+++ configure.ac 2012-04-29 14:11:37 +0000
@@ -940,7 +940,7 @@
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; do
+ for dir in . /usr/src /usr/share/fonts/X11/misc
/usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu; do
if test -f "$dir/DejaVuSans.$ext"; then
DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext"
break 2
[-- Attachment #2: deja.patch --]
[-- Type: text/x-patch, Size: 983 bytes --]
=== modified file 'ChangeLog'
--- ChangeLog 2012-04-26 18:51:06 +0000
+++ ChangeLog 2012-04-29 14:13:52 +0000
@@ -1,3 +1,8 @@
+2012-04-29 Mads Kiilerich <mads@kiilerich.com>
+
+ * configure.ac: Detect starfield theme font path
+ /usr/share/fonts/dejavu/DejaVuSans.ttf for Fedora
+
2012-04-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/ieee1275/console.c (grub_console_dimensions): Use 80x24
=== modified file 'configure.ac'
--- configure.ac 2012-04-19 09:34:43 +0000
+++ configure.ac 2012-04-29 14:11:37 +0000
@@ -940,7 +940,7 @@
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; do
+ for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu; do
if test -f "$dir/DejaVuSans.$ext"; then
DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext"
break 2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-29 16:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29 14:17 [PATCH] Detect starfield theme font path /usr/share/fonts/dejavu/DejaVuSans.ttf for Fedora Mads Kiilerich
2012-04-29 16:17 ` Vladimir 'φ-coder/phcoder' Serbinenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.