source: gnome/platform/gnome-bluetooth.xml@ 5d1a066

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 5d1a066 was 528df7c, checked in by Julien Lepiller <jlepiller@…>, 5 years ago

typos

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

  • Property mode set to 100644
File size: 5.7 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-minor-34;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
9 <!ENTITY gnome-bluetooth-download-ftp
10 "&gnome-download-ftp;/gnome-bluetooth/&gnome-minor-34;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
11 <!ENTITY gnome-bluetooth-md5sum "0c567e124a52e8ddc31c8bed0c3e57a1">
12 <!ENTITY gnome-bluetooth-size "344 KB">
13 <!ENTITY gnome-bluetooth-buildsize "14 MB">
14 <!ENTITY gnome-bluetooth-time "less than 0.1 SBU (Using parallelism=4)">
15]>
16
17<sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;">
18 <?dbhtml filename="gnome-bluetooth.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-bluetooth-&gnome-bluetooth-version;</title>
26
27 <indexterm zone="gnome-bluetooth">
28 <primary sortas="a-gnome-bluetooth">gnome-bluetooth</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Bluetooth</title>
33
34 <para>
35 The <application>GNOME Bluetooth</application> package contains tools
36 for managing and manipulating Bluetooth devices using the
37 <application>GNOME</application> Desktop.
38 </para>
39
40 &lfs90_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-bluetooth-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-bluetooth-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-bluetooth-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-bluetooth-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-bluetooth-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-bluetooth-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Bluetooth Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gtk3"/>,
81 <xref linkend="itstool"/>,
82 <xref linkend="libcanberra"/>, and
83 <xref linkend="libnotify"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
97 <para role="optional">
98 <xref role="runtime" linkend="bluez"/> and
99 <phrase revision="sysv"><xref role="runtime" linkend="elogind"/></phrase>
100 <phrase revision="systemd"><xref role="runtime" linkend="systemd"/></phrase>
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/gnome-bluetooth"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of GNOME Bluetooth</title>
110
111 <para>
112 Install <application>GNOME Bluetooth</application> by running the
113 following commands:
114 </para>
115
116<screen><userinput>mkdir build &amp;&amp;
117cd build &amp;&amp;
118
119meson --prefix=/usr .. &amp;&amp;
120ninja</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>ninja install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 bluetooth-sendto
145 </seg>
146 <seg>
147 libgnome-bluetooth.so
148 </seg>
149 <seg>
150 /usr/include/gnome-bluetooth and
151 /usr/share/gnome-bluetooth
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">
177 <term><filename class="libraryfile">libgnome-bluetooth.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">
184 <primary sortas="c-libgnome-bluetooth">libgnome-bluetooth.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.