source: gnome/core/gnome-panel.xml@ 3724ba1

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 3724ba1 was 65ed5cb, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated core GNOME-2 to version 2.18.3. Separated the core packages into 'Platform' and 'Desktop' sections

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

  • Property mode set to 100644
File size: 6.0 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
[e9039e4]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">
[65ed5cb]9 <!ENTITY gnome-panel-md5sum "545348de234fa8222e328fa7f3a5ba71">
10 <!ENTITY gnome-panel-size "2.7 MB">
11 <!ENTITY gnome-panel-buildsize "67 MB">
12 <!ENTITY gnome-panel-time "0.8 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>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&gnome-panel-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&gnome-panel-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &gnome-panel-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &gnome-panel-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &gnome-panel-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &gnome-panel-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">GNOME Panel Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]60 <para role="required"><xref linkend="gnome-desktop"/>,
[e9039e4]61 <xref linkend="libwnck"/>, and
[cfb54bd]62 <xref linkend="gnome-menus"/></para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
[e9039e4]65 <para role="optional"><xref linkend="evolution-data-server"/>
[e62f701]66 (required if you plan to install <xref linkend="evolution"/> or
[d3b440e6]67 <xref linkend="ekiga"/>),
[a6bee1f]68 <xref linkend="intltool"/>, and
[08306aa]69 <xref linkend="gtk-doc"/></para>
[cfb54bd]70
[0af6ce1]71 <note>
72 <para>The <application>libxml2</application>
73 <application>Python</application> module must have been built during the
74 installation of <application>libxml2</application> else the
75 <application>GNOME Panel</application> build will fail.</para>
76 </note>
77
[0a7c3921]78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/gnome-panel"/></para>
80
[cfb54bd]81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of GNOME Panel</title>
85
86 <para>Install <application>GNOME Panel</application> by
87 running the following commands:</para>
88
[a6bee1f]89<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
90 --sysconfdir=&gnome-etc-dir; \
[551b9389]91 --localstatedir=/var/lib \
[a6bee1f]92 --libexecdir=$(pkg-config \
93 --variable=prefix ORBit-2.0)/lib/gnome-panel \
94 --mandir=$(pkg-config \
95 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[cfb54bd]96make</userinput></screen>
[e10eaa29]97
[cfb54bd]98 <para>This package does not come with a test suite.</para>
[e10eaa29]99
[cfb54bd]100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[e10eaa29]101
[0c4e116]102<screen role="root"><userinput>make install</userinput></screen>
[cfb54bd]103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
[551b9389]109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]110 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]111
112 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]113 href="../../xincludes/gnome-sysconfdir.xml"/>
[551b9389]114
115 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
116 href="../../xincludes/scrollkeeper-dir.xml"/>
117
[9761bea4]118 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
[551b9389]119 ORBit-2.0)/lib/gnome-panel</parameter>: This parameter causes the libexec
120 files to be installed in the preferred location of
[e9039e4]121 <filename class="directory">$GNOME_PREFIX/lib/gnome-panel</filename>
122 instead of
[cfb54bd]123 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
124
[551b9389]125 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]126 href="../../xincludes/gnome-mandir.xml"/>
[864b24de]127
[551b9389]128 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
129 href="../../xincludes/gtk-doc-rebuild.xml"/>
[cfb54bd]130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
[551b9389]138 <segtitle>Installed Library</segtitle>
[293abe4]139 <segtitle>Installed Directories</segtitle>
[cfb54bd]140
141 <seglistitem>
[e62f701]142 <seg>gnome-desktop-item-edit, gnome-panel and panel-test-applets</seg>
[0a7c3921]143 <seg>libpanel-applet-2.{so,a}</seg>
[551b9389]144 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
[e62f701]145 include/panel-2.0,
146 lib/gnome-panel,
[0a7c3921]147 share/{gnome/{help/{too many to list}, panel},
[e62f701]148 gtk-doc/html/panel-applet, icons, idl/gnome-panel-2.0,
[0a7c3921]149 omf/{too many too list}}</seg>
[cfb54bd]150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libpanel-applet-2">
[0a7c3921]159 <term><filename class='libraryfile'>libpanel-applet-2.{so,a}</filename></term>
[cfb54bd]160 <listitem>
161 <para>allow development of small applications (applets) which
162 may be embedded in the panel.</para>
163 <indexterm zone="gnome-panel libpanel-applet-2">
[0a7c3921]164 <primary sortas="c-libpanel-applet-2">libpanel-applet-2.{so,a}</primary>
[cfb54bd]165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
[6641110]172
173</sect1>
Note: See TracBrowser for help on using the repository browser.