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.3 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-bluetooth/42/gnome-bluetooth-42.5.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-bluetooth/42/gnome-bluetooth-42.5.tar.xz
Download MD5 sum: 686d360ba843521db42da02a552b045f
Download size: 300 KB
Estimated disk space required: 14 MB (with tests)
Estimated build time: 0.1 SBU (Using parallelism=4, with tests)
GTK-4.8.3, gsound-1.0.3, itstool-2.0.7, libnotify-0.8.1, and UPower-1.90.0
gobject-introspection-1.74.0 and libadwaita-1.2.2
GTK-Doc-1.33.2 and dbusmock-0.28.7
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.