Ignore:
Timestamp:
01/10/2015 01:46:42 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
95d46499
Parents:
82243a9
Message:

Update to dbus-1.8.14.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r82243a9 r6092d19  
    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        "0ca23fc84c09cb3d29b9c27811ff4475">
     9  <!ENTITY dbus-md5sum        "dfb810eda8780cf9debf7169b3ca5fe1">
    1010  <!ENTITY dbus-size          "1.8 MB">
    11   <!ENTITY dbus-buildsize     "27 MB (additional 83 MB to build and install the development documentation, and 42 MB for the tests)">
    12   <!ENTITY dbus-time          "0.5 SBU (additional 1.4 SBU for the tests)">
     11  <!ENTITY dbus-buildsize     "28 MB (additional 81 MB to build and install the doxygen and xmlto documentations, and 8 MB for the tests)">
     12  <!ENTITY dbus-time          "0.3 SBU (additional 0.6 SBU for the tests)">
    1313]>
    1414
     
    134134            --localstatedir=/var           \
    135135            --disable-doxygen-docs         \
     136            --disable-xml-docs             \
    136137            --disable-static               \
    137138            --disable-systemd              \
     
    173174      not intended to be used in a production build of
    174175      <application>D-Bus</application>.  If you would like to run the tests,
    175       issue the following commands:
    176     </para>
    177 
    178 <screen><userinput>make distclean                              &amp;&amp;
    179 ./configure --enable-tests --enable-asserts &amp;&amp;
    180 make                                        &amp;&amp;
     176      issue the following commands (for the tests, you don't need to build the
     177      docs):
     178    </para>
     179
     180<screen><userinput>make distclean                     &amp;&amp;
     181./configure --enable-tests         \
     182            --enable-asserts       \
     183            --disable-doxygen-docs \
     184            --disable-xml-docs     &amp;&amp;
     185make                               &amp;&amp;
    181186make check</userinput></screen>
    182187
     
    202207    <para>
    203208      <parameter>--disable-doxygen-docs</parameter>: This switch disables
    204       development documentation build and install, if you have
     209      doxygen documentation build and install, if you have
    205210      <application>doxygen</application> installed. Delete, if
    206211      <application>doxygen</application> is installed and you wish to build and
     212      install them.
     213    </para>
     214
     215    <para>
     216      <parameter>--disable-xml-docs</parameter>: This switch disables html
     217      documentation build and install, if you have
     218      <application>xmlto</application> installed. Delete, if
     219      <application>xmlto</application> is installed and you wish to build and
    207220      install them.
    208221    </para>
Note: See TracChangeset for help on using the changeset viewer.