glfs/gnome/core/gnome-applets.xml
Wayne Blaszczyk c4ee35e6f8 Added new package. libnotify-0.4.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8131 af4574ff-66df-0310-9fd7-8a98e5e911e0
2009-11-14 05:57:22 +00:00

172 lines
6.3 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/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
<!ENTITY gnome-applets-download-ftp "&gnome-download-ftp;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
<!ENTITY gnome-applets-md5sum "9eb00e9dc468d2c5c71b70c9fb2b751c">
<!ENTITY gnome-applets-size "9.2 MB">
<!ENTITY gnome-applets-buildsize "93 MB">
<!ENTITY gnome-applets-time "0.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</application> panel.</para>
<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">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Required patch: <ulink
url="&patch-root;/gnome-applets-2.28.0-stickynotes-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Applets Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gnome-icon-theme"/>,
<xref linkend="gnome-panel"/></para>
<bridgehead renderas="sect4">Optional to Build the Invest Applet</bridgehead>
<para role="optional"><xref linkend="pygtk"/> (including the gtk and
gtk.libglade modules) and <xref linkend="gnome-python-desktop"/>
(including the gnomeapplet module)</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="rarian"/>,
<xref linkend="libgtop"/>,
<xref linkend="libgweather"/>,
<xref linkend="gst-plugins-base"/>,
<xref linkend="hal"/>,
<xref linkend="libgnomekbd"/>,
<xref linkend="gucharmap"/>,
<xref linkend="system-tools-backends"/>,
<xref linkend="docbook-utils"/>,
<ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>, and
<xref linkend="libnotify"/></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>patch -Np1 -i ../gnome-applets-2.28.0-stickynotes-1.patch &amp;&amp;
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib \
--libexecdir=$(pkg-config \
--variable=prefix ORBit-2.0)/lib/gnome-applets \
--mandir=$(pkg-config \
--variable=prefix ORBit-2.0)/share/man &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 &amp;&amp;
make -C man install-man</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
ORBit-2.0)/lib/gnome-applets</parameter>: This parameter causes the libexec
files to be installed in the preferred location of
in <filename class="directory">$GNOME_PREFIX/lib/gnome-applets</filename>
instead of
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gnome-mandir.xml"/>
<para><command>make -C man install-man</command>: This command installs
the man-pages that are not installed during
<command>make install</command>.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>cpufreq-selector, gnome-keyboard-applet, accessx-status-applet,
null_applet, stickynotes_applet, drivemount_applet2, gweather-applet-2,
trashapplet, charpick_applet2, cpufreq-applet, multiload-applet-2,
geyes_applet2, and battstat-applet-2</seg>
<seg>None</seg>
<seg><envar>$GNOME_PREFIX</envar>/{lib/gnome-applets,share/{omf,
gnome/help/,xmodmap,pixmaps/{accessx-status-applet,stickynotes,
cpufreq-applet},gnome-applets/{geyes/{Bizarre,Default,Default-tiny,
Bloodshot,Tango,Horrid},builder}}}</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>