Ignore:
Timestamp:
12/12/2016 07:51:08 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
86918e9
Parents:
1a87abcd
Message:

Prune the Xorg bitmap fonts and move them to a separate page. Thanks to akhiezer for noticing that my initial version accidentally dropped the Type1 Adobe Utopia font.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7lib.xml

    r1a87abcd r124f752c  
    6161  <!ENTITY libfontenc-version              "1.1.3">
    6262  <!ENTITY libfontenc-md5sum               "0920924c3a9ebc1265517bdd2f9fde50">
    63 
    64   <!ENTITY libXfont-version                "1.5.2">
    65   <!ENTITY libXfont-md5sum                 "254ee42bd178d18ebc7a73aacfde7f79">
    6663
    6764  <!ENTITY libXfont2-version               "2.0.1">
     
    197194&libXdamage-md5sum;  libXdamage-&libXdamage-version;.tar.bz2
    198195&libfontenc-md5sum;  libfontenc-&libfontenc-version;.tar.bz2
    199 &libXfont-md5sum;  libXfont-&libXfont-version;.tar.bz2
    200196&libXfont2-md5sum;  libXfont2-&libXfont2-version;.tar.bz2
    201197&libXft-md5sum;  libXft-&libXft-version;.tar.bz2
     
    263259      ./configure $XORG_CONFIG
    264260    ;;
    265     libXfont-[0-9]* )
     261    libXfont2-[0-9]* )
    266262      ./configure $XORG_CONFIG --disable-devel-docs
    267263    ;;
     
    297293
    298294    <para><parameter>--disable-devel-docs</parameter>: Disable generation of
    299     text documentation in the libXfont package if
     295    text documentation in the libXfont2 package if
    300296    <xref linkend="xmlto"/> is installed without a text browser. Omit
    301297    this parameter (or the entire <command>case</command> statement) if a text
     
    339335          libXaw7.so, libXaw.so, libXcomposite.so,
    340336          libXcursor.so, libXdamage.so, libXext.so,
    341           libXfixes.so, libXfont.so, libXft.so, libXinerama.so,
     337          libXfixes.so, libXfont2.so, libXft.so, libXinerama.so,
    342338          libXi.so, libxkbfile.so, libXmu.so, libXmuu.so,
    343339          libXpm.so, libXrandr.so, libXrender.so, libXRes.so,
     
    546542      </varlistentry>
    547543
    548       <varlistentry id="libXfont">
    549         <term><filename class="libraryfile">libXfont.so</filename></term>
     544      <varlistentry id="libXfont2">
     545        <term><filename class="libraryfile">libXfont2.so</filename></term>
    550546        <listitem>
    551547          <para>is the X font library.</para>
    552           <indexterm zone="xorg7-lib libXfont">
    553             <primary sortas="c-libXfont">libXfont.so</primary>
     548          <indexterm zone="xorg7-lib libXfont2">
     549            <primary sortas="c-libXfont2">libXfont2.so</primary>
    554550          </indexterm>
    555551        </listitem>
Note: See TracChangeset for help on using the changeset viewer.