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.
The DConf-Editor, as the name suggests, is a graphical editor for the DConf database. Installation is optional, because gsettings from GLib-2.46.2 provides similar functionality on the commandline.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/dconf/0.24/dconf-0.24.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/dconf/0.24/dconf-0.24.0.tar.xz
Download MD5 sum: 9bd257ba5b718f484fa0f4ab6e81e53b
Download size: 216 KB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.18/dconf-editor-3.18.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.18/dconf-editor-3.18.2.tar.xz
Download MD5 sum: 9292d9b96b0d9f87f6589a7d1d0ca388
Download size: 252 KB
Estimated disk space required: 6.9 MB
Estimated build time: less than 0.1 SBU
D-Bus-1.10.6, GLib-2.46.2, GTK+-3.18.7 (for the editor), and libxml2-2.9.3 (for the editor)
libxslt-1.1.28 and Vala-0.28.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dconf
Install DConf by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
This package does not come with a test suite.
As the root
user:
make install
Now, optionally install the editor:
tar -xf ../dconf-editor-3.18.2.tar.xz && cd dconf-editor-3.18.2 && ./configure --prefix=/usr --sysconfdir=/etc && make
As the root
user:
make install
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2016-02-26 19:14:42 -0800