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:
parent
dfb462c991
commit
2fb274e71e
@ -74,7 +74,6 @@
|
|||||||
<family>Droid Sans Fallback</family>
|
<family>Droid Sans Fallback</family>
|
||||||
<like>
|
<like>
|
||||||
<family>Droid Sans Arabic</family>
|
<family>Droid Sans Arabic</family>
|
||||||
<family>Noto Sans</family>
|
|
||||||
<family>Open Sans</family>
|
<family>Open Sans</family>
|
||||||
<family>sans-serif</family>
|
<family>sans-serif</family>
|
||||||
</like>
|
</like>
|
@ -3,7 +3,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
# No sane versionning upstream, use git clone timestamp
|
# No sane versionning upstream, use git clone timestamp
|
||||||
Version: 20200215
|
Version: 20200215
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://android.googlesource.com/
|
URL: https://android.googlesource.com/
|
||||||
|
|
||||||
@ -81,9 +81,9 @@ Source0: %{archivename}.tar.xz
|
|||||||
# Brutal script used to pull sources from upstream git
|
# Brutal script used to pull sources from upstream git
|
||||||
# Needs at least 2 Gib of space in /var/tmp
|
# Needs at least 2 Gib of space in /var/tmp
|
||||||
Source1: getdroid.sh
|
Source1: getdroid.sh
|
||||||
Source11: 65-%{fontpkgname1}.xml
|
Source11: 66-%{fontpkgname1}.xml
|
||||||
Source12: 60-%{fontpkgname2}.xml
|
Source12: 60-%{fontpkgname2}.xml
|
||||||
Source13: 65-%{fontpkgname3}.xml
|
Source13: 66-%{fontpkgname3}.xml
|
||||||
|
|
||||||
Name: google-droid-fonts
|
Name: google-droid-fonts
|
||||||
Summary: A set of general-purpose font families released by Google as part of Android
|
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
|
%fontfiles -a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20200215-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user