source: gnome/platform/gnome-bluetooth.xml

trunk
Last change on this file was 8203ffc4, checked in by Douglas R. Reno <renodr@…>, 6 days ago

Update to gnome-bluetooth-46.0

  • Property mode set to 100644
File size: 6.2 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 gnome-bluetooth-download-http
8 "&gnome-download-http;/gnome-bluetooth/&gnome-46;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
9 <!ENTITY gnome-bluetooth-download-ftp " ">
10 <!ENTITY gnome-bluetooth-md5sum "a462e61c804b249ff9838d895a1767f6">
11 <!ENTITY gnome-bluetooth-size "300 KB">
12 <!ENTITY gnome-bluetooth-buildsize "14 MB (with tests)">
13 <!ENTITY gnome-bluetooth-time "0.1 SBU (Using parallelism=4, with tests)">
14]>
15
16<sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;">
17 <?dbhtml filename="gnome-bluetooth.html"?>
18
19
20 <title>gnome-bluetooth-&gnome-bluetooth-version;</title>
21
22 <indexterm zone="gnome-bluetooth">
23 <primary sortas="a-gnome-bluetooth">gnome-bluetooth</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Bluetooth</title>
28
29 <para>
30 The <application>GNOME Bluetooth</application> package contains tools
31 for managing and manipulating Bluetooth devices using the
32 <application>GNOME</application> Desktop.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gnome-bluetooth-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gnome-bluetooth-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gnome-bluetooth-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gnome-bluetooth-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gnome-bluetooth-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gnome-bluetooth-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71<!--
72 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
73 <itemizedlist spacing="compact">
74 <listitem>
75 <para>
76 Optional patch (required for running the test suite):
77 <ulink url="&patch-root;/gnome-bluetooth-&gnome-bluetooth-version;-testsuite_fix-1.patch"/>
78 </para>
79 </listitem>
80 </itemizedlist>
81-->
82
83 <bridgehead renderas="sect3">GNOME Bluetooth Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="gtk4"/>,
88 <xref linkend="gsound"/>,
89 <xref linkend="libnotify"/>, and
90 <xref linkend="upower"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 &gobject-introspection; and
96 <xref linkend="libadwaita1"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="gtk-doc"/> and
102 <xref linkend="python-dbusmock"/>
103 </para>
104
105 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
106 <para role="optional">
107 <xref role="runtime" linkend="bluez"/>
108 </para>
109
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of GNOME Bluetooth</title>
114
115<!--
116 <para>
117 If running the test suite, apply a patch to fix test timeouts
118 with python-dbusmock 0.30.0 or later:
119 </para>
120
121 <screen><userinput>patch -Np1 -i ../gnome-bluetooth-&gnome-bluetooth-version;-testsuite_fix-1.patch</userinput></screen>
122-->
123
124 <para>
125 Install <application>GNOME Bluetooth</application> by running the
126 following commands:
127 </para>
128
129<screen><userinput>mkdir build &amp;&amp;
130cd build &amp;&amp;
131
132meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
133ninja</userinput></screen>
134
135 <para>
136 To test the results, issue: <command>ninja test</command>.
137 </para>
138
139 <para>
140 Now, as the <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>ninja install</userinput></screen>
144
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/meson-buildtype-release.xml"/>
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 bluetooth-sendto
165 </seg>
166 <seg>
167 libgnome-bluetooth-3.0.so and
168 libgnome-bluetooth-ui-3.0.so
169 </seg>
170 <seg>
171 /usr/include/gnome-bluetooth-3.0 and
172 /usr/share/gnome-bluetooth-3.0
173 <!--/usr/share/gtk-doc/html/gnome-bluetooth and
174 /usr/share/help/*/gnome-bluetooth -->
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="bluetooth-sendto">
185 <term><command>bluetooth-sendto</command></term>
186 <listitem>
187 <para>
188 is a <application>GTK+</application> application for transferring
189 files over Bluetooth
190 </para>
191 <indexterm zone="gnome-bluetooth bluetooth-sendto">
192 <primary sortas="b-bluetooth-sendto">bluetooth-sendto</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="libgnome-bluetooth-3.0">
198 <term><filename class="libraryfile">libgnome-bluetooth-3.0.so</filename></term>
199 <listitem>
200 <para>
201 contains the <application>GNOME Bluetooth</application> API
202 functions
203 </para>
204 <indexterm zone="gnome-bluetooth libgnome-bluetooth-3.0">
205 <primary sortas="c-libgnome-bluetooth-3.0">libgnome-bluetooth-3.0.so</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.