summaryrefslogtreecommitdiff
path: root/gnu/packages/fontutils.scm
Commit message (Collapse)AuthorAge
* gnu: fontconfig: Add and register gs-fonts.Andreas Enge2013-09-25
| | | | | | * gnu/packages/fontutils.scm (fontconfig): Add gs-fonts as an input and register it in the configuration file; so any porgram using fontconfig should at least have the gs-fonts at its disposal.
* gnu: fontconfig: Update to 2.10.93.Andreas Enge2013-08-05
| | | | * gnu/packages/fontutils.scm (fontconfig): Update to 2.10.93.
* gnu: fontconfig: Look for fonts in user profile.Andreas Enge2013-08-05
| | | | * gnu/packages/fontutils.scm (fontconfig): Add configure flag.
* gnu: freetype: Use mirror:// URL.Ludovic Courtès2013-05-06
| | | | * gnu/packages/fontutils.scm (freetype): Use mirror://savannah URL.
* gnu: freetype: Make include file ft2build.h work without changing the CPATHAndreas Enge2013-03-31
| | | | | | | of dependent packages. * gnu/packages/fontutils.scm (freetype): Add link include/freetype to include/freetype2/freetype.
* gnu: Rename module 'freetype' to the more general 'fontutils'.Andreas Enge2013-02-12
* gnu/packages/freetype.scm: Rename file to... * gnu/packages/fontutils.scm: ...this. * Makefile.am (MODULES): Rename module. * gnu/packages/{ghostscript,grub,pdf,texlive}.scm: Rename dependency.