source: general/genlib/dbus-glib.xml@ 9eb7ee7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 9eb7ee7 was 9eb7ee7, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to bluez-5.50.
Update to libical-3.0.4.
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20333 af4574ff-66df-0310-9fd7-8a98e5e911e0

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