# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 inherit gnome.org DESCRIPTION="Gentium Typeface" HOMEPAGE="http://sil.org/~gaultney/Gentium/index.html" LICENSE="copyrighted freeware" #SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=Gentium_101_LT&_sc=1" SLOT="0" KEYWORDS="x86 ~ppc sparc alpha ~mips ~arm amd64 hppa ia64" IUSE="" DEPEND="X? ( virtual/x11 )" src_install() { insinto /usr/share/fonts/${PN} doins *.ttf if [ -n "`use X`" ] ; then mkfontscale mkfontdir doins fonts* fi dodoc COPYING README FAQ } pkg_postinst() { if [ "${ROOT}" = "/" ] && [ -x /usr/bin/fc-cache ] then echo einfo "Creating font cache..." HOME="/root" /usr/bin/fc-cache -f fi einfo "For optimal performance of this font we suggest updating to at least fontconfig-2.1.94 ." }