source: gnome/core/gnome-panel.xml@ b83d289

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 b83d289 was 7ded7e3, checked in by Krejzi <krejzi@…>, 12 years ago

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • Property mode set to 100644
File size: 6.4 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-panel-download-http
8 "&gnome-download-http;/gnome-panel/3.4/gnome-panel-&gnome-panel-version;.tar.xz">
9 <!ENTITY gnome-panel-download-ftp
10 "&gnome-download-ftp;/gnome-panel/3.4/gnome-panel-&gnome-panel-version;.tar.xz">
11 <!ENTITY gnome-panel-md5sum "847162a7abdbc194e35805d334b3b9fe">
12 <!ENTITY gnome-panel-size "2.5 MB">
13 <!ENTITY gnome-panel-buildsize "74 MB">
14 <!ENTITY gnome-panel-time "1.1 SBU">
15]>
16
17<sect1 id="gnome-panel" xreflabel="gnome-panel-&gnome-panel-version;">
18 <?dbhtml filename="gnome-panel.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-panel-&gnome-panel-version;</title>
26
27 <indexterm zone="gnome-panel">
28 <primary sortas="a-gnome-panel">gnome-panel</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Panel</title>
33
34 <para>
35 The <application>GNOME Panel</application> package
36 contains hooks to the menu sub-system and the applet sub-system.
37 </para>
38
39 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-panel-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-panel-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-panel-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-panel-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-panel-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-panel-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Panel Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gnome-desktop"/>,
80 <xref linkend="gnome-menus"/>,
81 <xref linkend="libcanberra"/>,
82 <xref linkend="libgweather"/>,
83 <xref linkend="librsvg"/> and
84 <xref linkend="libwnck"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="evolution-data-server"/>,
90 <xref linkend="gobject-introspection"/>,
91 <xref linkend="NetworkManager"/>,
92 <xref linkend="telepathy-glib"/> and
93 <xref linkend="rarian"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="gtk-doc"/>
99 </para>
100
101 <note>
102 <para>
103 The <application>libxml2</application>
104 <application>Python</application> module must have been built during the
105 installation of <application>libxml2</application> else the
106 <application>GNOME Panel</application> build will fail.
107 </para>
108 </note>
109
110 <para condition="html" role="usernotes">User Notes:
111 <ulink url="&blfs-wiki;/gnome-panel"/>
112 </para>
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of GNOME Panel</title>
117
118 <para>
119 Install <application>GNOME Panel</application> by
120 running the following commands:
121 </para>
122
123<screen><userinput>./configure --prefix=/usr \
124 --sysconfdir=/etc \
125 --libexecdir=/usr/lib/gnome-applets &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 This package does not come with a test suite.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>make install</userinput></screen>
137
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <para>
144 <parameter>--libexecdir=/usr/lib/gnome-applets</parameter>:
145 This parameter causes the libexec files to be installed in the preferred
146 location of <filename
147 class="directory">/usr/lib/gnome-applets</filename> instead of
148 <filename class="directory">/usr/libexec</filename>.
149 </para>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/without-scrollkeeper.xml"/>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../../xincludes/gtk-doc-rebuild.xml"/>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Programs</segtitle>
164 <segtitle>Installed Library</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 gnome-desktop-item-edit, gnome-panel and panel-test-applets
170 </seg>
171 <seg>
172 libpanel-applet-4.so
173 </seg>
174 <seg>
175 /usr/include/gnome-panel-4.0,
176 /usr/lib/gnome-applets,
177 /usr/share/gnome/help/{clock,fish},
178 /usr/share/gnome-panel,
179 /usr/share/gtk-doc/html/panel-applet-4.0 and
180 /usr/share/omf/{clock,fish}
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="gnome-panel-prog">
191 <term><command>gnome-panel</command></term>
192 <listitem>
193 <para>
194 provides the panels for the the <application>GNOME</application>
195 Desktop.
196 </para>
197 <indexterm zone="gnome-panel gnome-panel-prog">
198 <primary sortas="b-gnome-panel">gnome-panel</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="libpanel-applet-4">
204 <term><filename class='libraryfile'>libpanel-applet-4.so</filename></term>
205 <listitem>
206 <para>
207 contains functions used for development of small applications
208 (applets) which may be embedded in the panel.
209 </para>
210 <indexterm zone="gnome-panel libpanel-applet-4">
211 <primary sortas="c-libpanel-applet-4">libpanel-applet-4.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.