| 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.5 2005/08/15 00:33:31 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.29 2005/12/09 23:32:27 joshuabaergen 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. |
| 9 | # |
9 | # |
| 10 | # If the ebuild installs fonts, set FONT="yes" at the top and set FONT_DIRS to |
10 | # If the ebuild installs fonts, set FONT="yes" at the top and set FONT_DIRS to |
| 11 | # the subdirectories within /usr/share/fonts to which it installs fonts. |
11 | # the subdirectories within /usr/share/fonts to which it installs fonts. |
| 12 | |
12 | |
| 13 | EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst |
13 | EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |
| 14 | |
14 | |
| 15 | inherit eutils |
15 | inherit eutils libtool toolchain-funcs |
| 16 | |
16 | |
| 17 | # Directory prefix to use for everything |
17 | # Directory prefix to use for everything |
| 18 | XDIR="/usr" |
18 | XDIR="/usr" |
| 19 | |
19 | |
|
|
20 | # Set up default patchset version(s) if necessary |
|
|
21 | # x11-driver-patches |
|
|
22 | if [[ -z "${XDPVER}" ]]; then |
|
|
23 | XDPVER="1" |
|
|
24 | fi |
|
|
25 | |
| 20 | IUSE="" |
26 | IUSE="" |
| 21 | HOMEPAGE="http://xorg.freedesktop.org/" |
27 | HOMEPAGE="http://xorg.freedesktop.org/" |
| 22 | SRC_URI="http://xorg.freedesktop.org/X11R7.0-RC0/everything/${P}.tar.bz2" |
28 | SRC_URI="http://xorg.freedesktop.org/releases/X11R7.0-RC3/everything/${P}.tar.bz2 |
|
|
29 | http://xorg.freedesktop.org/releases/X11R7.0-RC2/everything/${P}.tar.bz2 |
|
|
30 | http://xorg.freedesktop.org/releases/X11R7.0-RC1/everything/${P}.tar.bz2 |
|
|
31 | http://xorg.freedesktop.org/releases/X11R7.0-RC0/everything/${P}.tar.bz2" |
| 23 | LICENSE="X11" |
32 | LICENSE="X11" |
| 24 | SLOT="0" |
33 | SLOT="0" |
| 25 | |
34 | |
| 26 | # Set up shared dependencies |
35 | # Set up shared dependencies |
| 27 | if [ -n "${SNAPSHOT}" ]; then |
36 | if [[ -n "${SNAPSHOT}" ]]; then |
| 28 | # FIXME: What's the minimal libtool version supporting arbitrary versioning? |
37 | # FIXME: What's the minimal libtool version supporting arbitrary versioning? |
| 29 | DEPEND="${DEPEND} |
38 | DEPEND="${DEPEND} |
| 30 | >=sys-devel/autoconf-2.57 |
39 | >=sys-devel/autoconf-2.57 |
| 31 | >=sys-devel/automake-1.7 |
40 | >=sys-devel/automake-1.7 |
| 32 | >=sys-devel/libtool-1.5 |
41 | >=sys-devel/libtool-1.5 |
| 33 | >=sys-devel/m4-1.4" |
42 | >=sys-devel/m4-1.4" |
| 34 | fi |
43 | fi |
| 35 | |
44 | |
| 36 | # If we're a font package, but not the font.alias one |
45 | # If we're a font package, but not the font.alias one |
| 37 | if [[ "${PN/#font}" != "${PN}" ]] && [[ "${PN}" != "font-alias" ]]; then |
46 | if [[ "${PN/#font-}" != "${PN}" ]] \ |
|
|
47 | && [[ "${PN}" != "font-alias" ]] \ |
|
|
48 | && [[ "${PN}" != "font-util" ]]; then |
| 38 | # Activate font code in the rest of the eclass |
49 | # Activate font code in the rest of the eclass |
| 39 | FONT="yes" |
50 | FONT="yes" |
| 40 | |
51 | |
| 41 | RDEPEND="${RDEPEND} |
52 | RDEPEND="${RDEPEND} |
| 42 | media-fonts/encodings" |
53 | media-fonts/encodings" |
| 43 | PDEPEND="${PDEPEND} |
54 | PDEPEND="${PDEPEND} |
| 44 | media-fonts/font-alias" |
55 | media-fonts/font-alias" |
|
|
56 | |
|
|
57 | # Starting with 7.0RC3, we can specify the font directory |
|
|
58 | # But oddly, we can't do the same for encodings or font-alias |
|
|
59 | |
|
|
60 | # Wrap in `if` so ebuilds can set it too |
|
|
61 | if [[ -z ${FONT_DIR} ]]; then |
|
|
62 | FONT_DIR=${PN##*-} |
|
|
63 | |
|
|
64 | fi |
|
|
65 | |
|
|
66 | # Fix case of font directories |
|
|
67 | FONT_DIR=${FONT_DIR/ttf/TTF} |
|
|
68 | FONT_DIR=${FONT_DIR/otf/OTF} |
|
|
69 | FONT_DIR=${FONT_DIR/type1/Type1} |
|
|
70 | FONT_DIR=${FONT_DIR/speedo/Speedo} |
|
|
71 | |
|
|
72 | # Set up configure option |
|
|
73 | FONT_OPTIONS="--with-fontdir=\"/usr/share/fonts/${FONT_DIR}\"" |
|
|
74 | |
|
|
75 | if [[ -n "${FONT}" ]]; then |
|
|
76 | if [[ ${PN##*-} = misc ]] || [[ ${PN##*-} = 75dpi ]] || [[ ${PN##*-} = 100dpi ]]; then |
|
|
77 | IUSE="${IUSE} nls" |
|
|
78 | fi |
|
|
79 | fi |
| 45 | fi |
80 | fi |
| 46 | |
81 | |
|
|
82 | # If we're a driver package |
|
|
83 | if [[ "${PN/#xf86-video}" != "${PN}" ]] || [[ "${PN/#xf86-input}" != "${PN}" ]]; then |
|
|
84 | # Don't build static driver modules |
|
|
85 | DRIVER_OPTIONS="--disable-static" |
|
|
86 | |
|
|
87 | # Enable driver code in the rest of the eclass |
|
|
88 | DRIVER="yes" |
|
|
89 | |
|
|
90 | # Add driver patchset to SRC_URI |
|
|
91 | SRC_URI="${SRC_URI} |
|
|
92 | http://dev.gentoo.org/~joshuabaergen/distfiles/x11-driver-patches-${XDPVER}.tar.bz2" |
|
|
93 | fi |
|
|
94 | |
| 47 | DEPEND="${DEPEND} |
95 | DEPEND="${DEPEND} |
| 48 | dev-util/pkgconfig |
96 | >=dev-util/pkgconfig-0.18 |
| 49 | x11-misc/util-macros" |
97 | >=x11-misc/util-macros-0.99.2" |
| 50 | |
98 | |
|
|
99 | # >=sys-apps/man-1.6b-r2 required to look in [0-8]x/ directories |
| 51 | RDEPEND="${RDEPEND}" |
100 | RDEPEND="${RDEPEND} |
| 52 | # Shouldn't be necessary once we're in a standard location |
101 | !<=x11-base/xorg-x11-6.9 |
|
|
102 | >=sys-apps/man-1.6b-r2" |
|
|
103 | # Provides virtual/x11 for temporary use until packages are ported |
| 53 | # x11-base/x11-env" |
104 | # x11-base/x11-env" |
| 54 | # FIXME: Uncomment once it's in portage |
|
|
| 55 | # !x11-base/xorg-x11" |
|
|
| 56 | |
105 | |
| 57 | x-modular_unpack_source() { |
106 | x-modular_unpack_source() { |
| 58 | unpack ${A} |
107 | unpack ${A} |
| 59 | cd ${S} |
108 | cd ${S} |
|
|
109 | |
|
|
110 | if [[ -n ${FONT_OPTIONS} ]]; then |
|
|
111 | einfo "Detected font directory: ${FONT_DIR}" |
|
|
112 | fi |
| 60 | } |
113 | } |
| 61 | |
114 | |
| 62 | x-modular_patch_source() { |
115 | x-modular_patch_source() { |
| 63 | # Use standardized names and locations with bulk patching |
116 | # Use standardized names and locations with bulk patching |
| 64 | # Patch directory is ${WORKDIR}/patch |
117 | # Patch directory is ${WORKDIR}/patch |
| 65 | # See epatch() in eutils.eclass for more documentation |
118 | # See epatch() in eutils.eclass for more documentation |
| 66 | if [ -z "${EPATCH_SUFFIX}" ] ; then |
119 | if [[ -z "${EPATCH_SUFFIX}" ]] ; then |
| 67 | EPATCH_SUFFIX="patch" |
120 | EPATCH_SUFFIX="patch" |
| 68 | fi |
121 | fi |
| 69 | |
122 | |
|
|
123 | # If this is a driver package we need to fix man page install location. |
|
|
124 | # Running autoreconf will use the patched util-macros to make the |
|
|
125 | # change for us, so we only need to patch if it is not going to run. |
|
|
126 | if [[ -n "${DRIVER}" ]] && [[ "${SNAPSHOT}" != "yes" ]]; then |
|
|
127 | PATCHES="${PATCHES} ${DISTDIR}/x11-driver-patches-${XDPVER}.tar.bz2" |
|
|
128 | fi |
|
|
129 | |
| 70 | # For specific list of patches |
130 | # For specific list of patches |
| 71 | if [ -n "${PATCHES}" ] ; then |
131 | if [[ -n "${PATCHES}" ]] ; then |
| 72 | for PATCH in ${PATCHES} |
132 | for PATCH in ${PATCHES} |
| 73 | do |
133 | do |
| 74 | epatch ${PATCH} |
134 | epatch ${PATCH} |
| 75 | done |
135 | done |
| 76 | # For non-default directory bulk patching |
136 | # For non-default directory bulk patching |
| 77 | elif [ -n "${PATCH_LOC}" ] ; then |
137 | elif [[ -n "${PATCH_LOC}" ]] ; then |
| 78 | epatch ${PATCH_LOC} |
138 | epatch ${PATCH_LOC} |
| 79 | # For standard bulk patching |
139 | # For standard bulk patching |
| 80 | elif [ -d "${EPATCH_SOURCE}" ] ; then |
140 | elif [[ -d "${EPATCH_SOURCE}" ]] ; then |
| 81 | epatch |
141 | epatch |
| 82 | fi |
142 | fi |
| 83 | } |
143 | } |
| 84 | |
144 | |
| 85 | x-modular_reconf_source() { |
145 | x-modular_reconf_source() { |
| 86 | # Run autoreconf for CVS snapshots only |
146 | # Run autoreconf for CVS snapshots only |
| 87 | if [ "${SNAPSHOT}" = "yes" ] |
147 | if [[ "${SNAPSHOT}" = "yes" ]] |
| 88 | then |
148 | then |
| 89 | # If possible, generate configure if it doesn't exist |
149 | # If possible, generate configure if it doesn't exist |
| 90 | if [ -f "${S}/configure.ac" ] |
150 | if [ -f "${S}/configure.ac" ] |
| 91 | then |
151 | then |
| 92 | einfo "Running autoreconf..." |
152 | einfo "Running autoreconf..." |
| 93 | autoreconf -v --install |
153 | autoreconf -v --force --install |
| 94 | fi |
154 | fi |
| 95 | fi |
155 | fi |
| 96 | |
156 | |
| 97 | } |
157 | } |
| 98 | |
158 | |
| 99 | x-modular_src_unpack() { |
159 | x-modular_src_unpack() { |
|
|
160 | if [[ ${PN:0:11} = "xorg-server" ]] || [[ -n "${DRIVER}" ]]; then |
|
|
161 | if gcc-specs-now; then |
|
|
162 | msg="Do not emerge ${PN} without vanilla gcc!" |
|
|
163 | eerror "$msg" |
|
|
164 | die "$msg" |
|
|
165 | fi |
|
|
166 | fi |
|
|
167 | |
| 100 | x-modular_unpack_source |
168 | x-modular_unpack_source |
| 101 | x-modular_patch_source |
169 | x-modular_patch_source |
| 102 | x-modular_reconf_source |
170 | x-modular_reconf_source |
| 103 | } |
|
|
| 104 | |
171 | |
|
|
172 | # Joshua Baergen - October 23, 2005 |
|
|
173 | # Fix shared lib issues on MIPS, FBSD, etc etc |
|
|
174 | elibtoolize |
|
|
175 | } |
|
|
176 | |
|
|
177 | x-modular_font_configure() { |
|
|
178 | if [[ -n "${FONT}" ]]; then |
|
|
179 | # Might be worth adding an option to configure your desired font |
|
|
180 | # and exclude all others. Also, should this USE be nls or minimal? |
|
|
181 | if ! use nls; then |
|
|
182 | FONT_OPTIONS="${FONT_OPTIONS} |
|
|
183 | --disable-iso8859-2 |
|
|
184 | --disable-iso8859-3 |
|
|
185 | --disable-iso8859-4 |
|
|
186 | --disable-iso8859-5 |
|
|
187 | --disable-iso8859-6 |
|
|
188 | --disable-iso8859-7 |
|
|
189 | --disable-iso8859-8 |
|
|
190 | --disable-iso8859-9 |
|
|
191 | --disable-iso8859-10 |
|
|
192 | --disable-iso8859-11 |
|
|
193 | --disable-iso8859-12 |
|
|
194 | --disable-iso8859-13 |
|
|
195 | --disable-iso8859-14 |
|
|
196 | --disable-iso8859-15 |
|
|
197 | --disable-iso8859-16 |
|
|
198 | --disable-jisx0201 |
|
|
199 | --disable-koi8-r" |
|
|
200 | fi |
|
|
201 | fi |
|
|
202 | } |
|
|
203 | |
| 105 | x-modular_src_compile() { |
204 | x-modular_src_configure() { |
|
|
205 | x-modular_font_configure |
|
|
206 | |
| 106 | # If prefix isn't set here, .pc files cause problems |
207 | # If prefix isn't set here, .pc files cause problems |
| 107 | if [ -x ./configure ]; then |
208 | if [[ -x ./configure ]]; then |
| 108 | econf --prefix=${XDIR} \ |
209 | econf --prefix=${XDIR} \ |
| 109 | --datadir=${XDIR}/share \ |
210 | --datadir=${XDIR}/share \ |
|
|
211 | ${FONT_OPTIONS} \ |
|
|
212 | ${DRIVER_OPTIONS} \ |
| 110 | ${CONFIGURE_OPTIONS} |
213 | ${CONFIGURE_OPTIONS} |
| 111 | fi |
214 | fi |
|
|
215 | } |
|
|
216 | |
|
|
217 | x-modular_src_make() { |
| 112 | emake || die "emake failed" |
218 | emake || die "emake failed" |
|
|
219 | } |
|
|
220 | |
|
|
221 | x-modular_src_compile() { |
|
|
222 | x-modular_src_configure |
|
|
223 | x-modular_src_make |
| 113 | } |
224 | } |
| 114 | |
225 | |
| 115 | x-modular_src_install() { |
226 | x-modular_src_install() { |
| 116 | # Install everything to ${XDIR} |
227 | # Install everything to ${XDIR} |
| 117 | make \ |
228 | make \ |
| … | |
… | |
| 119 | install |
230 | install |
| 120 | # Shouldn't be necessary in XDIR=/usr |
231 | # Shouldn't be necessary in XDIR=/usr |
| 121 | # einstall forces datadir, so we need to re-force it |
232 | # einstall forces datadir, so we need to re-force it |
| 122 | # datadir=${XDIR}/share \ |
233 | # datadir=${XDIR}/share \ |
| 123 | # mandir=${XDIR}/share/man \ |
234 | # mandir=${XDIR}/share/man \ |
|
|
235 | |
|
|
236 | # Don't install libtool archives for server modules |
|
|
237 | if [[ -e ${D}/usr/lib/xorg/modules ]]; then |
|
|
238 | find ${D}/usr/lib/xorg/modules -name '*.la' \ |
|
|
239 | | xargs rm -f |
|
|
240 | fi |
| 124 | } |
241 | } |
| 125 | |
242 | |
| 126 | x-modular_pkg_preinst() { |
243 | x-modular_pkg_preinst() { |
| 127 | if [[ -n "${FONT}" ]]; then |
244 | if [[ -n "${FONT}" ]]; then |
| 128 | discover_font_dirs |
245 | discover_font_dirs |
| … | |
… | |
| 131 | |
248 | |
| 132 | x-modular_pkg_postinst() { |
249 | x-modular_pkg_postinst() { |
| 133 | if [[ -n "${FONT}" ]]; then |
250 | if [[ -n "${FONT}" ]]; then |
| 134 | setup_fonts |
251 | setup_fonts |
| 135 | fi |
252 | fi |
|
|
253 | } |
|
|
254 | |
|
|
255 | x-modular_pkg_postrm() { |
|
|
256 | if [[ -n "${FONT}" ]]; then |
|
|
257 | cleanup_fonts |
|
|
258 | fi |
|
|
259 | } |
|
|
260 | |
|
|
261 | cleanup_fonts() { |
|
|
262 | local ALLOWED_FILES="encodings.dir fonts.cache-1 fonts.dir fonts.scale" |
|
|
263 | for DIR in ${FONT_DIR}; do |
|
|
264 | unset KEEP_FONTDIR |
|
|
265 | REAL_DIR=${ROOT}usr/share/fonts/${DIR} |
|
|
266 | |
|
|
267 | ebegin "Checking ${REAL_DIR} for useless files" |
|
|
268 | pushd ${REAL_DIR} &> /dev/null |
|
|
269 | for FILE in *; do |
|
|
270 | unset MATCH |
|
|
271 | for ALLOWED_FILE in ${ALLOWED_FILES}; do |
|
|
272 | if [[ ${FILE} = ${ALLOWED_FILE} ]]; then |
|
|
273 | # If it's allowed, then move on to the next file |
|
|
274 | MATCH="yes" |
|
|
275 | break |
|
|
276 | fi |
|
|
277 | done |
|
|
278 | # If we found a match in allowed files, move on to the next file |
|
|
279 | if [[ -n ${MATCH} ]]; then |
|
|
280 | continue |
|
|
281 | fi |
|
|
282 | # If we get this far, there wasn't a match in the allowed files |
|
|
283 | KEEP_FONTDIR="yes" |
|
|
284 | # We don't need to check more files if we're already keeping it |
|
|
285 | break |
|
|
286 | done |
|
|
287 | popd &> /dev/null |
|
|
288 | # If there are no files worth keeping, then get rid of the dir |
|
|
289 | if [[ -z "${KEEP_FONTDIR}" ]]; then |
|
|
290 | rm -rf ${REAL_DIR} |
|
|
291 | fi |
|
|
292 | eend 0 |
|
|
293 | done |
| 136 | } |
294 | } |
| 137 | |
295 | |
| 138 | setup_fonts() { |
296 | setup_fonts() { |
| 139 | if [[ ! -n "${FONT_DIRS}" ]]; then |
297 | if [[ ! -n "${FONT_DIRS}" ]]; then |
| 140 | msg="FONT_DIRS empty. Set it to at least one subdir of /usr/share/fonts." |
298 | msg="FONT_DIRS is empty. The ebuild should set it to at least one subdir of /usr/share/fonts." |
| 141 | eerror ${msg} |
299 | eerror "${msg}" |
| 142 | die ${msg} |
300 | die "${msg}" |
| 143 | fi |
301 | fi |
| 144 | |
302 | |
| 145 | create_fonts_scale |
303 | create_fonts_scale |
| 146 | create_fonts_dir |
304 | create_fonts_dir |
| 147 | fix_font_permissions |
305 | fix_font_permissions |
| … | |
… | |
| 158 | create_fonts_scale() { |
316 | create_fonts_scale() { |
| 159 | ebegin "Creating fonts.scale files" |
317 | ebegin "Creating fonts.scale files" |
| 160 | local x |
318 | local x |
| 161 | for FONT_DIR in ${FONT_DIRS}; do |
319 | for FONT_DIR in ${FONT_DIRS}; do |
| 162 | x=${ROOT}/usr/share/fonts/${FONT_DIR} |
320 | x=${ROOT}/usr/share/fonts/${FONT_DIR} |
| 163 | [ -z "$(ls ${x}/)" ] && continue |
321 | [[ -z "$(ls ${x}/)" ]] && continue |
| 164 | [ "$(ls ${x}/)" = "fonts.cache-1" ] && continue |
322 | [[ "$(ls ${x}/)" = "fonts.cache-1" ]] && continue |
| 165 | |
323 | |
| 166 | # Only generate .scale files if truetype, opentype or type1 |
324 | # Only generate .scale files if truetype, opentype or type1 |
| 167 | # fonts are present ... |
325 | # fonts are present ... |
| 168 | |
326 | |
| 169 | # First truetype (ttf,ttc) |
327 | # First truetype (ttf,ttc) |
| 170 | # NOTE: ttmkfdir does NOT work on type1 fonts (#53753) |
328 | # NOTE: ttmkfdir does NOT work on type1 fonts (#53753) |
| 171 | # Also, there is no way to regenerate Speedo/CID fonts.scale |
329 | # Also, there is no way to regenerate Speedo/CID fonts.scale |
| 172 | # <spyderous@gentoo.org> 2 August 2004 |
330 | # <spyderous@gentoo.org> 2 August 2004 |
| 173 | if [ "${x/encodings}" = "${x}" -a \ |
331 | if [[ "${x/encodings}" = "${x}" ]] \ |
| 174 | -n "$(find ${x} -iname '*.tt[cf]' -print)" ]; then |
332 | && [[ -n "$(find ${x} -iname '*.tt[cf]' -print)" ]]; then |
| 175 | if [ -x ${ROOT}/usr/bin/ttmkfdir ]; then |
333 | if [[ -x ${ROOT}/usr/bin/ttmkfdir ]]; then |
| 176 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
334 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
| 177 | ${ROOT}/usr/bin/ttmkfdir -x 2 \ |
335 | ${ROOT}/usr/bin/ttmkfdir -x 2 \ |
| 178 | -e ${ROOT}/usr/share/fonts/encodings/encodings.dir \ |
336 | -e ${ROOT}/usr/share/fonts/encodings/encodings.dir \ |
| 179 | -o ${x}/fonts.scale -d ${x} |
337 | -o ${x}/fonts.scale -d ${x} |
| 180 | # ttmkfdir fails on some stuff, so try mkfontscale if it does |
338 | # ttmkfdir fails on some stuff, so try mkfontscale if it does |
| 181 | local ttmkfdir_return=$? |
339 | local ttmkfdir_return=$? |
| 182 | else |
340 | else |
| 183 | # We didn't use ttmkfdir at all |
341 | # We didn't use ttmkfdir at all |
| 184 | local ttmkfdir_return=2 |
342 | local ttmkfdir_return=2 |
| 185 | fi |
343 | fi |
| 186 | if [ ${ttmkfdir_return} -ne 0 ]; then |
344 | if [[ ${ttmkfdir_return} -ne 0 ]]; then |
| 187 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
345 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
| 188 | ${ROOT}/usr/bin/mkfontscale \ |
346 | ${ROOT}/usr/bin/mkfontscale \ |
| 189 | -a /usr/share/fonts/encodings/encodings.dir \ |
347 | -a /usr/share/fonts/encodings/encodings.dir \ |
| 190 | -- ${x} |
348 | -- ${x} |
| 191 | fi |
349 | fi |
| 192 | # Next type1 and opentype (pfa,pfb,otf,otc) |
350 | # Next type1 and opentype (pfa,pfb,otf,otc) |
| 193 | elif [ "${x/encodings}" = "${x}" -a \ |
351 | elif [[ "${x/encodings}" = "${x}" ]] \ |
| 194 | -n "$(find ${x} -iname '*.[po][ft][abcf]' -print)" ]; then |
352 | && [[ -n "$(find ${x} -iname '*.[po][ft][abcf]' -print)" ]]; then |
| 195 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
353 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
| 196 | ${ROOT}/usr/bin/mkfontscale \ |
354 | ${ROOT}/usr/bin/mkfontscale \ |
| 197 | -a ${ROOT}/usr/share/fonts/encodings/encodings.dir \ |
355 | -a ${ROOT}/usr/share/fonts/encodings/encodings.dir \ |
| 198 | -- ${x} |
356 | -- ${x} |
| 199 | fi |
357 | fi |
| … | |
… | |
| 203 | |
361 | |
| 204 | create_fonts_dir() { |
362 | create_fonts_dir() { |
| 205 | ebegin "Generating fonts.dir files" |
363 | ebegin "Generating fonts.dir files" |
| 206 | for FONT_DIR in ${FONT_DIRS}; do |
364 | for FONT_DIR in ${FONT_DIRS}; do |
| 207 | x=${ROOT}/usr/share/fonts/${FONT_DIR} |
365 | x=${ROOT}/usr/share/fonts/${FONT_DIR} |
| 208 | [ -z "$(ls ${x}/)" ] && continue |
366 | [[ -z "$(ls ${x}/)" ]] && continue |
| 209 | [ "$(ls ${x}/)" = "fonts.cache-1" ] && continue |
367 | [[ "$(ls ${x}/)" = "fonts.cache-1" ]] && continue |
| 210 | |
368 | |
| 211 | if [ "${x/encodings}" = "${x}" ]; then |
369 | if [[ "${x/encodings}" = "${x}" ]]; then |
| 212 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
370 | LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/$(get_libdir)" \ |
| 213 | ${ROOT}/usr/bin/mkfontdir \ |
371 | ${ROOT}/usr/bin/mkfontdir \ |
| 214 | -e ${ROOT}/usr/share/fonts/encodings \ |
372 | -e ${ROOT}/usr/share/fonts/encodings \ |
| 215 | -e ${ROOT}/usr/share/fonts/encodings/large \ |
373 | -e ${ROOT}/usr/share/fonts/encodings/large \ |
| 216 | -- ${x} |
374 | -- ${x} |
| … | |
… | |
| 230 | |
388 | |
| 231 | create_font_cache() { |
389 | create_font_cache() { |
| 232 | # danarmak found out that fc-cache should be run AFTER all the above |
390 | # danarmak found out that fc-cache should be run AFTER all the above |
| 233 | # stuff, as otherwise the cache is invalid, and has to be run again |
391 | # stuff, as otherwise the cache is invalid, and has to be run again |
| 234 | # as root anyway |
392 | # as root anyway |
| 235 | if [ -x ${ROOT}/usr/bin/fc-cache ]; then |
393 | if [[ -x ${ROOT}/usr/bin/fc-cache ]]; then |
| 236 | ebegin "Creating FC font cache" |
394 | ebegin "Creating FC font cache" |
| 237 | HOME="/root" ${ROOT}/usr/bin/fc-cache |
395 | HOME="/root" ${ROOT}/usr/bin/fc-cache |
| 238 | eend 0 |
396 | eend 0 |
| 239 | fi |
397 | fi |
| 240 | } |
398 | } |