source: gnome/platform/gnome-bluetooth.xml@ f4ac7141

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since f4ac7141 was f4ac7141, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Remove many more forgotten ftp urls

  • Property mode set to 100644
File size: 5.6 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 gnome-bluetooth-download-http
8 "&gnome-download-http;/gnome-bluetooth/&gnome-42;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
9 <!ENTITY gnome-bluetooth-download-ftp " ">
10 <!ENTITY gnome-bluetooth-md5sum "46494f676eb14c436525e5a5671eae37">
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 &lfs120_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 <bridgehead renderas="sect3">GNOME Bluetooth Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtk4"/>,
76 <xref linkend="gsound"/>,
77 <xref linkend="libnotify"/>, and
78 <xref linkend="upower"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gobject-introspection"/> and
84 <xref linkend="libadwaita1"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="gtk-doc"/> and
90 <xref linkend="python-dbusmock"/>
91 </para>
92
93 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
94 <para role="optional">
95 <xref role="runtime" linkend="bluez"/>
96 </para>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of GNOME Bluetooth</title>
102
103 <para>
104 Install <application>GNOME Bluetooth</application> by running the
105 following commands:
106 </para>
107
108<screen><userinput>mkdir build &amp;&amp;
109cd build &amp;&amp;
110
111meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
112ninja</userinput></screen>
113
114 <para>
115 To test the results, issue: <command>ninja test</command>.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>ninja install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/meson-buildtype-release.xml"/>
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 bluetooth-sendto
144 </seg>
145 <seg>
146 libgnome-bluetooth-3.0.so and
147 libgnome-bluetooth-ui-3.0.so
148 </seg>
149 <seg>
150 /usr/include/gnome-bluetooth-3.0 and
151 /usr/share/gnome-bluetooth-3.0
152 <!--/usr/share/gtk-doc/html/gnome-bluetooth and
153 /usr/share/help/*/gnome-bluetooth -->
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="bluetooth-sendto">
164 <term><command>bluetooth-sendto</command></term>
165 <listitem>
166 <para>
167 is a <application>GTK+</application> application for transferring
168 files over Bluetooth
169 </para>
170 <indexterm zone="gnome-bluetooth bluetooth-sendto">
171 <primary sortas="b-bluetooth-sendto">bluetooth-sendto</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="libgnome-bluetooth-3.0">
177 <term><filename class="libraryfile">libgnome-bluetooth-3.0.so</filename></term>
178 <listitem>
179 <para>
180 contains the <application>GNOME Bluetooth</application> API
181 functions
182 </para>
183 <indexterm zone="gnome-bluetooth libgnome-bluetooth-3.0">
184 <primary sortas="c-libgnome-bluetooth-3.0">libgnome-bluetooth-3.0.so</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.