Changeset 64e043e


Ignore:
Timestamp:
07/14/2007 07:44:13 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:
924561e
Parents:
a646a55
Message:

Added the Qt3 bindings to the D-Bus Bindings page

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra646a55 r64e043e  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     6<!ENTITY day          "14">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    127127<!ENTITY dbus-glib-version            "0.74">
    128128<!ENTITY dbus-python-version          "0.82.0">
     129<!ENTITY dbus-qt3-version             "0.62">
    129130<!ENTITY libpthread-stubs-version     "0.1">
    130131<!-- <!ENTITY fam-version             "2.7.0"> -->
  • general/genlib/dbus-bindings.xml

    ra646a55 r64e043e  
    1919  <!ENTITY dbus-python-time          "0.1 SBU">
    2020
     21  <!ENTITY dbus-qt3-download-http "&files-anduin;/sources/dbus-qt3-&dbus-qt3-version;.tar.bz2">
     22  <!ENTITY dbus-qt3-download-ftp  " ">
     23  <!ENTITY dbus-qt3-md5sum        "307e119f501c207a437d1dd087c9af80">
     24  <!ENTITY dbus-qt3-size          "390 KB">
     25  <!ENTITY dbus-qt3-buildsize     "4 MB">
     26  <!ENTITY dbus-qt3-time          "0.1 SBU">
     27
    2128  <!-- All the other bindings info should be here as well -->
    2229]>
     
    4653    successfully.</para>
    4754
    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
     55    <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
    5159    url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus
    5260    Bindings</ulink> page for information.</para>
     
    5866      <listitem>
    5967        <para><xref linkend="dbus-python"/></para>
     68      </listitem>
     69      <listitem>
     70        <para><xref linkend="dbus-qt3"/></para>
    6071      </listitem>
    6172    </itemizedlist>
     
    268279  </sect2>
    269280
     281  <!-- Begin D-Bus Qt3 Bindings -->
     282  <sect2 id="dbus-qt3" xreflabel="D-Bus Qt3 Bindings-&dbus-qt3-version;">
     283  <title>D-Bus Qt3 Bindings</title>
     284
     285  <indexterm zone="dbus-qt3">
     286    <primary sortas="a-dbus-qt3">D-Bus Qt3 Bindings</primary>
     287  </indexterm>
     288
     289    <bridgehead renderas="sect3">Package Information</bridgehead>
     290    <itemizedlist spacing="compact">
     291      <listitem>
     292        <para>Download (HTTP): <ulink url="&dbus-qt3-download-http;"/></para>
     293      </listitem>
     294      <listitem>
     295        <para>Download (FTP): <ulink url="&dbus-qt3-download-ftp;"/></para>
     296      </listitem>
     297      <listitem>
     298        <para>Download MD5 sum: &dbus-qt3-md5sum;</para>
     299      </listitem>
     300      <listitem>
     301        <para>Download size: &dbus-qt3-size;</para>
     302      </listitem>
     303      <listitem>
     304        <para>Estimated disk space required: &dbus-qt3-buildsize;</para>
     305      </listitem>
     306      <listitem>
     307        <para>Estimated build time: &dbus-qt3-time;</para>
     308      </listitem>
     309    </itemizedlist>
     310
     311    <bridgehead renderas="sect3">D-Bus Qt3 Dependencies</bridgehead>
     312
     313    <bridgehead renderas="sect4">Required</bridgehead>
     314    <para role="required"><xref linkend="dbus"/> and
     315    <xref linkend="qt"/></para>
     316
     317    <bridgehead renderas="sect4">Recommended</bridgehead>
     318    <para role="recommended"><xref linkend="pkgconfig"/></para>
     319
     320    <para condition="html" role="usernotes">User Notes:
     321    <ulink url="&blfs-wiki;/dbus-qt3"/></para>
     322
     323  </sect2>
     324
     325  <sect2 role="installation">
     326    <title>Installation of D-Bus Qt3 Bindings</title>
     327
     328    <para>Install <application>D-Bus Qt3 Bindings</application> by
     329    running the following commands:</para>
     330
     331<screen><userinput>./configure --prefix=/usr &amp;&amp;
     332make</userinput></screen>
     333
     334    <para>This package does not come with a test suite.</para>
     335
     336    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     337
     338<screen role="root"><userinput>make install</userinput></screen>
     339
     340  </sect2>
     341
     342  <sect2 role="content">
     343    <title>Contents</title>
     344
     345    <segmentedlist>
     346      <segtitle>Installed Programs</segtitle>
     347      <segtitle>Installed Library</segtitle>
     348      <segtitle>Installed Directories</segtitle>
     349
     350      <seglistitem>
     351        <seg>None</seg>
     352        <seg>libdbus-qt-1.so</seg>
     353        <seg>None</seg>
     354      </seglistitem>
     355    </segmentedlist>
     356
     357    <variablelist>
     358      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     359      <?dbfo list-presentation="list"?>
     360      <?dbhtml list-presentation="table"?>
     361
     362      <varlistentry id="libdbus-qt-1">
     363        <term><filename class='libraryfile'>libdbus-qt-1.{so,a}</filename></term>
     364        <listitem>
     365          <para>contains <application>Qt3</application> interface functions
     366          to the D-Bus API.</para>
     367          <indexterm zone="dbus-qt3 libdbus-qt-1">
     368            <primary sortas="c-libdbus-qt-1">libdbus-qt-1.{so,a}</primary>
     369          </indexterm>
     370        </listitem>
     371      </varlistentry>
     372
     373    </variablelist>
     374
     375  </sect2>
     376
    270377</sect1>
  • introduction/welcome/changelog.xml

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