source: gnome/core/gnome-panel.xml@ 4c2be438

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

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

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