grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add Fedora-specific font paths


From: Daniel Kiper
Subject: Re: [PATCH] Add Fedora-specific font paths
Date: Thu, 6 Jun 2024 17:22:26 +0200
User-agent: NeoMutt/20170113 (1.7.2)

On Thu, May 16, 2024 at 10:03:29PM +0300, Vladimir Serbinenko wrote:
> Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
> ---
>  configure.ac | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 84a202c6e..c76a29af4 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1847,7 +1847,7 @@ if test "x$with_dejavufont" = x; then
>    # search in well-known directories
>    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 /usr/pkg/share/fonts/X11/TTF 
> /usr/local/share/fonts/dejavu /usr/X11R6/lib/X11/fonts/TTF; 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 /usr/pkg/share/fonts/X11/TTF 
> /usr/local/share/fonts/dejavu /usr/X11R6/lib/X11/fonts/TTF 
> /usr/share/fonts/dejavu-sans-fonts; do
>            if test -f "$dir/DejaVuSans.$ext"; then
>              DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext"
>              break 2
> @@ -1875,7 +1875,7 @@ AC_ARG_WITH([unifont],
>
>  if test "x$with_unifont" = x; then
>    # search in well-known directories
> -  for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
> +  for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz otf otf.gz; do

I have just realized that this change should be in separate patch. And
even I think the otf fonts should be added for DejaVu fonts as well.
So, I have dropped this hunk. Please repost this part of the patch with
proper commit message.

Daniel



reply via email to

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