Some of these fonts are still available but their url has moved and
their hash has been changed. If anyone still uses them, feel free to add
them back.
Unicode data and fc-lang are only necessary to generate the status
files and coverage information, which are not used, or indeed even
generated with full-ttf.
Release 2.36 adds and fixes a number of glyphes, and adds the
Tex Gyre DejaVu Math font, a companion font to DejaVu Serif for
typesetting mathematics.
Release 2.37 fixes an issue with condensed typefaces.
The sources are now fetched from GitHub, since the development was
moved from SourceForge to GitHub.
Gentium Plus 5.000 was released in 2014. The archive now contains
a documentation folder with information about OpenType features
supported by the font.
* ucs-fonts: remove use of `wrapFonts`
This cleans up the `ucs-fonts` package. In particular it removes the use
of `wrapFonts`, which depends on `builderDefs`. It also renames the
package attribute from `ucsFonts` to `ucs-fonts` (with the old name
being an alias for the newer).
* wrapFonts: remove
Removed since this attribute is no longer used and depends on
`builderDefs`.
stripHash uses a global variable to communicate it's computation
results, but it's not necessary. You can just pipe to stdout in a
subshell. A function mostly behaves like just another command.
baseHash() also introduces a suffix-stripping capability since it's
something the users of the function tend to use.
Regression introduced by 9820cb1bf2.
The commit only sets dontBuild but the build for the DOSEmu fonts had a
dummy configurePhase as well.
So rather than just reinserting a dummy configurePhase again, let's just
use buildCommand and put it out in one go, which is more suitable for
such a simple package.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>