Update to latest upstream version: 33.003, and increase the priority of vazirmatn font so that it'll be used in Qt apps in fa locale too

* fixes fedora#2095847
This commit is contained in:
Hedayat Vatankhah 2022-06-25 14:22:43 +04:30
parent c206dedd9a
commit 68c8aa5a66
7 changed files with 9 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
/vazirmatn-v32.101.zip /vazirmatn-v32.101.zip
/vazirmatn-v32.102.zip /vazirmatn-v32.102.zip
/vazirmatn-v33.001.zip
/vazirmatn-v33.003.zip

View File

@ -1 +1 @@
SHA512 (vazirmatn-v32.102.zip) = ed3bf967f017a65ccc01e9d3c423bbf0bec94889821dfc68904a29cf82673c5b2b36c42965f80f396518ce834d6b19958a65f814af926e3434de02d39ecefd4b SHA512 (vazirmatn-v33.003.zip) = 4006173da236d7b05be22abda046c9f882acca5b13a9b8518f9ad0d08344dbd1203ced45a47d63bff70a1d545f7057cdfeb6ac3d8321a5d4952a100a836e3aac

View File

@ -1,4 +1,4 @@
Version: 32.102 Version: 33.003
Release: %autorelease Release: %autorelease
URL: https://rastikerdar.github.io/vazirmatn URL: https://rastikerdar.github.io/vazirmatn
@ -158,12 +158,12 @@ This is the variable version of this font.
} }
Source0: https://github.com/rastikerdar/vazirmatn/releases/download/v%{version}/vazirmatn-v%{version}.zip Source0: https://github.com/rastikerdar/vazirmatn/releases/download/v%{version}/vazirmatn-v%{version}.zip
Source10: 56-%{fontpkgname0}.conf Source10: 55-%{fontpkgname0}.conf
Source11: 56-%{fontpkgname1}.conf Source11: 55-%{fontpkgname1}.conf
Source12: 62-%{fontpkgname2}.conf Source12: 62-%{fontpkgname2}.conf
Source13: 62-%{fontpkgname3}.conf Source13: 62-%{fontpkgname3}.conf
Source14: 56-%{fontpkgname4}.conf Source14: 55-%{fontpkgname4}.conf
Source15: 56-%{fontpkgname5}.conf Source15: 55-%{fontpkgname5}.conf
Source16: 62-%{fontpkgname6}.conf Source16: 62-%{fontpkgname6}.conf
Source17: 62-%{fontpkgname7}.conf Source17: 62-%{fontpkgname7}.conf
@ -187,7 +187,7 @@ for i = 0, 7 do
print(rpm.expand('%fontinstall -z ' .. i)) print(rpm.expand('%fontinstall -z ' .. i))
end} end}
# Remove shared symlinks to prevent errors during fontinstall # Remove shared symlinks to prevent errors during fontinstall
rm -f %{buildroot}%{_sysconfdir}/fonts/conf.d/56-* rm -f %{buildroot}%{_sysconfdir}/fonts/conf.d/55-*
%{lua: %{lua:
for i = 8, 11 do for i = 8, 11 do
print(rpm.expand('%fontinstall -z ' .. i)) print(rpm.expand('%fontinstall -z ' .. i))