glfs/gnome/otherlibs/gconf1.xml
Manuel Canales Esparcia 3ea94f194c Tagged gtkhtml1.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4223 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-14 19:23:04 +00:00

131 lines
3.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/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-md5sum "613aea1d9b7a9c504f52217451c7bf99">
<!ENTITY GConf1-size "772 KB">
<!ENTITY GConf1-buildsize "15 MB">
<!ENTITY GConf1-time "0.36">
]>
<sect1 id="GConf1" xreflabel="GConf-&GConf1-version;">
<?dbhtml filename="gconf1.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>GConf-&GConf1-version;</title>
<indexterm zone="GConf1">
<primary sortas="a-GConf">GConf</primary>
</indexterm>
<sect2>
<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="&GConf1-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&GConf1-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &GConf1-md5sum;</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>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Required patch for Berkeley DB: <ulink
url="&patch-root;/GConf-&GConf1-version;-db43-2.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GConf Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="oaf"/> and <xref linkend="popt"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="GTK"/>,
<xref linkend="db"/> and
<xref linkend="guile"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of GConf</title>
<para>If you have Berkeley DB installed apply the following
patch:</para>
<screen><userinput>patch -Np1 -i ../GConf-&GConf1-version;-db43-2.patch</userinput></screen>
<para>Install <application>GConf</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
make &amp;&amp;
make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gconf-config, gconfd-1, gconftool-1, and
gconf-sanity-check-1</seg>
<seg>libgconf.[so,a]</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgconf1">
<term><filename class='libraryfile'>libgconf.[so,a]</filename></term>
<listitem>
<para>provide the functions necessary to maintain the
configuration database.</para>
<indexterm zone="GConf1 libgconf1">
<primary sortas="c-libgconf">libgconf.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>