Author: randy
Date: 2007-07-14 13:44:13 -0600 (Sat, 14 Jul 2007)
New Revision: 6885
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/dbus-bindings.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added the Qt3 bindings to the D-Bus Bindings page
Modified: trunk/BOOK/general/genlib/dbus-bindings.xml
===================================================================
--- trunk/BOOK/general/genlib/dbus-bindings.xml 2007-07-14 19:32:04 UTC (rev
6884)
+++ trunk/BOOK/general/genlib/dbus-bindings.xml 2007-07-14 19:44:13 UTC (rev
6885)
@@ -18,6 +18,13 @@
<!ENTITY dbus-python-buildsize "6 MB">
<!ENTITY dbus-python-time "0.1 SBU">
+ <!ENTITY dbus-qt3-download-http
"&files-anduin;/sources/dbus-qt3-&dbus-qt3-version;.tar.bz2">
+ <!ENTITY dbus-qt3-download-ftp " ">
+ <!ENTITY dbus-qt3-md5sum "307e119f501c207a437d1dd087c9af80">
+ <!ENTITY dbus-qt3-size "390 KB">
+ <!ENTITY dbus-qt3-buildsize "4 MB">
+ <!ENTITY dbus-qt3-time "0.1 SBU">
+
<!-- All the other bindings info should be here as well -->
]>
@@ -45,9 +52,10 @@
require one or more of the Bindings packages in order to build
successfully.</para>
- <para>Only the <application>GLib</application> and
- <application>Python</application> Bindings are included on this page for
- now. Other language bindings will be added soon. Until then, see the <ulink
+ <para>The <application>GLib</application>,
+ <application>Python</application> and <application>Qt3</application>
+ Bindings are included on this page. Other language bindings will be added
+ soon. Until then, see the <ulink
url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus
Bindings</ulink> page for information.</para>
@@ -58,6 +66,9 @@
<listitem>
<para><xref linkend="dbus-python"/></para>
</listitem>
+ <listitem>
+ <para><xref linkend="dbus-qt3"/></para>
+ </listitem>
</itemizedlist>
</sect2>
@@ -267,4 +278,100 @@
</sect2>
+ <!-- Begin D-Bus Qt3 Bindings -->
+ <sect2 id="dbus-qt3" xreflabel="D-Bus Qt3 Bindings-&dbus-qt3-version;">
+ <title>D-Bus Qt3 Bindings</title>
+
+ <indexterm zone="dbus-qt3">
+ <primary sortas="a-dbus-qt3">D-Bus Qt3 Bindings</primary>
+ </indexterm>
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&dbus-qt3-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&dbus-qt3-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &dbus-qt3-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &dbus-qt3-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &dbus-qt3-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &dbus-qt3-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">D-Bus Qt3 Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required"><xref linkend="dbus"/> and
+ <xref linkend="qt"/></para>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended"><xref linkend="pkgconfig"/></para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/dbus-qt3"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of D-Bus Qt3 Bindings</title>
+
+ <para>Install <application>D-Bus Qt3 Bindings</application> by
+ running the following commands:</para>
+
+<screen><userinput>./configure --prefix=/usr &&
+make</userinput></screen>
+
+ <para>This package does not come with a test suite.</para>
+
+ <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>None</seg>
+ <seg>libdbus-qt-1.so</seg>
+ <seg>None</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="libdbus-qt-1">
+ <term><filename
class='libraryfile'>libdbus-qt-1.{so,a}</filename></term>
+ <listitem>
+ <para>contains <application>Qt3</application> interface functions
+ to the D-Bus API.</para>
+ <indexterm zone="dbus-qt3 libdbus-qt-1">
+ <primary sortas="c-libdbus-qt-1">libdbus-qt-1.{so,a}</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
</sect1>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-07-14 19:32:04 UTC (rev 6884)
+++ trunk/BOOK/general.ent 2007-07-14 19:44:13 UTC (rev 6885)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "12"> <!-- Always 2 digits -->
+<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
@@ -126,6 +126,7 @@
<!ENTITY libidn-version "0.6.14">
<!ENTITY dbus-glib-version "0.74">
<!ENTITY dbus-python-version "0.82.0">
+<!ENTITY dbus-qt3-version "0.62">
<!ENTITY libpthread-stubs-version "0.1">
<!-- <!ENTITY fam-version "2.7.0"> -->
<!-- Ispell has been removed as aspell is superior. See ticket #2101.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-14 19:32:04 UTC
(rev 6884)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-14 19:44:13 UTC
(rev 6885)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>July 14th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Added the Qt3 bindings to the D-Bus Bindings
+ page.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 12th, 2007</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page