All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mads Kiilerich <mads@kiilerich.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: [PATCH] Detect starfield theme font path /usr/share/fonts/dejavu/DejaVuSans.ttf for Fedora
Date: Sun, 29 Apr 2012 16:17:36 +0200	[thread overview]
Message-ID: <4F9D4D80.8020008@kiilerich.com> (raw)

[-- 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


             reply	other threads:[~2012-04-29 14:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-29 14:17 Mads Kiilerich [this message]
2012-04-29 16:17 ` [PATCH] Detect starfield theme font path /usr/share/fonts/dejavu/DejaVuSans.ttf for Fedora Vladimir 'φ-coder/phcoder' Serbinenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F9D4D80.8020008@kiilerich.com \
    --to=mads@kiilerich.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.