Changeset 265a5ac


Ignore:
Timestamp:
11/28/2011 12:07:51 PM (12 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
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:
e305fa83
Parents:
41f2e90
Message:

Updated D-BUS-1.5.8.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r41f2e90 r265a5ac  
    44-->
    55
    6 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     6<!ENTITY day          "28">                   <!-- Always 2 digits -->
    77<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "November 20th, &year;">
     12<!ENTITY releasedate  "November 28th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    294294<!ENTITY sysstat-version              "10.0.2">
    295295<!ENTITY apache-ant-version           "1.8.1">
    296 <!ENTITY dbus-version                 "1.2.24">
     296<!ENTITY dbus-version                 "1.5.8">
    297297<!ENTITY hal-version                  "0.5.14">
    298298<!ENTITY udev-version                 "Installed LFS Version">
  • general/sysutils/dbus.xml

    r41f2e90 r265a5ac  
    88  <!--<!ENTITY dbus-download-ftp  "&gentoo-ftp-repo;/dbus-&dbus-version;.tar.gz">-->
    99  <!ENTITY dbus-download-ftp  " ">
    10   <!ENTITY dbus-md5sum        "565346cecd9cfecf1463540c6086cc2c">
    11   <!ENTITY dbus-size          "1.6 MB">
    12   <!ENTITY dbus-buildsize     "26 MB (65 MB if all API docs and man pages are installed)">
    13   <!ENTITY dbus-time          "0.4 SBU">
     10  <!ENTITY dbus-md5sum        "87fee7d4de53d88abf93d4915a77a2c1">
     11  <!ENTITY dbus-size          "1.8 MB">
     12  <!ENTITY dbus-buildsize     "43 MB">
     13  <!ENTITY dbus-time          "1.0 SBU">
    1414]>
    1515
     
    4141    daemon).</para>
    4242
    43     &lfs65_checked;
     43    &lfs70_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7272
    7373    <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional"><xref linkend="xorg7-lib"/> and
     74    <para role="optional"><xref linkend="dbus-python"/> and
     75    <xref linkend="pygobject"/> (Required if running the tests),
     76    <xref linkend="xorg7-lib"/> and
    7577    <xref linkend="doxygen"/> (to generate the API documentation)</para>
    7678
     
    108110useradd -c "D-BUS Message Daemon User" -d /dev/null \
    109111        -u 18 -g messagebus -s /bin/false messagebus || [ $? == 9 ]</userinput></screen>
    110 
    111     <para>This package's test suite cannot be run without passing additional
    112     parameters to <command>configure</command> and exposing additional
    113     functionality in the binaries. These interfaces are not intended to be
    114     used in a production build of <application>D-BUS</application>, so it
    115     will have to be built twice in this situation. If you would like to run
    116     the unit tests, issue the following commands:</para>
    117 
    118 <screen><userinput>./configure --enable-tests --enable-asserts &amp;&amp;
    119 make &amp;&amp;
    120 make check &amp;&amp;
    121 make distclean</userinput></screen>
    122 
    123     <para>Note there has been a report that the tests may fail if running
    124     inside a Midnight Commander shell.</para>
    125112
    126113    <para>Install <application>D-BUS</application> by running the following
     
    160147install -v -m644    doc/api/man/man3dbus/* \
    161148                    /usr/share/man/man3dbus</userinput></screen>
     149
     150    <para>The package's test suite requires
     151    <application>dbus-python</application> and
     152    <application>pygobject2</application>. In addition, this package's test
     153    suite cannot be run without passing additional parameters to
     154    <command>configure</command> and exposing additional functionality in the
     155    binaries. These interfaces are not intended to be used in a production build
     156    of <application>D-BUS</application>, so it will have to be temporarily built
     157    in this situation. If you would like to run the unit tests, issue the
     158    following commands:</para>
     159
     160<screen><userinput>./configure --enable-tests --enable-asserts &amp;&amp;
     161make &amp;&amp;
     162make check &amp;&amp;
     163make distclean</userinput></screen>
     164
     165    <para>Note there has been a report that the tests may fail if running
     166    inside a Midnight Commander shell.</para>
    162167
    163168  </sect2>
     
    349354
    350355      <seglistitem>
    351         <seg>dbus-cleanup-sockets, dbus-daemon, dbus-launch, dbus-monitor,
    352         dbus-send, dbus-uuidgen</seg>
     356        <seg>dbus-cleanup-sockets, dbus-daemon, dbus-daemon-launch-helper,
     357        dbus-launch, dbus-monitor, dbus-send, and dbus-uuidgen</seg>
    353358        <seg>libdbus-1.{so,a}</seg>
    354         <seg>/etc/dbus-1, /usr/include/dbus-1.0, /usr/lib/dbus-1.0,
    355         /usr/share/dbus-1, /usr/share/doc/dbus-&dbus-version;,
    356         /usr/share/man/man3dbus, /var/lib/dbus and /var/run/dbus</seg>
     359        <seg>/etc/dbus-1/{session.d,system.d}, /run/dbus,
     360        /usr/{include/dbus-1.0/dbus,lib/dbus-1.0/{include/dbus,test},
     361        share/{dbus-1/{services,system-services},doc/dbus-1.5.8}},
     362        var/lib/dbus}</seg>
    357363      </seglistitem>
    358364    </segmentedlist>
  • introduction/welcome/changelog.xml

    r41f2e90 r265a5ac  
    4343-->
    4444    <listitem>
     45      <para>November 28th, 2011</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[wblaszcz] - Updated D-BUS-1.5.8.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>November 27th, 2011</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.