source: lxde/desktop/lxpanel.xml@ 4a83293

systemd-13485
Last change on this file since 4a83293 was 19147eb, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new page keybinder-0.3.0, Updated to lxpanel-0.8.0, Updated to libsoup-2.48.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@15167 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.6 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 lxpanel-download-http "&sourceforge-repo;/lxde/lxpanel-&lxpanel-version;.tar.xz">
8 <!ENTITY lxpanel-download-ftp " ">
9 <!ENTITY lxpanel-md5sum "aa5bc73f4fe1d8006248a1f45f0a8a21">
10 <!ENTITY lxpanel-size "1.4 MB">
11 <!ENTITY lxpanel-buildsize "24.5 MB">
12 <!ENTITY lxpanel-time "0.3 SBU">
13]>
14
15<sect1 id="lxpanel" xreflabel="LXPanel-&lxpanel-version;">
16 <?dbhtml filename="lxpanel.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>LXPanel-&lxpanel-version;</title>
24
25 <indexterm zone="lxpanel">
26 <primary sortas="a-LXPanel">LXPanel</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to LXPanel</title>
31
32 <para>
33 The <application>LXPanel</application> package contains a
34 lightweight X11 desktop panel.
35 </para>
36
37 &lfs76_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&lxpanel-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&lxpanel-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &lxpanel-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &lxpanel-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &lxpanel-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &lxpanel-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">LXPanel Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="libwnck2"/>,
78 <xref linkend="keybinder"/>,
79 <xref linkend="lxmenu-data"/> and
80 <xref linkend="menu-cache"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="alsa-lib"/> and
86 <xref linkend="wireless_tools"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="libxml2"/> (required to build 'weather' plugin)
92 </para>
93
94 <para condition="html" role="usernotes">
95 User Notes: <ulink url="&blfs-wiki;/lxpanel"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of LXPanel</title>
101
102 <para>
103 Install <application>LXPanel</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121<!--
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para>
126 <option>-/-enable-man</option>: Use this switch if you have
127 installed optional dependencies and wish to build the
128 manual pages.
129 </para>
130
131 </sect2>-->
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 lxpanel and lxpanelctl
144 </seg>
145 <seg>
146 Several under /usr/lib/lxpanel/plugins
147 </seg>
148 <seg>
149 /etc/xdg/lxpanel,
150 /usr/include/lxpanel,
151 /usr/lib/lxpanel and
152 /usr/share/lxpanel
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="lxpanel-prog">
163 <term><command>lxpanel</command></term>
164 <listitem>
165 <para>
166 is a lightweight <application>GTK+</application> based
167 panel for the <application>LXDE</application> Desktop.
168 </para>
169 <indexterm zone="lxpanel lxpanel-prog">
170 <primary sortas="b-lxpanel">lxpanel</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.