The GNOME Settings Daemon is responsible for setting various parameters of a GNOME Session and the applications that run under it.
This package is known to build and work properly using an LFS 13.0 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-settings-daemon/49/gnome-settings-daemon-49.1.tar.xz
Download MD5 sum: 054a3deb8d4e1a0a854b62938ec0bcee
Download size: 1.4 MB
Estimated disk space required: 32 MB
Estimated build time: 0.1 SBU (using parallelism=4, add 0.5 SBU for tests)
alsa-lib-1.2.15.3, Fontconfig-2.17.1, Gcr-4.4.0.1, GeoClue-2.8.0, geocode-glib-3.26.4, gnome-desktop-44.5, libcanberra-0.30, libgweather-4.4.4, libnotify-0.8.8, libwacom-2.18.0, PulseAudio-17.0, and UPower-1.91.1
colord-1.4.8, Cups-2.4.16, NetworkManager-1.56.0, ModemManager-1.24.2, nss-3.120.1, and Wayland-1.24.0
Recommended dependencies are not strictly required for this package to build and function, but you may not get expected results at runtime if you don't install them.
gnome-session-49.2, Mutter-49.4, dbusmock-0.38.1, umockdev-0.19.4, and Xvfb (for tests, from Xorg-Server-21.1.21 or Xwayland-24.1.9)
Install GNOME Settings Daemon by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
This package does not come with a working test suite.
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.