Changeset afe61bc


Ignore:
Timestamp:
02/13/2013 09:51:09 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
cf72223
Parents:
10b4fce6
Message:

Add D-Bus as a dependency of Systemd.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10143 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r10b4fce6 rafe61bc  
    325325      </segmentedlist>
    326326
     327<!-- Begin D-Bus dependency info -->
     328  <bridgehead renderas="sect2" id="dbus-dep">D-Bus</bridgehead>
     329
     330      <segmentedlist>
     331        <segtitle>&dependencies;</segtitle>
     332
     333        <seglistitem>
     334         <seg>Bash, Coreutils, Diffutils, Expat, GCC, Grep, Make, and
     335         Sed</seg>
     336        </seglistitem>
     337      </segmentedlist>
     338
     339      <segmentedlist>
     340        <segtitle>&testsuites;</segtitle>
     341
     342        <seglistitem>
     343          <seg>D-Bus Glib Bindings, Python</seg>
     344        </seglistitem>
     345      </segmentedlist>
     346
     347      <segmentedlist>
     348        <segtitle>&before;</segtitle>
     349
     350        <seglistitem>
     351          <seg>Systemd</seg>
     352        </seglistitem>
     353      </segmentedlist>
     354
     355      <segmentedlist>
     356        <segtitle>&external;</segtitle>
     357
     358        <seglistitem>
     359          <seg>None</seg>
     360        </seglistitem>
     361      </segmentedlist>
     362
    327363<!-- Begin Diffutils dependency info -->
    328364  <bridgehead renderas="sect2" id="diffutils-dep">Diffutils</bridgehead>
  • chapter01/changelog.xml

    r10b4fce6 rafe61bc  
    4141        <listitem>
    4242          <para>[matthew] - Added full build of Systemd including its remaining
    43           dependencies (attr, gperf, intltool and libcap2).</para>
     43          dependencies (attr, dbus, gperf, intltool and libcap2).</para>
    4444        </listitem>
    4545      </itemizedlist>
  • chapter01/whatsnew.xml

    r10b4fce6 rafe61bc  
    250250
    251251    <listitem>
     252      <para>D-Bus-&dbus-version;</para>
     253    </listitem>
     254
     255    <listitem>
    252256      <para>Expat-&expat-version;</para>
    253257    </listitem>
  • chapter03/packages.xml

    r10b4fce6 rafe61bc  
    9393        <para>Download: <ulink url="&coreutils-url;"/></para>
    9494        <para>MD5 sum: <literal>&coreutils-md5;</literal></para>
     95      </listitem>
     96    </varlistentry>
     97
     98    <varlistentry>
     99      <term>D-Bus (&dbus-version;) - <token>&dbus-size;</token>:</term>
     100      <listitem>
     101        <para>Home page: <ulink url="&dbus-home;"/></para>
     102        <para>Download: <ulink url="&dbus-url;"/></para>
     103        <para>MD5 sum: <literal>&dbus-md5;</literal></para>
    95104      </listitem>
    96105    </varlistentry>
  • chapter06/chapter06.xml

    r10b4fce6 rafe61bc  
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/>
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/>
     55  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
    5556  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
    5657  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
  • packages.ent

    r10b4fce6 rafe61bc  
    9595<!ENTITY coreutils-ch6-sbu "4.0 SBU">
    9696
     97<!ENTITY dbus-version "1.6.8">
     98<!ENTITY dbus-size "1,884 KB">
     99<!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
     100<!ENTITY dbus-md5 "3bf059c7dd5eda5f539a1b7cfe7a14a2">
     101<!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
     102<!ENTITY dbus-ch6-du "35 MB">
     103<!ENTITY dbus-ch6-sbu "less than 0.4 SBU">
     104
    97105<!ENTITY dejagnu-version "1.5">
    98106<!ENTITY dejagnu-size "563 KB">
  • prologue/why.xml

    r10b4fce6 rafe61bc  
    9494
    9595      <listitem>
     96        <para>D-Bus</para>
     97
     98        <para>D-Bus is a message bus system, a simple way for applications to
     99        communicate with one another; it is required by Systemd.</para>
     100      </listitem>
     101
     102      <listitem>
    96103        <para>DejaGNU</para>
    97104
Note: See TracChangeset for help on using the changeset viewer.