From 18b6c5672504a2b54ce4e39e852e2e12e10a1b03 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 27 Dec 2008 07:17:01 +0000 Subject: [PATCH] Updated to fontconfig-2.6.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7673 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- general/graphlib/fontconfig.xml | 29 +++++++++-------------------- introduction/welcome/changelog.xml | 3 +++ 3 files changed, 13 insertions(+), 21 deletions(-) diff --git a/general.ent b/general.ent index 37beb7b814..bd74ea871d 100644 --- a/general.ent +++ b/general.ent @@ -149,7 +149,7 @@ $Date$ - + diff --git a/general/graphlib/fontconfig.xml b/general/graphlib/fontconfig.xml index cbd13eec33..7a0523e1fb 100644 --- a/general/graphlib/fontconfig.xml +++ b/general/graphlib/fontconfig.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -54,16 +54,13 @@ - Fontconfig Dependencies @@ -104,15 +101,7 @@ make Now, as the root user: -make install && -install -v -m644 doc/*.3 /usr/share/man/man3 && -install -v -m644 doc/*.5 /usr/share/man/man5 && -install -v -m755 \ - -d /usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-devel && -install -v -m644 doc/*.{html,pdf,txt} \ - /usr/share/doc/fontconfig-&fontconfig-version; && -install -v -m644 doc/fontconfig-devel/* \ - /usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-devel +make install @@ -123,14 +112,14 @@ install -v -m644 doc/fontconfig-devel/* \ the system font cache files in /var/cache/fontconfig. - --disable-docs: This switch avoids building - the documentation (the release tarball includes pre-generated - documentation). - --without-add-fonts: This switch disables the automatic search for X Window System fonts which, if found, may confuse some applications. + --disable-docs: This switch avoids building + the documentation (the release tarball includes pre-generated + documentation). + --with-docdir=/usr/share/doc/fontconfig-&fontconfig-version;: Though this parameter seems counter-intuitive following the preceding parameter to the configure command, it is used so that diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 6986986946..edf3e73637 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -53,6 +53,9 @@ December 26th, 2008 + + [bdubbs] - Updated to fontconfig-2.6.0. + [bdubbs] - Updated to libmng-1.0.10.