glfs/gnome/core/control-center.xml
Manuel Canales Esparcia ff769b8c61 Updated the XML sources to use DocBook XML DTD-4.4.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3656 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-04-03 20:52:42 +00:00

123 lines
4.5 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 control-center-download-http "http://ftp.gnome.org/pub/GNOME/sources/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
<!ENTITY control-center-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
<!ENTITY control-center-md5sum "7bd9c12b9abb05b6fcf7b4906b6918ea">
<!ENTITY control-center-size "2.5 MB">
<!ENTITY control-center-buildsize "51 MB">
<!ENTITY control-center-time "1.11 SBU">
]>
<sect1 id="control-center" xreflabel="Control Center-&control-center-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="control-center.html"?>
<title>Control Center-&control-center-version;</title>
<sect2>
<title>Introduction to <application>Control Center</application></title>
<para>The <application>Control Center</application> package contains the
<application><acronym>GNOME</acronym></application> settings managers.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&control-center-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&control-center-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &control-center-md5sum;</para></listitem>
<listitem><para>Download size: &control-center-size;</para></listitem>
<listitem><para>Estimated disk space required:
&control-center-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&control-center-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required patch: <ulink
url="&patch-root;/control-center-&control-center-version;-fix_gswitchit-1.patch"/></para>
</listitem></itemizedlist>
</sect3>
<sect3><title><application>Control Center</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libxklavier"/>,
<xref linkend="metacity"/>,
<xref linkend="nautilus"/> and
<xref linkend="gnome-icon-theme"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="alsa"/>,
<xref linkend="gst-plugins"/> and
<xref linkend="xscreensaver"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Control Center</application></title>
<para>Install <application>Control Center</application> by running the
following commands:</para>
<screen><userinput><command>patch -Np1 -i ../control-center-&control-center-version;-fix_gswitchit-1.patch &amp;&amp;
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &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>--localstatedir=/var/lib</parameter>: This switch
puts <application>scrollkeeper</application> files in
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</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>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Control Center</application> package contains
<command>gnome-control-center</command>,
<command>gnome-settings-daemon</command>,
<command>gnome-background-properties</command>,
<command>gnome-default-applications-properties</command>,
<command>gnome-file-types-properties</command>,
<command>gnome-font-properties</command>,
<command>gnome-keybinding-properties</command>,
<command>gnome-keyboard-properties</command>,
<command>gnome-mouse-properties</command>,
<command>gnome-network-preferences</command>,
<command>gnome-sound-properties</command>,
<command>gnome-theme-properties</command> and
<command>gnome-ui-properties</command>.</para>
</sect2>
</sect1>