Gentoo Development Guide
FONT.ECLASS
Section: portage (5)Updated: May 2013
Index Return to Main Contents
NAME
font.eclass - Eclass to make font installation uniformFUNCTIONS
- font_xfont_config
- Generate Xorg font files (mkfontscale/mkfontdir).
- font_fontconfig
- Install fontconfig conf files given in FONT_CONF.
- font_cleanup_dirs
- Remove font directories containing only generated files.
- font_pkg_setup
- The font pkg_setup function. Collision protection and Prefix compat for eapi < 3.
- font_src_install
- The font src_install function.
- font_pkg_postinst
- The font pkg_postinst function.
- font_pkg_postrm
- The font pkg_postrm function.
ECLASS VARIABLES
- FONT_SUFFIX = ${FONT_SUFFIX:-} (REQUIRED)
- Space delimited list of font suffixes to install.
- FONT_S = ${FONT_S:-${S}} (REQUIRED)
- Working directory containing the fonts.
- FONT_PN = ${FONT_PN:-${PN}}
- Font name (ie. last part of FONTDIR).
- FONTDIR = ${FONTDIR:-/usr/share/fonts/${FONT_PN}}
- Full path to installation directory.
- FONT_CONF = ( "" )
- Array containing fontconfig conf files to install.
- DOCS = ${DOCS:-}
- Space delimited list of docs to install. We always install these: COPYRIGHT README{,.txt} NEWS AUTHORS BUGS ChangeLog FONTLOG.txt
MAINTAINERS
fonts@gentoo.org
REPORTING BUGS
Please report bugs via http://bugs.gentoo.org/FILES
/usr/portage/eclass/font.eclassSEE ALSO
ebuild(5)http://sources.gentoo.org/eclass/font.eclass?view=log
Index
This document was created by man2html, using the manual pages.
Time: 03:25:02 GMT, May 23, 2013