Contents
/usr/lib/gio/modules
)
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.62.4 provides similar functionality on the commandline.
This package is known to build and work properly using an LFS-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/dconf/0.34/dconf-0.34.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/dconf/0.34/dconf-0.34.0.tar.xz
Download MD5 sum: a3ab18ed51a0494a1c8436fef20cc1b0
Download size: 112 KB
Estimated disk space required: 6.9 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.34/dconf-editor-3.34.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.34/dconf-editor-3.34.4.tar.xz
Download MD5 sum: bb4c53beff260bd80ce82609e61abde4
Download size: 556 KB
Estimated disk space required: 36 MB
Estimated build time: 0.2 SBU
dbus-1.12.16, GLib-2.62.4, GTK+-3.24.13 (for the editor), and libxml2-2.9.10 (for the editor)
libxslt-1.1.34 and Vala-0.46.6
GTK-Doc-1.32 and bash-completion
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dconf
First, fix a bug introduced by meson-0.52.0 and a test suite problem:
sed -i 's|link_whole|link_with|' client/meson.build && sed -i 's/module/& | grep -v mangle_path/' gsettings/abicheck.sh
Install DConf by running the following commands:
mkdir build && cd build && meson --prefix=/usr --sysconfdir=/etc -Dbash_completion=false .. && ninja
To test the results, issue: ninja test
As the root
user:
ninja install
Now, optionally install the editor:
cd .. && tar -xf ../dconf-editor-3.34.4.tar.xz && cd dconf-editor-3.34.4 && mkdir build && cd build && meson --prefix=/usr --sysconfdir=/etc .. && ninja
As the root
user:
ninja install
-Denable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
/usr/lib/gio/modules
)
Last updated on 2020-02-26 18:21:07 -0800