Changeset 02e742b


Ignore:
Timestamp:
06/26/2012 10:41:11 AM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
fc695e8
Parents:
07fef33
Message:

D-Bus 1.6.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r07fef33 r02e742b  
    327327<!ENTITY colord-version               "0.1.21">
    328328<!ENTITY cpio-version                 "2.11">
    329 <!ENTITY dbus-version                 "1.4.20">
     329<!ENTITY dbus-version                 "1.6.0">
    330330<!ENTITY dbus-glib-version            "0.98">
    331331<!ENTITY dbus-python-version          "1.0.0">
  • general/sysutils/dbus.xml

    r07fef33 r02e742b  
    77  <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "79eca2f2c1894ac347acce128314428b">
     9  <!ENTITY dbus-md5sum        "16dcae2dd0c76e398381601ac9acdec4">
    1010  <!ENTITY dbus-size          "1.8 MB">
    11   <!ENTITY dbus-buildsize     "100 MB">
     11  <!ENTITY dbus-buildsize     "29 MB">
    1212  <!ENTITY dbus-time          "0.5 SBU">
    1313]>
    1414
    15 <sect1 id="dbus" xreflabel="D-BUS-&dbus-version;">
     15<sect1 id="dbus" xreflabel="D-Bus-&dbus-version;">
    1616  <?dbhtml filename="dbus.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>D-BUS-&dbus-version;</title>
     23  <title>D-Bus-&dbus-version;</title>
    2424
    2525  <indexterm zone="dbus">
    26     <primary sortas="a-D-BUS">D-BUS</primary>
     26    <primary sortas="a-D-Bus">D-Bus</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to D-BUS</title>
    31 
    32     <para><application>D-BUS</application> is a message bus system, a simple
     30    <title>Introduction to D-Bus</title>
     31
     32    <para><application>D-Bus</application> is a message bus system, a simple
    3333    way for applications to talk to one another.
    34     <application>D-BUS</application> supplies both a system daemon (for events
     34    <application>D-Bus</application> supplies both a system daemon (for events
    3535    such as <quote>new hardware device added</quote> or <quote>printer queue
    3636    changed</quote>) and a per-user-login-session daemon (for general IPC needs
     
    6464    </itemizedlist>
    6565
    66     <bridgehead renderas="sect3">D-BUS Dependencies</bridgehead>
     66    <bridgehead renderas="sect3">D-Bus Dependencies</bridgehead>
    6767
    6868    <bridgehead renderas="sect4">Required</bridgehead>
     
    108108
    109109  <sect2 role="installation">
    110     <title>Installation of D-BUS</title>
     110    <title>Installation of D-Bus</title>
    111111
    112112    <para>As the <systemitem class="username">root</systemitem> user, create a
     
    114114
    115115<screen role="root"><userinput>groupadd -g 18 messagebus &amp;&amp;
    116 useradd -c "D-BUS Message Daemon User" -d /var/run/dbus \
     116useradd -c "D-Bus Message Daemon User" -d /var/run/dbus \
    117117        -u 18 -g messagebus -s /bin/false messagebus</userinput></screen>
    118118
    119     <para>Install <application>D-BUS</application> by running the following
     119    <para>Install <application>D-Bus</application> by running the following
    120120    commands (you may wish to review the output from
    121121    <command>./configure --help</command> first and add any desired parameters
    122122    to the <command>configure</command> command shown below):</para>
    123123
    124 <screen><userinput>./configure --prefix=/usr                   \
    125             --sysconfdir=/etc               \
    126             --libexecdir=/usr/lib/dbus-1.0  \
    127             --localstatedir=/var &amp;&amp;
     124<screen><userinput>./configure --prefix=/usr \
     125            --sysconfdir=/etc \
     126            --libexecdir=/usr/lib/dbus-1.0 \
     127            --localstatedir=/var \
     128            --disable-static &amp;&amp;
    128129make</userinput></screen>
    129130
     
    140141    <command>configure</command> and exposing additional functionality in the
    141142    binaries. These interfaces are not intended to be used in a production
    142     build of <application>D-BUS</application>.  If you would like to run the
     143    build of <application>D-Bus</application>.  If you would like to run the
    143144    unit tests, issue the following commands:</para>
    144145   
     
    161162    <para><parameter>--libexecdir=/usr/lib/dbus-1.0</parameter>: This will
    162163    install binaries meant to be only used internally by
    163     <application>D-BUS</application>, and the directory
     164    <application>D-Bus</application>, and the directory
    164165    <filename class="directory">dbus-1</filename> into
    165166    <filename class="directory">/usr/lib/dbus-1.0</filename> instead of
     
    258259
    259260      <para>Note that this boot script only starts the system-wide
    260       <application>D-BUS</application> daemon. Each user requiring access to
    261       <application>D-BUS</application> services will also need to run a
     261      <application>D-Bus</application> daemon. Each user requiring access to
     262      <application>D-Bus</application> services will also need to run a
    262263      session daemon as well. There are many methods you can use to start a
    263264      session daemon using the <command>dbus-launch</command> command. Review
     
    297298          by adding the following lines:</para>
    298299
    299 <screen><userinput><literal># Start the D-BUS session daemon
     300<screen><userinput><literal># Start the D-Bus session daemon
    300301eval `dbus-launch`
    301302export DBUS_SESSION_BUS_ADDRESS</literal></userinput></screen>
     
    305306          <filename>~/.bash_logout</filename> file:</para>
    306307
    307 <screen><userinput><literal># Kill the D-BUS session daemon
     308<screen><userinput><literal># Kill the D-Bus session daemon
    308309kill $DBUS_SESSION_BUS_PID</literal></userinput></screen>
    309310        </listitem>
     
    329330    <segmentedlist>
    330331      <segtitle>Installed Programs</segtitle>
    331       <segtitle>Installed Library</segtitle>
     332      <segtitle>Installed Libraries</segtitle>
    332333      <segtitle>Installed Directories</segtitle>
    333334
    334335      <seglistitem>
    335         <seg>dbus-cleanup-sockets, dbus-daemon, dbus-daemon-launch-helper,
    336         dbus-launch, dbus-monitor, dbus-send and dbus-uuidgen</seg>
    337         <seg>libdbus-1.{so,a}</seg>
    338         <seg>/etc/dbus-1/{session.d,system.d}, /usr/{include/dbus-1.0/dbus,
    339         lib/{dbus-1.0/include/dbus,dbus/dbus-1},share/dbus-1/{services,
    340         system-services}}, /var/{lib/dbus,run/dbus}</seg>
     336        <seg>dbus-cleanup-sockets, dbus-daemon, dbus-launch, dbus-monitor,
     337        dbus-send and dbus-uuidgen</seg>
     338        <seg>libdbus-1.so</seg>
     339        <seg>/etc/dbus-1, /usr/include/dbus-1.0, /usr/lib/dbus-1.0,
     340        /usr/share/dbus-1, /usr/share/doc/dbus-1.6.0 and /var/run/dbus</seg>
    341341      </seglistitem>
    342342    </segmentedlist>
     
    360360        <term><command>dbus-daemon</command></term>
    361361        <listitem>
    362           <para>is the <application>D-BUS</application> message bus
     362          <para>is the <application>D-Bus</application> message bus
    363363          daemon.</para>
    364364          <indexterm zone="dbus dbus-daemon">
     
    384384        <listitem>
    385385          <para>is used to monitor messages going through a
    386           <application>D-BUS</application> message bus.</para>
     386          <application>D-Bus</application> message bus.</para>
    387387          <indexterm zone="dbus dbus-monitor">
    388388            <primary sortas="b-dbus-monitor">dbus-monitor</primary>
     
    394394        <term><command>dbus-send</command></term>
    395395        <listitem>
    396           <para>is used to send a message to a <application>D-BUS</application>
     396          <para>is used to send a message to a <application>D-Bus</application>
    397397          message bus.</para>
    398398          <indexterm zone="dbus dbus-send">
     
    413413
    414414      <varlistentry id="libdbus-1">
    415         <term><filename class='libraryfile'>libdbus-1.{so,a}</filename></term>
     415        <term><filename class='libraryfile'>libdbus-1.so</filename></term>
    416416        <listitem>
    417417          <para>contains the API functions used by the
    418           <application>D-BUS</application> message daemon.
    419           <application>D-BUS</application> is first a library that provides
     418          <application>D-Bus</application> message daemon.
     419          <application>D-Bus</application> is first a library that provides
    420420          one-to-one communication between any two applications;
    421421          <command>dbus-daemon</command> is an application that uses this
  • introduction/welcome/changelog.xml

    r07fef33 r02e742b  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[rthomsen] - Upgrade to D-Bus 1.6.0.
     49          Fixes <ulink url="&blfs-ticket-root;3403">#3403</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[rthomsen] - Upgrade to libdbusmenu-qt 0.9.2.
    4953          Fixes <ulink url="&blfs-ticket-root;3434">#3434</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.