Author: randy
Date: 2010-02-21 13:19:57 -0700 (Sun, 21 Feb 2010)
New Revision: 8270

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/fontconfig.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to Fontconfig-2.8.0

Modified: trunk/BOOK/general/graphlib/fontconfig.xml
===================================================================
--- trunk/BOOK/general/graphlib/fontconfig.xml  2010-02-21 18:55:48 UTC (rev 
8269)
+++ trunk/BOOK/general/graphlib/fontconfig.xml  2010-02-21 20:19:57 UTC (rev 
8270)
@@ -6,9 +6,9 @@
 
   <!ENTITY fontconfig-download-http 
"http://fontconfig.org/release/fontconfig-&fontconfig-version;.tar.gz";>
   <!ENTITY fontconfig-download-ftp  
"&gentoo-ftp-repo;/fontconfig-&fontconfig-version;.tar.gz">
-  <!ENTITY fontconfig-md5sum        "747d2c691c66b563c8e8c1784ce8d014">
+  <!ENTITY fontconfig-md5sum        "77e15a92006ddc2adbb06f840d591c0e">
   <!ENTITY fontconfig-size          "1.5 MB">
-  <!ENTITY fontconfig-buildsize     "14 MB">
+  <!ENTITY fontconfig-buildsize     "17 MB">
   <!ENTITY fontconfig-time          "0.2 SBU">
 ]>
 
@@ -94,9 +94,11 @@
     commands:</para>
 
 <screen><userinput>./configure --prefix=/usr \
-    --sysconfdir=/etc --localstatedir=/var \
-    --disable-docs --without-add-fonts \
-    --with-docdir=/usr/share/doc/fontconfig-&fontconfig-version; &amp;&amp;
+            --sysconfdir=/etc \
+            --localstatedir=/var \
+            --disable-docs \
+            --without-add-fonts \
+            --docdir=/usr/share/doc/fontconfig-&fontconfig-version; &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
@@ -105,6 +107,21 @@
 
 <screen role="root"><userinput>make install</userinput></screen>
 
+    <para>If you did not remove the <parameter>--disable-docs</parameter>
+    parameter from the <command>configure</command> command, you can install
+    the pre-generated documentation by using the following commands as the
+    <systemitem class="username">root</systemitem> user:</para>
+
+<screen role="root"><userinput>install -v -m755 \
+    -d 
/usr/share/{man/man{3,5},doc/fontconfig-&fontconfig-version;/fontconfig-devel} 
&amp;&amp;
+install -v -m644 fc-*/*.1          /usr/share/man/man1 &amp;&amp;
+install -v -m644 doc/*.3           /usr/share/man/man3 &amp;&amp;
+install -v -m644 doc/fonts-conf.5  /usr/share/man/man5 &amp;&amp;
+install -v -m644 doc/fontconfig-devel/* \
+    /usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-devel &amp;&amp;
+install -v -m644 doc/*.{pdf,sgml,txt,html} \
+    /usr/share/doc/fontconfig-&fontconfig-version;</userinput></screen>
+
   </sect2>
 
   <sect2 role="commands">

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-02-21 18:55:48 UTC (rev 8269)
+++ trunk/BOOK/general.ent      2010-02-21 20:19:57 UTC (rev 8270)
@@ -191,7 +191,7 @@
 <!ENTITY lcms-version                 "1.18a">
 <!ENTITY libmng-version               "1.0.10">
 <!ENTITY freetype2-version            "2.3.12">
-<!ENTITY fontconfig-version           "2.7.3">
+<!ENTITY fontconfig-version           "2.8.0">
 <!ENTITY libart_lgpl-version          "2.3.20">
 <!ENTITY librsvg-version              "2.26.0">
 <!ENTITY aalib-version                "1.4rc5">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-02-21 18:55:48 UTC 
(rev 8269)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-02-21 20:19:57 UTC 
(rev 8270)
@@ -45,6 +45,9 @@
       <para>February 21st, 2010</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Updated to Fontconfig-2.8.0.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated to Freetype-2.3.12.</para>
         </listitem>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to