glfs/gnome/core/libgnome.xml
Randy McMurchy e62f701139 Presentation cleanup of GNOME core packages
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5654 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-02-06 19:05:31 +00:00

148 lines
4.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 libgnome-download-http "&gnome-download-http;/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
<!ENTITY libgnome-download-ftp "&gnome-download-ftp;/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
<!ENTITY libgnome-md5sum "f239a7ab132d2ec9039bb2537cca1e92">
<!ENTITY libgnome-size "955 KB">
<!ENTITY libgnome-buildsize "18.5 MB">
<!ENTITY libgnome-time "0.2 SBU">
]>
<sect1 id="libgnome" xreflabel="libgnome-&libgnome-version;">
<?dbhtml filename="libgnome.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">libgnome-&libgnome-version;.tar</keyword>
<keyword role="ftpdir">libgnome</keyword>
</keywordset>
</sect1info>
<title>libgnome-&libgnome-version;</title>
<indexterm zone="libgnome">
<primary sortas="a-Libgnome">Libgnome</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libgnome</title>
<para>The <application>libgnome</application> package contains the
<filename class="libraryfile">libgnome</filename> library.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libgnome-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libgnome-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libgnome-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libgnome-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libgnome-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libgnome-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libgnome Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gnome-vfs"/> and
<xref linkend="esound"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gtk-doc"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of libgnome</title>
<para>Install <application>libgnome</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib &amp;&amp;
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>
<para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
configuration files in <filename class="directory">&gnome-etc-dir;</filename>
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
<para><parameter>--localstatedir=/var/lib</parameter>: This
switch sets <envar>LIBGNOME_LOCALSTATEDIR</envar> to
<filename class='directory'>/var/lib</filename> instead
of <filename class='directory'>$GNOME_PREFIX/var</filename>
to synchronize with the <application>GNOME Games</application>
installation and properly record high scores in
<filename class='directory'>/var/lib/games</filename>.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gnome-open</seg>
<seg>libgnome-2.[so,a] and the libmoniker_extra_2.[so,a] bonobo
library</seg>
<seg>&gnome-etc-dir;/[gconf/gconf.xml.defaults/[too many to list],
sound],
include/libgnome-2.0, and
share/gtk-doc/html/libgnome</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgnome-2">
<term><filename class='libraryfile'>libgnome-2.[so,a]</filename></term>
<listitem>
<para>are the non-GUI portion of the <application>GNOME</application>
libraries.</para>
<indexterm zone="libgnome libgnome-2">
<primary sortas="c-libgnome-2">libgnome-2.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>