| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.29 2005/12/09 23:32:27 joshuabaergen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.30 2005/12/10 21:49:07 spyderous Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is designed to reduce code duplication in the modularized X11 |
7 | # This eclass is designed to reduce code duplication in the modularized X11 |
| 8 | # ebuilds. |
8 | # ebuilds. |
| … | |
… | |
| 49 | # Activate font code in the rest of the eclass |
49 | # Activate font code in the rest of the eclass |
| 50 | FONT="yes" |
50 | FONT="yes" |
| 51 | |
51 | |
| 52 | RDEPEND="${RDEPEND} |
52 | RDEPEND="${RDEPEND} |
| 53 | media-fonts/encodings" |
53 | media-fonts/encodings" |
|
|
54 | DEPEND="${DEPEND} |
|
|
55 | x11-apps/mkfontscale |
|
|
56 | x11-apps/mkfontdir" |
| 54 | PDEPEND="${PDEPEND} |
57 | PDEPEND="${PDEPEND} |
| 55 | media-fonts/font-alias" |
58 | media-fonts/font-alias" |
| 56 | |
59 | |
| 57 | # Starting with 7.0RC3, we can specify the font directory |
60 | # Starting with 7.0RC3, we can specify the font directory |
| 58 | # But oddly, we can't do the same for encodings or font-alias |
61 | # But oddly, we can't do the same for encodings or font-alias |