source: gnome/core/gnome-applets.xml@ 06f2ffb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 06f2ffb was 9497073, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to Yelp-2.28.1 and minor ammendment to gnome-session, gnome-control-center, gnome-applets, and gnome-settings-daemon.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8154 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[0a08ca6]7 <!ENTITY gnome-applets-download-http "&gnome-download-http;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
8 <!ENTITY gnome-applets-download-ftp "&gnome-download-ftp;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
[638cadd]9 <!ENTITY gnome-applets-md5sum "9eb00e9dc468d2c5c71b70c9fb2b751c">
10 <!ENTITY gnome-applets-size "9.2 MB">
[1a0ca2a]11 <!ENTITY gnome-applets-buildsize "93 MB">
[638cadd]12 <!ENTITY gnome-applets-time "0.8 SBU">
[fdca4266]13]>
14
[9b8404e]15<sect1 id="gnome-applets" xreflabel="GNOME Applets-&gnome-applets-version;">
[47b8b69]16 <?dbhtml filename="gnome-applets.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Applets-&gnome-applets-version;</title>
24
25 <indexterm zone="gnome-applets">
26 <primary sortas="a-GNOME-Applets">GNOME Applets</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Applets</title>
31
32 <para>The <application>GNOME Applets</application> package contains
33 small applications which generally run in the background and display
34 their output to the <application>GNOME</application> panel.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gnome-applets-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gnome-applets-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gnome-applets-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gnome-applets-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gnome-applets-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gnome-applets-time;</para>
55 </listitem>
56 </itemizedlist>
57
[16b962c]58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing="compact">
60 <listitem>
61 <para>Required patch: <ulink
62 url="&patch-root;/gnome-applets-2.28.0-stickynotes-1.patch"/></para>
63 </listitem>
64 </itemizedlist>
65
[47b8b69]66 <bridgehead renderas="sect3">GNOME Applets Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
[1a0ca2a]69 <para role="required"><xref linkend="gnome-icon-theme"/>,
[65ed5cb]70 <xref linkend="gnome-panel"/></para>
[47b8b69]71
[ce892ab3]72 <bridgehead renderas="sect4">Optional to Build the Invest Applet</bridgehead>
73 <para role="optional"><xref linkend="pygtk"/> (including the gtk and
74 gtk.libglade modules) and <xref linkend="gnome-python-desktop"/>
75 (including the gnomeapplet module)</para>
76
[47b8b69]77 <bridgehead renderas="sect4">Optional</bridgehead>
[1a0ca2a]78 <para role="optional"><xref linkend="rarian"/>,
79 <xref linkend="libgtop"/>,
[a6bee1f]80 <xref linkend="gst-plugins-base"/>,
[0c4e116]81 <xref linkend="hal"/>,
[65ed5cb]82 <xref linkend="libgnomekbd"/>,
[47b8b69]83 <xref linkend="gucharmap"/>,
84 <xref linkend="system-tools-backends"/>,
[0c4e116]85 <xref linkend="docbook-utils"/>,
[551b9389]86 <ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>, and
[c4ee35e]87 <xref linkend="libnotify"/></para>
[47b8b69]88
[0a7c3921]89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/gnome-applets"/></para>
91
[47b8b69]92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of GNOME Applets</title>
96
97 <para>Install <application>GNOME Applets</application> by
98 running the following commands:</para>
99
[16b962c]100<screen><userinput>patch -Np1 -i ../gnome-applets-2.28.0-stickynotes-1.patch &amp;&amp;
101./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[a6bee1f]102 --sysconfdir=&gnome-etc-dir; \
[551b9389]103 --localstatedir=/var/lib \
[a6bee1f]104 --libexecdir=$(pkg-config \
105 --variable=prefix ORBit-2.0)/lib/gnome-applets \
106 --mandir=$(pkg-config \
107 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[e9039e4]108make</userinput></screen>
[771cd7f]109
[47b8b69]110 <para>This package does not come with a test suite.</para>
[771cd7f]111
[47b8b69]112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[771cd7f]113
[e9039e4]114<screen role="root"><userinput>make install &amp;&amp;
[0c4e116]115make -C man install-man</userinput></screen>
[fdca4266]116
[47b8b69]117 </sect2>
[fdca4266]118
[47b8b69]119 <sect2 role="commands">
120 <title>Command Explanations</title>
[fdca4266]121
[551b9389]122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]123 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]124
125 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]126 href="../../xincludes/gnome-sysconfdir.xml"/>
[551b9389]127
128 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
129 href="../../xincludes/scrollkeeper-dir.xml"/>
130
[9761bea4]131 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
[551b9389]132 ORBit-2.0)/lib/gnome-applets</parameter>: This parameter causes the libexec
133 files to be installed in the preferred location of
[e9039e4]134 in <filename class="directory">$GNOME_PREFIX/lib/gnome-applets</filename>
135 instead of
[47b8b69]136 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[fdca4266]137
[551b9389]138 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]139 href="../../xincludes/gnome-mandir.xml"/>
[13d788b]140
[551b9389]141 <para><command>make -C man install-man</command>: This command installs
142 the man-pages that are not installed during
143 <command>make install</command>.</para>
[fdca4266]144
[47b8b69]145 </sect2>
[fdca4266]146
[47b8b69]147 <sect2 role="content">
148 <title>Contents</title>
[fdca4266]149
[47b8b69]150 <segmentedlist>
[1a0ca2a]151 <segtitle>Installed Programs</segtitle>
[47b8b69]152 <segtitle>Installed Libraries</segtitle>
[293abe4]153 <segtitle>Installed Directories</segtitle>
[fdca4266]154
[47b8b69]155 <seglistitem>
[1a0ca2a]156 <seg>cpufreq-selector, gnome-keyboard-applet, accessx-status-applet,
157 null_applet, stickynotes_applet, drivemount_applet2, gweather-applet-2,
158 trashapplet, charpick_applet2, cpufreq-applet, multiload-applet-2,
159 geyes_applet2, and battstat-applet-2</seg>
[0c4e116]160 <seg>None</seg>
[1a0ca2a]161 <seg><envar>$GNOME_PREFIX</envar>/{lib/gnome-applets,share/{omf,
162 gnome/help/,xmodmap,pixmaps/{accessx-status-applet,stickynotes,
163 cpufreq-applet},gnome-applets/{geyes/{Bizarre,Default,Default-tiny,
164 Bloodshot,Tango,Horrid},builder}}}</seg>
[47b8b69]165 </seglistitem>
166 </segmentedlist>
[fdca4266]167
[47b8b69]168 </sect2>
[7f827a6a]169
170</sect1>
Note: See TracBrowser for help on using the repository browser.