aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fontutils.scm
AgeCommit message (Collapse)Author
2013-10-09gnu: Use the 'patches' field of <origin>.Ludovic Courtès
* gnu/packages/apr.scm, gnu/packages/autotools.scm, gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cmake.scm, gnu/packages/cpio.scm, gnu/packages/cross-base.scm, gnu/packages/emacs.scm, gnu/packages/flex.scm, gnu/packages/fontutils.scm, gnu/packages/glib.scm, gnu/packages/grub.scm, gnu/packages/guile.scm, gnu/packages/idutils.scm, gnu/packages/libevent.scm, gnu/packages/linux.scm, gnu/packages/mail.scm, gnu/packages/make-bootstrap.scm, gnu/packages/mp3.scm, gnu/packages/oggvorbis.scm, gnu/packages/pdf.scm, gnu/packages/plotutils.scm, gnu/packages/qemu.scm, gnu/packages/recutils.scm, gnu/packages/rush.scm, gnu/packages/scheme.scm, gnu/packages/system.scm, gnu/packages/tcsh.scm, gnu/packages/valgrind.scm, gnu/packages/vpn.scm, gnu/packages/w3m: Use the 'patches' field of <origin> instead of adding a patch as input plus using #:patches.
2013-09-25gnu: fontconfig: Add and register gs-fonts.Andreas Enge
* 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.
2013-08-05gnu: fontconfig: Update to 2.10.93.Andreas Enge
* gnu/packages/fontutils.scm (fontconfig): Update to 2.10.93.
2013-08-05gnu: fontconfig: Look for fonts in user profile.Andreas Enge
* gnu/packages/fontutils.scm (fontconfig): Add configure flag.
2013-05-06gnu: freetype: Use mirror:// URL.Ludovic Courtès
* gnu/packages/fontutils.scm (freetype): Use mirror://savannah URL.
2013-03-31gnu: freetype: Make include file ft2build.h work without changing the CPATHAndreas Enge
of dependent packages. * gnu/packages/fontutils.scm (freetype): Add link include/freetype to include/freetype2/freetype.
2013-02-12gnu: Rename module 'freetype' to the more general 'fontutils'.Andreas Enge
* 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.