Author: randy Date: 2009-03-02 11:06:53 -0700 (Mon, 02 Mar 2009) New Revision: 7789
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.80 Modified: trunk/BOOK/general/genlib/dbus-bindings.xml =================================================================== --- trunk/BOOK/general/genlib/dbus-bindings.xml 2009-03-02 16:03:29 UTC (rev 7788) +++ trunk/BOOK/general/genlib/dbus-bindings.xml 2009-03-02 18:06:53 UTC (rev 7789) @@ -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 "d3b716a7e798faa1c6a867675f00306a"> - <!ENTITY dbus-glib-size "652 KB"> - <!ENTITY dbus-glib-buildsize "9.1 MB"> + <!ENTITY dbus-glib-md5sum "86ea60ba2118a1b9deafe8257f6a6a1a"> + <!ENTITY dbus-glib-size "688 KB"> + <!ENTITY dbus-glib-buildsize "11 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"> @@ -111,6 +111,9 @@ <xref linkend="glib2"/>, and <xref linkend="expat"/></para> + <bridgehead renderas="sect4">Optional to Build the API Documentation</bridgehead> + <para role="required"><xref linkend="doxygen"/></para> + <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/dbus-glib"/></para> @@ -125,12 +128,31 @@ <screen><userinput>./configure --prefix=/usr && make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>The <option>--enable-doxygen-docs</option> parameter does not work + properly. If you have <application>Doxygen</application> installed and you + wish to build the API documentation, issue + <command>doxygen</command>.</para> + <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 + package twice.</para> + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> <screen role="root"><userinput>make install</userinput></screen> + <para>If you built the API documentation, install it by issuing the + following commands as the <systemitem class="username">root</systemitem> + user:</para> + +<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-glib-&dbus-glib-version;/api \ + /usr/share/man/man3dbus && +install -v -m644 doc/api/html/* \ + /usr/share/doc/dbus-glib-&dbus-glib-version;/api && +install -v -m644 doc/api/man/man3dbus/* \ + /usr/share/man/man3dbus</userinput></screen> + </sect2> <sect2 role="commands"> @@ -147,12 +169,13 @@ <segmentedlist> <segtitle>Installed Program</segtitle> <segtitle>Installed Library</segtitle> - <segtitle>Installed Directory</segtitle> + <segtitle>Installed Directories</segtitle> <seglistitem> <seg>dbus-binding-tool</seg> <seg>libdbus-glib-1.{so,a}</seg> - <seg>/usr/share/gtk-doc/html/dbus-glib</seg> + <seg>/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-03-02 16:03:29 UTC (rev 7788) +++ trunk/BOOK/general.ent 2009-03-02 18:06:53 UTC (rev 7789) @@ -125,7 +125,7 @@ <!ENTITY iso-codes-version "3.5"> <!ENTITY gmime-version "2.2.10"> <!ENTITY libidn-version "0.6.14"> -<!ENTITY dbus-glib-version "0.76"> +<!ENTITY dbus-glib-version "0.80"> <!ENTITY dbus-python-version "0.82.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-03-02 16:03:29 UTC (rev 7788) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-03-02 18:06:53 UTC (rev 7789) @@ -45,6 +45,9 @@ <para>March 2nd, 2009</para> <itemizedlist> <listitem> + <para>[randy] - Updated to D-BUS GLib Bindings-0.80.</para> + </listitem> + <listitem> <para>[randy] - Updated to D-BUS-1.2.12.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
