glfs/gnome/otherlibs/gconf1.xml
DJ Lucas fdca426642 Last of XML rewrite
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2325 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-15 04:33:15 +00:00

77 lines
2.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY GConf1-download-http "http://ftp.gnome.org/pub/GNOME/sources/GConf/1.0/GConf-&GConf1-version;.tar.bz2">
<!ENTITY GConf1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/1.0/GConf-&GConf1-version;.tar.bz2">
<!ENTITY GConf1-size "772 KB">
<!ENTITY GConf1-buildsize "20.0 MB">
<!ENTITY GConf1-time "0.44">
]>
<sect1 id="GConf1" xreflabel="GConf-&GConf1-version;">
<?dbhtml filename="gconf1.html"?>
<title>GConf-&GConf1-version;</title>
<sect2>
<title>Introduction to <application>GConf</application></title>
<para>The <application>GConf</application> package contains a configuration
database system.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&GConf1-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&GConf1-download-ftp;"/></para></listitem>
<listitem><para>Download size: &GConf1-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&GConf1-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&GConf1-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>GConf</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="oaf"/>, <xref linkend="GTK"/> and <xref linkend="gdk"/></para></sect4>
<sect4><title>Optional</title>
<para><xref linkend="db-3.3"/> and <xref linkend="guile"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>GConf</application></title>
<para>Install <application>GConf</application> by running the following commands:
</para>
<screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>GConf</application> package contains <filename>libgconf
</filename> libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libgconf libraries</title>
<para><filename>libgconf</filename> libraries provide the functions necessary
to maintain the configuration database.</para></sect3>
</sect2>
</sect1>