mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to Fontconfig-2.8.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8270 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
187faa24b1
commit
2c70bd1add
@ -191,7 +191,7 @@ $Date$
|
||||
<!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">
|
||||
|
@ -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; &&
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-docs \
|
||||
--without-add-fonts \
|
||||
--docdir=/usr/share/doc/fontconfig-&fontconfig-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
@ -105,6 +107,21 @@ make</userinput></screen>
|
||||
|
||||
<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} &&
|
||||
install -v -m644 fc-*/*.1 /usr/share/man/man1 &&
|
||||
install -v -m644 doc/*.3 /usr/share/man/man3 &&
|
||||
install -v -m644 doc/fonts-conf.5 /usr/share/man/man5 &&
|
||||
install -v -m644 doc/fontconfig-devel/* \
|
||||
/usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-devel &&
|
||||
install -v -m644 doc/*.{pdf,sgml,txt,html} \
|
||||
/usr/share/doc/fontconfig-&fontconfig-version;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user