The GNOME Bluetooth package contains tools for managing and manipulating Bluetooth devices using the GNOME Desktop.
This package is known to build and work properly using an LFS-11.2 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-bluetooth/42/gnome-bluetooth-42.3.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-bluetooth/42/gnome-bluetooth-42.3.tar.xz
Download MD5 sum: 69caa42aa9615f3c82a51602b68fbba0
Download size: 300 KB
Estimated disk space required: 14 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, libnotify-0.8.1, and UPower-1.90.0
gobject-introspection-1.72.0 and libadwaita-1.1.4
GTK-Doc-1.33.2 and dbusmock-0.28.4
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.