mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
2582df23bf
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11517 af4574ff-66df-0310-9fd7-8a98e5e911e0
231 lines
6.5 KiB
XML
231 lines
6.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY dconf-download-http "&gnome-download-http;/dconf/0.16/dconf-&dconf-version;.tar.xz">
|
|
<!ENTITY dconf-download-ftp "&gnome-download-ftp;/dconf/0.16/dconf-&dconf-version;.tar.xz">
|
|
<!ENTITY dconf-md5sum "1f17e92511a21240ab5a56e4523f77da">
|
|
<!ENTITY dconf-size "368 KB">
|
|
<!ENTITY dconf-buildsize "17 MB">
|
|
<!ENTITY dconf-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="dconf" xreflabel="DConf-&dconf-version;">
|
|
<?dbhtml filename="dconf.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>DConf-&dconf-version;</title>
|
|
|
|
<indexterm zone="dconf">
|
|
<primary sortas="a-DConf">DConf</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to DConf</title>
|
|
|
|
<para>
|
|
The <application>DConf</application> 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.
|
|
</para>
|
|
|
|
&lfs73_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&dconf-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&dconf-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &dconf-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &dconf-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &dconf-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &dconf-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">DConf Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="dbus"/> and
|
|
<xref linkend="gtk3"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="vala"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gtk-doc"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/dconf"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of DConf</title>
|
|
|
|
<para>
|
|
Install <application>DConf</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--libexecdir=/usr/lib/dconf &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
dconf, dconf-editor and dconf-service
|
|
</seg>
|
|
<seg>
|
|
libdconf-dbus-1.so and libdconf.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/dconf,
|
|
/usr/include/dconf-dbus-1,
|
|
/usr/lib/dconf,
|
|
/usr/share/dconf-editor and
|
|
/usr/share/gtk-doc/html/dconf
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="dconf-prog">
|
|
<term><command>dconf</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a simple tool for manipulating the
|
|
<application>DConf</application> database.
|
|
</para>
|
|
<indexterm zone="dconf dconf-prog">
|
|
<primary sortas="b-dconf">dconf</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="dconf-editor">
|
|
<term><command>dconf-editor</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a graphical program for editing settings
|
|
that are stored in the
|
|
<application>DConf</application> database.
|
|
</para>
|
|
<indexterm zone="dconf dconf-editor">
|
|
<primary sortas="b-dconf-editor">dconf-editor</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="dconf-service">
|
|
<term><command>dconf-service</command></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>D-Bus</application> service
|
|
that writes to the
|
|
<application>DConf</application> database.
|
|
</para>
|
|
<indexterm zone="dconf dconf-service">
|
|
<primary sortas="b-dconf-service">dconf-service</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libdconf">
|
|
<term><filename class="libraryfile">libdconf.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>DConf</application> client API functions.
|
|
</para>
|
|
<indexterm zone="dconf libdconf">
|
|
<primary sortas="c-libdconf">libdconf.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libdconf-dbus-1">
|
|
<term><filename class="libraryfile">libdconf-dbus-1.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>DConf</application> client API functions
|
|
for <application>D-Bus</application>.
|
|
</para>
|
|
<indexterm zone="dconf libdconf-dbus-1">
|
|
<primary sortas="c-libdconf-dbus-1">libdconf-dbus-1.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|