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.38 2006/01/05 07:24:03 spyderous 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 toolchain-funcs |
|
|
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 |
… | |
… | |
38 | XDPVER="1" |
34 | XDPVER="1" |
39 | fi |
35 | fi |
40 | |
36 | |
41 | IUSE="" |
37 | IUSE="" |
42 | HOMEPAGE="http://xorg.freedesktop.org/" |
38 | HOMEPAGE="http://xorg.freedesktop.org/" |
43 | SRC_URI="http://xorg.freedesktop.org/releases/X11R7.0/src/everything/${P}.tar.bz2 |
39 | |
44 | http://xorg.freedesktop.org/releases/X11R7.0-RC4/everything/${P}.tar.bz2 |
40 | # Set up SRC_URI for individual modular releases |
45 | http://xorg.freedesktop.org/releases/X11R7.0-RC3/everything/${P}.tar.bz2 |
41 | BASE_INDIVIDUAL_URI="http://xorg.freedesktop.org/releases/individual" |
46 | http://xorg.freedesktop.org/releases/X11R7.0-RC2/everything/${P}.tar.bz2 |
42 | if [[ ${CATEGORY} = x11-apps ]] || [[ ${CATEGORY} = x11-wm ]]; then |
47 | http://xorg.freedesktop.org/releases/X11R7.0-RC1/everything/${P}.tar.bz2 |
43 | SRC_URI="${SRC_URI} |
48 | http://xorg.freedesktop.org/releases/X11R7.0-RC0/everything/${P}.tar.bz2" |
44 | ${BASE_INDIVIDUAL_URI}/app/${P}.tar.bz2" |
49 | LICENSE="X11" |
45 | elif [[ ${CATEGORY} = app-doc ]]; then |
|
|
46 | SRC_URI="${SRC_URI} |
|
|
47 | ${BASE_INDIVIDUAL_URI}/doc/${P}.tar.bz2" |
|
|
48 | # x11-misc contains data and util, x11-themes contains data |
|
|
49 | elif [[ ${CATEGORY} = x11-misc ]] || [[ ${CATEGORY} = x11-themes ]]; then |
|
|
50 | SRC_URI="${SRC_URI} |
|
|
51 | ${BASE_INDIVIDUAL_URI}/data/${P}.tar.bz2 |
|
|
52 | ${BASE_INDIVIDUAL_URI}/util/${P}.tar.bz2" |
|
|
53 | elif [[ ${CATEGORY} = x11-drivers ]]; then |
|
|
54 | SRC_URI="${SRC_URI} |
|
|
55 | ${BASE_INDIVIDUAL_URI}/driver/${P}.tar.bz2" |
|
|
56 | elif [[ ${CATEGORY} = media-fonts ]]; then |
|
|
57 | SRC_URI="${SRC_URI} |
|
|
58 | ${BASE_INDIVIDUAL_URI}/font/${P}.tar.bz2" |
|
|
59 | elif [[ ${CATEGORY} = x11-libs ]]; then |
|
|
60 | SRC_URI="${SRC_URI} |
|
|
61 | ${BASE_INDIVIDUAL_URI}/lib/${P}.tar.bz2" |
|
|
62 | elif [[ ${CATEGORY} = x11-proto ]]; then |
|
|
63 | SRC_URI="${SRC_URI} |
|
|
64 | ${BASE_INDIVIDUAL_URI}/proto/${P}.tar.bz2" |
|
|
65 | elif [[ ${CATEGORY} = x11-base ]]; then |
|
|
66 | SRC_URI="${SRC_URI} |
|
|
67 | ${BASE_INDIVIDUAL_URI}/xserver/${P}.tar.bz2" |
|
|
68 | fi |
|
|
69 | |
50 | SLOT="0" |
70 | SLOT="0" |
|
|
71 | |
|
|
72 | # Set the license for the package. This can be overridden by setting |
|
|
73 | # LICENSE after the inherit. |
|
|
74 | LICENSE=${PN} |
51 | |
75 | |
52 | # Set up shared dependencies |
76 | # Set up shared dependencies |
53 | if [[ -n "${SNAPSHOT}" ]]; then |
77 | if [[ -n "${SNAPSHOT}" ]]; then |
54 | # FIXME: What's the minimal libtool version supporting arbitrary versioning? |
78 | # FIXME: What's the minimal libtool version supporting arbitrary versioning? |
55 | DEPEND="${DEPEND} |
79 | DEPEND="${DEPEND} |
… | |
… | |
58 | >=sys-devel/libtool-1.5 |
82 | >=sys-devel/libtool-1.5 |
59 | >=sys-devel/m4-1.4" |
83 | >=sys-devel/m4-1.4" |
60 | fi |
84 | fi |
61 | |
85 | |
62 | # 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="" |
63 | if [[ "${PN/#font-}" != "${PN}" ]] \ |
88 | if [[ "${PN/#font-}" != "${PN}" ]] \ |
|
|
89 | && [[ "${CATEGORY}" = "media-fonts" ]] \ |
64 | && [[ "${PN}" != "font-alias" ]] \ |
90 | && [[ "${PN}" != "font-alias" ]] \ |
65 | && [[ "${PN}" != "font-util" ]]; then |
91 | && [[ "${PN}" != "font-util" ]]; then |
66 | # Activate font code in the rest of the eclass |
92 | # Activate font code in the rest of the eclass |
67 | FONT="yes" |
93 | FONT="yes" |
|
|
94 | |
|
|
95 | # Whether to inherit the font eclass |
|
|
96 | FONT_ECLASS="font" |
68 | |
97 | |
69 | RDEPEND="${RDEPEND} |
98 | RDEPEND="${RDEPEND} |
70 | media-fonts/encodings |
99 | media-fonts/encodings |
71 | x11-apps/mkfontscale |
100 | x11-apps/mkfontscale |
72 | x11-apps/mkfontdir" |
101 | x11-apps/mkfontdir" |
… | |
… | |
101 | # If we're a driver package |
130 | # If we're a driver package |
102 | if [[ "${PN/#xf86-video}" != "${PN}" ]] || [[ "${PN/#xf86-input}" != "${PN}" ]]; then |
131 | if [[ "${PN/#xf86-video}" != "${PN}" ]] || [[ "${PN/#xf86-input}" != "${PN}" ]]; then |
103 | # Enable driver code in the rest of the eclass |
132 | # Enable driver code in the rest of the eclass |
104 | DRIVER="yes" |
133 | DRIVER="yes" |
105 | |
134 | |
|
|
135 | if [[ ${XDPVER} != -1 ]]; then |
106 | # Add driver patchset to SRC_URI |
136 | # Add driver patchset to SRC_URI |
107 | SRC_URI="${SRC_URI} |
137 | SRC_URI="${SRC_URI} |
108 | http://dev.gentoo.org/~joshuabaergen/distfiles/x11-driver-patches-${XDPVER}.tar.bz2" |
138 | http://dev.gentoo.org/~joshuabaergen/distfiles/x11-driver-patches-${XDPVER}.tar.bz2" |
|
|
139 | fi |
|
|
140 | fi |
|
|
141 | |
|
|
142 | # Debugging -- ignore packages that can't be built with debugging |
|
|
143 | if [[ -z "${FONT}" ]] \ |
|
|
144 | || [[ "${PN/app-doc}" != "${PN}" ]] \ |
|
|
145 | || [[ "${PN/x11-proto}" != "${PN}" ]] \ |
|
|
146 | || [[ "${PN/util-macros}" != "${PN}" ]] \ |
|
|
147 | || [[ "${PN/xbitmaps}" != "${PN}" ]] \ |
|
|
148 | || [[ "${PN/xkbdata}" != "${PN}" ]] \ |
|
|
149 | || [[ "${PN/xorg-cf-files}" != "${PN}" ]] \ |
|
|
150 | || [[ "${PN/xcursor}" != "${PN}" ]] \ |
|
|
151 | ; then |
|
|
152 | DEBUGGABLE="yes" |
|
|
153 | IUSE="${IUSE} debug" |
|
|
154 | if use debug; then |
|
|
155 | if ! has splitdebug ${FEATURES}; then |
|
|
156 | RESTRICT="${RESTRICT} nostrip" |
|
|
157 | fi |
|
|
158 | fi |
109 | fi |
159 | fi |
110 | |
160 | |
111 | DEPEND="${DEPEND} |
161 | DEPEND="${DEPEND} |
112 | >=dev-util/pkgconfig-0.18 |
162 | >=dev-util/pkgconfig-0.18" |
|
|
163 | |
|
|
164 | if [[ "${PN/util-macros}" = "${PN}" ]]; then |
|
|
165 | DEPEND="${DEPEND} |
113 | >=x11-misc/util-macros-0.99.2" |
166 | >=x11-misc/util-macros-0.99.2 |
|
|
167 | >=sys-devel/binutils-2.16.1-r3" |
|
|
168 | fi |
114 | |
169 | |
115 | # >=sys-apps/man-1.6b-r2 required to look in [0-8]x/ directories |
|
|
116 | RDEPEND="${RDEPEND} |
170 | RDEPEND="${RDEPEND} |
|
|
171 | || ( >=sys-apps/man-1.6b-r2 >=sys-apps/man-db-2.4.3-r1 ) |
117 | !<=x11-base/xorg-x11-6.9 |
172 | !<=x11-base/xorg-x11-6.9" |
118 | >=sys-apps/man-1.6b-r2" |
|
|
119 | # Provides virtual/x11 for temporary use until packages are ported |
173 | # Provides virtual/x11 for temporary use until packages are ported |
120 | # x11-base/x11-env" |
174 | # x11-base/x11-env" |
|
|
175 | |
|
|
176 | inherit eutils libtool multilib toolchain-funcs flag-o-matic autotools ${FONT_ECLASS} |
|
|
177 | |
|
|
178 | x-modular_specs_check() { |
|
|
179 | if [[ ${PN:0:11} = "xorg-server" ]] || [[ -n "${DRIVER}" ]]; then |
|
|
180 | append-ldflags -Wl,-z,lazy |
|
|
181 | # (#116698) breaks loading |
|
|
182 | filter-ldflags -Wl,-z,now |
|
|
183 | fi |
|
|
184 | } |
|
|
185 | |
|
|
186 | x-modular_dri_check() { |
|
|
187 | # (#120057) Enabling DRI in drivers requires that the server was built with |
|
|
188 | # support for it |
|
|
189 | if [[ -n "${DRIVER}" ]]; then |
|
|
190 | if has dri ${IUSE} && use dri; then |
|
|
191 | einfo "Checking for direct rendering capabilities ..." |
|
|
192 | if ! built_with_use x11-base/xorg-server dri; then |
|
|
193 | die "You must build x11-base/xorg-server with USE=dri." |
|
|
194 | fi |
|
|
195 | fi |
|
|
196 | fi |
|
|
197 | } |
|
|
198 | |
|
|
199 | x-modular_server_supports_drivers_check() { |
|
|
200 | # (#135873) Only certain servers will actually use or be capable of |
|
|
201 | # building external drivers, including binary drivers. |
|
|
202 | if [[ -n "${DRIVER}" ]]; then |
|
|
203 | if has_version '>=x11-base/xorg-server-1.1'; then |
|
|
204 | if ! built_with_use x11-base/xorg-server xorg; then |
|
|
205 | eerror "x11-base/xorg-server is not built with support for external drivers." |
|
|
206 | die "You must build x11-base/xorg-server with USE=xorg." |
|
|
207 | fi |
|
|
208 | fi |
|
|
209 | fi |
|
|
210 | } |
121 | |
211 | |
122 | x-modular_unpack_source() { |
212 | x-modular_unpack_source() { |
123 | unpack ${A} |
213 | unpack ${A} |
124 | cd ${S} |
214 | cd ${S} |
125 | |
215 | |
… | |
… | |
137 | fi |
227 | fi |
138 | |
228 | |
139 | # If this is a driver package we need to fix man page install location. |
229 | # If this is a driver package we need to fix man page install location. |
140 | # Running autoreconf will use the patched util-macros to make the |
230 | # Running autoreconf will use the patched util-macros to make the |
141 | # change for us, so we only need to patch if it is not going to run. |
231 | # change for us, so we only need to patch if it is not going to run. |
142 | if [[ -n "${DRIVER}" ]] && [[ "${SNAPSHOT}" != "yes" ]]; then |
232 | if [[ -n "${DRIVER}" ]] && [[ "${SNAPSHOT}" != "yes" ]]\ |
|
|
233 | && [[ ${XDPVER} != -1 ]]; then |
143 | PATCHES="${PATCHES} ${DISTDIR}/x11-driver-patches-${XDPVER}.tar.bz2" |
234 | PATCHES="${PATCHES} ${DISTDIR}/x11-driver-patches-${XDPVER}.tar.bz2" |
144 | fi |
235 | fi |
145 | |
236 | |
146 | # For specific list of patches |
237 | # For specific list of patches |
147 | if [[ -n "${PATCHES}" ]] ; then |
238 | if [[ -n "${PATCHES}" ]] ; then |
… | |
… | |
161 | x-modular_reconf_source() { |
252 | x-modular_reconf_source() { |
162 | # Run autoreconf for CVS snapshots only |
253 | # Run autoreconf for CVS snapshots only |
163 | if [[ "${SNAPSHOT}" = "yes" ]] |
254 | if [[ "${SNAPSHOT}" = "yes" ]] |
164 | then |
255 | then |
165 | # If possible, generate configure if it doesn't exist |
256 | # If possible, generate configure if it doesn't exist |
166 | if [ -f "${S}/configure.ac" ] |
257 | if [ -f "./configure.ac" ] |
167 | then |
258 | then |
168 | einfo "Running autoreconf..." |
259 | eautoreconf |
169 | autoreconf -v --force --install |
|
|
170 | fi |
|
|
171 | fi |
260 | fi |
|
|
261 | fi |
172 | |
262 | |
|
|
263 | # Joshua Baergen - October 23, 2005 |
|
|
264 | # Fix shared lib issues on MIPS, FBSD, etc etc |
|
|
265 | elibtoolize |
173 | } |
266 | } |
174 | |
267 | |
175 | x-modular_src_unpack() { |
268 | x-modular_src_unpack() { |
176 | if [[ ${PN:0:11} = "xorg-server" ]] || [[ -n "${DRIVER}" ]]; then |
269 | x-modular_specs_check |
177 | if gcc-specs-now; then |
270 | x-modular_server_supports_drivers_check |
178 | msg="Do not emerge ${PN} without vanilla gcc!" |
271 | x-modular_dri_check |
179 | eerror "$msg" |
|
|
180 | die "$msg" |
|
|
181 | fi |
|
|
182 | fi |
|
|
183 | |
|
|
184 | x-modular_unpack_source |
272 | x-modular_unpack_source |
185 | x-modular_patch_source |
273 | x-modular_patch_source |
186 | x-modular_reconf_source |
274 | x-modular_reconf_source |
187 | |
|
|
188 | # Joshua Baergen - October 23, 2005 |
|
|
189 | # Fix shared lib issues on MIPS, FBSD, etc etc |
|
|
190 | elibtoolize |
|
|
191 | } |
275 | } |
192 | |
276 | |
193 | x-modular_font_configure() { |
277 | x-modular_font_configure() { |
194 | if [[ -n "${FONT}" ]]; then |
278 | if [[ -n "${FONT}" ]]; then |
195 | # Might be worth adding an option to configure your desired font |
279 | # Might be worth adding an option to configure your desired font |
… | |
… | |
215 | --disable-koi8-r" |
299 | --disable-koi8-r" |
216 | fi |
300 | fi |
217 | fi |
301 | fi |
218 | } |
302 | } |
219 | |
303 | |
|
|
304 | x-modular_debug_setup() { |
|
|
305 | if [[ -n "${DEBUGGABLE}" ]]; then |
|
|
306 | if use debug; then |
|
|
307 | strip-flags |
|
|
308 | append-flags -g |
|
|
309 | fi |
|
|
310 | fi |
|
|
311 | } |
|
|
312 | |
220 | x-modular_src_configure() { |
313 | x-modular_src_configure() { |
221 | x-modular_font_configure |
314 | x-modular_font_configure |
|
|
315 | x-modular_debug_setup |
222 | |
316 | |
223 | # If prefix isn't set here, .pc files cause problems |
317 | # If prefix isn't set here, .pc files cause problems |
224 | if [[ -x ./configure ]]; then |
318 | if [[ -x ./configure ]]; then |
225 | econf --prefix=${XDIR} \ |
319 | econf --prefix=${XDIR} \ |
226 | --datadir=${XDIR}/share \ |
320 | --datadir=${XDIR}/share \ |
… | |
… | |
247 | # Shouldn't be necessary in XDIR=/usr |
341 | # Shouldn't be necessary in XDIR=/usr |
248 | # einstall forces datadir, so we need to re-force it |
342 | # einstall forces datadir, so we need to re-force it |
249 | # datadir=${XDIR}/share \ |
343 | # datadir=${XDIR}/share \ |
250 | # mandir=${XDIR}/share/man \ |
344 | # mandir=${XDIR}/share/man \ |
251 | |
345 | |
|
|
346 | if [[ -e ${S}/ChangeLog ]]; then |
|
|
347 | dodoc ${S}/ChangeLog |
|
|
348 | fi |
|
|
349 | |
|
|
350 | # Make sure docs get compressed |
|
|
351 | prepalldocs |
|
|
352 | |
252 | # Don't install libtool archives for server modules |
353 | # Don't install libtool archives for server modules |
253 | if [[ -e ${D}/usr/lib/xorg/modules ]]; then |
354 | if [[ -e ${D}/usr/$(get_libdir)/xorg/modules ]]; then |
254 | find ${D}/usr/lib/xorg/modules -name '*.la' \ |
355 | find ${D}/usr/$(get_libdir)/xorg/modules -name '*.la' \ |
255 | | xargs rm -f |
356 | | xargs rm -f |
256 | fi |
357 | fi |
|
|
358 | |
|
|
359 | # Don't install overlapping fonts.* files |
|
|
360 | # Generate them instead when possible |
|
|
361 | if [[ -n "${FONT}" ]]; then |
|
|
362 | remove_font_metadata |
|
|
363 | fi |
|
|
364 | |
|
|
365 | if [[ -n "${DRIVER}" ]]; then |
|
|
366 | install_driver_hwdata |
|
|
367 | fi |
257 | } |
368 | } |
258 | |
369 | |
259 | x-modular_pkg_preinst() { |
370 | x-modular_pkg_preinst() { |
260 | if [[ -n "${FONT}" ]]; then |
371 | # We no longer do anything here, but we can't remove it from the API |
261 | discover_font_dirs |
372 | : |
262 | fi |
|
|
263 | } |
373 | } |
264 | |
374 | |
265 | x-modular_pkg_postinst() { |
375 | x-modular_pkg_postinst() { |
266 | if [[ -n "${FONT}" ]]; then |
376 | if [[ -n "${FONT}" ]]; then |
267 | setup_fonts |
377 | setup_fonts |
… | |
… | |
269 | } |
379 | } |
270 | |
380 | |
271 | x-modular_pkg_postrm() { |
381 | x-modular_pkg_postrm() { |
272 | if [[ -n "${FONT}" ]]; then |
382 | if [[ -n "${FONT}" ]]; then |
273 | cleanup_fonts |
383 | cleanup_fonts |
|
|
384 | font_pkg_postrm |
274 | fi |
385 | fi |
275 | } |
386 | } |
276 | |
387 | |
277 | cleanup_fonts() { |
388 | cleanup_fonts() { |
278 | 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" |
… | |
… | |
308 | eend 0 |
419 | eend 0 |
309 | done |
420 | done |
310 | } |
421 | } |
311 | |
422 | |
312 | setup_fonts() { |
423 | setup_fonts() { |
313 | if [[ ! -n "${FONT_DIRS}" ]]; then |
424 | if [[ ! -n "${FONT_DIR}" ]]; then |
314 | msg="FONT_DIRS is empty. The ebuild should set it to at least one subdir of /usr/share/fonts." |
425 | msg="FONT_DIR is empty. The ebuild should set it to at least one subdir of /usr/share/fonts." |
315 | eerror "${msg}" |
426 | eerror "${msg}" |
316 | die "${msg}" |
427 | die "${msg}" |
317 | fi |
428 | fi |
318 | |
429 | |
319 | create_fonts_scale |
430 | create_fonts_scale |
320 | create_fonts_dir |
431 | create_fonts_dir |
321 | fix_font_permissions |
432 | fix_font_permissions |
322 | create_font_cache |
433 | create_font_cache |
323 | } |
434 | } |
324 | |
435 | |
|
|
436 | remove_font_metadata() { |
|
|
437 | local DIR |
|
|
438 | for DIR in ${FONT_DIR}; do |
|
|
439 | if [[ "${DIR}" != "Speedo" ]] && \ |
|
|
440 | [[ "${DIR}" != "CID" ]] ; then |
|
|
441 | # Delete font metadata files |
|
|
442 | # fonts.scale, fonts.dir, fonts.cache-1 |
|
|
443 | rm -f ${D}/usr/share/fonts/${DIR}/fonts.{scale,dir,cache-1} |
|
|
444 | fi |
|
|
445 | done |
|
|
446 | } |
|
|
447 | |
|
|
448 | # Installs device-to-driver mappings for system-config-display |
|
|
449 | # and anything else that uses hwdata |
|
|
450 | install_driver_hwdata() { |
|
|
451 | insinto /usr/share/hwdata/videoaliases |
|
|
452 | for i in "${FILESDIR}"/*.xinf; do |
|
|
453 | # We need this for the case when none exist, |
|
|
454 | # so *.xinf doesn't expand |
|
|
455 | if [[ -e $i ]]; then |
|
|
456 | doins $i |
|
|
457 | fi |
|
|
458 | done |
|
|
459 | } |
|
|
460 | |
325 | discover_font_dirs() { |
461 | discover_font_dirs() { |
326 | pushd ${IMAGE}/usr/share/fonts |
462 | FONT_DIRS="${FONT_DIR}" |
327 | FONT_DIRS="$(find . -maxdepth 1 -mindepth 1 -type d)" |
|
|
328 | FONT_DIRS="$(echo ${FONT_DIRS} | sed -e 's:./::g')" |
|
|
329 | popd |
|
|
330 | } |
463 | } |
331 | |
464 | |
332 | create_fonts_scale() { |
465 | create_fonts_scale() { |
333 | ebegin "Creating fonts.scale files" |
466 | ebegin "Creating fonts.scale files" |
334 | local x |
467 | local x |
335 | for FONT_DIR in ${FONT_DIRS}; do |
468 | for DIR in ${FONT_DIR}; do |
336 | x=${ROOT}/usr/share/fonts/${FONT_DIR} |
469 | x=${ROOT}/usr/share/fonts/${DIR} |
337 | [[ -z "$(ls ${x}/)" ]] && continue |
470 | [[ -z "$(ls ${x}/)" ]] && continue |
338 | [[ "$(ls ${x}/)" = "fonts.cache-1" ]] && continue |
471 | [[ "$(ls ${x}/)" = "fonts.cache-1" ]] && continue |
339 | |
472 | |
340 | # Only generate .scale files if truetype, opentype or type1 |
473 | # Only generate .scale files if truetype, opentype or type1 |
341 | # fonts are present ... |
474 | # fonts are present ... |
342 | |
475 | |
343 | # First truetype (ttf,ttc) |
|
|
344 | # NOTE: ttmkfdir does NOT work on type1 fonts (#53753) |
|
|
345 | # Also, there is no way to regenerate Speedo/CID fonts.scale |
476 | # NOTE: There is no way to regenerate Speedo/CID fonts.scale |
346 | # <spyderous@gentoo.org> 2 August 2004 |
477 | # <spyderous@gentoo.org> 2 August 2004 |
347 | if [[ "${x/encodings}" = "${x}" ]] \ |
478 | if [[ "${x/encodings}" = "${x}" ]] \ |
348 | && [[ -n "$(find ${x} -iname '*.tt[cf]' -print)" ]]; then |
|
|
349 | if [[ -x ${ROOT}/usr/bin/ttmkfdir ]]; then |
|
|
350 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
|
|
351 | ${ROOT}/usr/bin/ttmkfdir -x 2 \ |
|
|
352 | -e ${ROOT}/usr/share/fonts/encodings/encodings.dir \ |
|
|
353 | -o ${x}/fonts.scale -d ${x} |
|
|
354 | # ttmkfdir fails on some stuff, so try mkfontscale if it does |
|
|
355 | local ttmkfdir_return=$? |
|
|
356 | else |
|
|
357 | # We didn't use ttmkfdir at all |
|
|
358 | local ttmkfdir_return=2 |
|
|
359 | fi |
|
|
360 | if [[ ${ttmkfdir_return} -ne 0 ]]; then |
|
|
361 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
|
|
362 | ${ROOT}/usr/bin/mkfontscale \ |
|
|
363 | -a /usr/share/fonts/encodings/encodings.dir \ |
|
|
364 | -- ${x} |
|
|
365 | fi |
|
|
366 | # Next type1 and opentype (pfa,pfb,otf,otc) |
|
|
367 | elif [[ "${x/encodings}" = "${x}" ]] \ |
|
|
368 | && [[ -n "$(find ${x} -iname '*.[po][ft][abcf]' -print)" ]]; then |
479 | && [[ -n "$(find ${x} -iname '*.[pot][ft][abcf]' -print)" ]]; then |
369 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
480 | mkfontscale \ |
370 | ${ROOT}/usr/bin/mkfontscale \ |
|
|
371 | -a ${ROOT}/usr/share/fonts/encodings/encodings.dir \ |
481 | -a ${ROOT}/usr/share/fonts/encodings/encodings.dir \ |
372 | -- ${x} |
482 | -- ${x} |
373 | fi |
483 | fi |
374 | done |
484 | done |
375 | eend 0 |
485 | eend 0 |
376 | } |
486 | } |
377 | |
487 | |
378 | create_fonts_dir() { |
488 | create_fonts_dir() { |
379 | ebegin "Generating fonts.dir files" |
489 | ebegin "Generating fonts.dir files" |
380 | for FONT_DIR in ${FONT_DIRS}; do |
490 | for DIR in ${FONT_DIR}; do |
381 | x=${ROOT}/usr/share/fonts/${FONT_DIR} |
491 | x=${ROOT}/usr/share/fonts/${DIR} |
382 | [[ -z "$(ls ${x}/)" ]] && continue |
492 | [[ -z "$(ls ${x}/)" ]] && continue |
383 | [[ "$(ls ${x}/)" = "fonts.cache-1" ]] && continue |
493 | [[ "$(ls ${x}/)" = "fonts.cache-1" ]] && continue |
384 | |
494 | |
385 | if [[ "${x/encodings}" = "${x}" ]]; then |
495 | if [[ "${x/encodings}" = "${x}" ]]; then |
386 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
496 | mkfontdir \ |
387 | ${ROOT}/usr/bin/mkfontdir \ |
|
|
388 | -e ${ROOT}/usr/share/fonts/encodings \ |
497 | -e ${ROOT}/usr/share/fonts/encodings \ |
389 | -e ${ROOT}/usr/share/fonts/encodings/large \ |
498 | -e ${ROOT}/usr/share/fonts/encodings/large \ |
390 | -- ${x} |
499 | -- ${x} |
391 | fi |
500 | fi |
392 | done |
501 | done |
393 | eend 0 |
502 | eend 0 |
394 | } |
503 | } |
395 | |
504 | |
396 | fix_font_permissions() { |
505 | fix_font_permissions() { |
397 | ebegin "Fixing permissions" |
506 | ebegin "Fixing permissions" |
398 | for FONT_DIR in ${FONT_DIRS}; do |
507 | for DIR in ${FONT_DIR}; do |
399 | find ${ROOT}/usr/share/fonts/${FONT_DIR} -type f -name 'font.*' \ |
508 | find ${ROOT}/usr/share/fonts/${DIR} -type f -name 'font.*' \ |
400 | -exec chmod 0644 {} \; |
509 | -exec chmod 0644 {} \; |
401 | done |
510 | done |
402 | eend 0 |
511 | eend 0 |
403 | } |
512 | } |
404 | |
513 | |
405 | create_font_cache() { |
514 | create_font_cache() { |
406 | # danarmak found out that fc-cache should be run AFTER all the above |
515 | font_pkg_postinst |
407 | # stuff, as otherwise the cache is invalid, and has to be run again |
|
|
408 | # as root anyway |
|
|
409 | if [[ -x ${ROOT}/usr/bin/fc-cache ]]; then |
|
|
410 | ebegin "Creating FC font cache" |
|
|
411 | HOME="/root" ${ROOT}/usr/bin/fc-cache |
|
|
412 | eend 0 |
|
|
413 | fi |
|
|
414 | } |
516 | } |
|
|
517 | |
|
|
518 | EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |