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

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since c248601 was 6250839b, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Update to gnome-bluetooth-42.5

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