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 12.2 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-bluetooth/46/gnome-bluetooth-46.1.tar.xz
Download MD5 sum: 6f1f8e6b51c4903727ef41ec6c398f13
Download size: 300 KB
Estimated disk space required: 12 MB (with tests)
Estimated build time: 0.1 SBU (Using parallelism=4, with tests)
GTK-4.14.5, gsound-1.0.3, libnotify-0.8.3, and UPower-1.90.4
GLib-2.80.4 (with GObject Introspection) and libadwaita-1.5.3
GTK-Doc-1.34.0 and dbusmock-0.32.1
Install GNOME Bluetooth by running the following commands:
mkdir build && cd build && meson setup --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.