Adjust a number of the priority for fontconfig config.

because 65 is supposed to be the default fonts for non-Latin languages.
  Resolves: rhbz#1938205, rhbz#1571522
Drop fallback config for Noto Sans.
  This breaks some languages which Droid Sans Fallback can covers.
  This is also required for https://fedoraproject.org/wiki/Changes/DefaultToNotoFonts
  Resolves: rhbz#1820166
This commit is contained in:
Akira TAGOH 2022-01-28 17:48:32 +09:00
parent dfb462c991
commit 2fb274e71e
3 changed files with 12 additions and 4 deletions

View File

@ -74,7 +74,6 @@
<family>Droid Sans Fallback</family>
<like>
<family>Droid Sans Arabic</family>
<family>Noto Sans</family>
<family>Open Sans</family>
<family>sans-serif</family>
</like>

View File

@ -3,7 +3,7 @@ BuildArch: noarch
# No sane versionning upstream, use git clone timestamp
Version: 20200215
Release: 11%{?dist}
Release: 12%{?dist}
License: ASL 2.0
URL: https://android.googlesource.com/
@ -81,9 +81,9 @@ Source0: %{archivename}.tar.xz
# Brutal script used to pull sources from upstream git
# Needs at least 2 Gib of space in /var/tmp
Source1: getdroid.sh
Source11: 65-%{fontpkgname1}.xml
Source11: 66-%{fontpkgname1}.xml
Source12: 60-%{fontpkgname2}.xml
Source13: 65-%{fontpkgname3}.xml
Source13: 66-%{fontpkgname3}.xml
Name: google-droid-fonts
Summary: A set of general-purpose font families released by Google as part of Android
@ -109,6 +109,15 @@ Summary: A set of general-purpose font families released by Google as part of A
%fontfiles -a
%changelog
* Fri Jan 28 2022 Akira TAGOH <tagoh@redhat.com> - 20200215-12
- Adjust a number of the priority for fontconfig config.
because 65 is supposed to be the default fonts for non-Latin languages.
Resolves: rhbz#1938205, rhbz#1571522
- Drop fallback config for Noto Sans.
This breaks some languages which Droid Sans Fallback can covers.
This is also required for https://fedoraproject.org/wiki/Changes/DefaultToNotoFonts
Resolves: rhbz#1820166
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20200215-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild