2004-06-15 12:33:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-15 12:33:15 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2006-02-03 14:09:24 +08:00
|
|
|
<!ENTITY GConf-download-http "&gnome-download-http;/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
|
|
|
|
<!ENTITY GConf-download-ftp "&gnome-download-http;/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
|
2006-06-21 09:46:25 +08:00
|
|
|
<!ENTITY GConf-md5sum "d07c2efcaf477cf34225c604a04b6271">
|
|
|
|
<!ENTITY GConf-size "1.8 MB">
|
|
|
|
<!ENTITY GConf-buildsize "29.7 MB">
|
2005-10-11 02:06:06 +08:00
|
|
|
<!ENTITY GConf-time "0.4 SBU">
|
2004-06-15 12:33:15 +08:00
|
|
|
]>
|
|
|
|
|
2002-09-01 07:57:42 +08:00
|
|
|
<sect1 id="GConf" xreflabel="GConf-&GConf-version;">
|
2005-05-15 16:44:05 +08:00
|
|
|
<?dbhtml filename="GConf.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>GConf-&GConf-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="GConf">
|
|
|
|
<primary sortas="a-GConf">GConf</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to GConf</title>
|
|
|
|
|
|
|
|
<para>The <application>GConf</application> package contains a
|
|
|
|
configuration database system.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&GConf-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&GConf-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &GConf-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &GConf-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &GConf-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &GConf-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">GConf Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2005-12-06 18:43:06 +08:00
|
|
|
<para role="required"><xref linkend="ORBit2"/> and
|
2005-05-15 16:44:05 +08:00
|
|
|
<xref linkend="libxml2"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2005-12-06 18:43:06 +08:00
|
|
|
<para role="optional"><xref linkend="gtk2"/>,
|
2005-10-11 02:06:06 +08:00
|
|
|
<xref linkend="openldap"/>,
|
2006-02-03 14:09:24 +08:00
|
|
|
<xref linkend="gtk-doc"/>, and
|
2005-05-15 16:44:05 +08:00
|
|
|
<xref linkend="docbook-utils"/></para>
|
|
|
|
|
2006-04-11 02:36:24 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/gconf"/></para>
|
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of GConf</title>
|
|
|
|
|
|
|
|
<para>Install <application>GConf</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2006-06-21 09:46:25 +08:00
|
|
|
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
|
|
|
--sysconfdir=&gnome-etc-dir; \
|
|
|
|
--libexecdir=$(pkg-config \
|
|
|
|
--variable=prefix ORBit-2.0)/lib/GConf \
|
|
|
|
--mandir=$(pkg-config \
|
|
|
|
--variable=prefix ORBit-2.0)/share/man &&
|
2005-05-15 16:44:05 +08:00
|
|
|
make</userinput></screen>
|
2005-05-11 05:38:06 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
2005-05-11 05:38:06 +08:00
|
|
|
|
2006-01-28 21:36:45 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem>
|
|
|
|
user:</para>
|
2005-05-11 05:38:06 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
</sect2>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
2006-06-26 03:48:15 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../gnome-prefix.xml"/>
|
|
|
|
|
|
|
|
<para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This parameter
|
|
|
|
causes the <application>GConf-2</application> configuration database to be
|
|
|
|
built in <filename class="directory">&gnome-etc-dir;</filename> instead of
|
|
|
|
<filename class="directory">$GNOME_PREFIX/etc</filename>. This installation
|
|
|
|
controls all future installations of <application>GConf-2</application>
|
|
|
|
schemas. If you change the location (which includes eliminating this
|
|
|
|
parameter), it <emphasis role='strong'>must</emphasis> be consistent for
|
|
|
|
every subsequent package installation that updates the
|
|
|
|
<application>GConf-2</application> configuration database.</para>
|
|
|
|
|
2006-06-21 09:46:25 +08:00
|
|
|
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
|
2006-06-26 03:48:15 +08:00
|
|
|
ORBit-2.0)/lib/GConf</parameter>: This parameter causes the libexec files
|
|
|
|
to be installed in the preferred location of
|
2006-01-28 21:36:45 +08:00
|
|
|
<filename class="directory">$GNOME_PREFIX/lib/GConf</filename> instead of
|
2005-05-15 16:44:05 +08:00
|
|
|
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
2006-06-26 03:48:15 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../gnome-mandir.xml"/>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
2004-11-23 05:05:53 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
</sect2>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
2005-05-15 18:07:14 +08:00
|
|
|
<segtitle>Installed Library</segtitle>
|
2005-05-16 03:51:32 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
<seglistitem>
|
2006-01-28 21:36:45 +08:00
|
|
|
<seg>gconf-merge-tree and gconftool-2</seg>
|
2006-04-11 02:36:24 +08:00
|
|
|
<seg>libgconf-2.{so,a}</seg>
|
2006-02-07 03:05:31 +08:00
|
|
|
<seg>&gnome-etc-dir;/gconf and the following subdirectories of
|
2006-06-26 03:48:15 +08:00
|
|
|
<envar>$GNOME_PREFIX</envar>/:
|
2006-02-07 03:05:31 +08:00
|
|
|
include/gconf,
|
2006-06-26 03:48:15 +08:00
|
|
|
lib/GConf and
|
2006-04-11 02:36:24 +08:00
|
|
|
share/{GConf, gtk-doc/html/gconf, sgml/gconf}</seg>
|
2005-05-15 16:44:05 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
2006-01-28 21:36:45 +08:00
|
|
|
<varlistentry id="gconf-merge-tree">
|
|
|
|
<term><command>gconf-merge-tree</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>merges an xml filesystem hierarchy.</para>
|
|
|
|
<indexterm zone="GConf gconf-merge-tree">
|
|
|
|
<primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gconftool-2">
|
|
|
|
<term><command>gconftool-2</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a command line tool for manipulating the
|
|
|
|
<application>GConf</application> database.</para>
|
|
|
|
<indexterm zone="GConf gconftool-2">
|
|
|
|
<primary sortas="b-gconftool-2">gconftool-2</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
<varlistentry id="libgconf-2">
|
2006-04-11 02:36:24 +08:00
|
|
|
<term><filename class='libraryfile'>libgconf-2.{so,a}</filename></term>
|
2005-05-15 16:44:05 +08:00
|
|
|
<listitem>
|
|
|
|
<para>provide the functions necessary to maintain the
|
|
|
|
configuration database.</para>
|
|
|
|
<indexterm zone="GConf libgconf-2">
|
2006-04-11 02:36:24 +08:00
|
|
|
<primary sortas="c-libgconf-2">libgconf-2.{so,a}</primary>
|
2005-05-15 16:44:05 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
</variablelist>
|
2002-09-01 07:57:42 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
</sect2>
|
2002-09-01 07:57:42 +08:00
|
|
|
|
2005-05-15 16:44:05 +08:00
|
|
|
</sect1>
|