Author: rthomsen Date: 2012-06-26 05:32:53 -0600 (Tue, 26 Jun 2012) New Revision: 10359
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/dbus-bindings.xml trunk/BOOK/general/sysutils/dbus.xml trunk/BOOK/introduction/welcome/changelog.xml Log: D-Bus GLib Bindings 0.100 Modified: trunk/BOOK/general/sysutils/dbus-bindings.xml =================================================================== --- trunk/BOOK/general/sysutils/dbus-bindings.xml 2012-06-26 11:05:38 UTC (rev 10358) +++ trunk/BOOK/general/sysutils/dbus-bindings.xml 2012-06-26 11:32:53 UTC (rev 10359) @@ -6,9 +6,9 @@ <!ENTITY dbus-glib-download-http "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz"> <!ENTITY dbus-glib-download-ftp " "> - <!ENTITY dbus-glib-md5sum "3f7f117dc7c8d899d9acfdcbf9253fb8"> - <!ENTITY dbus-glib-size "712 KB"> - <!ENTITY dbus-glib-buildsize "11 MB"> + <!ENTITY dbus-glib-md5sum "d33959a9c0c6a158f5ac6d640316e89e"> + <!ENTITY dbus-glib-size "714 KB"> + <!ENTITY dbus-glib-buildsize "8 MB"> <!ENTITY dbus-glib-time "0.1 SBU"> <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz"> @@ -136,12 +136,13 @@ <screen><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ - --libexecdir=/usr/lib/dbus-1.0 && + --libexecdir=/usr/lib/dbus-1.0 \ + --disable-static && make</userinput></screen> <para>To test the results, issue: <command>make check</command>. Note that more comprehensive tests can be run by following the same method used in - <application>D-BUS</application> instructions, which requires building the + <application>D-Bus</application> instructions, which requires building the package twice.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> @@ -169,15 +170,16 @@ <title>Contents</title> <segmentedlist> - <segtitle>Installed Program</segtitle> - <segtitle>Installed Library</segtitle> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> <segtitle>Installed Directories</segtitle> <seglistitem> <seg>dbus-binding-tool</seg> - <seg>libdbus-glib-1.{so,a}</seg> - <seg>/etc/bash_completion.d, /usr/share/gtk-doc/html/dbus-glib, and - optionally /usr/share/doc/dbus-glib-&dbus-glib-version;/api</seg> + <seg>libdbus-glib-1.so</seg> + <seg>/etc/bash_completion.d and optionally + /usr/share/gtk-doc/html/dbus-glib and + /usr/share/doc/dbus-glib-&dbus-glib-version;/api</seg> </seglistitem> </segmentedlist> @@ -197,12 +199,12 @@ </varlistentry> <varlistentry id="libdbus-glib-1"> - <term><filename class='libraryfile'>libdbus-glib-1.{so,a}</filename></term> + <term><filename class='libraryfile'>libdbus-glib-1.so</filename></term> <listitem> <para>contains <application>GLib</application> interface functions to the D-Bus API.</para> <indexterm zone="dbus-glib libdbus-glib-1"> - <primary sortas="c-libdbus-glib-1">libdbus-glib-1.{so,a}</primary> + <primary sortas="c-libdbus-glib-1">libdbus-glib-1.so</primary> </indexterm> </listitem> </varlistentry> @@ -217,7 +219,7 @@ <sect2 id="dbus-python" xreflabel="D-Bus Python Bindings-&dbus-python-version;"> <title>D-Bus Python Bindings</title> - &lfs70_checked; + &lfs71_checked; <indexterm zone="dbus-python"> <primary sortas="a-dbus-python">D-Bus Python Bindings</primary> Modified: trunk/BOOK/general/sysutils/dbus.xml =================================================================== --- trunk/BOOK/general/sysutils/dbus.xml 2012-06-26 11:05:38 UTC (rev 10358) +++ trunk/BOOK/general/sysutils/dbus.xml 2012-06-26 11:32:53 UTC (rev 10359) @@ -421,7 +421,7 @@ <command>dbus-daemon</command> is an application that uses this library to implement a message bus daemon.</para> <indexterm zone="dbus libdbus-1"> - <primary sortas="c-libdbus-1">libdbus-1.{so,a}</primary> + <primary sortas="c-libdbus-1">libdbus-1.so</primary> </indexterm> </listitem> </varlistentry> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-06-26 11:05:38 UTC (rev 10358) +++ trunk/BOOK/general.ent 2012-06-26 11:32:53 UTC (rev 10359) @@ -327,7 +327,7 @@ <!ENTITY colord-version "0.1.21"> <!ENTITY cpio-version "2.11"> <!ENTITY dbus-version "1.6.0"> -<!ENTITY dbus-glib-version "0.98"> +<!ENTITY dbus-glib-version "0.100"> <!ENTITY dbus-python-version "1.1.1"> <!ENTITY eject-version "2.1.5"> <!ENTITY fcron-version "3.0.6"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-06-26 11:05:38 UTC (rev 10358) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-06-26 11:32:53 UTC (rev 10359) @@ -45,6 +45,10 @@ <para>June 26th, 2012</para> <itemizedlist> <listitem> + <para>[rthomsen] - Upgrade to D-Bus GLib Bindings 0.100. + Fixes <ulink url="&blfs-ticket-root;3436">#3436</ulink>.</para> + </listitem> + <listitem> <para>[rthomsen] - Upgrade to D-Bus Python Bindings 1.1.1. Fixes <ulink url="&blfs-ticket-root;3415">#3415</ulink>.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
