Changeset 93b8ab7a


Ignore:
Timestamp:
07/14/2013 10:53:46 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
d938ca94
Parents:
ae96c4b
Message:

Properly move dbus-bindings.xml to the archive.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • archive/dbus-bindings.xml

    rae96c4b r93b8ab7a  
    1212  <!ENTITY dbus-glib-time          "0.1 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        "742c7432ad0f7c3f98291d58fa2e35dc">
     17  <!ENTITY dbus-python-size          "583 KB">
     18  <!ENTITY dbus-python-buildsize     "5.7 MB">
     19  <!ENTITY dbus-python-time          "0.2 SBU">
     20
     21  <!-- All the other bindings info should be here as well -->
    1422]>
    1523
     
    4856        <para><xref linkend="dbus-glib"/></para>
    4957      </listitem>
     58      <listitem>
     59        <para><xref linkend="dbus-python"/></para>
     60      </listitem>
    5061    </itemizedlist>
    5162
     
    103114      <bridgehead renderas="sect5">Required</bridgehead>
    104115      <para role="required">
    105         <xref linkend="dbus"/>,
    106116        <xref linkend="expat"/> and
    107117        <xref linkend="glib2"/>
     
    216226  </sect2>
    217227
     228  <!-- Begin D-Bus Python Bindings -->
     229  <sect2 id="dbus-python" xreflabel="D-Bus Python Bindings-&dbus-python-version;">
     230    <title>D-Bus Python Bindings</title>
     231
     232    <indexterm zone="dbus-python">
     233      <primary sortas="a-dbus-python">D-Bus Python Bindings</primary>
     234    </indexterm>
     235
     236    <sect3 role="package">
     237      <title>Introduction to D-Bus Python Bindings</title>
     238
     239      &lfs73_checked;
     240
     241      <bridgehead renderas="sect4">Package Information</bridgehead>
     242      <itemizedlist spacing="compact">
     243        <listitem>
     244          <para>Download (HTTP): <ulink url="&dbus-python-download-http;"/></para>
     245        </listitem>
     246        <listitem>
     247          <para>Download (FTP): <ulink url="&dbus-python-download-ftp;"/></para>
     248        </listitem>
     249        <listitem>
     250          <para>Download MD5 sum: &dbus-python-md5sum;</para>
     251        </listitem>
     252        <listitem>
     253          <para>Download size: &dbus-python-size;</para>
     254        </listitem>
     255        <listitem>
     256          <para>Estimated disk space required: &dbus-python-buildsize;</para>
     257        </listitem>
     258        <listitem>
     259          <para>Estimated build time: &dbus-python-time;</para>
     260        </listitem>
     261      </itemizedlist>
     262
     263      <bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead>
     264
     265      <bridgehead renderas="sect5">Required</bridgehead>
     266      <para role="required">
     267        <xref linkend="python2"/> and
     268        <xref linkend="dbus-glib"/>
     269      </para>
     270
     271      <bridgehead renderas="sect5">Optional</bridgehead>
     272      <para role="optional">
     273        <xref linkend="pygobject2"/> (required to run the test suite)
     274      </para>
     275
     276      <bridgehead renderas="sect5">Optional
     277      (Required to build the API and HTML Documentation)</bridgehead>
     278      <para role="optional">
     279        <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and
     280        <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
     281      </para>
     282
     283      <para condition="html" role="usernotes">User Notes:
     284      <ulink url="&blfs-wiki;/dbus-python"/></para>
     285
     286    </sect3>
     287
     288    <sect3 role="installation">
     289      <title>Installation of D-Bus Python Bindings</title>
     290
     291      <para>Install <application>D-Bus Python Bindings</application> by
     292      running the following commands:</para>
     293
     294<screen><userinput>./configure --prefix=/usr \
     295            --docdir=/usr/share/doc/dbus-python-&dbus-python-version; &amp;&amp;
     296make</userinput></screen>
     297
     298      <para>To test the results, issue: <command>make check</command>. Note you
     299      must have <application>PyGObject</application> installed.</para>
     300
     301      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     302
     303<screen role="root"><userinput>make install</userinput></screen>
     304
     305      <para>If you built the API documentation, install it by issuing the
     306      following commands as the <systemitem class="username">root</systemitem>
     307      user:</para>
     308
     309<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-python-&dbus-python-version;/api &amp;&amp;
     310install -v -m644    api/* \
     311                    /usr/share/doc/dbus-python-&dbus-python-version;/api</userinput></screen>
     312
     313    </sect3>
     314
     315    <sect3 role="content">
     316      <title>Contents</title>
     317
     318      <segmentedlist>
     319        <segtitle>Installed Programs</segtitle>
     320        <segtitle>Installed Libraries</segtitle>
     321        <segtitle>Installed Directories</segtitle>
     322
     323        <seglistitem>
     324          <seg>none</seg>
     325          <seg><application>Python</application>
     326          <application>D-Bus</application> modules</seg>
     327          <seg>/usr/lib/python&python2-majorver;/site-packages/dbus and
     328          /usr/share/doc/dbus-python-&dbus-python-version;</seg>
     329        </seglistitem>
     330      </segmentedlist>
     331
     332    </sect3>
     333
     334  </sect2>
     335
    218336</sect1>
Note: See TracChangeset for help on using the changeset viewer.