source: gnome/core/gnome-applets.xml@ 551b9389

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 551b9389 was 551b9389, checked in by Randy McMurchy <randy@…>, 18 years ago

Minor fixes and clean-up to the core GNOME-2 package instructions including standardizing the text in the 'Command Explanations' section by using xinclude files and changing the creation of symbolic links to using PYTHONPATH so Python can find modules installed in non-standard locations

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

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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.bz2">
8 <!ENTITY gnome-applets-download-ftp "&gnome-download-ftp;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
9 <!ENTITY gnome-applets-md5sum "41aa44df2b0477594e59f59245c7d052">
10 <!ENTITY gnome-applets-size "5.4 MB">
11 <!ENTITY gnome-applets-buildsize "103 MB">
12 <!ENTITY gnome-applets-time "0.9 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 <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
58 <bridgehead renderas="sect3">GNOME Applets Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="gail"/>,
62 <xref linkend="gnome-panel"/>, and
63 <xref linkend="libxklavier"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="libgtop"/>,
67 <xref linkend="gst-plugins-base"/>,
68 <xref linkend="hal"/>,
69 <xref linkend="gucharmap"/>,
70 <xref linkend="system-tools-backends"/>,
71 <xref linkend="docbook-utils"/>,
72 <ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>, and
73 <ulink url="http://www.galago-project.org/news/index.php">libnotify</ulink></para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/gnome-applets"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of GNOME Applets</title>
82
83 <para>Install <application>GNOME Applets</application> by
84 running the following commands:</para>
85
86<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
87 --sysconfdir=&gnome-etc-dir; \
88 --localstatedir=/var/lib \
89 --libexecdir=$(pkg-config \
90 --variable=prefix ORBit-2.0)/lib/gnome-applets \
91 --mandir=$(pkg-config \
92 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install &amp;&amp;
100make -C man install-man</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
108 href="../gnome-prefix.xml"/>
109
110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
111 href="../gnome-sysconfdir.xml"/>
112
113 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
114 href="../../xincludes/scrollkeeper-dir.xml"/>
115
116 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
117 ORBit-2.0)/lib/gnome-applets</parameter>: This parameter causes the libexec
118 files to be installed in the preferred location of
119 in <filename class="directory">$GNOME_PREFIX/lib/gnome-applets</filename>
120 instead of
121 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
122
123 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
124 href="../gnome-mandir.xml"/>
125
126 <para><command>make -C man install-man</command>: This command installs
127 the man-pages that are not installed during
128 <command>make install</command>.</para>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>cpufreq-selector and gswitchit-plugins-capplet</seg>
142 <seg>None</seg>
143 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
144 include/libg{switchit,weather},
145 lib/gnome-applets,
146 share/{gnome-applets, {gnome/help,omf}/{too many to list},
147 pixmaps/{accessx-status-applet, cpufreq-applet, stickynotes},
148 xmodmap}</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.