Accepting request 113747 from M17N
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/113747 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonts-config?expand=0&rev=24
This commit is contained in:
commit
db3b6937c6
@ -432,8 +432,8 @@ if ($VERBOSITY >= $VERBOSITY_VERBOSE) {
|
|||||||
# they have to be called *before* fc-cache. If anything is
|
# they have to be called *before* fc-cache. If anything is
|
||||||
# changed in /etc/fonts after calling fc-cache, fontconfig
|
# changed in /etc/fonts after calling fc-cache, fontconfig
|
||||||
# will think that the cache files are out of date again.
|
# will think that the cache files are out of date again.
|
||||||
font_dirs_setup ();
|
#font_dirs_setup ();
|
||||||
hinting_setup ();
|
#hinting_setup ();
|
||||||
embedded_bitmap_setup ();
|
embedded_bitmap_setup ();
|
||||||
|
|
||||||
my $fc_cache_exit_status = 256;
|
my $fc_cache_exit_status = 256;
|
||||||
@ -2019,10 +2019,10 @@ sub generate_java_font_setup {
|
|||||||
$sans_latin1_file = $ARG;
|
$sans_latin1_file = $ARG;
|
||||||
$font =~ s/:.*$//;
|
$font =~ s/:.*$//;
|
||||||
($sans_latin1_xlfd = "-misc-$font-") =~ tr/[A-Z]/[a-z]/;
|
($sans_latin1_xlfd = "-misc-$font-") =~ tr/[A-Z]/[a-z]/;
|
||||||
last;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
close (NAMES);
|
close (NAMES);
|
||||||
|
last;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 26 12:36:46 UTC 2012 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- in generate_java_font_setup() was wrongly picked last installed
|
||||||
|
font from @sans_latin1_priority, instead of first
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 23 08:29:38 UTC 2012 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- turn off hinting_setup() and font_dirs_setup()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 10:46:25 UTC 2012 - coolo@suse.com
|
Mon Feb 13 10:46:25 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: fonts-config
|
Name: fonts-config
|
||||||
Provides: xf86tools:/usr/sbin/fonts-config
|
Provides: xf86tools:/usr/sbin/fonts-config
|
||||||
Requires: fontconfig >= 2.3.93.20060103
|
Requires: fontconfig >= 2.3.93.20060103
|
||||||
|
Loading…
x
Reference in New Issue
Block a user