Author: gdalziel Date: 2009-08-10 07:29:23 -0600 (Mon, 10 Aug 2009) New Revision: 7957
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/dbus-bindings.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to D-Bus GLib Bindings-0.82. Modified: trunk/BOOK/general/genlib/dbus-bindings.xml =================================================================== --- trunk/BOOK/general/genlib/dbus-bindings.xml 2009-08-10 12:14:00 UTC (rev 7956) +++ trunk/BOOK/general/genlib/dbus-bindings.xml 2009-08-10 13:29:23 UTC (rev 7957) @@ -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 "86ea60ba2118a1b9deafe8257f6a6a1a"> - <!ENTITY dbus-glib-size "688 KB"> - <!ENTITY dbus-glib-buildsize "11 MB"> + <!ENTITY dbus-glib-md5sum "aa2a4517de0e9144be3bce2cf8cdd924"> + <!ENTITY dbus-glib-size "660 KB"> + <!ENTITY dbus-glib-buildsize "10 MB"> <!ENTITY dbus-glib-time "0.2 SBU"> <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz"> @@ -82,6 +82,8 @@ <primary sortas="a-dbus-glib">D-Bus GLib Bindings</primary> </indexterm> + &lfs65_checked; + <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -125,7 +127,8 @@ <para>Install <application>D-Bus GLib Bindings</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr \ + --libexecdir=/usr/lib/dbus-1.0/dbus-1 && make</userinput></screen> <para>The <option>--enable-doxygen-docs</option> parameter does not work @@ -158,6 +161,10 @@ <sect2 role="commands"> <title>Command Explanations</title> + <para><parameter>--libexecdir=/usr/lib/dbus-1.0/dbus-1</parameter>: This + moves <command>dbus-bash-completion-helper</command> out of <filename + class="directory">/usr/libexec</filename>.</para> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../xincludes/gtk-doc-rebuild.xml"/> @@ -174,8 +181,8 @@ <seglistitem> <seg>dbus-binding-tool</seg> <seg>libdbus-glib-1.{so,a}</seg> - <seg>/usr/share/gtk-doc/html/dbus-glib and optionally - /usr/share/doc/dbus-glib-&dbus-glib-version;/api</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> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-08-10 12:14:00 UTC (rev 7956) +++ trunk/BOOK/general.ent 2009-08-10 13:29:23 UTC (rev 7957) @@ -138,7 +138,7 @@ <!ENTITY iso-codes-version "3.5"> <!ENTITY gmime-version "2.2.10"> <!ENTITY libidn-version "0.6.14"> -<!ENTITY dbus-glib-version "0.80"> +<!ENTITY dbus-glib-version "0.82"> <!ENTITY dbus-python-version "0.83.0"> <!ENTITY dbus-qt3-version "0.62"> <!ENTITY libpthread-stubs-version "0.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-08-10 12:14:00 UTC (rev 7956) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-08-10 13:29:23 UTC (rev 7957) @@ -44,6 +44,9 @@ <para>August 10th, 2009</para> <itemizedlist> <listitem> + <para>[gdalziel] - Updated to D-Bus GLib Bindings-0.82.</para> + </listitem> + <listitem> <para>[gdalziel] - Updated to libexif-0.6.17.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
