The GNOME Bluetooth package contains tools for managing and manipulating Bluetooth devices using the GNOME Desktop.
This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.
Download (HTTP): https://download.gnome.org/sources/gnome-bluetooth/47/gnome-bluetooth-47.1.tar.xz
Download MD5 sum: 715b4767b46b4c4b24a231358d0de83e
Download size: 292 KB
Estimated disk space required: 12 MB (with tests)
Estimated build time: 0.1 SBU (Using parallelism=4, with tests)
gsound-1.0.3, GTK-4.20.3, libnotify-0.8.8, and UPower-1.91.1
GLib-2.86.4 (with GObject Introspection) and libadwaita-1.8.4
GTK-Doc-1.35.1 and dbusmock-0.38.1
First, fix a build failure that happens with pygobject-3.52.0 and later:
patch -Np1 -i ../gnome-bluetooth-47.1-build_fix-1.patch
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.