source: general/genlib/dbus-glib.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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