| 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.77 2006/10/30 05:44:33 dberkholz Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.80 2006/10/30 18:40:58 dberkholz 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. |
| … | |
… | |
| 22 | # directory or directories. |
22 | # directory or directories. |
| 23 | # |
23 | # |
| 24 | # IMPORTANT: Both SNAPSHOT and FONT_DIR must be set _before_ the inherit. |
24 | # IMPORTANT: Both SNAPSHOT and FONT_DIR must be set _before_ the inherit. |
| 25 | # |
25 | # |
| 26 | # Pretty much everything else should be automatic. |
26 | # Pretty much everything else should be automatic. |
| 27 | |
|
|
| 28 | EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |
|
|
| 29 | |
|
|
| 30 | inherit eutils libtool multilib toolchain-funcs flag-o-matic autotools |
|
|
| 31 | |
27 | |
| 32 | # Directory prefix to use for everything |
28 | # Directory prefix to use for everything |
| 33 | XDIR="/usr" |
29 | XDIR="/usr" |
| 34 | |
30 | |
| 35 | # Set up default patchset version(s) if necessary |
31 | # Set up default patchset version(s) if necessary |
| … | |
… | |
| 86 | >=sys-devel/libtool-1.5 |
82 | >=sys-devel/libtool-1.5 |
| 87 | >=sys-devel/m4-1.4" |
83 | >=sys-devel/m4-1.4" |
| 88 | fi |
84 | fi |
| 89 | |
85 | |
| 90 | # If we're a font package, but not the font.alias one |
86 | # If we're a font package, but not the font.alias one |
|
|
87 | FONT_ECLASS="" |
| 91 | if [[ "${PN/#font-}" != "${PN}" ]] \ |
88 | if [[ "${PN/#font-}" != "${PN}" ]] \ |
| 92 | && [[ "${CATEGORY}" = "media-fonts" ]] \ |
89 | && [[ "${CATEGORY}" = "media-fonts" ]] \ |
| 93 | && [[ "${PN}" != "font-alias" ]] \ |
90 | && [[ "${PN}" != "font-alias" ]] \ |
| 94 | && [[ "${PN}" != "font-util" ]]; then |
91 | && [[ "${PN}" != "font-util" ]]; then |
| 95 | # Activate font code in the rest of the eclass |
92 | # Activate font code in the rest of the eclass |
| 96 | FONT="yes" |
93 | FONT="yes" |
|
|
94 | |
|
|
95 | # Whether to inherit the font eclass |
|
|
96 | FONT_ECLASS="font" |
| 97 | |
97 | |
| 98 | RDEPEND="${RDEPEND} |
98 | RDEPEND="${RDEPEND} |
| 99 | media-fonts/encodings |
99 | media-fonts/encodings |
| 100 | x11-apps/mkfontscale |
100 | x11-apps/mkfontscale |
| 101 | x11-apps/mkfontdir" |
101 | x11-apps/mkfontdir" |
| … | |
… | |
| 170 | RDEPEND="${RDEPEND} |
170 | RDEPEND="${RDEPEND} |
| 171 | || ( >=sys-apps/man-1.6b-r2 >=sys-apps/man-db-2.4.3-r1 ) |
171 | || ( >=sys-apps/man-1.6b-r2 >=sys-apps/man-db-2.4.3-r1 ) |
| 172 | !<=x11-base/xorg-x11-6.9" |
172 | !<=x11-base/xorg-x11-6.9" |
| 173 | # Provides virtual/x11 for temporary use until packages are ported |
173 | # Provides virtual/x11 for temporary use until packages are ported |
| 174 | # x11-base/x11-env" |
174 | # x11-base/x11-env" |
|
|
175 | |
|
|
176 | inherit eutils libtool multilib toolchain-funcs flag-o-matic autotools ${FONT_ECLASS} |
| 175 | |
177 | |
| 176 | x-modular_specs_check() { |
178 | x-modular_specs_check() { |
| 177 | if [[ ${PN:0:11} = "xorg-server" ]] || [[ -n "${DRIVER}" ]]; then |
179 | if [[ ${PN:0:11} = "xorg-server" ]] || [[ -n "${DRIVER}" ]]; then |
| 178 | append-ldflags -Wl,-z,lazy |
180 | append-ldflags -Wl,-z,lazy |
| 179 | # (#116698) breaks loading |
181 | # (#116698) breaks loading |
| … | |
… | |
| 377 | } |
379 | } |
| 378 | |
380 | |
| 379 | x-modular_pkg_postrm() { |
381 | x-modular_pkg_postrm() { |
| 380 | if [[ -n "${FONT}" ]]; then |
382 | if [[ -n "${FONT}" ]]; then |
| 381 | cleanup_fonts |
383 | cleanup_fonts |
|
|
384 | font_pkg_postrm |
| 382 | fi |
385 | fi |
| 383 | } |
386 | } |
| 384 | |
387 | |
| 385 | cleanup_fonts() { |
388 | cleanup_fonts() { |
| 386 | local ALLOWED_FILES="encodings.dir fonts.cache-1 fonts.dir fonts.scale" |
389 | local ALLOWED_FILES="encodings.dir fonts.cache-1 fonts.dir fonts.scale" |
| … | |
… | |
| 468 | [[ "$(ls ${x}/)" = "fonts.cache-1" ]] && continue |
471 | [[ "$(ls ${x}/)" = "fonts.cache-1" ]] && continue |
| 469 | |
472 | |
| 470 | # Only generate .scale files if truetype, opentype or type1 |
473 | # Only generate .scale files if truetype, opentype or type1 |
| 471 | # fonts are present ... |
474 | # fonts are present ... |
| 472 | |
475 | |
| 473 | # First truetype (ttf,ttc) |
|
|
| 474 | # NOTE: ttmkfdir does NOT work on type1 fonts (#53753) |
|
|
| 475 | # Also, there is no way to regenerate Speedo/CID fonts.scale |
476 | # NOTE: There is no way to regenerate Speedo/CID fonts.scale |
| 476 | # <spyderous@gentoo.org> 2 August 2004 |
477 | # <spyderous@gentoo.org> 2 August 2004 |
| 477 | if [[ "${x/encodings}" = "${x}" ]] \ |
478 | if [[ "${x/encodings}" = "${x}" ]] \ |
| 478 | && [[ -n "$(find ${x} -iname '*.tt[cf]' -print)" ]]; then |
|
|
| 479 | if [[ -x ${ROOT}/usr/bin/ttmkfdir ]]; then |
|
|
| 480 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
|
|
| 481 | ${ROOT}/usr/bin/ttmkfdir -x 2 \ |
|
|
| 482 | -e ${ROOT}/usr/share/fonts/encodings/encodings.dir \ |
|
|
| 483 | -o ${x}/fonts.scale -d ${x} |
|
|
| 484 | # ttmkfdir fails on some stuff, so try mkfontscale if it does |
|
|
| 485 | local ttmkfdir_return=$? |
|
|
| 486 | else |
|
|
| 487 | # We didn't use ttmkfdir at all |
|
|
| 488 | local ttmkfdir_return=2 |
|
|
| 489 | fi |
|
|
| 490 | if [[ ${ttmkfdir_return} -ne 0 ]]; then |
|
|
| 491 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
|
|
| 492 | ${ROOT}/usr/bin/mkfontscale \ |
|
|
| 493 | -a /usr/share/fonts/encodings/encodings.dir \ |
|
|
| 494 | -- ${x} |
|
|
| 495 | fi |
|
|
| 496 | # Next type1 and opentype (pfa,pfb,otf,otc) |
|
|
| 497 | elif [[ "${x/encodings}" = "${x}" ]] \ |
|
|
| 498 | && [[ -n "$(find ${x} -iname '*.[po][ft][abcf]' -print)" ]]; then |
479 | && [[ -n "$(find ${x} -iname '*.[pot][ft][abcf]' -print)" ]]; then |
| 499 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
480 | mkfontscale \ |
| 500 | ${ROOT}/usr/bin/mkfontscale \ |
|
|
| 501 | -a ${ROOT}/usr/share/fonts/encodings/encodings.dir \ |
481 | -a ${ROOT}/usr/share/fonts/encodings/encodings.dir \ |
| 502 | -- ${x} |
482 | -- ${x} |
| 503 | fi |
483 | fi |
| 504 | done |
484 | done |
| 505 | eend 0 |
485 | eend 0 |
| … | |
… | |
| 511 | x=${ROOT}/usr/share/fonts/${DIR} |
491 | x=${ROOT}/usr/share/fonts/${DIR} |
| 512 | [[ -z "$(ls ${x}/)" ]] && continue |
492 | [[ -z "$(ls ${x}/)" ]] && continue |
| 513 | [[ "$(ls ${x}/)" = "fonts.cache-1" ]] && continue |
493 | [[ "$(ls ${x}/)" = "fonts.cache-1" ]] && continue |
| 514 | |
494 | |
| 515 | if [[ "${x/encodings}" = "${x}" ]]; then |
495 | if [[ "${x/encodings}" = "${x}" ]]; then |
| 516 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
496 | mkfontdir \ |
| 517 | ${ROOT}/usr/bin/mkfontdir \ |
|
|
| 518 | -e ${ROOT}/usr/share/fonts/encodings \ |
497 | -e ${ROOT}/usr/share/fonts/encodings \ |
| 519 | -e ${ROOT}/usr/share/fonts/encodings/large \ |
498 | -e ${ROOT}/usr/share/fonts/encodings/large \ |
| 520 | -- ${x} |
499 | -- ${x} |
| 521 | fi |
500 | fi |
| 522 | done |
501 | done |
| … | |
… | |
| 531 | done |
510 | done |
| 532 | eend 0 |
511 | eend 0 |
| 533 | } |
512 | } |
| 534 | |
513 | |
| 535 | create_font_cache() { |
514 | create_font_cache() { |
| 536 | # danarmak found out that fc-cache should be run AFTER all the above |
515 | font_pkg_postinst |
| 537 | # stuff, as otherwise the cache is invalid, and has to be run again |
|
|
| 538 | # as root anyway |
|
|
| 539 | if [[ -x ${ROOT}/usr/bin/fc-cache ]]; then |
|
|
| 540 | ebegin "Creating FC font cache" |
|
|
| 541 | HOME="/root" ${ROOT}/usr/bin/fc-cache |
|
|
| 542 | eend 0 |
|
|
| 543 | fi |
|
|
| 544 | } |
516 | } |
|
|
517 | |
|
|
518 | EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |