Changeset db14638 for x


Ignore:
Timestamp:
08/16/2003 04:29:31 AM (21 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d8e25d6c
Parents:
207a6b9
Message:

Added XFree86 patch file and moved fontconfig to X libraries

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

Location:
x
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • x/installing/xfree86/xfree86-inst.xml

    r207a6b9 rdb14638  
    5757is recommended for customizing the installation. Start from
    5858the <filename>xc</filename> directory.</para>
     59
     60<note><para>The <filename>host.def</filename> file is a c file, not the
     61usual configuration file.  If you make any changes, be sure the comment characters
     62(<userinput>/*</userinput> and <userinput>*/</userinput>)
     63are balanced.  Most of the entries in the file below are
     64commented out with the default settings shown.
     65</para></note>
    5966
    6067<para><screen><userinput>cat &gt; config/cf/host.def &lt;&lt; "EOF"
  • x/installing/xfree86/xfree86-intro.xml

    r207a6b9 rdb14638  
    1616application interface (API).</para>
    1717
    18 <screen>XFree86 depends on:
    19 <xref linkend="freetype2"/>, <xref linkend="fontconfig"/>, <xref linkend="expat"/> and <xref linkend="libpng"/></screen>
     18<para><screen>XFree86 depends on:
     19<xref linkend="libpng"/></screen></para>
     20
     21<para>The following packages are included in the XFree86 package, however they
     22are updated more often than the XFree86 package and are highly recommended:
     23<screen><xref linkend="expat"/>, <xref linkend="freetype2"/> and <xref linkend="fontconfig"/></screen>
     24</para>
     25
     26<note><para>If you choose to not install these separate packages, the
     27<filename>host.def</filename> file below will have to be modified to
     28instruct XFree86 build them.</para></note>
     29
    2030
    2131<para>There are several files that need to be fetched from the download location:
     
    2737X430src-6.tgz  7886 KB   
    2838X430src-7.tgz  9099 KB</screen></para>
     39
     40<para>You should also download the patch file:
     41<ulink url="ftp://ftp.xfree86.org/pub/XFree86/4.3.0/fixes/4.3.0-4.3.0.1.diff.gz" /></para>
    2942
    3043<para>The first three packages are the XFree86 programs, the fourth and fifth are fonts,
     
    4558not download them.
    4659</para>
     60
     61<para>The fixes subdirectory also has a SUMS.md5sum and this can be checked against
     62the patch file:
     63<screen>md5sum 4.3.0-4.3.0.1.diff.gz</screen></para>
     64
     65<para>After unpacking the <filename>X430src-?.tgz</filename> files, change to the
     66<filename>xc</filename> directory and run:
     67<screen>bunzip2 4.3.0-4.3.0.1.diff.gz &amp;&amp;
     68patch -Np1 -i 4.3.0-4.3.0.1.diff</screen></para>
     69
    4770</sect2>
  • x/lib/fontconfig.xml

    r207a6b9 rdb14638  
    55&fontconfig-intro;
    66&fontconfig-inst;
     7&fontconfig-config;
    78&fontconfig-desc;
    89
  • x/lib/lib.xml

    r207a6b9 rdb14638  
    33<title>X Libraries</title>
    44
    5 &lesstif;
    65&freetype2;
     6&fontconfig;
    77&qt;
    88&GTK;
     
    1010&ATK;
    1111&GTK2;
     12&lesstif;
    1213&startup-notification;
    1314
  • x/x.ent

    r207a6b9 rdb14638  
    1010<!ENTITY x-lib SYSTEM "lib/lib.xml">
    1111<!ENTITY % freetype SYSTEM "lib/freetype2/freetype2.ent">
     12<!ENTITY % fontconfig SYSTEM "lib/fontconfig/fontconfig.ent">
    1213<!ENTITY % lesstif SYSTEM "lib/lesstif/lesstif.ent">
    1314<!ENTITY % qt SYSTEM "lib/qt/qt.ent">
     
    1819<!ENTITY % startup-notification SYSTEM "lib/notification/startup-notification.ent">
    1920%freetype;
     21%fontconfig;
    2022%lesstif;
    2123%qt;
Note: See TracChangeset for help on using the changeset viewer.