Ignore:
Timestamp:
10/08/2009 10:59:45 AM (15 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
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:
2b81e19
Parents:
df1e8e6
Message:

New packages: polkit-0.94, libffi-3.0.8, gir-repository-0.6.5, gobject-introspection-0.6.5, and eggdbus-0.5.

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

File:
1 edited

Legend:

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

    rdf1e8e6 r9d3d8a8  
    2626  <!ENTITY dbus-qt3-time          "0.1 SBU">
    2727
     28  <!ENTITY eggdbus-download-http   "http://hal.freedesktop.org/releases/eggdbus-&eggdbus-version;.tar.gz">
     29  <!ENTITY eggdbus-download-ftp    " ">
     30  <!ENTITY eggdbus-md5sum          "44f1f6387c49e8198d7aa755aeee46c6">
     31  <!ENTITY eggdbus-size            "772 KB">
     32  <!ENTITY eggdbus-buildsize       "21 MB">
     33  <!ENTITY eggdbus-time            "0.3 SBU">
     34
    2835  <!-- All the other bindings info should be here as well -->
    2936]>
     
    5461
    5562    <para>The <application>GLib</application>,
    56     <application>Python</application> and <application>Qt3</application>
    57     Bindings are included on this page. Other language bindings will be added
    58     soon. Until then, see the <ulink
     63    <application>Python</application>, <application>Qt3</application>, and
     64    <application>GObject</application> Bindings are included on this page. Other
     65    language bindings will be added soon. Until then, see the <ulink
    5966    url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus
    6067    Bindings</ulink> page for information.</para>
     
    7077        <para><xref linkend="dbus-qt3"/></para>
    7178      </listitem>
     79      <listitem>
     80        <para><xref linkend="eggdbus"/></para>
     81      </listitem>
    7282    </itemizedlist>
    7383
     
    7787  <!-- Begin D-Bus GLib Bindings -->
    7888  <sect2 id="dbus-glib" xreflabel="D-Bus GLib Bindings-&dbus-glib-version;">
    79   <title>D-Bus GLib Bindings</title>
    80 
    81   <indexterm zone="dbus-glib">
    82     <primary sortas="a-dbus-glib">D-Bus GLib Bindings</primary>
    83   </indexterm>
     89    <title>D-Bus GLib Bindings</title>
     90
     91    <indexterm zone="dbus-glib">
     92      <primary sortas="a-dbus-glib">D-Bus GLib Bindings</primary>
     93    </indexterm>
    8494
    8595    &lfs65_checked;
    8696
    87     <bridgehead renderas="sect3">Package Information</bridgehead>
    88     <itemizedlist spacing="compact">
    89       <listitem>
    90         <para>Download (HTTP): <ulink url="&dbus-glib-download-http;"/></para>
    91       </listitem>
    92       <listitem>
    93         <para>Download (FTP): <ulink url="&dbus-glib-download-ftp;"/></para>
    94       </listitem>
    95       <listitem>
    96         <para>Download MD5 sum: &dbus-glib-md5sum;</para>
    97       </listitem>
    98       <listitem>
    99         <para>Download size: &dbus-glib-size;</para>
    100       </listitem>
    101       <listitem>
    102         <para>Estimated disk space required: &dbus-glib-buildsize;</para>
    103       </listitem>
    104       <listitem>
    105         <para>Estimated build time: &dbus-glib-time;</para>
    106       </listitem>
    107     </itemizedlist>
    108 
    109     <bridgehead renderas="sect3">D-Bus GLib Dependencies</bridgehead>
    110 
    111     <bridgehead renderas="sect4">Required</bridgehead>
    112     <para role="required"><xref linkend="dbus"/>,
    113     <xref linkend="glib2"/>, and
    114     <xref linkend="expat"/></para>
    115 
    116     <bridgehead renderas="sect4">Optional to Build the API Documentation</bridgehead>
    117     <para role="required"><xref linkend="doxygen"/></para>
    118 
    119     <para condition="html" role="usernotes">User Notes:
    120     <ulink url="&blfs-wiki;/dbus-glib"/></para>
    121 
    122   </sect2>
    123 
    124   <sect2 role="installation">
    125     <title>Installation of D-Bus GLib Bindings</title>
    126 
    127     <para>Install <application>D-Bus GLib Bindings</application> by
    128     running the following commands:</para>
     97    <sect3 role="package">
     98      <title>Introduction to D-Bus GLib Bindings</title>
     99
     100      <bridgehead renderas="sect4">Package Information</bridgehead>
     101      <itemizedlist spacing="compact">
     102        <listitem>
     103          <para>Download (HTTP): <ulink url="&dbus-glib-download-http;"/></para>
     104        </listitem>
     105        <listitem>
     106          <para>Download (FTP): <ulink url="&dbus-glib-download-ftp;"/></para>
     107        </listitem>
     108        <listitem>
     109         <para>Download MD5 sum: &dbus-glib-md5sum;</para>
     110        </listitem>
     111        <listitem>
     112          <para>Download size: &dbus-glib-size;</para>
     113        </listitem>
     114        <listitem>
     115          <para>Estimated disk space required: &dbus-glib-buildsize;</para>
     116        </listitem>
     117        <listitem>
     118          <para>Estimated build time: &dbus-glib-time;</para>
     119        </listitem>
     120      </itemizedlist>
     121
     122      <bridgehead renderas="sect4">D-Bus GLib Dependencies</bridgehead>
     123
     124      <bridgehead renderas="sect5">Required</bridgehead>
     125      <para role="required"><xref linkend="dbus"/>,
     126      <xref linkend="glib2"/>, and
     127      <xref linkend="expat"/></para>
     128
     129      <bridgehead renderas="sect5">Optional to Build the API Documentation</bridgehead>
     130      <para role="optional"><xref linkend="doxygen"/></para>
     131
     132      <para condition="html" role="usernotes">User Notes:
     133      <ulink url="&blfs-wiki;/dbus-glib"/></para>
     134
     135    </sect3>
     136
     137    <sect3 role="installation">
     138      <title>Installation of D-Bus GLib Bindings</title>
     139
     140      <para>Install <application>D-Bus GLib Bindings</application> by
     141      running the following commands:</para>
    129142
    130143<screen><userinput>./configure --prefix=/usr \
     
    133146make</userinput></screen>
    134147
    135     <para>The <option>--enable-doxygen-docs</option> parameter does not work
    136     properly. If you have <application>Doxygen</application> installed and you
    137     wish to build the API documentation, issue
    138     <command>doxygen</command>.</para>
    139 
    140     <para>To test the results, issue: <command>make check</command>. Note that
    141     more comprehensive tests can be run by following the same method used in
    142     <application>D-BUS</application> instructions, which requires building the
    143     package twice.</para>
    144 
    145     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     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
     153      <para>To test the results, issue: <command>make check</command>. Note that
     154      more comprehensive tests can be run by following the same method used in
     155      <application>D-BUS</application> instructions, which requires building the
     156      package twice.</para>
     157
     158      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    146159
    147160<screen role="root"><userinput>make install</userinput></screen>
    148161
    149     <para>If you built the API documentation, install it by issuing the
    150     following commands as the <systemitem class="username">root</systemitem>
    151     user:</para>
     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>
    152165
    153166<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-glib-&dbus-glib-version;/api \
     
    158171                    /usr/share/man/man3dbus</userinput></screen>
    159172
    160   </sect2>
    161 
    162   <sect2 role="commands">
    163     <title>Command Explanations</title>
    164 
    165     <para><parameter>--libexecdir=/usr/lib/dbus-1.0/dbus-1</parameter>: This
    166     moves <command>dbus-bash-completion-helper</command> out of <filename
    167     class="directory">/usr/libexec</filename>.</para>
    168 
    169     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    170     href="../../xincludes/gtk-doc-rebuild.xml"/>
    171 
    172   </sect2>
    173 
    174   <sect2 role="content">
    175     <title>Contents</title>
    176 
    177     <segmentedlist>
    178       <segtitle>Installed Program</segtitle>
    179       <segtitle>Installed Library</segtitle>
    180       <segtitle>Installed Directories</segtitle>
    181 
    182       <seglistitem>
    183         <seg>dbus-binding-tool</seg>
    184         <seg>libdbus-glib-1.{so,a}</seg>
    185         <seg>/etc/bash_completion.d, /usr/share/gtk-doc/html/dbus-glib, and
    186         optionally /usr/share/doc/dbus-glib-&dbus-glib-version;/api</seg>
    187       </seglistitem>
    188     </segmentedlist>
    189 
    190     <variablelist>
    191       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    192       <?dbfo list-presentation="list"?>
    193       <?dbhtml list-presentation="table"?>
    194 
    195       <varlistentry id="glib-dbus-binding-tool">
    196         <term><command>dbus-binding-tool</command></term>
    197         <listitem>
    198           <para>is a tool used to interface with the D-Bus API.</para>
    199           <indexterm zone="dbus-glib glib-dbus-binding-tool">
    200             <primary sortas="b-dbus-binding-tool">dbus-binding-tool</primary>
    201           </indexterm>
    202         </listitem>
    203       </varlistentry>
    204 
    205       <varlistentry id="libdbus-glib-1">
    206         <term><filename class='libraryfile'>libdbus-glib-1.{so,a}</filename></term>
    207         <listitem>
    208           <para>contains <application>GLib</application> interface functions
    209           to the D-Bus API.</para>
    210           <indexterm zone="dbus-glib libdbus-glib-1">
    211             <primary sortas="c-libdbus-glib-1">libdbus-glib-1.{so,a}</primary>
    212           </indexterm>
    213         </listitem>
    214       </varlistentry>
    215 
    216     </variablelist>
     173    </sect3>
     174
     175    <sect3 role="commands">
     176      <title>Command Explanations</title>
     177
     178      <para><parameter>--libexecdir=/usr/lib/dbus-1.0/dbus-1</parameter>: This
     179      moves <command>dbus-bash-completion-helper</command> out of <filename
     180      class="directory">/usr/libexec</filename>.</para>
     181
     182      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     183      href="../../xincludes/gtk-doc-rebuild.xml"/>
     184
     185    </sect3>
     186
     187    <sect3 role="content">
     188      <title>Contents</title>
     189
     190      <segmentedlist>
     191        <segtitle>Installed Program</segtitle>
     192        <segtitle>Installed Library</segtitle>
     193        <segtitle>Installed Directories</segtitle>
     194
     195        <seglistitem>
     196          <seg>dbus-binding-tool</seg>
     197          <seg>libdbus-glib-1.{so,a}</seg>
     198          <seg>/etc/bash_completion.d, /usr/share/gtk-doc/html/dbus-glib, and
     199          optionally /usr/share/doc/dbus-glib-&dbus-glib-version;/api</seg>
     200        </seglistitem>
     201      </segmentedlist>
     202
     203      <variablelist>
     204        <bridgehead renderas="sect4">Short Descriptions</bridgehead>
     205        <?dbfo list-presentation="list"?>
     206        <?dbhtml list-presentation="table"?>
     207
     208        <varlistentry id="glib-dbus-binding-tool">
     209          <term><command>dbus-binding-tool</command></term>
     210          <listitem>
     211            <para>is a tool used to interface with the D-Bus API.</para>
     212            <indexterm zone="dbus-glib glib-dbus-binding-tool">
     213              <primary sortas="b-dbus-binding-tool">dbus-binding-tool</primary>
     214            </indexterm>
     215          </listitem>
     216        </varlistentry>
     217
     218        <varlistentry id="libdbus-glib-1">
     219          <term><filename class='libraryfile'>libdbus-glib-1.{so,a}</filename></term>
     220          <listitem>
     221            <para>contains <application>GLib</application> interface functions
     222            to the D-Bus API.</para>
     223            <indexterm zone="dbus-glib libdbus-glib-1">
     224              <primary sortas="c-libdbus-glib-1">libdbus-glib-1.{so,a}</primary>
     225            </indexterm>
     226          </listitem>
     227        </varlistentry>
     228
     229      </variablelist>
     230
     231    </sect3>
    217232
    218233  </sect2>
     
    220235  <!-- Begin D-Bus Python Bindings -->
    221236  <sect2 id="dbus-python" xreflabel="D-Bus Python Bindings-&dbus-python-version;">
    222   <title>D-Bus Python Bindings</title>
    223 
    224   <indexterm zone="dbus-python">
    225     <primary sortas="a-dbus-python">D-Bus Python Bindings</primary>
    226   </indexterm>
    227 
    228     <bridgehead renderas="sect3">Package Information</bridgehead>
    229     <itemizedlist spacing="compact">
    230       <listitem>
    231         <para>Download (HTTP): <ulink url="&dbus-python-download-http;"/></para>
    232       </listitem>
    233       <listitem>
    234         <para>Download (FTP): <ulink url="&dbus-python-download-ftp;"/></para>
    235       </listitem>
    236       <listitem>
    237         <para>Download MD5 sum: &dbus-python-md5sum;</para>
    238       </listitem>
    239       <listitem>
    240         <para>Download size: &dbus-python-size;</para>
    241       </listitem>
    242       <listitem>
    243         <para>Estimated disk space required: &dbus-python-buildsize;</para>
    244       </listitem>
    245       <listitem>
    246         <para>Estimated build time: &dbus-python-time;</para>
    247       </listitem>
    248     </itemizedlist>
    249 
    250     <bridgehead renderas="sect3">D-Bus Python Dependencies</bridgehead>
    251 
    252     <bridgehead renderas="sect4">Required</bridgehead>
    253     <para role="required"><xref linkend="python"/> and
    254     <xref linkend="dbus-glib"/></para>
    255 
    256     <bridgehead renderas="sect4">Optional</bridgehead>
    257     <para role="optional"><ulink url="&gnome-download-http;/pygobject">PyGObject</ulink>
    258     (required to run the test suite)</para>
    259 
    260     <bridgehead renderas="sect4">Optional
    261     (Required to build the API and HTML Documentation)</bridgehead>
    262     <para role="optional"><ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink>
    263     and <ulink url="http://docutils.sourceforge.net/">Docutils</ulink></para>
    264 
    265     <para condition="html" role="usernotes">User Notes:
    266     <ulink url="&blfs-wiki;/dbus-python"/></para>
    267 
    268   </sect2>
    269 
    270   <sect2 role="installation">
    271     <title>Installation of D-Bus Python Bindings</title>
    272 
    273     <para>Install <application>D-Bus Python Bindings</application> by
    274     running the following commands:</para>
     237    <title>D-Bus Python Bindings</title>
     238
     239    <indexterm zone="dbus-python">
     240      <primary sortas="a-dbus-python">D-Bus Python Bindings</primary>
     241    </indexterm>
     242
     243    <sect3 role="package">
     244      <title>Introduction to D-Bus Python Bindings</title>
     245
     246      <bridgehead renderas="sect4">Package Information</bridgehead>
     247      <itemizedlist spacing="compact">
     248        <listitem>
     249          <para>Download (HTTP): <ulink url="&dbus-python-download-http;"/></para>
     250        </listitem>
     251        <listitem>
     252          <para>Download (FTP): <ulink url="&dbus-python-download-ftp;"/></para>
     253        </listitem>
     254        <listitem>
     255          <para>Download MD5 sum: &dbus-python-md5sum;</para>
     256        </listitem>
     257        <listitem>
     258          <para>Download size: &dbus-python-size;</para>
     259        </listitem>
     260        <listitem>
     261          <para>Estimated disk space required: &dbus-python-buildsize;</para>
     262        </listitem>
     263        <listitem>
     264          <para>Estimated build time: &dbus-python-time;</para>
     265        </listitem>
     266      </itemizedlist>
     267
     268      <bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead>
     269
     270      <bridgehead renderas="sect5">Required</bridgehead>
     271      <para role="required"><xref linkend="python"/> and
     272      <xref linkend="dbus-glib"/></para>
     273
     274      <bridgehead renderas="sect5">Optional</bridgehead>
     275      <para role="optional"><ulink url="&gnome-download-http;/pygobject">PyGObject</ulink>
     276      (required to run the test suite)</para>
     277
     278      <bridgehead renderas="sect5">Optional
     279      (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>
     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>
    275293
    276294<screen><userinput>./configure --prefix=/usr \
     
    278296make</userinput></screen>
    279297
    280     <para>To test the results, issue: <command>make check</command>. Note you
    281     must have <application>PyGObject</application> installed.</para>
    282 
    283     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     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>
    284302
    285303<screen role="root"><userinput>make install</userinput></screen>
    286304
    287     <para>If you built the API documentation, install it by issuing the
    288     following commands as the <systemitem class="username">root</systemitem>
    289     user:</para>
     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>
    290308
    291309<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-python-&dbus-python-version;/api &amp;&amp;
     
    293311                    /usr/share/doc/dbus-python-&dbus-python-version;/api</userinput></screen>
    294312
    295   </sect2>
    296 
    297   <sect2 role="content">
    298     <title>Contents</title>
    299 
    300     <segmentedlist>
    301       <segtitle>Installed Programs</segtitle>
    302       <segtitle>Installed Libraries</segtitle>
    303       <segtitle>Installed Directories</segtitle>
    304 
    305       <seglistitem>
    306         <seg>None</seg>
    307         <seg><application>Python</application>
    308         <application>D-Bus</application> modules</seg>
    309         <seg>/usr/lib/python&python-majorver;/site-packages/dbus and
    310         /usr/share/doc/dbus-python-&dbus-python-version;</seg>
    311       </seglistitem>
    312     </segmentedlist>
     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&python-majorver;/site-packages/dbus and
     328          /usr/share/doc/dbus-python-&dbus-python-version;</seg>
     329        </seglistitem>
     330      </segmentedlist>
     331
     332    </sect3>
    313333
    314334  </sect2>
     
    322342  </indexterm>
    323343
    324     <bridgehead renderas="sect3">Package Information</bridgehead>
    325     <itemizedlist spacing="compact">
    326       <listitem>
    327         <para>Download (HTTP): <ulink url="&dbus-qt3-download-http;"/></para>
    328       </listitem>
    329       <listitem>
    330         <para>Download (FTP): <ulink url="&dbus-qt3-download-ftp;"/></para>
    331       </listitem>
    332       <listitem>
    333         <para>Download MD5 sum: &dbus-qt3-md5sum;</para>
    334       </listitem>
    335       <listitem>
    336         <para>Download size: &dbus-qt3-size;</para>
    337       </listitem>
    338       <listitem>
    339         <para>Estimated disk space required: &dbus-qt3-buildsize;</para>
    340       </listitem>
    341       <listitem>
    342         <para>Estimated build time: &dbus-qt3-time;</para>
    343       </listitem>
    344     </itemizedlist>
    345 
    346     <bridgehead renderas="sect3">D-Bus Qt3 Dependencies</bridgehead>
    347 
    348     <bridgehead renderas="sect4">Required</bridgehead>
    349     <para role="required"><xref linkend="dbus"/> and
    350     <xref linkend="qt"/></para>
    351 
    352     <!-- <bridgehead renderas="sect4">Recommended</bridgehead>
    353     <para role="recommended"><xref linkend="pkgconfig"/></para> -->
    354 
    355     <para condition="html" role="usernotes">User Notes:
    356     <ulink url="&blfs-wiki;/dbus-qt3"/></para>
    357 
    358   </sect2>
    359 
    360   <sect2 role="installation">
    361     <title>Installation of D-Bus Qt3 Bindings</title>
    362 
    363     <para>Install <application>D-Bus Qt3 Bindings</application> by
    364     running the following commands:</para>
     344    <sect3 role="package">
     345      <title>Introduction to D-Bus Qt3 Bindings</title>
     346
     347      <bridgehead renderas="sect4">Package Information</bridgehead>
     348      <itemizedlist spacing="compact">
     349        <listitem>
     350          <para>Download (HTTP): <ulink url="&dbus-qt3-download-http;"/></para>
     351        </listitem>
     352        <listitem>
     353          <para>Download (FTP): <ulink url="&dbus-qt3-download-ftp;"/></para>
     354        </listitem>
     355        <listitem>
     356          <para>Download MD5 sum: &dbus-qt3-md5sum;</para>
     357        </listitem>
     358        <listitem>
     359          <para>Download size: &dbus-qt3-size;</para>
     360        </listitem>
     361        <listitem>
     362          <para>Estimated disk space required: &dbus-qt3-buildsize;</para>
     363        </listitem>
     364        <listitem>
     365          <para>Estimated build time: &dbus-qt3-time;</para>
     366        </listitem>
     367      </itemizedlist>
     368
     369      <bridgehead renderas="sect4">D-Bus Qt3 Dependencies</bridgehead>
     370
     371      <bridgehead renderas="sect5">Required</bridgehead>
     372      <para role="required"><xref linkend="dbus"/> and
     373      <xref linkend="qt"/></para>
     374
     375      <para condition="html" role="usernotes">User Notes:
     376      <ulink url="&blfs-wiki;/dbus-qt3"/></para>
     377
     378    </sect3>
     379
     380    <sect3 role="installation">
     381      <title>Installation of D-Bus Qt3 Bindings</title>
     382
     383      <para>Install <application>D-Bus Qt3 Bindings</application> by
     384      running the following commands:</para>
    365385
    366386<screen><userinput>./configure --prefix=/usr &amp;&amp;
    367387make</userinput></screen>
    368388
    369     <para>This package does not come with a test suite.</para>
    370 
    371     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     389      <para>This package does not come with a test suite.</para>
     390
     391      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    372392
    373393<screen role="root"><userinput>make install</userinput></screen>
    374394
     395    </sect3>
     396
     397    <sect3 role="content">
     398      <title>Contents</title>
     399
     400      <segmentedlist>
     401        <segtitle>Installed Programs</segtitle>
     402        <segtitle>Installed Library</segtitle>
     403        <segtitle>Installed Directories</segtitle>
     404
     405        <seglistitem>
     406          <seg>None</seg>
     407          <seg>libdbus-qt-1.so</seg>
     408          <seg>None</seg>
     409        </seglistitem>
     410      </segmentedlist>
     411
     412      <variablelist>
     413        <bridgehead renderas="sect4">Short Descriptions</bridgehead>
     414        <?dbfo list-presentation="list"?>
     415        <?dbhtml list-presentation="table"?>
     416
     417        <varlistentry id="libdbus-qt-1">
     418          <term><filename class='libraryfile'>libdbus-qt-1.{so,a}</filename></term>
     419          <listitem>
     420            <para>contains <application>Qt3</application> interface functions
     421            to the D-Bus API.</para>
     422            <indexterm zone="dbus-qt3 libdbus-qt-1">
     423              <primary sortas="c-libdbus-qt-1">libdbus-qt-1.{so,a}</primary>
     424            </indexterm>
     425          </listitem>
     426        </varlistentry>
     427
     428      </variablelist>
     429
     430    </sect3>
     431
    375432  </sect2>
    376433
    377   <sect2 role="content">
    378     <title>Contents</title>
    379 
    380     <segmentedlist>
    381       <segtitle>Installed Programs</segtitle>
    382       <segtitle>Installed Library</segtitle>
    383       <segtitle>Installed Directories</segtitle>
    384 
    385       <seglistitem>
    386         <seg>None</seg>
    387         <seg>libdbus-qt-1.so</seg>
    388         <seg>None</seg>
    389       </seglistitem>
    390     </segmentedlist>
    391 
    392     <variablelist>
    393       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    394       <?dbfo list-presentation="list"?>
    395       <?dbhtml list-presentation="table"?>
    396 
    397       <varlistentry id="libdbus-qt-1">
    398         <term><filename class='libraryfile'>libdbus-qt-1.{so,a}</filename></term>
    399         <listitem>
    400           <para>contains <application>Qt3</application> interface functions
    401           to the D-Bus API.</para>
    402           <indexterm zone="dbus-qt3 libdbus-qt-1">
    403             <primary sortas="c-libdbus-qt-1">libdbus-qt-1.{so,a}</primary>
    404           </indexterm>
    405         </listitem>
    406       </varlistentry>
    407 
    408     </variablelist>
     434  <!-- Begin D-Bus GObject Bindings -->
     435  <sect2 id="eggdbus" xreflabel="D-Bus GObject Bindings-&eggdbus-version;">
     436    <title>D-Bus GObject Bindings</title>
     437
     438    <indexterm zone="eggdbus">
     439      <primary sortas="a-eggdbus">D-Bus GObject Bindings</primary>
     440    </indexterm>
     441
     442    &lfs65_checked;
     443
     444    <sect3 role="package">
     445      <title>Introduction to D-Bus GObject Bindings</title>
     446
     447      <bridgehead renderas="sect4">Package Information</bridgehead>
     448      <itemizedlist spacing="compact">
     449        <listitem>
     450          <para>Download (HTTP): <ulink url="&eggdbus-download-http;"/></para>
     451        </listitem>
     452        <listitem>
     453          <para>Download (FTP): <ulink url="&eggdbus-download-ftp;"/></para>
     454        </listitem>
     455        <listitem>
     456          <para>Download MD5 sum: &eggdbus-md5sum;</para>
     457        </listitem>
     458        <listitem>
     459          <para>Download size: &eggdbus-size;</para>
     460        </listitem>
     461        <listitem>
     462          <para>Estimated disk space required: &eggdbus-buildsize;</para>
     463        </listitem>
     464        <listitem>
     465          <para>Estimated build time: &eggdbus-time;</para>
     466        </listitem>
     467      </itemizedlist>
     468
     469      <bridgehead renderas="sect4">eggdbus Dependencies</bridgehead>
     470
     471      <bridgehead renderas="sect5">Required</bridgehead>
     472      <para role="required"><xref linkend="dbus-glib"/> and
     473      <xref linkend="docbook-xsl"/></para>
     474
     475      <bridgehead renderas="sect5">Optional</bridgehead>
     476      <para role="optional"><xref linkend="gtk-doc"/></para>
     477
     478      <para condition="html" role="usernotes">User Notes:
     479      <ulink url="&blfs-wiki;/eggdbus"/></para>
     480
     481    </sect3>
     482
     483    <sect3 role="installation">
     484      <title>Installation of D-Bus GObject Bindings</title>
     485
     486
     487      <para>Install <application>eggdbus</application> by
     488      running the following commands:</para>
     489
     490<screen><userinput>./configure --prefix=/usr &amp;&amp;
     491make</userinput></screen>
     492
     493      <para>To test the results, issue: <command>make check</command>.</para>
     494
     495      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     496
     497<screen role="root"><userinput>make install</userinput></screen>
     498
     499    </sect3>
     500
     501    <sect3 role="commands">
     502      <title>Command Explanations</title>
     503
     504      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     505      href="../../xincludes/gtk-doc-rebuild.xml"/>
     506
     507    </sect3>
     508
     509    <sect3 role="content">
     510      <title>Contents</title>
     511
     512      <segmentedlist>
     513        <segtitle>Installed Programs</segtitle>
     514        <segtitle>Installed Library</segtitle>
     515        <segtitle>Installed Directory</segtitle>
     516
     517        <seglistitem>
     518          <seg>eggdbus-binding-tool and eggdbus-glib-genmarshal</seg>
     519          <seg>libeggdbus-1.{so,a}</seg>
     520          <seg>/usr/include/eggdbus-1/eggdbus</seg>
     521        </seglistitem>
     522      </segmentedlist>
     523
     524    </sect3>
    409525
    410526  </sect2>
Note: See TracChangeset for help on using the changeset viewer.