Summary: | media-fonts/urwvn-fonts - wrong license due to vn garamond | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arne Babenhauserheide <arne_bab> |
Component: | Current packages | Assignee: | Gentoo Fonts Team <fonts> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | licenses |
Priority: | Normal | Keywords: | QAcanfix |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Arne Babenhauserheide
2012-09-07 21:23:00 UTC
According to http://garamond.org/, they were published under "Alladin Free Public License" and latest version is here: https://github.com/rbrito/urw-garamond The license link is dead, but it seems to be this one: http://en.wikipedia.org/wiki/Aladdin_Free_Public_License I have arrived on this bug due to apparent absence of Garamond in Gentoo and then it gets badly aliased to some italic font, discussed here: http://forums.gentoo.org/viewtopic-p-3668683.html#3668683 It is also visible both in Firefox and Chromium on websites that don't provide garamond webfont: http://www.talesofmu.com/ - everything that should be garamond, is in cursive. To enable them, I have downloaded the TTF fonts from garamond.org into /usr/share/fonts/TTF/ (directory was not existing previously) and added /etc/fonts/conf.d/58-garamond.conf with contents: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> <fontconfig> <!-- Font substitution rules --> <match> <test name="family"><string>Garamond</string></test> <edit name="family" mode="assign" binding="strong"> <string>GaramondNo8</string> </edit> </match> </fontconfig> + 21 Feb 2015; Ben de Groot <yngwin@gentoo.org> urwvn-fonts-3.05.ebuild: + Add Aladdin license for URW Garamond (bug #434262). Bump to EAPI=5. Tighten up + formatting. |