The DConf package contains a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/dconf/0.12/dconf-0.12.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/dconf/0.12/dconf-0.12.1.tar.xz
Download MD5 sum: 0ebbfa50ab69e5d679cf8a1c68e75bf3
Download size: 200 KB
Estimated disk space required: 7.0 MB
Estimated build time: 0.3 SBU
D-BUS-1.4.20, Gtk+-3.4.3 and libxml2-2.7.8
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dconf
Install DConf by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/dconf &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--libexecdir=/usr/lib/dconf: This
parameter causes the libexec files to be installed in the preferred
location of /usr/lib/dconf instead of
/usr/libexec.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2012-05-16 16:39:28 +0000