The GNOME Bluetooth package contains tools for managing and manipulating Bluetooth devices using the GNOME Desktop.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://download.gnome.org/sources/gnome-bluetooth/42/gnome-bluetooth-42.1.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-bluetooth/42/gnome-bluetooth-42.1.tar.xz
Download MD5 sum: d6a24e0183bc961099a67566c3e27655
Download size: 296 KB
Estimated disk space required: 21 MB (with tests)
Estimated build time: 0.2 SBU (Using parallelism=4, with tests)
GTK+-3.24.34, gsound-1.0.3, itstool-2.0.7, and libnotify-0.7.12
gobject-introspection-1.72.0 and libadwaita-1.1.2
GTK-Doc-1.33.2 and dbusmock-0.28.0
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-bluetooth
Install GNOME Bluetooth by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.