Author: fernando
Date: Sat Jan 10 05:46:42 2015
New Revision: 15310

Log:
Update to dbus-1.8.14.

Modified:
   trunk/BOOK/general/sysutils/dbus.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/sysutils/dbus.xml
==============================================================================
--- trunk/BOOK/general/sysutils/dbus.xml        Sat Jan 10 05:19:07 2015        
(r15309)
+++ trunk/BOOK/general/sysutils/dbus.xml        Sat Jan 10 05:46:42 2015        
(r15310)
@@ -6,10 +6,10 @@
 
   <!ENTITY dbus-download-http 
"http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz";>
   <!ENTITY dbus-download-ftp  " ">
-  <!ENTITY dbus-md5sum        "0ca23fc84c09cb3d29b9c27811ff4475">
+  <!ENTITY dbus-md5sum        "dfb810eda8780cf9debf7169b3ca5fe1">
   <!ENTITY dbus-size          "1.8 MB">
-  <!ENTITY dbus-buildsize     "27 MB (additional 83 MB to build and install 
the development documentation, and 42 MB for the tests)">
-  <!ENTITY dbus-time          "0.5 SBU (additional 1.4 SBU for the tests)">
+  <!ENTITY dbus-buildsize     "28 MB (additional 81 MB to build and install 
the doxygen and xmlto documentations, and 8 MB for the tests)">
+  <!ENTITY dbus-time          "0.3 SBU (additional 0.6 SBU for the tests)">
 ]>
 
 <sect1 id="dbus" xreflabel="D-Bus-&dbus-version;">
@@ -133,6 +133,7 @@
             --sysconfdir=/etc              \
             --localstatedir=/var           \
             --disable-doxygen-docs         \
+            --disable-xml-docs             \
             --disable-static               \
             --disable-systemd              \
             --without-systemdsystemunitdir \
@@ -172,12 +173,16 @@
       exposing additional functionality in the binaries. These interfaces are
       not intended to be used in a production build of
       <application>D-Bus</application>.  If you would like to run the tests,
-      issue the following commands:
+      issue the following commands (for the tests, you don't need to build the
+      docs):
     </para>
 
-<screen><userinput>make distclean                              &amp;&amp;
-./configure --enable-tests --enable-asserts &amp;&amp;
-make                                        &amp;&amp;
+<screen><userinput>make distclean                     &amp;&amp;
+./configure --enable-tests         \
+            --enable-asserts       \
+            --disable-doxygen-docs \
+            --disable-xml-docs     &amp;&amp;
+make                               &amp;&amp;
 make check</userinput></screen>
 
     <para>
@@ -201,12 +206,20 @@
 
     <para>
       <parameter>--disable-doxygen-docs</parameter>: This switch disables
-      development documentation build and install, if you have
+      doxygen documentation build and install, if you have
       <application>doxygen</application> installed. Delete, if
       <application>doxygen</application> is installed and you wish to build and
       install them.
     </para>
 
+    <para>
+      <parameter>--disable-xml-docs</parameter>: This switch disables html
+      documentation build and install, if you have
+      <application>xmlto</application> installed. Delete, if
+      <application>xmlto</application> is installed and you wish to build and
+      install them.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Jan 10 05:19:07 
2015        (r15309)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Jan 10 05:46:42 
2015        (r15310)
@@ -48,6 +48,10 @@
       <para>January 10th, 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[fernando] - Update to dbus-1.8.14. Fixes
+          <ulink url="&blfs-ticket-root;6006">#6006</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[fernando] - Update to Thunar-1.6.4. Fixes
           <ulink url="&blfs-ticket-root;6005">#6005</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Jan 10 05:19:07 2015        (r15309)
+++ trunk/BOOK/packages.ent     Sat Jan 10 05:46:42 2015        (r15310)
@@ -213,7 +213,7 @@
 <!ENTITY bluez-version                "5.27">
 <!ENTITY colord-version               "1.2.7">    <!-- Even minors only -->
 <!ENTITY cpio-version                 "2.11">
-<!ENTITY dbus-version                 "1.8.12">   <!-- Even minors only -->
+<!ENTITY dbus-version                 "1.8.14">   <!-- Even minors only -->
 <!ENTITY eudev-version                "1.7">
 <!ENTITY fcron-version                "3.2.0">
 <!ENTITY gpm-version                  "1.20.7">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to