Re: [PATCH 1/5] search for fonts in /usr/share/fonts/uni

2012-09-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Committed, thanks. Next time please attach ChangeLog entry. It will
speed up the handling of your patch.
On 09.07.2012 22:02, Jiri Slaby wrote:

> diff --git a/configure.ac b/configure.ac
> index 3a95b04..5ea7ffe 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -242,7 +242,7 @@ fi
>  FONT_SOURCE=
>  
>  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/unifont; 
> do
> +  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont 
> /usr/share/fonts/uni; do
>  if test -f "$dir/unifont.$ext"; then
>FONT_SOURCE="$dir/unifont.$ext"
>break 2



-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



signature.asc
Description: OpenPGP digital signature
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel


[PATCH 1/5] search for fonts in /usr/share/fonts/uni

2012-07-09 Thread Jiri Slaby
From: Jiri Slaby 

Location of the fonts in Suse is /usr/share/fonts/uni. We have to use
this patch when packaging grub2. Instead, it would be great to have
this upstream so others may leverage that.

Signed-off-by: Jiri Slaby 
---
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3a95b04..5ea7ffe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,7 +242,7 @@ fi
 FONT_SOURCE=
 
 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/unifont; do
+  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont 
/usr/share/fonts/uni; do
 if test -f "$dir/unifont.$ext"; then
   FONT_SOURCE="$dir/unifont.$ext"
   break 2
-- 
1.7.10.4



___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel