glfs/archive/gnome/gnome-applets.xml
Randy McMurchy 0d7900a67c Removed extraneous spaces from blank lines and at the end of lines in the .xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11015 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-02-11 18:51:17 +00:00

182 lines
5.7 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 gnome-applets-download-http
"&gnome-download-http;/gnome-applets/3.4/gnome-applets-&gnome-applets-version;.tar.xz">
<!ENTITY gnome-applets-download-ftp
"&gnome-download-ftp;/gnome-applets/3.4/gnome-applets-&gnome-applets-version;.tar.xz">
<!ENTITY gnome-applets-md5sum "82a4946d10257239214cf18edeeb34c1">
<!ENTITY gnome-applets-size "7.7 MB">
<!ENTITY gnome-applets-buildsize "100 MB">
<!ENTITY gnome-applets-time "1.8 SBU">
]>
<sect1 id="gnome-applets" xreflabel="gnome-applets-&gnome-applets-version;">
<?dbhtml filename="gnome-applets.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-applets-&gnome-applets-version;</title>
<indexterm zone="gnome-applets">
<primary sortas="a-gnome-applets">gnome-applets</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME Applets</title>
<para>
The <application>GNOME Applets</application> package contains
small applications which generally run in the background and display
their output to the <application>GNOME Panel</application>.
</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gnome-applets-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gnome-applets-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gnome-applets-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gnome-applets-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gnome-applets-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gnome-applets-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Applets Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="GConf"/>,
<xref linkend="gnome-icon-theme"/> and
<xref linkend="gnome-panel"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libgnomekbd"/>,
<xref linkend="libgtop"/>,
<xref linkend="libnotify"/>,
<xref linkend="NetworkManager"/> and
<xref linkend="rarian"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="docbook-utils"/>,
<xref linkend="gst-plugins-base"/>,
<xref linkend="gucharmap"/>,
<ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink> and
<xref linkend="pygobject2"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-applets"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME Applets</title>
<para>
Install <application>GNOME Applets</application> by
running the following commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/gnome-applets &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>--libexecdir=/usr/lib/gnome-applets</parameter>: This
parameter causes the libexec files to be installed in the preferred
location of in <filename
class="directory">/usr/lib/gnome-applets</filename> instead of
<filename class="directory">/usr/libexec</filename>.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/without-scrollkeeper.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
accessx-status-applet, battstat-applet-2, charpick_applet2,
cpufreq-applet, cpufreq-selector, drivemount_applet2,
geyes_applet2, gweather-applet-2, invest-applet, invest-chart,
mixer_applet2, multiload-applet-2, null_applet,
stickynotes_applet and trashapplet
</seg>
<seg>
/usr/lib/bonobo/servers,
/usr/lib/python&python2-majorver;/site-packages/invest,
/usr/share/gnome/help/{accessx-status,battstat,char-palette,cpufreq-applet},
/usr/share/gnome/help/{drivemoun,geyes,gweather,invest-applet},
/usr/share/gnome/help/{mixer_applet2,multiload,stickynotes_applet,trashapplet},
/usr/share/gnome-applets,
/usr/share/omf/{accessx-status,battstat,char-palette},
/usr/share/omf/{cpufreq-applet,drivemount,geyes,gweather,invest-applet},
/usr/share/omf/{mixer_applet2,multiload,stickynotes_applet} and
/usr/share/pixmaps/{accessx-status-applet,cpufreq-applet,stickynotes}
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>