glfs/gnome/platform/gnome-bluetooth.xml

194 lines
5.7 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-bluetooth-download-http
"&gnome-download-http;/gnome-bluetooth/&gnome-minor-34;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
<!ENTITY gnome-bluetooth-download-ftp
"&gnome-download-ftp;/gnome-bluetooth/&gnome-minor-34;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
<!ENTITY gnome-bluetooth-md5sum "d83faa54abaf64bb40b5313bc233e74e">
<!ENTITY gnome-bluetooth-size "348 KB">
<!ENTITY gnome-bluetooth-buildsize "17 MB">
<!ENTITY gnome-bluetooth-time "0.2 SBU (Using parallelism=4)">
]>
<sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;">
<?dbhtml filename="gnome-bluetooth.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>gnome-bluetooth-&gnome-bluetooth-version;</title>
<indexterm zone="gnome-bluetooth">
<primary sortas="a-gnome-bluetooth">gnome-bluetooth</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME Bluetooth</title>
<para>
The <application>GNOME Bluetooth</application> package contains tools
for managing and manipulating Bluetooth devices using the
<application>GNOME</application> Desktop.
</para>
&lfs101_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gnome-bluetooth-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gnome-bluetooth-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gnome-bluetooth-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gnome-bluetooth-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gnome-bluetooth-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gnome-bluetooth-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Bluetooth Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk3"/>,
<xref linkend="itstool"/>,
<xref linkend="libcanberra"/>, and
<xref linkend="libnotify"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/> and
<xref linkend="python-dbusmock"/>
</para>
<bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
<para role="optional">
<xref role="runtime" linkend="bluez"/> and
<phrase revision="sysv"><xref role="runtime" linkend="elogind"/></phrase>
<phrase revision="systemd"><xref role="runtime" linkend="systemd"/></phrase>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-bluetooth"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME Bluetooth</title>
<para>
Install <application>GNOME Bluetooth</application> by running the
following commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr .. &amp;&amp;
ninja</userinput></screen>
<para>
To test the results, issue: <command>ninja test</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
bluetooth-sendto
</seg>
<seg>
libgnome-bluetooth.so
</seg>
<seg>
/usr/include/gnome-bluetooth and
/usr/share/gnome-bluetooth
<!--/usr/share/gtk-doc/html/gnome-bluetooth and
/usr/share/help/*/gnome-bluetooth -->
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="bluetooth-sendto">
<term><command>bluetooth-sendto</command></term>
<listitem>
<para>
is a <application>GTK+</application> application for transferring
files over Bluetooth
</para>
<indexterm zone="gnome-bluetooth bluetooth-sendto">
<primary sortas="b-bluetooth-sendto">bluetooth-sendto</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgnome-bluetooth">
<term><filename class="libraryfile">libgnome-bluetooth.so</filename></term>
<listitem>
<para>
contains the <application>GNOME Bluetooth</application> API
functions
</para>
<indexterm zone="gnome-bluetooth libgnome-bluetooth">
<primary sortas="c-libgnome-bluetooth">libgnome-bluetooth.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>