glfs/gnome/core/libgnome.xml
Manuel Canales Esparcia 7f76b96b42 Reverted the DTD change. That don't be done untiltomorrow.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3632 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-04-02 15:59:17 +00:00

116 lines
4.0 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 libgnome-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
<!ENTITY libgnome-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
<!ENTITY libgnome-md5sum "dab4ecbfa7ec1a2f22d2a48b6b83e937">
<!ENTITY libgnome-size "1.2 MB">
<!ENTITY libgnome-buildsize "17 MB">
<!ENTITY libgnome-time "0.24 SBU">
]>
<sect1 id="libgnome" xreflabel="libgnome-&libgnome-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="libgnome.html"?>
<title>libgnome-&libgnome-version;</title>
<sect2>
<title>Introduction to libgnome</title>
<para>The <application>libgnome</application> package contains the
<filename class="libraryfile">libgnome</filename> library.</para>
<sect3><title>Package information</title>
<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>
</sect3>
<sect3><title><application>libgnome</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="gnome-vfs"/> and <xref linkend="esound"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="gtk-doc"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>libgnome</application></title>
<para>Install <application>libgnome</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--sysconfdir=/etc/gnome --localstatedir=/var/lib --disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--libexecdir=`pkg-config --variable=prefix
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
puts configuration files in <filename class="directory">/etc/gnome</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 syncronize with
the <application><acronym>GNOME</acronym> Games</application> installation
and properly record high scores in
<filename class='directory'>/var/lib/games</filename>.</para>
<para><option>--disable-gtk-doc</option>: This switch prevents
the rebuilding of documentation during the <command>make</command>
command.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>libgnome</application> package contains
<command>gnome-open</command>,
<filename class="libraryfile">libgnome</filename> and
<filename class='libraryfile'>libmoniker_extra_2</filename> libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libgnome libraries</title>
<para><filename class="libraryfile">libgnome</filename> libraries are the
non-<acronym>GUI</acronym> portion of the
<application><acronym>GNOME</acronym></application> libraries.</para></sect3>
</sect2>
</sect1>