Changeset 0af6ce1


Ignore:
Timestamp:
12/06/2006 07:04:07 PM (17 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:
84737fb9
Parents:
0952b7d8
Message:

Added a note to the GNOME Panel instructions saying that the libxml2 Python module must be available

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0952b7d8 r0af6ce1  
    1 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     1<!ENTITY day          "06">                   <!-- Always 2 digits -->
    22<!ENTITY month        "12">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
  • general/genlib/libxml2.xml

    r0952b7d8 r0af6ce1  
    6060    <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
    6161
     62    <bridgehead renderas="sect4">Optional</bridgehead>
     63    <para role="optional"><xref linkend="libxslt"/> (used for the test suite
     64    if found, but not required) and <xref linkend="python"/> (will install a
     65    <application>Python</application> library module if found)</para>
     66
    6267    <bridgehead renderas="sect4">Optional (Required to Run the Full Suite of
    6368    Tests)</bridgehead>
    6469    <para role="optional"><xref linkend="python"/> and
    6570    <xref linkend="wget"/></para>
    66 
    67     <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="libxslt"/> (used for the test suite
    69     if found, but not required) and <xref linkend="python"/> (will install a
    70     <application>Python</application> library module if found)</para>
    7171
    7272    <note>
     
    7575      <application>GNOME Doc Utils</application>) need the
    7676      <application>Python</application> module installed to function
    77       properly.</para>
     77      properly and some packages (such as GNOME Panel) will not build
     78      properly if the <application>Python</application> module is not
     79      available.</para>
    7880    </note>
    7981
  • gnome/core/gnome-panel.xml

    r0952b7d8 r0af6ce1  
    6868    <xref linkend="intltool"/>, and
    6969    <xref linkend="gtk-doc"/></para>
     70
     71    <note>
     72      <para>The <application>libxml2</application>
     73      <application>Python</application> module must have been built during the
     74      installation of <application>libxml2</application> else the
     75      <application>GNOME Panel</application> build will fail.</para>
     76    </note>
    7077
    7178    <para condition="html" role="usernotes">User Notes:
  • introduction/welcome/changelog.xml

    r0952b7d8 r0af6ce1  
    4343
    4444    <listitem>
     45      <para>December 6th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added a note to the GNOME Panel instructions
     49          saying that the libxml2 Python module must be available.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>December 4th, 2006</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.