mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
215 lines
6.2 KiB
XML
215 lines
6.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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-42;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
|
|
<!ENTITY gnome-bluetooth-download-ftp " ">
|
|
<!ENTITY gnome-bluetooth-md5sum "a4b2b8f1321bcc33a868894fae364554">
|
|
<!ENTITY gnome-bluetooth-size "300 KB">
|
|
<!ENTITY gnome-bluetooth-buildsize "12 MB (with tests)">
|
|
<!ENTITY gnome-bluetooth-time "0.2 SBU (Using parallelism=4, with tests)">
|
|
]>
|
|
|
|
<sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;">
|
|
<?dbhtml filename="gnome-bluetooth.html"?>
|
|
|
|
|
|
<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>
|
|
|
|
&lfs120_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">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Optional patch (required for running the test suite):
|
|
<ulink url="&patch-root;/gnome-bluetooth-&gnome-bluetooth-version;-testsuite_fix-1.patch"/>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
|
|
<bridgehead renderas="sect3">GNOME Bluetooth Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gtk4"/>,
|
|
<xref linkend="gsound"/>,
|
|
<xref linkend="libnotify"/>, and
|
|
<xref linkend="upower"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gobject-introspection"/> and
|
|
<xref linkend="libadwaita1"/>
|
|
</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"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Bluetooth</title>
|
|
|
|
<!--
|
|
<para>
|
|
If running the test suite, apply a patch to fix test timeouts
|
|
with python-dbusmock 0.30.0 or later:
|
|
</para>
|
|
|
|
<screen><userinput>patch -Np1 -i ../gnome-bluetooth-&gnome-bluetooth-version;-testsuite_fix-1.patch</userinput></screen>
|
|
-->
|
|
|
|
<para>
|
|
Install <application>GNOME Bluetooth</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson setup --prefix=/usr --buildtype=release .. &&
|
|
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="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
|
</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-3.0.so and
|
|
libgnome-bluetooth-ui-3.0.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/gnome-bluetooth-3.0 and
|
|
/usr/share/gnome-bluetooth-3.0
|
|
<!--/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-3.0">
|
|
<term><filename class="libraryfile">libgnome-bluetooth-3.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>GNOME Bluetooth</application> API
|
|
functions
|
|
</para>
|
|
<indexterm zone="gnome-bluetooth libgnome-bluetooth-3.0">
|
|
<primary sortas="c-libgnome-bluetooth-3.0">libgnome-bluetooth-3.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|