source: general/genlib/dbus-glib.xml@ 03c0def

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 03c0def was 03c0def, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tags for GTK+-3

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 &lfs113_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 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/dbus-glib"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of D-Bus GLib</title>
90
91 <para>
92 Install <application>D-Bus GLib</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr \
97 --sysconfdir=/etc \
98 --disable-static &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 To test the results, issue: <command>make check</command>. Note that
103 more comprehensive tests can be run by following the same method used in
104 <application>D-Bus</application> instructions, which requires building the
105 package twice.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/static-libraries.xml"/>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/gtk-doc-rebuild.xml"/>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Program</segtitle>
131 <segtitle>Installed Library</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>
136 dbus-binding-tool
137 </seg>
138 <seg>
139 libdbus-glib-1.so
140 </seg>
141 <seg>
142 /usr/share/gtk-doc/html/dbus-glib
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="glib-dbus-binding-tool">
153 <term><command>dbus-binding-tool</command></term>
154 <listitem>
155 <para>
156 is a tool used to interface with the D-Bus API
157 </para>
158 <indexterm zone="dbus-glib glib-dbus-binding-tool">
159 <primary sortas="b-dbus-binding-tool">dbus-binding-tool</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="libdbus-glib-1">
165 <term><filename class="libraryfile">libdbus-glib-1.so</filename></term>
166 <listitem>
167 <para>
168 contains <application>GLib</application> interface functions
169 to the <application>D-Bus</application> API
170 </para>
171 <indexterm zone="dbus-glib libdbus-glib-1">
172 <primary sortas="c-libdbus-glib-1">libdbus-glib-1.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.