Changeset 3338ba43 for general/sysutils


Ignore:
Timestamp:
12/17/2011 05:23:23 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
6103e59
Parents:
b6a2a0e
Message:

Updated to dbus-1.4.16
Updated to dbus-python-0.84.0
Updated to dbus-glib-0.98
Updated to pyGobject-3.0.3
Updated to gobject-introspection-1.30.0
Added py2cairo-1.10.0

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

Location:
general/sysutils
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus-bindings.xml

    rb6a2a0e r3338ba43  
    77  <!ENTITY dbus-glib-download-http "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz">
    88  <!ENTITY dbus-glib-download-ftp  " ">
    9   <!ENTITY dbus-glib-md5sum        "7c04ba01df6130c2c4e62f73bea0d0d5">
    10   <!ENTITY dbus-glib-size          "688 KB">
    11   <!ENTITY dbus-glib-buildsize     "10 MB (17 MB total if docs are installed)">
    12   <!ENTITY dbus-glib-time          "0.2 SBU">
     9  <!ENTITY dbus-glib-md5sum        "3f7f117dc7c8d899d9acfdcbf9253fb8">
     10  <!ENTITY dbus-glib-size          "712 KB">
     11  <!ENTITY dbus-glib-buildsize     "11 MB">
     12  <!ENTITY dbus-glib-time          "0.1 SBU">
    1313
    1414  <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
    1515  <!ENTITY dbus-python-download-ftp  " ">
    16   <!ENTITY dbus-python-md5sum        "4ebcaa905bdcb4132b915196b0a3691b">
    17   <!ENTITY dbus-python-size          "539 KB">
    18   <!ENTITY dbus-python-buildsize     "12 MB (includes installing all the documentation)">
     16  <!ENTITY dbus-python-md5sum        "fe69a2613e824463e74f10913708c88a">
     17  <!ENTITY dbus-python-size          "556 KB">
     18  <!ENTITY dbus-python-buildsize     "5.5 MB">
    1919  <!ENTITY dbus-python-time          "0.2 SBU">
    2020
     
    6363    <application>Python</application>, <application>Qt3</application>, and
    6464    <application>GObject</application> Bindings are included on this page. Other
    65     language bindings will be added soon. Until then, see the <ulink
     65    language bindings are available at the <ulink
    6666    url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus
    6767    Bindings</ulink> page for information.</para>
     
    8484  </sect2>
    8585
    86   <!-- Below is 111 lines to cut and paste to create a new binding -->
    8786  <!-- Begin D-Bus GLib Bindings -->
    8887  <sect2 id="dbus-glib" xreflabel="D-Bus GLib Bindings-&dbus-glib-version;">
     
    9695      <title>Introduction to D-Bus GLib Bindings</title>
    9796
    98       &lfs65_checked;
     97      &lfs70_checked;
    9998
    10099      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    123122
    124123      <bridgehead renderas="sect5">Required</bridgehead>
    125       <para role="required"><xref linkend="dbus"/>,
    126       <xref linkend="glib2"/>, and
    127       <xref linkend="expat"/></para>
     124      <para role="required">
     125        <xref linkend="dbus"/>,
     126        <xref linkend="glib2"/>, and
     127        <xref linkend="expat"/>
     128      </para>
    128129
    129130      <bridgehead renderas="sect5">Optional to Build the API Documentation</bridgehead>
    130       <para role="optional"><xref linkend="doxygen"/></para>
     131      <para role="optional">
     132        <xref linkend="doxygen"/>
     133      </para>
    131134
    132135      <para condition="html" role="usernotes">User Notes:
     
    146149make</userinput></screen>
    147150
    148       <para>The <option>--enable-doxygen-docs</option> parameter does not work
    149       properly. If you have <application>Doxygen</application> installed and you
    150       wish to build the API documentation, issue
    151       <command>doxygen</command>.</para>
    152 
    153151      <para>To test the results, issue: <command>make check</command>. Note that
    154152      more comprehensive tests can be run by following the same method used in
     
    159157
    160158<screen role="root"><userinput>make install</userinput></screen>
    161 
    162       <para>If you built the API documentation, install it by issuing the
    163       following commands as the <systemitem class="username">root</systemitem>
    164       user:</para>
    165 
    166 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-glib-&dbus-glib-version;/api \
    167                     /usr/share/man/man3dbus &amp;&amp;
    168 install -v -m644    doc/api/html/* \
    169                     /usr/share/doc/dbus-glib-&dbus-glib-version;/api &amp;&amp;
    170 install -v -m644    doc/api/man/man3dbus/* \
    171                     /usr/share/man/man3dbus</userinput></screen>
    172159
    173160    </sect3>
     
    237224    <title>D-Bus Python Bindings</title>
    238225
     226    &lfs70_checked;
     227
    239228    <indexterm zone="dbus-python">
    240229      <primary sortas="a-dbus-python">D-Bus Python Bindings</primary>
     
    269258
    270259      <bridgehead renderas="sect5">Required</bridgehead>
    271       <para role="required"><xref linkend="python"/> and
    272       <xref linkend="dbus-glib"/></para>
     260      <para role="required">
     261        <xref linkend="python"/> and
     262        <xref linkend="dbus-glib"/>
     263      </para>
    273264
    274265      <bridgehead renderas="sect5">Optional</bridgehead>
    275       <para role="optional"><xref linkend="pygobject"/> (required to run the
    276       test suite)</para>
     266      <para role="optional">
     267        <xref linkend="pygobject"/> (required to run the test suite)
     268      </para>
    277269
    278270      <bridgehead renderas="sect5">Optional
    279271      (Required to build the API and HTML Documentation)</bridgehead>
    280       <para role="optional"><ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink>
    281       and <ulink url="http://docutils.sourceforge.net/">Docutils</ulink></para>
     272      <para role="optional">
     273        <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and
     274        <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
     275      </para>
    282276
    283277      <para condition="html" role="usernotes">User Notes:
  • general/sysutils/sysutils.xml

    rb6a2a0e r3338ba43  
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apache-ant.xml"/>
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
     38  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-bindings.xml"/>
    3839  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hal.xml"/>
    3940  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/>
Note: See TracChangeset for help on using the changeset viewer.