From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: Re: [PATCH] Detect starfield theme font path /usr/share/fonts/dejavu/DejaVuSans.ttf for Fedora
Date: Sun, 29 Apr 2012 18:17:23 +0200 [thread overview]
Message-ID: <4F9D6993.10508@gmail.com> (raw)
In-Reply-To: <4F9D4D80.8020008@kiilerich.com>
[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]
Committed, thanks.
On 29.04.2012 16:17, Mads Kiilerich wrote:
> === 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
>
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]
prev parent reply other threads:[~2012-04-29 16:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=4F9D6993.10508@gmail.com \
--to=phcoder@gmail.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.