Changeset d876f09


Ignore:
Timestamp:
07/09/2007 11:19:30 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bf325a39
Parents:
f6f155a
Message:

Added the Python Bindings to the D-Bus Bindings page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6866 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf6f155a rd876f09  
    44-->
    55
    6 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     6<!ENTITY day          "10">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    126126<!ENTITY libidn-version               "0.6.14">
    127127<!ENTITY dbus-glib-version            "0.74">
     128<!ENTITY dbus-python-version          "0.82.0">
    128129<!-- <!ENTITY fam-version             "2.7.0"> -->
    129130<!-- Ispell has been removed as aspell is superior. See ticket #2101.
  • general/genlib/dbus-bindings.xml

    rf6f155a rd876f09  
    1212  <!ENTITY dbus-glib-time          "0.2 SBU">
    1313
     14  <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
     15  <!ENTITY dbus-python-download-ftp  " ">
     16  <!ENTITY dbus-python-md5sum        "024522ffba612f0d41b64269e925835c">
     17  <!ENTITY dbus-python-size          "482 KB">
     18  <!ENTITY dbus-python-buildsize     "6 MB">
     19  <!ENTITY dbus-python-time          "0.1 SBU">
     20
    1421  <!-- All the other bindings info should be here as well -->
    1522]>
     
    3946    successfully.</para>
    4047
    41     <para>Only the D-Bus GLib Bindings are included on this page for now.
    42     Other language bindings will be added soon. Until then, see the <ulink
     48    <para>Only the <application>GLib</application> and
     49    <application>Python</application> Bindings are included on this page for
     50    now. Other language bindings will be added soon. Until then, see the <ulink
    4351    url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus
    4452    Bindings</ulink> page for information.</para>
    4553
    46   </sect2>
    47 
     54    <itemizedlist spacing="compact">
     55      <listitem>
     56        <para><xref linkend="dbus-glib"/></para>
     57      </listitem>
     58      <listitem>
     59        <para><xref linkend="dbus-python"/></para>
     60      </listitem>
     61    </itemizedlist>
     62
     63  </sect2>
     64
     65  <!-- Below is 111 lines to cut and paste to create a new binding -->
     66  <!-- Begin D-Bus GLib Bindings -->
    4867  <sect2 id="dbus-glib" xreflabel="D-Bus GLib Bindings-&dbus-glib-version;">
    4968  <title>D-Bus GLib Bindings</title>
     
    7594    </itemizedlist>
    7695
    77     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>Required patch: <ulink
    81         url="&patch-root;/dbus-glib-&dbus-glib-version;-patch_name-patch_version.patch"/></para>
    82       </listitem>
    83     </itemizedlist> -->
    84 
    8596    <bridgehead renderas="sect3">D-Bus GLib Dependencies</bridgehead>
    8697
     
    97108    <title>Installation of D-Bus GLib Bindings</title>
    98109
    99     <para>Install <application>D-Bus GLib Bindings</application> by running the
    100     following commands:</para>
     110    <para>Install <application>D-Bus GLib Bindings</application> by
     111    running the following commands:</para>
    101112
    102113<screen><userinput>./configure --prefix=/usr &amp;&amp;
     
    164175  </sect2>
    165176
     177  <!-- Begin D-Bus Python Bindings -->
     178  <sect2 id="dbus-python" xreflabel="D-Bus Python Bindings-&dbus-python-version;">
     179  <title>D-Bus Python Bindings</title>
     180
     181  <indexterm zone="dbus-python">
     182    <primary sortas="a-dbus-python">D-Bus Python Bindings</primary>
     183  </indexterm>
     184
     185    <bridgehead renderas="sect3">Package Information</bridgehead>
     186    <itemizedlist spacing="compact">
     187      <listitem>
     188        <para>Download (HTTP): <ulink url="&dbus-python-download-http;"/></para>
     189      </listitem>
     190      <listitem>
     191        <para>Download (FTP): <ulink url="&dbus-python-download-ftp;"/></para>
     192      </listitem>
     193      <listitem>
     194        <para>Download MD5 sum: &dbus-python-md5sum;</para>
     195      </listitem>
     196      <listitem>
     197        <para>Download size: &dbus-python-size;</para>
     198      </listitem>
     199      <listitem>
     200        <para>Estimated disk space required: &dbus-python-buildsize;</para>
     201      </listitem>
     202      <listitem>
     203        <para>Estimated build time: &dbus-python-time;</para>
     204      </listitem>
     205    </itemizedlist>
     206
     207    <bridgehead renderas="sect3">D-Bus Python Dependencies</bridgehead>
     208
     209    <bridgehead renderas="sect4">Required</bridgehead>
     210    <para role="required"><xref linkend="python"/> and
     211    <xref linkend="dbus-glib"/></para>
     212
     213    <bridgehead renderas="sect4">Recommended</bridgehead>
     214    <para role="required"><xref linkend="pkgconfig"/></para>
     215
     216    <bridgehead renderas="sect4">Optional</bridgehead>
     217    <para role="optional"><ulink
     218     url="&gnome-download-http;/pygobject"> PyGObject</ulink> (required to run
     219     the test suite)</para>
     220
     221    <bridgehead renderas="sect4">Optional
     222    (Required to build the API Documentation)</bridgehead>
     223    <para role="optional"><ulink
     224    url="http://epydoc.sourceforge.net/">Epydoc</ulink>
     225    and <ulink url="http://docutils.sourceforge.net/">Docutils</ulink></para>
     226
     227    <para condition="html" role="usernotes">User Notes:
     228    <ulink url="&blfs-wiki;/dbus-python"/></para>
     229
     230  </sect2>
     231
     232  <sect2 role="installation">
     233    <title>Installation of D-Bus Python Bindings</title>
     234
     235    <para>Install <application>D-Bus Python Bindings</application> by
     236    running the following commands:</para>
     237
     238<screen><userinput>./configure --prefix=/usr &amp;&amp;
     239make</userinput></screen>
     240
     241    <para>To test the results, issue: <command>make check</command>. Note you
     242    must have <application>PyGObject</application> installed.</para>
     243
     244    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     245
     246<screen role="root"><userinput>make install</userinput></screen>
     247
     248  </sect2>
     249
     250  <sect2 role="content">
     251    <title>Contents</title>
     252
     253    <segmentedlist>
     254      <segtitle>Installed Programs</segtitle>
     255      <segtitle>Installed Libraries</segtitle>
     256      <segtitle>Installed Directory</segtitle>
     257
     258      <seglistitem>
     259        <seg>None</seg>
     260        <seg><application>Python</application>
     261        <application>D-Bus</application> modules</seg>
     262        <seg>/usr/lib/python2.5/site-packages/dbus and
     263        /usr/share/doc/dbus-python</seg>
     264      </seglistitem>
     265    </segmentedlist>
     266
     267  </sect2>
     268
    166269</sect1>
  • introduction/welcome/changelog.xml

    rf6f155a rd876f09  
    4343
    4444    <listitem>
     45      <para>July 10th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added the Python Bindings to the D-Bus Bindings
     49          page.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>July 9th, 2007</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.