The GNOME Control Center package contains the GNOME settings manager.
This package is known to build and work properly using an LFS-7.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-control-center/3.6/gnome-control-center-3.6.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-control-center/3.6/gnome-control-center-3.6.3.tar.xz
Download MD5 sum: 13474a477658ccbca7484918edfc19d3
Download size: 4.7 MB
Estimated disk space required: 110 MB
Estimated build time: 1.0 SBU
gnome-menus-3.6.2, gnome-online-accounts-3.6.2, gnome-settings-daemon-3.6.4, ISO Codes-3.40, libgtop-2.28.4, libpwquality-1.2.1 and MIT Kerberos V5-1.11.2
AccountsService-0.6.31 and ConsoleKit-0.4.6
Cups-1.6.2, gnome-bluetooth-3.6.1, IBus-1.5.2 and NetworkManager-0.9.8.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.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-control-center
Install GNOME Control Center by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
--disable-cups: Use this switch if you
have not installed recommended dependency Cups.
--disable-ibus: Use this switch if you
have not installed recommended dependency IBus.
Last updated on 2013-02-11 18:51:17 +0000