The GNOME Control Center package contains the GNOME settings manager.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-control-center/3.30/gnome-control-center-3.30.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-control-center/3.30/gnome-control-center-3.30.3.tar.xz
Download MD5 sum: 1e3a23aa01f102fe6f2a76629302810b
Download size: 5.6 MB
Estimated disk space required: 140 MB (with tests)
Estimated build time: 1.2 SBU (with tests)
AccountsService-0.6.54, clutter-gtk-1.8.4, colord-gtk-0.1.26, gnome-online-accounts-3.30.2, gnome-settings-daemon-3.30.2, Grilo-0.3.7, libgtop-2.38.0, libpwquality-1.4.0, MIT Kerberos V5-1.17, and shared-mime-info-1.10
Cheese-3.30.0, Cups-2.2.10 and Samba-4.9.4 (for the Printers Panel), gnome-bluetooth-3.28.2, ibus-1.5.19, and ModemManager-1.10.0 and network-manager-applet-1.8.20 (for the Network Panel)
cups-pk-helper-0.2.6 (Printers panel), gnome-color-manager-3.30.0 (Color panel), sound-theme-freedesktop-0.8 (Additional Sound Effects in Sound panel), and Vino-3.22.0 (Screen Sharing in Sharing 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:
sed -i '/ln -s/s/s /sf /' panels/user-accounts/meson.build && mkdir build && cd build && meson --prefix=/usr .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
sed ...: This command ensures that the install command completes properly.
-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-02-20 23:16:01 -0800