The GNOME Control Center package contains the GNOME settings manager.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-control-center/3.4/gnome-control-center-3.4.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-control-center/3.4/gnome-control-center-3.4.2.tar.xz
Download MD5 sum: cebb27d87bdfc8175073eebb6610a498
Download size: 4.1 MB
Estimated disk space required: 90 MB
Estimated build time: 1.0 SBU
gnome-menus-3.4.2, gnome-online-accounts-3.4.2, gnome-settings-daemon-3.4.2, LibGTop-2.28.4 and shared-mime-info-1.0
AccountsService-0.6.20, ConsoleKit-0.4.5, gnome-screensaver-3.4.1 and polkit-gnome-0.105
gnome-bluetooth-3.4.0 and NetworkManager-0.9.4.0
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.
Last updated on 2012-05-16 16:39:28 +0000