Changeset adfdc8b


Ignore:
Timestamp:
03/11/2012 07:25:38 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
f59deeb7
Parents:
00b2c1b
Message:

dbus 1.4.18

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r00b2c1b radfdc8b  
    324324<!ENTITY sysstat-version              "10.0.2">
    325325<!ENTITY apache-ant-version           "1.8.1">
    326 <!ENTITY dbus-version                 "1.4.16">
     326<!ENTITY dbus-version                 "1.4.18">
    327327<!-- <!ENTITY hal-version                  "0.5.14"> -->
    328328<!ENTITY udev-version                 "Installed LFS Version">
  • general/sysutils/dbus.xml

    r00b2c1b radfdc8b  
    66
    77  <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    8   <!--<!ENTITY dbus-download-ftp  "&gentoo-ftp-repo;/dbus-&dbus-version;.tar.gz">-->
    98  <!ENTITY dbus-download-ftp  " ">
    10   <!ENTITY dbus-md5sum        "44a2a10678e7e50460879c3eb4453a65">
     9  <!ENTITY dbus-md5sum        "5944f93b194ce93d4c88142fc0e6b94b">
    1110  <!ENTITY dbus-size          "1.8 MB">
    12   <!ENTITY dbus-buildsize     "83 MB">
     11  <!ENTITY dbus-buildsize     "100 MB">
    1312  <!ENTITY dbus-time          "0.5 SBU">
    1413]>
     
    7372    </para>
    7473
     74    <bridgehead renderas="sect4">Recommended</bridgehead>
     75    <para role="recommended"><xref linkend="xorg7-lib"/>
     76    (for <command>dbus-launch</command> program)</para>
     77
    7578    <bridgehead renderas="sect4">Optional</bridgehead>
    7679    <para role="optional">
    77       <xref linkend="xorg7-lib"/>,
    7880      <xref linkend="dbus-glib"/> (to run tests), and
    7981      <xref linkend="doxygen"/> (to generate the API documentation)
     
    111113
    112114<screen role="root"><userinput>groupadd -g 18 messagebus &amp;&amp;
    113 useradd -c "D-BUS Message Daemon User" -d /dev/null \
     115useradd -c "D-BUS Message Daemon User" -d /var/lib/dbus \
    114116        -u 18 -g messagebus -s /bin/false messagebus</userinput></screen>
    115117
     
    119121    to the <command>configure</command> command shown below):</para>
    120122
    121 <screen><userinput>./configure --prefix=/usr                   \
     123<screen><userinput>sed "s@test_refs_LDADD =@&amp; -lgthread-2.0@" -i test/Makefile.in &amp;&amp;
     124./configure --prefix=/usr                   \
    122125            --sysconfdir=/etc               \
    123126            --libexecdir=/usr/lib/dbus-1.0  \
     
    125128make</userinput></screen>
    126129
    127 <!--
    128     <para>The <option>- -enable-doxygen-docs</option> parameter does not work
    129     properly. If you have <application>Doxygen</application> installed and you
    130     wish to build the API documentation, issue
    131     <command>doxygen</command>.</para>
    132 -->
    133130    <para>See below for test instructions.</para>
    134131
     
    145142    build of <application>D-BUS</application>.  If you would like to run the
    146143    unit tests, issue the following commands:</para>
    147 
    148144   
    149145<screen><userinput>make distclean &amp;&amp;
     
    160156  <sect2 role="commands">
    161157    <title>Command Explanations</title>
     158
     159    <para><parameter>sed "s@test_refs_LDADD ..." -i test/Makefile.in</parameter>:
     160    Adds missing library to linker command line for dbus test program.</para>
    162161
    163162    <para><parameter>--libexecdir=/usr/lib/dbus-1.0 </parameter>: This will
     
    243242EOF</userinput></screen>
    244243
    245       <!-- <para>Many packages will refuse to run if the file
    246       <literal>/var/lib/dbus/machine-id</literal> does not exist, and
    247       complain that <application>dbus</application> has not been properly
    248       installed. To prevent this, run the following command as the
    249        <systemitem class="username">root</systemitem> user:</para>
    250 
    251 <screen><userinput>dbus-uuidgen - -ensure</userinput></screen>
    252 
    253       <para>This will create a unique identifier for the machine.</para> -->
    254 
    255244    </sect3>
    256245
  • introduction/welcome/changelog.xml

    r00b2c1b radfdc8b  
    5151          <para>[krejzi] - attr 2.4.46.</para>
    5252        </listitem>
     53        <listitem>
     54          <para>[krejzi] - dbus-1.4.18.</para>
     55        </listitem>
    5356      </itemizedlist>
    5457    </listitem>
Note: See TracChangeset for help on using the changeset viewer.