| 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.47 2006/03/09 20:39:30 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.56 2006/05/14 19:17:09 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. |
| … | |
… | |
| 25 | # |
25 | # |
| 26 | # Pretty much everything else should be automatic. |
26 | # Pretty much everything else should be automatic. |
| 27 | |
27 | |
| 28 | EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |
28 | EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |
| 29 | |
29 | |
| 30 | inherit eutils libtool toolchain-funcs flag-o-matic |
30 | inherit eutils libtool toolchain-funcs flag-o-matic autotools |
| 31 | |
31 | |
| 32 | # Directory prefix to use for everything |
32 | # Directory prefix to use for everything |
| 33 | XDIR="/usr" |
33 | XDIR="/usr" |
| 34 | |
34 | |
| 35 | # Set up default patchset version(s) if necessary |
35 | # Set up default patchset version(s) if necessary |
| … | |
… | |
| 91 | >=sys-devel/m4-1.4" |
91 | >=sys-devel/m4-1.4" |
| 92 | fi |
92 | fi |
| 93 | |
93 | |
| 94 | # If we're a font package, but not the font.alias one |
94 | # If we're a font package, but not the font.alias one |
| 95 | if [[ "${PN/#font-}" != "${PN}" ]] \ |
95 | if [[ "${PN/#font-}" != "${PN}" ]] \ |
|
|
96 | && [[ "${CATEGORY}" = "media-fonts" ]] \ |
| 96 | && [[ "${PN}" != "font-alias" ]] \ |
97 | && [[ "${PN}" != "font-alias" ]] \ |
| 97 | && [[ "${PN}" != "font-util" ]]; then |
98 | && [[ "${PN}" != "font-util" ]]; then |
| 98 | # Activate font code in the rest of the eclass |
99 | # Activate font code in the rest of the eclass |
| 99 | FONT="yes" |
100 | FONT="yes" |
| 100 | |
101 | |
| … | |
… | |
| 172 | !<=x11-base/xorg-x11-6.9 |
173 | !<=x11-base/xorg-x11-6.9 |
| 173 | >=sys-apps/man-1.6b-r2" |
174 | >=sys-apps/man-1.6b-r2" |
| 174 | # Provides virtual/x11 for temporary use until packages are ported |
175 | # Provides virtual/x11 for temporary use until packages are ported |
| 175 | # x11-base/x11-env" |
176 | # x11-base/x11-env" |
| 176 | |
177 | |
|
|
178 | x-modular_specs_check() { |
|
|
179 | if [[ ${PN:0:11} = "xorg-server" ]] || [[ -n "${DRIVER}" ]]; then |
|
|
180 | if gcc-specs-now; then |
|
|
181 | msg="${PN} does not work with hardened gcc specs. Switch to vanilla gcc specs to emerge ${PN}." |
|
|
182 | eerror "$msg" |
|
|
183 | die "$msg" |
|
|
184 | fi |
|
|
185 | |
|
|
186 | # (#116698) breaks loading |
|
|
187 | filter-ldflags -Wl,-z,now |
|
|
188 | fi |
|
|
189 | } |
|
|
190 | |
|
|
191 | x-modular_dri_check() { |
|
|
192 | # (#120057) Enabling DRI in drivers requires that the server was built with |
|
|
193 | # support for it |
|
|
194 | if [[ -n "${DRIVER}" ]]; then |
|
|
195 | if has dri ${IUSE} && use dri; then |
|
|
196 | einfo "Checking for direct rendering capabilities ..." |
|
|
197 | if ! built_with_use x11-base/xorg-server dri; then |
|
|
198 | die "You must build x11-base/xorg-server with USE=dri." |
|
|
199 | fi |
|
|
200 | fi |
|
|
201 | fi |
|
|
202 | } |
|
|
203 | |
| 177 | x-modular_unpack_source() { |
204 | x-modular_unpack_source() { |
| 178 | unpack ${A} |
205 | unpack ${A} |
| 179 | cd ${S} |
206 | cd ${S} |
| 180 | |
207 | |
| 181 | if [[ -n ${FONT_OPTIONS} ]]; then |
208 | if [[ -n ${FONT_OPTIONS} ]]; then |
| … | |
… | |
| 218 | if [[ "${SNAPSHOT}" = "yes" ]] |
245 | if [[ "${SNAPSHOT}" = "yes" ]] |
| 219 | then |
246 | then |
| 220 | # If possible, generate configure if it doesn't exist |
247 | # If possible, generate configure if it doesn't exist |
| 221 | if [ -f "${S}/configure.ac" ] |
248 | if [ -f "${S}/configure.ac" ] |
| 222 | then |
249 | then |
| 223 | einfo "Running autoreconf..." |
250 | eautoreconf |
| 224 | autoreconf -v --force --install |
|
|
| 225 | fi |
|
|
| 226 | fi |
251 | fi |
|
|
252 | fi |
| 227 | |
253 | |
|
|
254 | # Joshua Baergen - October 23, 2005 |
|
|
255 | # Fix shared lib issues on MIPS, FBSD, etc etc |
|
|
256 | elibtoolize |
| 228 | } |
257 | } |
| 229 | |
258 | |
| 230 | x-modular_src_unpack() { |
259 | x-modular_src_unpack() { |
| 231 | if [[ ${PN:0:11} = "xorg-server" ]] || [[ -n "${DRIVER}" ]]; then |
260 | x-modular_specs_check |
| 232 | if gcc-specs-now; then |
261 | x-modular_dri_check |
| 233 | msg="Do not emerge ${PN} without vanilla gcc specs!" |
|
|
| 234 | eerror "$msg" |
|
|
| 235 | die "$msg" |
|
|
| 236 | fi |
|
|
| 237 | fi |
|
|
| 238 | |
|
|
| 239 | x-modular_unpack_source |
262 | x-modular_unpack_source |
| 240 | x-modular_patch_source |
263 | x-modular_patch_source |
| 241 | x-modular_reconf_source |
264 | x-modular_reconf_source |
| 242 | |
|
|
| 243 | # Joshua Baergen - October 23, 2005 |
|
|
| 244 | # Fix shared lib issues on MIPS, FBSD, etc etc |
|
|
| 245 | elibtoolize |
|
|
| 246 | } |
265 | } |
| 247 | |
266 | |
| 248 | x-modular_font_configure() { |
267 | x-modular_font_configure() { |
| 249 | if [[ -n "${FONT}" ]]; then |
268 | if [[ -n "${FONT}" ]]; then |
| 250 | # Might be worth adding an option to configure your desired font |
269 | # Might be worth adding an option to configure your desired font |
| … | |
… | |
| 312 | # Shouldn't be necessary in XDIR=/usr |
331 | # Shouldn't be necessary in XDIR=/usr |
| 313 | # einstall forces datadir, so we need to re-force it |
332 | # einstall forces datadir, so we need to re-force it |
| 314 | # datadir=${XDIR}/share \ |
333 | # datadir=${XDIR}/share \ |
| 315 | # mandir=${XDIR}/share/man \ |
334 | # mandir=${XDIR}/share/man \ |
| 316 | |
335 | |
|
|
336 | # Make sure docs get compressed |
|
|
337 | prepalldocs |
|
|
338 | |
| 317 | # Don't install libtool archives for server modules |
339 | # Don't install libtool archives for server modules |
| 318 | if [[ -e ${D}/usr/lib/xorg/modules ]]; then |
340 | if [[ -e ${D}/usr/lib/xorg/modules ]]; then |
| 319 | find ${D}/usr/lib/xorg/modules -name '*.la' \ |
341 | find ${D}/usr/lib/xorg/modules -name '*.la' \ |
| 320 | | xargs rm -f |
342 | | xargs rm -f |
|
|
343 | fi |
|
|
344 | |
|
|
345 | # Don't install overlapping fonts.* files |
|
|
346 | # Generate them instead when possible |
|
|
347 | if [[ -n "${FONT}" ]]; then |
|
|
348 | remove_font_metadata |
| 321 | fi |
349 | fi |
| 322 | } |
350 | } |
| 323 | |
351 | |
| 324 | x-modular_pkg_preinst() { |
352 | x-modular_pkg_preinst() { |
| 325 | if [[ -n "${FONT}" ]]; then |
353 | if [[ -n "${FONT}" ]]; then |
| … | |
… | |
| 383 | |
411 | |
| 384 | create_fonts_scale |
412 | create_fonts_scale |
| 385 | create_fonts_dir |
413 | create_fonts_dir |
| 386 | fix_font_permissions |
414 | fix_font_permissions |
| 387 | create_font_cache |
415 | create_font_cache |
|
|
416 | } |
|
|
417 | |
|
|
418 | remove_font_metadata() { |
|
|
419 | local DIR |
|
|
420 | for DIR in ${FONT_DIR}; do |
|
|
421 | if [[ "${DIR}" != "Speedo" ]] && \ |
|
|
422 | [[ "${DIR}" != "CID" ]] ; then |
|
|
423 | # Delete font metadata files |
|
|
424 | # fonts.scale, fonts.dir, fonts.cache-1 |
|
|
425 | rm -f ${D}/usr/share/fonts/${DIR}/fonts.{scale,dir,cache-1} |
|
|
426 | fi |
|
|
427 | done |
| 388 | } |
428 | } |
| 389 | |
429 | |
| 390 | discover_font_dirs() { |
430 | discover_font_dirs() { |
| 391 | pushd ${IMAGE}/usr/share/fonts |
431 | pushd ${IMAGE}/usr/share/fonts |
| 392 | FONT_DIRS="$(find . -maxdepth 1 -mindepth 1 -type d)" |
432 | FONT_DIRS="$(find . -maxdepth 1 -mindepth 1 -type d)" |