Changeset 1e6b5f64


Ignore:
Timestamp:
07/10/2007 12:43:16 AM (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.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:
17d43c1
Parents:
bf325a39
Message:

Modified the D-Bus dependency in several packages to account for the new D-Bus core and bindings separation

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/hal.xml

    rbf325a39 r1e6b5f64  
    9595    <para role="required"><xref linkend="pkgconfig"/>,
    9696    <xref linkend="glib2"/>,
    97     <xref linkend="dbus"/>,
    98     <!-- FIXME: Uncomment when the dbus bindings get in the book
    9997    <xref linkend="dbus-glib"/>,
    100     -->
    10198    <xref linkend="python"/>, and
    10299    <xref linkend="perl-xml-parser"/></para>
     
    108105    (with a current <filename>usb.ids</filename> file)</para>
    109106
    110     <!-- FIXME: Uncomment when the dbus bindings get in the book
    111107    <bridgehead renderas="sect4">Optional (to Build
    112108    <command>hal-device-manager</command>)</bridgehead>
    113109    <para role="optional"><xref linkend="dbus-python"/></para>
    114     -->
    115110
    116111    <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead>
  • introduction/welcome/changelog.xml

    rbf325a39 r1e6b5f64  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Modified the D-Bus dependency in several packages
     49          to account for the new D-Bus core and bindings separation.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Added the Python Bindings to the D-Bus Bindings
    4953          page.</para>
  • xsoft/office/evolution.xml

    rbf325a39 r1e6b5f64  
    7878    <para role="optional"><xref linkend="openldap"/>,
    7979    <xref linkend="hal"/>,
    80     <xref linkend="dbus"/>,
     80    <xref linkend="dbus-glib"/>,
    8181    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    8282    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
  • xsoft/other/gaim.xml

    rbf325a39 r1e6b5f64  
    6565    <ulink url="http://ftp.gnupg.org/gcrypt/gnutls/">GnuTLS</ulink> (requires
    6666    <ulink url="http://ftp.gnupg.org/gcrypt/libgpg-error/">libgpg-error</ulink>
    67     and <ulink url="http://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>
    68     in that order),
     67    then <ulink url="http://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
    6968    <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
    7069    <xref linkend="tcl"/>,
     
    7271    <xref linkend="startup-notification"/>,
    7372    <xref linkend="audiofile"/>,
    74     <xref linkend="dbus"/>,
    7573    <xref linkend="mitkrb"/>,
    7674    <xref linkend="nas"/>,
     
    104102make</userinput></screen>
    105103
    106     <para>If you want to compile <application>Gaim</application> with support
     104    <!-- <para>If you want to compile <application>Gaim</application> with support
    107105    for <xref linkend="nas"/>, configure it like this:</para>
    108106
    109 <screen><userinput>CPPFLAGS="-I/usr/X11R6/include" ./configure --prefix=/usr \
    110     --enable-nas &amp;&amp;
    111 make</userinput></screen>
     107<screen><userinput>CPPFLAGS="-I/usr/X11R6/include" ./configure -prefix=/usr \
     108    -enable-nas &amp;&amp;
     109make</userinput></screen> -->
    112110
    113111    <para>To test the results, issue: <command>make check</command>.</para>
     
    119117  </sect2>
    120118
    121   <sect2 role="commands">
     119  <!-- <sect2 role="commands">
    122120    <title>Command Explanations</title>
    123121
    124     <para><command>CPPFLAGS=...--enable-nas</command>: To avoid a compilation
     122    <para><command>CPPFLAGS=...-enable-nas</command>: To avoid a compilation
    125123    error the <filename>configure</filename> script needs to be told to look
    126124    for the <application>NAS</application> header files in /usr/X11R6/include.
    127125    </para>
    128126
    129   </sect2>
     127  </sect2> -->
    130128
    131129  <sect2 role="content">
  • xsoft/other/xchat.xml

    rbf325a39 r1e6b5f64  
    3232    <para><application>XChat</application> is an IRC chat program.  It allows
    3333    you to join multiple IRC channels (chat rooms) at the same time, talk
    34     publicly, have private one-on-one conversations, etc.  File transfers are also
    35     possible.</para>
     34    publicly, have private one-on-one conversations, etc.  File transfers are
     35    also possible.</para>
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required">
    63        <xref linkend="glib2"/>
    64     </para>
     62    <para role="required"><xref linkend="glib2"/></para>
    6563
    6664    <bridgehead renderas="sect4">Recommended</bridgehead>
    67     <para role="recommended">
    68        <xref linkend="gtk2"/>
    69     </para>
     65    <para role="recommended"><xref linkend="gtk2"/></para>
    7066
    7167    <bridgehead renderas="sect4">Optional</bridgehead>
    72     <para role="optional">
    73         <xref linkend="dbus"/>,
    74         <xref linkend="openssl"/>,
    75         <xref linkend="python"/>, and
    76         <xref linkend="tcl"/>
    77     </para>
     68    <para role="optional"><xref linkend="dbus-glib"/>,
     69    <xref linkend="openssl"/>,
     70    <xref linkend="python"/>, and
     71    <xref linkend="tcl"/></para>
    7872
    7973    <para condition="html" role="usernotes">User Notes:
     
    9185make</userinput></screen>
    9286
    93     <para><application>XChat</application> does not come with a test suite.</para>
     87    <para>This package does not come with a test suite.</para>
    9488
    9589    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.