mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
167 lines
5.4 KiB
XML
167 lines
5.4 KiB
XML
|
<?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 " ">
|
||
|
<!ENTITY dbus-glib-md5sum "0923d825a0aff2e4eb23338b630286fb">
|
||
|
<!ENTITY dbus-glib-size "654 KB">
|
||
|
<!ENTITY dbus-glib-buildsize "9 MB">
|
||
|
<!ENTITY dbus-glib-time "0.2 SBU">
|
||
|
|
||
|
<!-- 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>
|
||
|
|
||
|
<para>Only the D-Bus GLib Bindings are included on this page for now.
|
||
|
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>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 id="dbus-glib" xreflabel="D-Bus GLib Bindings-&dbus-glib-version;">
|
||
|
<title>D-Bus GLib Bindings</title>
|
||
|
|
||
|
<indexterm zone="dbus-glib">
|
||
|
<primary sortas="a-dbus-glib">D-Bus GLib Bindings</primary>
|
||
|
</indexterm>
|
||
|
|
||
|
<bridgehead renderas="sect3">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>
|
||
|
|
||
|
<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||
|
<itemizedlist spacing="compact">
|
||
|
<listitem>
|
||
|
<para>Required patch: <ulink
|
||
|
url="&patch-root;/dbus-glib-&dbus-glib-version;-patch_name-patch_version.patch"/></para>
|
||
|
</listitem>
|
||
|
</itemizedlist> -->
|
||
|
|
||
|
<bridgehead renderas="sect3">D-Bus GLib Dependencies</bridgehead>
|
||
|
|
||
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||
|
<para role="required"><xref linkend="dbus"/> and
|
||
|
<xref linkend="expat"/></para>
|
||
|
|
||
|
<para condition="html" role="usernotes">User Notes:
|
||
|
<ulink url="&blfs-wiki;/dbus-glib"/></para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="installation">
|
||
|
<title>Installation of D-Bus GLib Bindings</title>
|
||
|
|
||
|
<para>Install <application>D-Bus GLib 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="commands">
|
||
|
<title>Command Explanations</title>
|
||
|
|
||
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
||
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="content">
|
||
|
<title>Contents</title>
|
||
|
|
||
|
<segmentedlist>
|
||
|
<segtitle>Installed Program</segtitle>
|
||
|
<segtitle>Installed Library</segtitle>
|
||
|
<segtitle>Installed Directory</segtitle>
|
||
|
|
||
|
<seglistitem>
|
||
|
<seg>dbus-binding-tool</seg>
|
||
|
<seg>libdbus-glib-1.{so,a}</seg>
|
||
|
<seg>/usr/share/gtk-doc/html/dbus-glib</seg>
|
||
|
</seglistitem>
|
||
|
</segmentedlist>
|
||
|
|
||
|
<variablelist>
|
||
|
<bridgehead renderas="sect3">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>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
</sect1>
|