Changeset fa15c03


Ignore:
Timestamp:
03/15/2006 06:39:59 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
190568b
Parents:
09b87d22
Message:

Reverting fontconfig changes in r5721 and r5722

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r09b87d22 rfa15c03  
    1 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     1<!ENTITY day          "14">                   <!-- Always 2 digits -->
    22<!ENTITY month        "03">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
  • general/graphlib/fontconfig.xml

    r09b87d22 rfa15c03  
    9191    commands:</para>
    9292
    93 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    94     --disable-docs --without-add-fonts \
     93<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-docs \
    9594    --with-docdir=/usr/share/doc/fontconfig-&fontconfig-version; &amp;&amp;
    9695make</userinput></screen>
     
    119118    documentation).</para>
    120119
    121     <para><parameter>--without-add-fonts</parameter>: Without this switch, the
    122     default font search path would include any <application>X</application>
    123     font paths found outside of /usr/share/fonts.  This would include
    124     bitmapped fonts, which <application>Fontconfig</application> cannot
    125     handle appropriately.</para>
    126 
    127120    <para><parameter>--with-docdir=/usr/share/doc/fontconfig-&fontconfig-version;</parameter>:
    128121    Though this parameter seems counter-intuitive following the preceding
  • introduction/welcome/changelog.xml

    r09b87d22 rfa15c03  
    4343
    4444    <listitem>
    45       <para>March 15th, 2006</para>
    46       <itemizedlist>
    47         <listitem>
    48           <para>[dnicholson] - Added --without-add-fonts to Fontconfig.
    49           This will keep bitmapped X fonts out of its search path as long
    50           as they aren't installed in /usr/share/fonts.</para>
    51         </listitem>
    52       </itemizedlist>
    53     </listitem>
    54 
    55     <listitem>
    5645      <para>March 14th, 2006</para>
    5746      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.