Changeset f55cbb3


Ignore:
Timestamp:
07/14/2007 10:28:48 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6b8211c2
Parents:
2ed9126
Message:

Modified the Python dependencies in the HAL instructions to better identify what is optional at build-time and what is optional at run-time

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/hal.xml

    r2ed9126 rf55cbb3  
    106106    <bridgehead renderas="sect4">Optional (to Build
    107107    <command>hal-device-manager</command>)</bridgehead>
    108     <para role="optional"><xref linkend="dbus-python"/></para>
     108    <para role="optional"><xref linkend="python"/></para>
    109109
    110110    <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead>
     
    224224    <command>hal-device-manager</command> program is installing
    225225    <ulink url="&gnome-download-http;/gnome-python/">
    226     GNOME-Python</ulink>, the dependency list is staggering. The following
    227     list does not include the dependencies already identified in the BLFS
    228     book. For example, <application>libgnome</application> already lists
     226    GNOME-Python</ulink> and <xref linkend="dbus-python"/>, the dependency
     227    list is staggering. The following list does not include the dependencies
     228    already identified in the BLFS book. For example,
     229    <application>libgnome</application> already lists
    229230    <application>GNOME VFS</application>, <application>GConf</application>,
    230231    etc., so they are not repeated here. Note that some of the dependencies
     
    317318
    318319      </listitem>
     320      <listitem>
     321        <para><xref linkend="dbus-python"/> (required)</para>
     322      </listitem>
    319323    </itemizedlist>
    320324
     
    328332      <application>PyORBit</application>. The minimum packages you could
    329333      install to support running <xref linkend="hal-device-manager"/> would be
    330       (in this order): <xref linkend="libgnome"/>, <xref linkend="libglade"/>,
     334      (in this order): <xref linkend="dbus-python"/>, <xref linkend="ORBit2"/>,
     335      <xref linkend="libgnome"/>, <xref linkend="libglade"/>,
     336      <ulink url="&gnome-download-http;/pygobject/">PyGObject</ulink>,
    331337      <ulink url="http://www.pygtk.org/">PyGTK</ulink> and <ulink
    332       url="&gnome-download-http;/gnome-python/">
    333       GNOME-Python</ulink>.</para>
     338      url="&gnome-download-http;/gnome-python/">GNOME-Python</ulink>.</para>
    334339    </note>
    335340
Note: See TracChangeset for help on using the changeset viewer.