source: gnome/core/gnome-panel.xml@ 0a7c3921

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 0a7c3921 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5832 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-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 "b48ebb9a2eecc9bcda7d3083e7b16db8">
10 <!ENTITY gnome-panel-size "2.4 MB">
11 <!ENTITY gnome-panel-buildsize "57.5 MB">
12 <!ENTITY gnome-panel-time "0.8 SBU">
13]>
14
15<sect1 id="gnome-panel" xreflabel="GNOME Panel-&gnome-panel-version;">
16 <?dbhtml filename="gnome-panel.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">gnome-panel-&gnome-panel-version;.tar</keyword>
23 <keyword role="ftpdir">gnome-panel</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>GNOME Panel-&gnome-panel-version;</title>
28
29 <indexterm zone="gnome-panel">
30 <primary sortas="a-GNOME-Panel">GNOME Panel</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GNOME Panel</title>
35
36 <para>The <application>GNOME Panel</application> package
37 contains hooks to the menu sub-system and the applet sub-system.</para>
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"><xref linkend="gnome-desktop"/>,
65 <xref linkend="libwnck"/>, and
66 <xref linkend="gnome-menus"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="evolution-data-server"/>
70 (required if you plan to install <xref linkend="evolution"/> or
71 <xref linkend="gnomemeeting"/>) and
72 <xref linkend="gtk-doc"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/gnome-panel"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of GNOME Panel</title>
81
82 <para>Install <application>GNOME Panel</application> by
83 running the following commands:</para>
84
85<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
86 --libexecdir=`pkg-config \
87 --variable=prefix ORBit-2.0`/lib/gnome-panel \
88 --localstatedir=/var/lib \
89 --sysconfdir=&gnome-etc-dir; &amp;&amp;
90make</userinput></screen>
91
92 <para>This package does not come with a test suite.</para>
93
94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
95
96<screen role="root"><userinput>make install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <para><parameter>--libexecdir=`pkg-config --variable=prefix
104 ORBit-2.0`/lib/gnome-panel</parameter>: This switch puts libexec files in
105 <filename class="directory">$GNOME_PREFIX/lib/gnome-panel</filename>
106 instead of
107 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
108
109 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
110 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
111 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>gnome-desktop-item-edit, gnome-panel and panel-test-applets</seg>
125 <seg>libpanel-applet-2.{so,a}</seg>
126 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas}/apps
127 and the following subdirectories of $GNOME_PREFIX/:
128 include/panel-2.0,
129 lib/gnome-panel,
130 share/{gnome/{help/{too many to list}, panel},
131 gtk-doc/html/panel-applet, icons, idl/gnome-panel-2.0,
132 omf/{too many too list}}</seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="libpanel-applet-2">
142 <term><filename class='libraryfile'>libpanel-applet-2.{so,a}</filename></term>
143 <listitem>
144 <para>allow development of small applications (applets) which
145 may be embedded in the panel.</para>
146 <indexterm zone="gnome-panel libpanel-applet-2">
147 <primary sortas="c-libpanel-applet-2">libpanel-applet-2.{so,a}</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.