mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
Update to dbus-1.8.14.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15310 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
82243a9688
commit
6092d1953b
@ -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 @@ useradd -c "D-Bus Message Daemon User" -d /var/run/dbus \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-doxygen-docs \
|
||||
--disable-xml-docs \
|
||||
--disable-static \
|
||||
--disable-systemd \
|
||||
--without-systemdsystemunitdir \
|
||||
@ -172,12 +173,16 @@ make</userinput></screen>
|
||||
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 &&
|
||||
./configure --enable-tests --enable-asserts &&
|
||||
make &&
|
||||
<screen><userinput>make distclean &&
|
||||
./configure --enable-tests \
|
||||
--enable-asserts \
|
||||
--disable-doxygen-docs \
|
||||
--disable-xml-docs &&
|
||||
make &&
|
||||
make check</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -201,12 +206,20 @@ make check</userinput></screen>
|
||||
|
||||
<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"/>
|
||||
|
||||
|
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user