The GSettings Desktop Schemas package contains a collection of GSettings schemas for settings shared by various components of a GNOME Desktop.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://download.gnome.org/sources//gsettings-desktop-schemas/49/gsettings-desktop-schemas-49.1.tar.xz
Download SHA256 Sum: 777a7f83d5e5a8076b9bf809cb24101b1b1ba9c230235e3c3de8e13968ed0e63
Download MD5 sum: 644a8c27506105eef4ae170eb83f7963
Download size: 9,153.3 KB
Estimated disk space required: 15,372.8 KB
Estimated build time: less than 0.1 SBU
GLib-2.86.2 (with GObject Introspection)
prepare GSettings Desktop Schemas by running the following commands:
sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in meson setup build --prefix=/usr --buildtype=release
ninja -C build
This package does not come with a test suite.
Now Install the package, as the root user:
ninja -C build install
sed ... schemas/*.in: This command fixes some deprecated entries in the schema templates.