source: gnome/add/gnome-bluetooth.xml@ ce749cb3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ce749cb3 was a76dc675, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Added new package, gnome-bluetooth-2.30.0.

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

  • Property mode set to 100644
File size: 7.8 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 "&gnome-download-http;/gnome-bluetooth/&gnome-version;/gnome-bluetooth-&gnome-bluetooth-version;.tar.bz2">
8 <!ENTITY gnome-bluetooth-download-ftp "&gnome-download-ftp;/gnome-bluetooth/&gnome-version;/gnome-bluetooth-&gnome-bluetooth-version;.tar.bz2">
9 <!ENTITY gnome-bluetooth-md5sum "eb88212922037eb9751f0fcedb9c166e">
10 <!ENTITY gnome-bluetooth-size "992 KB">
11 <!ENTITY gnome-bluetooth-buildsize "17 MB">
12 <!ENTITY gnome-bluetooth-time "0.4 SBU">
13]>
14
15<sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;">
16 <?dbhtml filename="gnome-bluetooth.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gnome-bluetooth-&gnome-bluetooth-version;</title>
24
25 <indexterm zone="gnome-bluetooth">
26 <primary sortas="a-gnome-bluetooth">gnome-bluetooth</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-bluetooth</title>
31
32 <para>The <application>gnome-bluetooth</application> package contains tools
33 for managing and manipulating Bluetooth devices using the
34 <application>GNOME</application> desktop.</para>
35
36 &lfs65_built;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&gnome-bluetooth-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&gnome-bluetooth-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &gnome-bluetooth-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &gnome-bluetooth-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &gnome-bluetooth-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &gnome-bluetooth-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">gnome-bluetooth Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="GConf"/>,
64 <xref linkend="libnotify"/>, and
65 <xref linkend="nautilus-sendto"/></para>
66
67 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
68 <para role="required"><ulink url="http://www.bluez.org/">BlueZ</ulink></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="rarian"/></para>
72
73 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
74 <para role="optional"><ulink url="http://www.bluez.org/">obexd</ulink>
75 (Required for bluetooth-sendto to work)</para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/gnome-bluetooth"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of gnome-bluetooth</title>
84
85 <para>Install <application>gnome-bluetooth</application> by running the following
86 commands:</para>
87
88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
89 --sysconfdir=&gnome-etc-dir; \
90 --disable-scrollkeeper &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../xincludes/gnome-prefix.xml"/>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/gnome-sysconfdir.xml"/>
109
110 <para><parameter>--disable-scrollkeeper</parameter>: Do not make updates to
111 the <application>scrollkeeper</application> database. Remove it if you have
112 <application>rarian</application> installed.</para>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/gtk-doc-rebuild.xml"/>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>bluetooth-applet, bluetooth-properties, bluetooth-sendto, and
129 bluetooth-wizard</seg>
130 <seg>libgbtgeoclue.so, libgnome-bluetooth.so, and
131 libnstbluetooth.so</seg>
132 <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-bluetooth,
133 lib/gnome-bluetooth/plugins,share/{gnome-bluetooth,
134 gnome/help/gnome-bluetooth/*,gtk-doc/html/gnome-bluetooth,
135 omf/gnome-bluetooth}}</seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="bluetooth-applet">
145 <term><command>bluetooth-applet</command></term>
146 <listitem>
147 <para>is a <application>GNOME</application> applet for prompting the
148 user for a Bluetooth passkey (PIN).</para>
149 <indexterm zone="gnome-bluetooth bluetooth-applet">
150 <primary sortas="b-bluetooth-applet">bluetooth-applet</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="bluetooth-properties">
156 <term><command>bluetooth-properties</command></term>
157 <listitem>
158 <para>is a <application>GTK</application> dialog for managing
159 properties of the Linux Bluetooth stack.</para>
160 <indexterm zone="gnome-bluetooth bluetooth-properties">
161 <primary sortas="b-bluetooth-properties">bluetooth-properties</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="bluetooth-sendto">
167 <term><command>bluetooth-sendto</command></term>
168 <listitem>
169 <para>is a <application>GTK</application> application for transfering
170 files over Bluetooth.</para>
171 <indexterm zone="gnome-bluetooth bluetooth-sendto">
172 <primary sortas="b-bluetooth-sendto">bluetooth-sendto</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="bluetooth-wizard">
178 <term><command>bluetooth-wizard</command></term>
179 <listitem>
180 <para>is a <application>GTK</application> wizard for setting up
181 devices with the Linux Bluetooth stack.</para>
182 <indexterm zone="gnome-bluetooth bluetooth-wizard">
183 <primary sortas="b-bluetooth-wizard">bluetooth-wizard</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="libgnome-bluetooth">
189 <term><filename class='libraryfile'>libgnome-bluetooth.so</filename></term>
190 <listitem>
191 <para>contains the <application>gnome-bluetooth</application> API
192 functions.</para>
193 <indexterm zone="gnome-bluetooth libgnome-bluetooth">
194 <primary sortas="c-libgnome-bluetooth">libgnome-bluetooth.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="libgbtgeoclue">
200 <term><filename class='libraryfile'>libgbtgeoclue.so</filename></term>
201 <listitem>
202 <para>is a <application>gnome-bluetooth</application> plugin.</para>
203 <indexterm zone="gnome-bluetooth libgbtgeoclue">
204 <primary sortas="c-libgbtgeoclue">libgbtgeoclue.so</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.