glfs/gnome/core/gnome-desktop.xml
Randy McMurchy 0952247209 Updated to GNOME-Desktop-2.8.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3004 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-11-23 00:36:17 +00:00

105 lines
3.7 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 gnome-desktop-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
<!ENTITY gnome-desktop-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
<!ENTITY gnome-desktop-md5sum "47f9b9508c4a0349d66fa1138b521794">
<!ENTITY gnome-desktop-size "1.1 MB">
<!ENTITY gnome-desktop-buildsize "13.6 MB">
<!ENTITY gnome-desktop-time "0.19 SBU">
]>
<sect1 id="gnome-desktop" xreflabel="GNOME Desktop-&gnome-desktop-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="gnome-desktop.html"?>
<title>GNOME Desktop-&gnome-desktop-version;</title>
<sect2>
<title>Introduction to <application><acronym>GNOME</acronym> Desktop</application></title>
<para>The <application><acronym>GNOME</acronym> Desktop</application>
package contains <application><acronym>GNOME</acronym></application>'s
<filename>.desktop</filename> files, the <command>gnome-about</command>
program, man pages and <application><acronym>GNOME</acronym></application>'s
core graphics files and icons.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&gnome-desktop-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gnome-desktop-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &gnome-desktop-md5sum;</para></listitem>
<listitem><para>Download size: &gnome-desktop-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&gnome-desktop-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&gnome-desktop-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>GNOME</acronym> Desktop</application>
dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libgnomeui"/> and <xref linkend="scrollkeeper"/></para>
</sect4>
<sect4><title>Recommended</title>
<para><xref linkend="startup-notification"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>GNOME</acronym>
Desktop</application></title>
<para>Install <application><acronym>GNOME</acronym> Desktop</application> by
running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<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>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application><acronym>GNOME</acronym> Desktop</application> package
contains <filename class="libraryfile">libgnome-desktop-2</filename> libraries
and <command>gnome-about</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libgnome-desktop libraries</title>
<para><filename class="libraryfile">libgnome-desktop</filename> libraries
contain <acronym>API</acronym>s being tested for inclusion in
<application>libgnome</application> or
<application>libgnomeui</application>.</para></sect3>
<sect3><title>gnome-about</title>
<para><command>gnome-about</command> produces the about screen.</para></sect3>
</sect2>
</sect1>