The GNOME Control Center package contains the GNOME settings manager.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-control-center/46/gnome-control-center-46.4.tar.xz
Download MD5 sum: 661850c7283a0ef1a50efd4184906b10
Download size: 7.7 MB
Estimated disk space required: 120 MB (with tests)
Estimated build time: 0.5 SBU (Using parallelism=4; with tests)
AccountsService-23.13.9, colord-gtk-0.3.1, gnome-online-accounts-3.50.4, gnome-settings-daemon-46.0, gsound-1.0.3, libadwaita-1.5.3, libgtop-2.41.3, libpwquality-1.4.5, MIT Kerberos V5-1.21.3, shared-mime-info-2.4, Tecla-46.0, and UDisks-2.10.1
Cups-2.4.10 and Samba-4.20.4 (for the Printers Panel), gnome-bluetooth-46.1, ibus-1.5.30, ModemManager-1.18.12 and libnma-1.10.6 (for the Network Panel)
Xvfb (from Xorg-Server-21.1.13 or Xwayland-24.1.2) and dbusmock-0.32.1 (both for tests)
cups-pk-helper-0.2.7 (Printers panel), gnome-color-manager-3.36.0 (Color panel), gnome-shell-46.4 (Applications panel), and sound-theme-freedesktop-0.8 (Additional Sound Effects in Sound panel)
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.
Install GNOME Control Center by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: GTK_A11Y=none ninja test. Note that you must have the python-dbusmock module installed in order for the tests to complete successfully.
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.
-D ibus=false
: Use this switch if you
have not installed the recommended IBus dependency.