[Bug 457947] Review Request: oldstandard-sfd-fonts - Old Standard Fonts

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 28 17:20:16 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=457947





--- Comment #14 from Martin-Gomez Pablo <pablo.martin-gomez at laposte.net>  2008-10-28 13:20:15 EDT ---
Some comments:
1- When you make a change, you increase the "Dist" number, not the "Version"
one's.
2- Paste the following after the "%setup"
for i in $(ls OldStandard*.ttf.sfd);
   do sed -i -e 's/OldStandardTT/OldStandardSFD/'  -e 's/Old Standard TT/Old
Standard SFD/' $i;
done
It's the renaming of the font just before the building.
3- A little improvement to the fontconfig rules, add the following :
<alias binding="same">
  <family>Old Standard</family>
  <accept>
    <family>Old Standard SFD</family>
  </accept>
</alias>

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-fonts-bugs-list mailing list