glfs/gnome/otherlibs/gconf1.xml
Randy McMurchy 6732c09460 Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-04-04 19:42:53 +00:00

164 lines
5.2 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 GConf1-download-http "&gnome-download-http;/GConf/1.0/GConf-&GConf1-version;.tar.bz2">
<!ENTITY GConf1-download-ftp "&gnome-download-ftp;/GConf/1.0/GConf-&GConf1-version;.tar.bz2">
<!ENTITY GConf1-md5sum "613aea1d9b7a9c504f52217451c7bf99">
<!ENTITY GConf1-size "784 KB">
<!ENTITY GConf1-buildsize "17 MB">
<!ENTITY GConf1-time "0.3">
]>
<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-1">GConf-1</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="&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>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/GConf-&GConf1-version;-gcc4-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GConf Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="oaf"/> and
<xref linkend="popt"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="GTK"/>,
<!-- <xref linkend="db"/>, -->
<xref linkend="guile"/>, and
<xref linkend="gtk-doc"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gconf1"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of GConf</title>
<!-- This section commented out as BDB is now built in LFS
<para>If you have <application>Berkeley DB</application> 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>patch -Np1 -i ../GConf-&GConf1-version;-db43-2.patch &amp;&amp;
patch -Np1 -i ../GConf-&GConf1-version;-gcc4-1.patch &amp;&amp;
./configure --prefix=/opt/gnome-1.4 &amp;&amp;
make</userinput></screen>
<para>If you have <application>GTK-Doc</application> installed and wish to
build the HTML documentation, issue the following commands:</para>
<screen><userinput>cd doc/gconf &amp;&amp;
make templates &amp;&amp;
make sgml &amp;&amp;
make html &amp;&amp;
cd ../..</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="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gconf-config, gconf-config-1, gconf-sanity-check-1, gconfd-1,
gconftool, gconftool-1</seg>
<seg>libgconf-1.{so,a}, libgconf-gtk-1.{so,a} and
<application>GConf</application> backend modules</seg>
<seg>/opt/gnome-1.4/etc/gconf,
/opt/gnome-1.4/include/gconf,
/opt/gnome-1.4/lib/GConf and
/opt/gnome-1.4/share/gconf</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgconf-1">
<term><filename class='libraryfile'>libgconf-1.{so,a}</filename></term>
<listitem>
<para>provide the functions necessary to maintain the
configuration database.</para>
<indexterm zone="GConf1 libgconf-1">
<primary sortas="c-libgconf-1">libgconf-1.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>