grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#912846: grub2: stop depending on ttf-dejavu-core


From: Daniel Kiper
Subject: Re: Bug#912846: grub2: stop depending on ttf-dejavu-core
Date: Tue, 26 May 2020 16:01:01 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Hi,

In general I am OK with the patch. However, I want to ask you to respot
it using "git send-email". Additionally, please add proper commit message
and your SOB.

Daniel

On Sat, May 23, 2020 at 06:02:35PM +0200, Fabian Greffrath wrote:
> Control: forwarded -1 address@hidden
> Control: tags -1 upstream
>
> Hi grub devs,
>
> the attached patch adds /usr/share/fonts/truetype/dejavu to the DejaVu
> font search path in configure.ac. This is the directory where the
> fonts-dejavu-core package in Debian installs its fonts.
>
> Thanks!
>
>  - Fabian
>

> From a696233f623e9c2b480aa3ad10aed537c2890af6 Mon Sep 17 00:00:00 2001
> From: Fabian Greffrath <address@hidden>
> Date: Tue, 19 May 2020 12:19:26 +0200
> Subject: [PATCH] add /u/s/fonts/truetype/dejavu to the DejaVu fonts search
>  paths
>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index b2576b0..41b8758 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1669,7 +1669,7 @@ 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
> +     for dir in . /usr/src /usr/share/fonts/X11/misc 
> /usr/share/fonts/truetype/dejavu /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"
>            break 2
> --
> 2.26.2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]