source: general/genlib/dbus-glib.xml@ e36541d

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since e36541d was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY dbus-glib-download-http "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz">
8 <!ENTITY dbus-glib-download-ftp " ">
9 <!ENTITY dbus-glib-md5sum "021e6c8a288df02c227e4aafbf7e7527">
10 <!ENTITY dbus-glib-size "700 KB">
11 <!ENTITY dbus-glib-buildsize "12 MB (with tests)">
12 <!ENTITY dbus-glib-time "0.1 SBU (with tests)">
13]>
14
15<sect1 id="dbus-glib" xreflabel="dbus-glib-&dbus-glib-version;">
16 <?dbhtml filename="dbus-glib.html"?>
17
18
19 <title>dbus-glib-&dbus-glib-version;</title>
20
21 <indexterm zone="dbus-glib">
22 <primary sortas="a-dbus-glib">dbus-glib</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to D-Bus GLib</title>
27
28 <para>
29 The <application>D-Bus GLib</application> package contains
30 <application>GLib</application> interfaces to the
31 <application>D-Bus</application> API.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&dbus-glib-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&dbus-glib-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &dbus-glib-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &dbus-glib-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &dbus-glib-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &dbus-glib-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">D-Bus GLib Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="dbus"/> and
75 <xref linkend="glib2"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="gtk-doc"/>
81 </para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of D-Bus GLib</title>
87
88 <para>
89 Install <application>D-Bus GLib</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>./configure --prefix=/usr \
94 --sysconfdir=/etc \
95 --disable-static &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make check</command>. Note that
100 more comprehensive tests can be run by following the same method used in
101 <application>D-Bus</application> instructions, which requires building the
102 package twice.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/gtk-doc-rebuild.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Library</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 dbus-binding-tool
134 </seg>
135 <seg>
136 libdbus-glib-1.so
137 </seg>
138 <seg>
139 /usr/share/gtk-doc/html/dbus-glib
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="glib-dbus-binding-tool">
150 <term><command>dbus-binding-tool</command></term>
151 <listitem>
152 <para>
153 is a tool used to interface with the D-Bus API
154 </para>
155 <indexterm zone="dbus-glib glib-dbus-binding-tool">
156 <primary sortas="b-dbus-binding-tool">dbus-binding-tool</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="libdbus-glib-1">
162 <term><filename class="libraryfile">libdbus-glib-1.so</filename></term>
163 <listitem>
164 <para>
165 contains <application>GLib</application> interface functions
166 to the <application>D-Bus</application> API
167 </para>
168 <indexterm zone="dbus-glib libdbus-glib-1">
169 <primary sortas="c-libdbus-glib-1">libdbus-glib-1.so</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.