update to 2.13.93

local.conf: disable autohint to fix Gtk fonts [release 2.13.93-1mamba;Tue Jan 12 2021]
This commit is contained in:
Silvan Calarco 2024-01-05 22:29:28 +01:00
parent 1d2ba45903
commit d4aba85412
2 changed files with 8 additions and 4 deletions

View File

@ -990,9 +990,9 @@
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
<edit mode="assign" name="autohint" >
<!--edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
</edit-->
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>

View File

@ -1,5 +1,5 @@
Name: fontconfig
Version: 2.13.91
Version: 2.13.93
Release: 1mamba
Summary: Font configuration library
Group: System/Libraries
@ -79,7 +79,7 @@ This package includes the %{name} API documentation.
%makeinstall
# fonts configuration from www.infinality.net
install %{SOURCE1} %{buildroot}%{_sysconfdir}/fonts/local.conf
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/fonts/local.conf
# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/fontconfig
@ -155,6 +155,10 @@ fi
%doc doc/fontconfig-devel doc/fontconfig-devel.txt
%changelog
* Tue Jan 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13.93-1mamba
- update to 2.13.93
- local.conf: disable autohint to fix Gtk fonts
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 2.13.91-1mamba
- automatic version update by autodist