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

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 b426cfb was 79a41be, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to libgnomekbd-2.30.1.

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

  • Property mode set to 100644
File size: 6.5 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
[9c78009]7 <!ENTITY gnome-panel-download-http "&gnome-download-http;/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.bz2">
8 <!ENTITY gnome-panel-download-ftp "&gnome-download-ftp;/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.bz2">
9 <!ENTITY gnome-panel-md5sum "11b6db12223c70a218a2f4602b1683cc">
10 <!ENTITY gnome-panel-size "3.0">
11 <!ENTITY gnome-panel-buildsize "79 MB">
12 <!ENTITY gnome-panel-time "1.0 SBU">
[fdca4266]13]>
14
[5c9313a6]15<sect1 id="gnome-panel" xreflabel="GNOME Panel-&gnome-panel-version;">
[cfb54bd]16 <?dbhtml filename="gnome-panel.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Panel-&gnome-panel-version;</title>
24
25 <indexterm zone="gnome-panel">
26 <primary sortas="a-GNOME-Panel">GNOME Panel</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Panel</title>
31
32 <para>The <application>GNOME Panel</application> package
33 contains hooks to the menu sub-system and the applet sub-system.</para>
[9c78009]34
35 &lfs65_checked;
[cfb54bd]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnome-panel-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-panel-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-panel-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-panel-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-panel-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-panel-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">GNOME Panel Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]62 <para role="required"><xref linkend="gnome-desktop"/>,
[df65e57]63 <xref linkend="gnome-menus"/>,
[9c78009]64 <xref linkend="libbonoboui"/>,
65 <xref linkend="libcanberra"/>,
[7a6d35b]66 <xref linkend="libgweather"/>,
[df65e57]67 <xref linkend="librsvg"/>, and
[7a6d35b]68 <xref linkend="libwnck"/></para>
[cfb54bd]69
70 <bridgehead renderas="sect4">Optional</bridgehead>
[7a6d35b]71 <para role="optional"><xref linkend="evolution-data-server"/> (required if
72 you plan to install <application>Evolution</application> or
73 <application>Ekiga</application>),
[9c78009]74 <xref linkend="gtk-doc"/>, and <ulink
75 url="http://www.gnome.org/projects/NetworkManager/">NetworkManager</ulink>
76 <xref linkend="rarian"/></para>
[cfb54bd]77
[0af6ce1]78 <note>
79 <para>The <application>libxml2</application>
80 <application>Python</application> module must have been built during the
81 installation of <application>libxml2</application> else the
82 <application>GNOME Panel</application> build will fail.</para>
83 </note>
84
[0a7c3921]85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/gnome-panel"/></para>
87
[cfb54bd]88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of GNOME Panel</title>
92
93 <para>Install <application>GNOME Panel</application> by
94 running the following commands:</para>
95
[9c78009]96<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[a6bee1f]97 --sysconfdir=&gnome-etc-dir; \
[551b9389]98 --localstatedir=/var/lib \
[a6bee1f]99 --libexecdir=$(pkg-config \
100 --variable=prefix ORBit-2.0)/lib/gnome-panel \
101 --mandir=$(pkg-config \
102 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[cfb54bd]103make</userinput></screen>
[e10eaa29]104
[cfb54bd]105 <para>This package does not come with a test suite.</para>
[e10eaa29]106
[cfb54bd]107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[e10eaa29]108
[0c4e116]109<screen role="root"><userinput>make install</userinput></screen>
[cfb54bd]110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
[e05cd03f]116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]117 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]118
[e05cd03f]119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]120 href="../../xincludes/gnome-sysconfdir.xml"/>
[551b9389]121
[e05cd03f]122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]123 href="../../xincludes/scrollkeeper-dir.xml"/>
124
[9761bea4]125 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
[551b9389]126 ORBit-2.0)/lib/gnome-panel</parameter>: This parameter causes the libexec
127 files to be installed in the preferred location of
[e9039e4]128 <filename class="directory">$GNOME_PREFIX/lib/gnome-panel</filename>
129 instead of
[cfb54bd]130 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
131
[e05cd03f]132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]133 href="../../xincludes/gnome-mandir.xml"/>
[864b24de]134
[e05cd03f]135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]136 href="../../xincludes/gtk-doc-rebuild.xml"/>
[cfb54bd]137
[9c78009]138 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
139 wish to disable the updates to the scrollkeeper database.</para>
140
[cfb54bd]141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
[551b9389]148 <segtitle>Installed Library</segtitle>
[293abe4]149 <segtitle>Installed Directories</segtitle>
[cfb54bd]150
151 <seglistitem>
[9c78009]152 <seg>gnome-desktop-item-edit, gnome-panel, panel-test-applets,
153 clock-applet, fish-applet-2, gnome-clock-applet-mechanism,
154 gnome-panel-add, notification-area-applet, and wnck-applet</seg>
[0a7c3921]155 <seg>libpanel-applet-2.{so,a}</seg>
[df65e57]156 <seg><envar>$GNOME_PREFIX</envar>/{include/panel-2.0,lib/gnome-panel,
[9c78009]157 share/{gnome-panel/{pixmaps,ui},gnome/help/{clock/*,fish/*},
158 gtk-doc/html/panel-applet,idl/gnome-panel-2.0,omf/{clock,fish}}}</seg>
[cfb54bd]159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="libpanel-applet-2">
[0a7c3921]168 <term><filename class='libraryfile'>libpanel-applet-2.{so,a}</filename></term>
[cfb54bd]169 <listitem>
170 <para>allow development of small applications (applets) which
171 may be embedded in the panel.</para>
172 <indexterm zone="gnome-panel libpanel-applet-2">
[0a7c3921]173 <primary sortas="c-libpanel-applet-2">libpanel-applet-2.{so,a}</primary>
[cfb54bd]174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect2>
[6641110]181
182</sect1>
Note: See TracBrowser for help on using the repository browser.