Author: krejzi Date: Sun Jul 14 15:53:46 2013 New Revision: 11424 Log: Properly move dbus-bindings.xml to the archive.
Modified: trunk/BOOK/archive/dbus-bindings.xml Modified: trunk/BOOK/archive/dbus-bindings.xml ============================================================================== --- trunk/BOOK/archive/dbus-bindings.xml Sun Jul 14 15:52:47 2013 (r11423) +++ trunk/BOOK/archive/dbus-bindings.xml Sun Jul 14 15:53:46 2013 (r11424) @@ -11,6 +11,14 @@ <!ENTITY dbus-glib-buildsize "12 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"> + <!ENTITY dbus-python-download-ftp " "> + <!ENTITY dbus-python-md5sum "742c7432ad0f7c3f98291d58fa2e35dc"> + <!ENTITY dbus-python-size "583 KB"> + <!ENTITY dbus-python-buildsize "5.7 MB"> + <!ENTITY dbus-python-time "0.2 SBU"> + + <!-- All the other bindings info should be here as well --> ]> <sect1 id="dbus-bindings" xreflabel="D-Bus Bindings"> @@ -47,6 +55,9 @@ <listitem> <para><xref linkend="dbus-glib"/></para> </listitem> + <listitem> + <para><xref linkend="dbus-python"/></para> + </listitem> </itemizedlist> </sect2> @@ -102,7 +113,6 @@ <bridgehead renderas="sect5">Required</bridgehead> <para role="required"> - <xref linkend="dbus"/>, <xref linkend="expat"/> and <xref linkend="glib2"/> </para> @@ -213,6 +223,114 @@ </sect3> + </sect2> + + <!-- Begin D-Bus Python Bindings --> + <sect2 id="dbus-python" xreflabel="D-Bus Python Bindings-&dbus-python-version;"> + <title>D-Bus Python Bindings</title> + + <indexterm zone="dbus-python"> + <primary sortas="a-dbus-python">D-Bus Python Bindings</primary> + </indexterm> + + <sect3 role="package"> + <title>Introduction to D-Bus Python Bindings</title> + + &lfs73_checked; + + <bridgehead renderas="sect4">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&dbus-python-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&dbus-python-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &dbus-python-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &dbus-python-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &dbus-python-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &dbus-python-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead> + + <bridgehead renderas="sect5">Required</bridgehead> + <para role="required"> + <xref linkend="python2"/> and + <xref linkend="dbus-glib"/> + </para> + + <bridgehead renderas="sect5">Optional</bridgehead> + <para role="optional"> + <xref linkend="pygobject2"/> (required to run the test suite) + </para> + + <bridgehead renderas="sect5">Optional + (Required to build the API and HTML Documentation)</bridgehead> + <para role="optional"> + <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and + <ulink url="http://docutils.sourceforge.net/">Docutils</ulink> + </para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/dbus-python"/></para> + + </sect3> + + <sect3 role="installation"> + <title>Installation of D-Bus Python Bindings</title> + + <para>Install <application>D-Bus Python Bindings</application> by + running the following commands:</para> + +<screen><userinput>./configure --prefix=/usr \ + --docdir=/usr/share/doc/dbus-python-&dbus-python-version; && +make</userinput></screen> + + <para>To test the results, issue: <command>make check</command>. Note you + must have <application>PyGObject</application> installed.</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-python-&dbus-python-version;/api && +install -v -m644 api/* \ + /usr/share/doc/dbus-python-&dbus-python-version;/api</userinput></screen> + + </sect3> + + <sect3 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>none</seg> + <seg><application>Python</application> + <application>D-Bus</application> modules</seg> + <seg>/usr/lib/python&python2-majorver;/site-packages/dbus and + /usr/share/doc/dbus-python-&dbus-python-version;</seg> + </seglistitem> + </segmentedlist> + + </sect3> + </sect2> </sect1> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
