source: gnome/add/gnome-applets.xml@ 31f90a8

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 31f90a8 was 59f0e4d, checked in by Ken Moffat <ken@…>, 12 years ago

gnome-applets-3.2.1

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

  • Property mode set to 100644
File size: 6.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-applets-download-http "&gnome-download-http;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.xz">
8 <!ENTITY gnome-applets-download-ftp "&gnome-download-ftp;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.xz">
9 <!ENTITY gnome-applets-md5sum "bce6d49f3bb2caff8d91c78599ffcfd0">
10 <!ENTITY gnome-applets-size "7.7 MB">
11 <!ENTITY gnome-applets-buildsize "?? MB">
12 <!ENTITY gnome-applets-time "?? SBU">
13]>
14
15<sect1 id="gnome-applets" xreflabel="GNOME Applets-&gnome-applets-version;">
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 <!-- &lfs65_checked; not for this version! -->
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&gnome-applets-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&gnome-applets-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &gnome-applets-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &gnome-applets-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &gnome-applets-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &gnome-applets-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">GNOME Applets Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="gnome-icon-theme"/>,
64 <xref linkend="gnome-panel"/></para>
65
66 <bridgehead renderas="sect4">Optional to Build the Invest Applet</bridgehead>
67 <para role="optional"><xref linkend="pygtk"/> (including the gtk and
68 gtk.libglade modules)<!-- and <xref linkend="gnome-python-desktop"/>
69 (including the gnomeapplet module)--></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="rarian"/>,
73 <xref linkend="libgtop"/>,
74 <xref linkend="gst-plugins-base"/>,
75 <xref linkend="hal"/>,
76 <xref linkend="libgnomekbd"/>,
77 <xref linkend="gucharmap"/>,
78 <!--<xref linkend="system-tools-backends"/>,-->
79 <xref linkend="docbook-utils"/>,
80 <ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>, and
81 <xref linkend="libnotify"/></para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/gnome-applets"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of GNOME Applets</title>
90
91 <para>Install <application>GNOME Applets</application> by
92 running the following commands:</para>
93
94<screen><userinput>./configure --prefix=$GNOME_PREFIX \
95 --sysconfdir=$GNOME_SYSCONFDIR \
96 --localstatedir=/var/lib \
97 --libexecdir=$GNOME_PREFIX/lib/gnome-applets \
98 --mandir=$GNOME_PREFIX/share/man &amp;&amp;
99make</userinput></screen>
100
101 <para>This package does not come with a test suite.</para>
102
103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role="root"><userinput>make install &amp;&amp;
106make -C man install-man</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/gnome-prefix.xml"/>
115
116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/gnome-sysconfdir.xml"/>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/scrollkeeper-dir.xml"/>
121
122 <para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-applets</parameter>:
123 This parameter causes the libexec files to be installed in the preferred
124 location of in <filename
125 class="directory">$GNOME_PREFIX/lib/gnome-applets</filename> instead of
126 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/gnome-mandir.xml"/>
130
131 <para><command>make -C man install-man</command>: This command installs
132 the man-pages that are not installed during
133 <command>make install</command>.</para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>cpufreq-selector, accessx-status-applet, battstat-applet-2,
147 charpick_applet2, cpufreq-applet, drivemount_applet2, geyes_applet2,
148 gweather-applet-2, multiload-applet-2, null_applet, stickynotes_applet,
149 and trashapplet</seg>
150 <seg>None</seg>
151 <seg><envar>$GNOME_PREFIX</envar>/{lib/gnome-applets,
152 share/{gnome-applets/{builder,geyes/{Bizarre,Bloodshot,Default-tiny,
153 Horrid,Tango}},gnome/help/{accessx-status/*,battstat/*,char-palette/*,
154 cpufreq-applet/*,drivemount/*,geyes/*,gweather/*,multiload/*,
155 stickynotes_applet/*,trashapplet/*},omf/{accessx-status,battstat,
156 char-palette,cpufreq-applet,drivemount,geyes,gweather,multiload,
157 stickynotes_applet,trashapplet},pixmaps/{accessx-status-applet,
158 cpufreq-applet,stickynotes},xmodmap}}</seg>
159 </seglistitem>
160 </segmentedlist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.