The GNOME Control Center package contains the GNOME settings manager.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-control-center/3.34/gnome-control-center-3.34.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-control-center/3.34/gnome-control-center-3.34.1.tar.xz
Download MD5 sum: 8b0f0baea34fbe937efd0ad1be4b451b
Download size: 5.9 MB
Estimated disk space required: 148 MB (with tests)
Estimated build time: 0.4 SBU (Using parallelism=4; with tests)
AccountsService-0.6.55, clutter-gtk-1.8.4, colord-gtk-0.2.0, gnome-online-accounts-3.34.1, gnome-settings-daemon-3.34.1, Grilo-0.3.10, gsound-1.0.2, libgtop-2.40.0, libpwquality-1.4.2, MIT Kerberos V5-1.17, shared-mime-info-1.15, and UDisks-2.8.4
Cheese-3.34.0, Cups-2.3.0 and Samba-4.11.0 (for the Printers Panel), gnome-bluetooth-3.34.0, ibus-1.5.21, and ModemManager-1.12.0 and network-manager-applet-1.8.24 (for the Network Panel)
cups-pk-helper-0.2.6 (Printers panel), gnome-color-manager-3.32.0 (Color 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.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-control-center
Install GNOME Control Center by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
To test the results, issue: ninja test. Note that you must have python-dbusmock module installed in order for the tests to complete successfully.
Now, as the root
user:
ninja install
-Dcheese=false
: Use this switch if you
have not installed recommended dependency Cheese.
-Dibus=false
: Use this switch if you
have not installed recommended dependency IBus.
Last updated on 2019-10-06 12:23:01 -0500