Changeset ac567be


Ignore:
Timestamp:
11/27/2005 04:11:01 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6603f8b
Parents:
4e97f2d
Message:

Added an FTP download URL and changed the documentation installation to a versioned directory in the Fontconfig instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5318 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/fontconfig.xml

    r4e97f2d rac567be  
    66
    77  <!ENTITY fontconfig-download-http "http://fontconfig.org/release/fontconfig-&fontconfig-version;.tar.gz">
    8   <!-- <!ENTITY fontconfig-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/fontconfig-&fontconfig-version;.tar.gz"> -->
    9   <!ENTITY fontconfig-download-ftp " ">
    10   <!ENTITY fontconfig-md5sum "7354f9f125ea78a8f2851cb9c31d4866">
    11   <!ENTITY fontconfig-size "942 KB">
    12   <!ENTITY fontconfig-buildsize "13.0 MB">
    13   <!ENTITY fontconfig-time "0.2 SBU">
     8  <!ENTITY fontconfig-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/fontconfig-&fontconfig-version;.tar.gz">
     9  <!ENTITY fontconfig-md5sum        "7354f9f125ea78a8f2851cb9c31d4866">
     10  <!ENTITY fontconfig-size          "942 KB">
     11  <!ENTITY fontconfig-buildsize     "13.0 MB">
     12  <!ENTITY fontconfig-time          "0.2 SBU">
    1413]>
    1514
     
    5857    <note>
    5958      <para>The numbering system of <application>Fontconfig</application> is
    60       unusual. The beta versions of the package are numbered with a 9x in the last
    61       portion of the release number. This means that 2.3.90 is a beta release and
    62       the most current release is of the form &fontconfig-version;</para>
     59      unusual. The beta versions of the package are numbered with a 9x in the
     60      last portion of the release number. This means that 2.3.92 is a beta
     61      release and the most current release is of the form
     62      &fontconfig-version;</para>
    6363    </note>
    6464
     
    8787    commands:</para>
    8888
    89 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-docs &amp;&amp;
     89<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-docs \
     90    --with-docdir=/usr/share/doc/fontconfig-&fontconfig-version; &amp;&amp;
    9091make</userinput></screen>
    9192
     
    9596
    9697<screen role="root"><userinput>make install &amp;&amp;
    97 install -v -m755 -d /usr/share/doc/fontconfig/fontconfig-devel &amp;&amp;
    9898install -v -m644 doc/*.3 /usr/share/man/man3 &amp;&amp;
    9999install -v -m644 doc/*.5 /usr/share/man/man5 &amp;&amp;
    100 install -v -m644 doc/*.{html,pdf,txt} /usr/share/doc/fontconfig &amp;&amp;
     100install -v -m755 \
     101        -d /usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-devel &amp;&amp;
     102install -v -m644 doc/*.{html,pdf,txt} \
     103        /usr/share/doc/fontconfig-&fontconfig-version; &amp;&amp;
    101104install -v -m644 doc/fontconfig-devel/* \
    102     /usr/share/doc/fontconfig/fontconfig-devel</userinput></screen>
     105        /usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-devel</userinput></screen>
    103106
    104107  </sect2>
     
    111114    documentation).</para>
    112115
    113     <!-- If you wish to build the documentation using
    114     <application>DocBook-utils</application>, you may need to remove the
    115     <application>OpenSP</application> catalog definitions from the system
    116     SGML catalogs. Use the following command before building
    117     the package to accomplish this:</para>
    118 
    119 <screen role="root"><userinput>sed -i.orig \
    120     -e "\%CATALOG /etc/sgml/OpenSP-1.5.1.cat%d" \
    121     /etc/sgml/catalog \
    122     /etc/sgml/sgml-docbook.cat</userinput></screen> -->
     116    <para><parameter>--with-docdir=/usr/share/doc/fontconfig-&fontconfig-version;</parameter>:
     117    Though this parameter seems counter-intuitive following the preceding
     118    parameter to the <command>configure</command> command, it is used so that
     119    if the builder removes the <parameter>--disable-docs</parameter> parameter,
     120    the documentation will be installed in a versioned directory name instead
     121    of the default
     122    <filename class='directory'>/usr/share/doc/fontconfig</filename>.</para>
    123123
    124124  </sect2>
     
    146146
    147147      <para>The configuration file for <application>Fontconfig</application> is
    148       <filename>/etc/fonts/fonts.conf</filename>. Generally you do not want to edit
    149       this file. To put a new font directory in the configuration, create (or
    150       update) the <filename>/etc/fonts/local.conf</filename> file with your local
    151       information. The default location of fonts in
     148      <filename>/etc/fonts/fonts.conf</filename>. Generally you do not want to
     149      edit this file. To put a new font directory in the configuration, create
     150      (or update) the <filename>/etc/fonts/local.conf</filename> file with your
     151      local information. The default location of fonts in
    152152      <application>Fontconfig</application> is:</para>
    153153
     
    171171      <note>
    172172        <para><application>X</application> also includes an internal (and
    173         older) version of <application>Fontconfig</application> and unless it is
    174         explicitly disabled when building <application>Xorg</application> or
    175         <application>XFree86</application>, the internal version is created leaving
    176         two slightly incompatible libraries on your system. It is recommended that
    177         you only install one version.</para>
     173        older) version of <application>Fontconfig</application> and unless it
     174        is explicitly disabled when building <application>Xorg</application> or
     175        <application>XFree86</application>, the internal version is created
     176        leaving two slightly incompatible libraries on your system. It is
     177        recommended that you only install one version.</para>
    178178      </note>
    179179
     
    193193        <seg>fc-cache, fc-list, and fc-match</seg>
    194194        <seg>libfontconfig.[so,a]</seg>
    195         <seg>/etc/fonts and /usr/include/fontconfig</seg>
     195        <seg>/etc/fonts, /usr/include/fontconfig and
     196        /usr/share/doc/fontconfig-&fontconfig-version;</seg>
    196197      </seglistitem>
    197198    </segmentedlist>
  • introduction/welcome/changelog.xml

    r4e97f2d rac567be  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added an FTP download URL and changed the
     49          documentation installation to a versioned directory in the Fontconfig
     50          instructions.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[randy] - Added documentation installation and clarified the
    4954          purpose of the sed command in the FreeType instructions.</para>
Note: See TracChangeset for help on using the changeset viewer.