2007-07-10 01:07:39 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY dbus-glib-download-http "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz">
|
|
|
|
<!ENTITY dbus-glib-download-ftp " ">
|
2011-12-17 13:23:23 +08:00
|
|
|
<!ENTITY dbus-glib-md5sum "3f7f117dc7c8d899d9acfdcbf9253fb8">
|
|
|
|
<!ENTITY dbus-glib-size "712 KB">
|
|
|
|
<!ENTITY dbus-glib-buildsize "11 MB">
|
|
|
|
<!ENTITY dbus-glib-time "0.1 SBU">
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2007-07-10 07:19:30 +08:00
|
|
|
<!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
|
|
|
|
<!ENTITY dbus-python-download-ftp " ">
|
2012-06-26 19:05:38 +08:00
|
|
|
<!ENTITY dbus-python-md5sum "742c7432ad0f7c3f98291d58fa2e35dc">
|
|
|
|
<!ENTITY dbus-python-size "583 KB">
|
|
|
|
<!ENTITY dbus-python-buildsize "5.7 MB">
|
2011-01-05 03:10:04 +08:00
|
|
|
<!ENTITY dbus-python-time "0.2 SBU">
|
2012-04-01 05:16:07 +08:00
|
|
|
|
|
|
|
<!--
|
2011-12-21 12:45:39 +08:00
|
|
|
<!ENTITY dbus-qt3-download-http "&trinity-repo-http;/dbus-tqt-&trinity-version;.tar.gz">
|
|
|
|
<!ENTITY dbus-qt3-download-ftp "&trinity-repo-ftp;/dbus-tqt-&trinity-version;.tar.gz">
|
|
|
|
<!ENTITY dbus-qt3-md5sum "46ae165c068271485c827f6fc6687a9a">
|
|
|
|
<!ENTITY dbus-qt3-size "234 KB">
|
2007-07-15 03:44:13 +08:00
|
|
|
<!ENTITY dbus-qt3-buildsize "4 MB">
|
2011-12-21 12:45:39 +08:00
|
|
|
<!ENTITY dbus-qt3-time "less than 0.1 SBU">
|
2012-04-01 05:16:07 +08:00
|
|
|
-->
|
2009-10-08 18:59:45 +08:00
|
|
|
|
2007-07-10 01:07:39 +08:00
|
|
|
<!-- All the other bindings info should be here as well -->
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="dbus-bindings" xreflabel="D-Bus Bindings">
|
|
|
|
<?dbhtml filename="dbus-bindings.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>D-Bus Bindings</title>
|
|
|
|
|
|
|
|
<indexterm zone="dbus-bindings">
|
|
|
|
<primary sortas="a-dbus-bindings">D-Bus Bindings</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to D-Bus Bindings</title>
|
|
|
|
|
|
|
|
<para>The <application>D-Bus Bindings</application> are a group of packages
|
|
|
|
that contain programming language and platform interfaces to the D-Bus API.
|
|
|
|
This is useful for programmers to easily interface D-Bus with their
|
|
|
|
supported platform or language of choice. Some non-D-Bus packages will
|
|
|
|
require one or more of the Bindings packages in order to build
|
|
|
|
successfully.</para>
|
|
|
|
|
2012-04-01 05:16:07 +08:00
|
|
|
<para>The <application>GLib</application> and
|
|
|
|
<application>Python</application> bindings are included on this page. Other
|
2011-12-17 13:23:23 +08:00
|
|
|
language bindings are available at the <ulink
|
2007-07-10 01:07:39 +08:00
|
|
|
url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus
|
|
|
|
Bindings</ulink> page for information.</para>
|
|
|
|
|
2007-07-10 07:19:30 +08:00
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="dbus-glib"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="dbus-python"/></para>
|
|
|
|
</listitem>
|
2012-03-26 10:34:52 +08:00
|
|
|
<!-- <listitem>
|
2007-07-15 03:44:13 +08:00
|
|
|
<para><xref linkend="dbus-qt3"/></para>
|
2012-04-01 05:16:07 +08:00
|
|
|
</listitem> -->
|
2007-07-10 07:19:30 +08:00
|
|
|
</itemizedlist>
|
|
|
|
|
2007-07-10 01:07:39 +08:00
|
|
|
</sect2>
|
|
|
|
|
2007-07-10 07:19:30 +08:00
|
|
|
<!-- Begin D-Bus GLib Bindings -->
|
2007-07-10 01:07:39 +08:00
|
|
|
<sect2 id="dbus-glib" xreflabel="D-Bus GLib Bindings-&dbus-glib-version;">
|
2009-10-08 18:59:45 +08:00
|
|
|
<title>D-Bus GLib Bindings</title>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<indexterm zone="dbus-glib">
|
|
|
|
<primary sortas="a-dbus-glib">D-Bus GLib Bindings</primary>
|
|
|
|
</indexterm>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<sect3 role="package">
|
|
|
|
<title>Introduction to D-Bus GLib Bindings</title>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2012-05-24 10:48:38 +08:00
|
|
|
&lfs71_checked;
|
2009-10-10 21:08:15 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&dbus-glib-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&dbus-glib-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &dbus-glib-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &dbus-glib-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &dbus-glib-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &dbus-glib-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect4">D-Bus GLib Dependencies</bridgehead>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect5">Required</bridgehead>
|
2011-12-17 13:23:23 +08:00
|
|
|
<para role="required">
|
|
|
|
<xref linkend="dbus"/>,
|
2012-03-10 04:31:04 +08:00
|
|
|
<xref linkend="expat"/>, and
|
2012-06-06 07:05:56 +08:00
|
|
|
<xref linkend="glib2"/>
|
2011-12-17 13:23:23 +08:00
|
|
|
</para>
|
2009-03-03 02:06:53 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect5">Optional to Build the API Documentation</bridgehead>
|
2011-12-17 13:23:23 +08:00
|
|
|
<para role="optional">
|
|
|
|
<xref linkend="doxygen"/>
|
|
|
|
</para>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/dbus-glib"/></para>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
</sect3>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<sect3 role="installation">
|
|
|
|
<title>Installation of D-Bus GLib Bindings</title>
|
|
|
|
|
|
|
|
<para>Install <application>D-Bus GLib Bindings</application> by
|
|
|
|
running the following commands:</para>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-08-31 05:15:15 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
2009-09-17 00:25:18 +08:00
|
|
|
--sysconfdir=/etc \
|
2012-04-01 05:16:07 +08:00
|
|
|
--libexecdir=/usr/lib/dbus-1.0 &&
|
2007-07-10 01:07:39 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para>To test the results, issue: <command>make check</command>. Note that
|
|
|
|
more comprehensive tests can be run by following the same method used in
|
|
|
|
<application>D-BUS</application> instructions, which requires building the
|
|
|
|
package twice.</para>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2012-04-01 05:16:07 +08:00
|
|
|
<para><parameter>--libexecdir=/usr/lib/dbus-1.0</parameter>: This
|
2009-10-08 18:59:45 +08:00
|
|
|
moves <command>dbus-bash-completion-helper</command> out of <filename
|
|
|
|
class="directory">/usr/libexec</filename>.</para>
|
|
|
|
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2009-10-08 18:59:45 +08:00
|
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
|
2012-04-01 05:16:07 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Program</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>dbus-binding-tool</seg>
|
|
|
|
<seg>libdbus-glib-1.{so,a}</seg>
|
|
|
|
<seg>/etc/bash_completion.d, /usr/share/gtk-doc/html/dbus-glib, and
|
|
|
|
optionally /usr/share/doc/dbus-glib-&dbus-glib-version;/api</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect4">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="glib-dbus-binding-tool">
|
|
|
|
<term><command>dbus-binding-tool</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a tool used to interface with the D-Bus API.</para>
|
|
|
|
<indexterm zone="dbus-glib glib-dbus-binding-tool">
|
|
|
|
<primary sortas="b-dbus-binding-tool">dbus-binding-tool</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libdbus-glib-1">
|
|
|
|
<term><filename class='libraryfile'>libdbus-glib-1.{so,a}</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>contains <application>GLib</application> interface functions
|
|
|
|
to the D-Bus API.</para>
|
|
|
|
<indexterm zone="dbus-glib libdbus-glib-1">
|
|
|
|
<primary sortas="c-libdbus-glib-1">libdbus-glib-1.{so,a}</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect3>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
</sect2>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<!-- Begin D-Bus Python Bindings -->
|
|
|
|
<sect2 id="dbus-python" xreflabel="D-Bus Python Bindings-&dbus-python-version;">
|
|
|
|
<title>D-Bus Python Bindings</title>
|
2009-08-10 21:29:23 +08:00
|
|
|
|
2011-12-17 13:23:23 +08:00
|
|
|
&lfs70_checked;
|
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<indexterm zone="dbus-python">
|
|
|
|
<primary sortas="a-dbus-python">D-Bus Python Bindings</primary>
|
|
|
|
</indexterm>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<sect3 role="package">
|
|
|
|
<title>Introduction to D-Bus Python Bindings</title>
|
2007-07-10 01:07:39 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
2007-07-10 01:07:39 +08:00
|
|
|
<listitem>
|
2009-10-08 18:59:45 +08:00
|
|
|
<para>Download (HTTP): <ulink url="&dbus-python-download-http;"/></para>
|
2007-07-10 01:07:39 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2009-10-08 18:59:45 +08:00
|
|
|
<para>Download (FTP): <ulink url="&dbus-python-download-ftp;"/></para>
|
2007-07-10 01:07:39 +08:00
|
|
|
</listitem>
|
2009-10-08 18:59:45 +08:00
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &dbus-python-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &dbus-python-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &dbus-python-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &dbus-python-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect5">Required</bridgehead>
|
2011-12-17 13:23:23 +08:00
|
|
|
<para role="required">
|
2012-02-17 22:43:28 +08:00
|
|
|
<xref linkend="python2"/> and
|
2011-12-17 13:23:23 +08:00
|
|
|
<xref linkend="dbus-glib"/>
|
|
|
|
</para>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect5">Optional</bridgehead>
|
2011-12-17 13:23:23 +08:00
|
|
|
<para role="optional">
|
2012-01-26 03:26:52 +08:00
|
|
|
<xref linkend="pygobject2"/> (required to run the test suite)
|
2011-12-17 13:23:23 +08:00
|
|
|
</para>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect5">Optional
|
|
|
|
(Required to build the API and HTML Documentation)</bridgehead>
|
2011-12-17 13:23:23 +08:00
|
|
|
<para role="optional">
|
|
|
|
<ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and
|
|
|
|
<ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
|
|
|
|
</para>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/dbus-python"/></para>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
</sect3>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<sect3 role="installation">
|
|
|
|
<title>Installation of D-Bus Python Bindings</title>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para>Install <application>D-Bus Python Bindings</application> by
|
|
|
|
running the following commands:</para>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-03-04 06:28:02 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
|
|
--docdir=/usr/share/doc/dbus-python-&dbus-python-version; &&
|
2007-07-10 07:19:30 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para>To test the results, issue: <command>make check</command>. Note you
|
|
|
|
must have <application>PyGObject</application> installed.</para>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para>If you built the API documentation, install it by issuing the
|
|
|
|
following commands as the <systemitem class="username">root</systemitem>
|
|
|
|
user:</para>
|
2009-03-04 06:28:02 +08:00
|
|
|
|
|
|
|
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-python-&dbus-python-version;/api &&
|
|
|
|
install -v -m644 api/* \
|
|
|
|
/usr/share/doc/dbus-python-&dbus-python-version;/api</userinput></screen>
|
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3 role="content">
|
|
|
|
<title>Contents</title>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<seglistitem>
|
2012-06-26 19:05:38 +08:00
|
|
|
<seg>none</seg>
|
2009-10-08 18:59:45 +08:00
|
|
|
<seg><application>Python</application>
|
|
|
|
<application>D-Bus</application> modules</seg>
|
2011-11-01 03:38:44 +08:00
|
|
|
<seg>/usr/lib/python&python2-majorver;/site-packages/dbus and
|
2009-10-08 18:59:45 +08:00
|
|
|
/usr/share/doc/dbus-python-&dbus-python-version;</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
</sect3>
|
2007-07-10 07:19:30 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2007-07-15 03:44:13 +08:00
|
|
|
<!-- Begin D-Bus Qt3 Bindings -->
|
2012-03-26 10:34:52 +08:00
|
|
|
<!--
|
2011-12-21 12:45:39 +08:00
|
|
|
<sect2 id="dbus-qt3" xreflabel="D-Bus Trinity Qt3 Bindings-&dbus-qt3-version;">
|
|
|
|
<title>Trinity D-Bus Qt3 Bindings</title>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
|
|
|
<indexterm zone="dbus-qt3">
|
|
|
|
<primary sortas="a-dbus-qt3">D-Bus Qt3 Bindings</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<sect3 role="package">
|
|
|
|
<title>Introduction to D-Bus Qt3 Bindings</title>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect4">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>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect4">D-Bus Qt3 Dependencies</bridgehead>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<bridgehead renderas="sect5">Required</bridgehead>
|
2011-12-21 12:45:39 +08:00
|
|
|
<para role="required">
|
|
|
|
<xref linkend="dbus"/> and
|
|
|
|
<xref linkend="qt"/>
|
|
|
|
</para>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/dbus-qt3"/></para>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
</sect3>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<sect3 role="installation">
|
2011-12-21 12:45:39 +08:00
|
|
|
<title>Installation of D-Bus Trinity/Qt3 Bindings</title>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
2011-12-21 12:45:39 +08:00
|
|
|
<note><para>Be sure your environment is set up as described in
|
|
|
|
<xref linkend='kde-pre-install-config'/></para></note>
|
|
|
|
|
|
|
|
<para>Install <application>D-Bus Trinity/Qt3 Bindings</application> by
|
2009-10-08 18:59:45 +08:00
|
|
|
running the following commands:</para>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
2011-12-21 12:45:39 +08:00
|
|
|
<screen><userinput>
|
|
|
|
BUILD=/tmp/build-dbus-tqt &&
|
|
|
|
DBUSTQT=`pwd` &&
|
|
|
|
rm -rf $BUILD &&
|
|
|
|
mkdir -p $BUILD &&
|
|
|
|
cd $BUILD &&
|
|
|
|
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
|
|
|
|
-DCMAKE_VERBOSE_MAKEFILE=ON \
|
|
|
|
$DBUSTQT &&
|
|
|
|
|
|
|
|
unset BUILD DBUSTQT &&
|
2007-07-15 03:44:13 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
2007-07-15 03:44:13 +08:00
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
2009-10-08 18:59:45 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
2011-12-21 12:45:39 +08:00
|
|
|
<segtitle>Installed Directory</segtitle>
|
2009-10-08 18:59:45 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
2011-12-21 12:45:39 +08:00
|
|
|
<seg>libdbus-tqt-1.so</seg>
|
|
|
|
<seg>$TRINITY_PREFIX/include/dbus-1.0</seg>
|
2009-10-08 18:59:45 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect4">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libdbus-qt-1">
|
2011-12-21 12:45:39 +08:00
|
|
|
<term><filename class='libraryfile'>libdbus-tqt-1.so</filename></term>
|
2009-10-08 18:59:45 +08:00
|
|
|
<listitem>
|
2011-12-21 12:45:39 +08:00
|
|
|
<para>contains <application>Trinity/Qt3</application> interface functions
|
2009-10-08 18:59:45 +08:00
|
|
|
to the D-Bus API.</para>
|
|
|
|
<indexterm zone="dbus-qt3 libdbus-qt-1">
|
2011-12-21 12:45:39 +08:00
|
|
|
<primary sortas="c-libdbus-qt-1">libdbus-tqt-1.so</primary>
|
2009-10-08 18:59:45 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect3>
|
2007-07-15 03:44:13 +08:00
|
|
|
</sect2>
|
2012-04-01 05:16:07 +08:00
|
|
|
-->
|
2007-07-15 03:44:13 +08:00
|
|
|
|
2007-07-10 01:07:39 +08:00
|
|
|
</sect1>
|