source: kde/core/kdebase.xml@ 0d528bd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 0d528bd was 00c8453, checked in by Randy McMurchy <randy@…>, 19 years ago

Removed excess spaces from the ends of lines in the source files

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

  • Property mode set to 100644
File size: 12.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 kdebase-download-http "&kde-download-http;/kdebase-&kde-version;.tar.bz2">
8 <!ENTITY kdebase-download-ftp "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2">
9 <!ENTITY kdebase-md5sum "c88659e558ca98dc45377bf8ddfc26c9">
10 <!ENTITY kdebase-size "21.6 MB">
11 <!ENTITY kdebase-buildsize "282 MB (additional 20 MB for API docs)">
12 <!ENTITY kdebase-time "21.15 SBU (additional 0.2 SBU for API docs)">
13]>
14
15<sect1 id="kdebase" xreflabel="kdebase-&kde-version;">
16 <?dbhtml filename="kdebase.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kdebase-&kde-version;</title>
24
25 <indexterm zone="kdebase">
26 <primary sortas="a-kdebase">Kdebase</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kdebase</title>
31
32 <para><application>kdebase</application> is the last mandatory package
33 required for the <application>K Desktop Environment</application>. It
34 provides various applications, infrastructure files and libraries.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing='compact'>
38 <listitem>
39 <para>Download (HTTP): <ulink url="&kdebase-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&kdebase-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &kdebase-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &kdebase-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &kdebase-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &kdebase-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Kdebase Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para><xref linkend="kdelibs"/></para>
62
63 <bridgehead renderas="sect4">Recommended</bridgehead>
64 <para><xref linkend="libjpeg"/>,
65 <xref linkend="libart_lgpl"/>,
66 <xref linkend="libxml2"/>,
67 <xref linkend="openssl"/>, and
68 <xref linkend="jdk"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para><xref linkend="libtiff"/>,
72 <xref linkend="lesstif"/>,
73 <xref linkend="Linux_PAM"/>,
74 <xref linkend="openldap"/>,
75 <xref linkend="cyrus-sasl"/>,
76 <xref linkend="samba3"/>,
77 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
78 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
79 <ulink url="http://mtools.linux.lu/?power-to-the-parliament">Mtools</ulink>,
80 <ulink url="http://www.linux1394.org/">libraw1394</ulink>,
81 <ulink url="http://secure.netroedge.com/~lm78/">lm_sensors</ulink>,
82 <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
83 <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
84 <xref linkend="doxygen"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Kdebase</title>
90
91 <para><emphasis>Note:</emphasis> You should ensure a <systemitem
92 class="groupname">nogroup</systemitem> group exists on your system before
93 performing the <command>make install</command> command, as
94 <application>kdebase</application> installs a program
95 (<filename>$KDE_PREFIX/bin/kdesud</filename>) with group ownership of
96 <systemitem class="groupname">nogroup</systemitem>.</para>
97
98 <para>Install <application>kdebase</application> with:</para>
99
100<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
101 --disable-dependency-tracking &amp;&amp;
102make</userinput></screen>
103
104 <note>
105 <para>If you wish to create the API documentation and you have
106 <application>Doxygen</application> and <application>GraphViz</application>
107 installed, <command>make apidox</command> must be done before
108 <command>make install</command>.</para>
109 </note>
110
111 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
112
113<screen role='root'><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>kate, kcontrol, kdebugdialog, kdeprint, kdesu, kdm, kfind,
127 khelpcenter, kicker, kinfocenter, kioslave, klipper, kmenuedit,
128 konqueror, konsole, kpager, ksplashml, ksysguard, kwrite,
129 and kxkb</seg>
130 <seg>None</seg>
131 <seg>None</seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="kate">
141 <term><command>kate</command></term>
142 <listitem>
143 <para> is a programmer's text editor for <application>KDE</application>.</para>
144 <indexterm zone="kdebase kate">
145 <primary sortas="b-kate">kate</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="kcontrol">
151 <term><command>kcontrol</command></term>
152 <listitem>
153 <para> is the <application>KDE</application> Control Center.</para>
154 <indexterm zone="kdebase kcontrol">
155 <primary sortas="b-kcontrol">kcontrol</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="kdebugdialog">
161 <term><command>kdebugdialog</command></term>
162 <listitem>
163 <para>is a dialog box for managing diagnostic messages at runtime.</para>
164 <indexterm zone="kdebase kdebugdialog">
165 <primary sortas="b-kdebugdialog">kdebugdialog</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="kdeprint">
171 <term><command>kdeprint</command></term>
172 <listitem>
173 <para>is the printing module in <application>KDE</application>. It
174 manages the actual printing from <application>KDE</application>
175 applications, It handles print job administration and handles printer and
176 print system management.</para>
177 <indexterm zone="kdebase kdeprint">
178 <primary sortas="b-kdeprint">kdeprint</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="kdesu">
184 <term><command>kdesu</command></term>
185 <listitem>
186 <para>is a graphical front end for the Unix
187 <command>su</command> command.</para>
188 <indexterm zone="kdebase kdesu">
189 <primary sortas="b-kdesu">kdesu</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="kdm">
195 <term><command>kdm</command></term>
196 <listitem>
197 <para>is the <application>KDE</application> display manager
198 (a replacement for <command>xdm</command>).</para>
199 <indexterm zone="kdebase kdm">
200 <primary sortas="b-kdm">kdm</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="kfind">
206 <term><command>kfind</command></term>
207 <listitem>
208 <para>is a utility to find files.</para>
209 <indexterm zone="kdebase kfind">
210 <primary sortas="b-kfind">kfind</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="khelpcenter">
216 <term><command>khelpcenter</command></term>
217 <listitem>
218 <para>is the <application>KDE</application> help tool.</para>
219 <indexterm zone="kdebase khelpcenter">
220 <primary sortas="b-khelpcenter">khelpcenter</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="kicker">
226 <term><command>kicker</command></term>
227 <listitem>
228 <para>is the <application>KDE</application> control panel.</para>
229 <indexterm zone="kdebase kicker">
230 <primary sortas="b-kicker">kicker</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="kinfocenter">
236 <term><command>kinfocenter</command></term>
237 <listitem>
238 <para>provides a centralized and convenient overview of your
239 <application>KDE</application> and system settings.</para>
240 <indexterm zone="kdebase kinfocenter">
241 <primary sortas="b-kinfocenter">kinfocenter</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="kioslaves">
247 <term>kioslaves</term>
248 <listitem>
249 <para>are support programs designed to be intimately familiar with a certain
250 protocol, so that a standard interface can be used to get at data from
251 any number of places. Examples are the http and ftp kioslaves,
252 which will retrieve data from an http or ftp server respectively.</para>
253 <indexterm zone="kdebase kioslaves">
254 <primary sortas="b-kioslaves">kioslaves</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="klipper">
260 <term><command>klipper</command></term>
261 <listitem>
262 <para> is a clipboard utility.</para>
263 <indexterm zone="kdebase klipper">
264 <primary sortas="b-klipper">klipper</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 <varlistentry id="kmenuedit">
270 <term><command>kmenuedit</command></term>
271 <listitem>
272 <para>is a utility to rearrange or add items to the K-menu.</para>
273 <indexterm zone="kdebase kmenuedit">
274 <primary sortas="b-kmenuedit">kmenuedit</primary>
275 </indexterm>
276 </listitem>
277 </varlistentry>
278
279 <varlistentry id="kongueror">
280 <term><command>kongueror</command></term>
281 <listitem>
282 <para>is a filesystem and web browser.</para>
283 <indexterm zone="kdebase kongueror">
284 <primary sortas="b-kongueror">kongueror</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
288
289 <varlistentry id="konsole">
290 <term><command>konsole</command></term>
291 <listitem>
292 <para>is a highly configurable <application>X</application>
293 terminal emulator.</para>
294 <indexterm zone="kdebase konsole">
295 <primary sortas="b-konsole">konsole</primary>
296 </indexterm>
297 </listitem>
298 </varlistentry>
299
300 <varlistentry id="kpager">
301 <term><command>kpager</command></term>
302 <listitem>
303 <para>provides a thumbnail view of all virtual desktops.</para>
304 <indexterm zone="kdebase kpager">
305 <primary sortas="b-kpager">kpager</primary>
306 </indexterm>
307 </listitem>
308 </varlistentry>
309
310 <varlistentry id="ksplashml">
311 <term><command>ksplashml</command></term>
312 <listitem>
313 <para>is a splash screen that shows the progress of an application
314 that is loading.</para>
315 <indexterm zone="kdebase ksplashml">
316 <primary sortas="b-ksplashml">ksplashml</primary>
317 </indexterm>
318 </listitem>
319 </varlistentry>
320
321 <varlistentry id="ksysguard">
322 <term><command>ksysguard</command></term>
323 <listitem>
324 <para>is a network enabled task manager and system monitor application,
325 with the additional functionality of <command>top</command>.</para>
326 <indexterm zone="kdebase ksysguard">
327 <primary sortas="b-ksysguard">ksysguard</primary>
328 </indexterm>
329 </listitem>
330 </varlistentry>
331
332 <varlistentry id="kwrite">
333 <term><command>kwrite</command></term>
334 <listitem>
335 <para>is a text editor for <application>KDE</application>.</para>
336 <indexterm zone="kdebase kwrite">
337 <primary sortas="b-kwrite">kwrite</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="kxkb">
343 <term><command>kxkb</command></term>
344 <listitem>
345 <para>is a keyboard layout switching utility based on the X11 xkb
346 extension.</para>
347 <indexterm zone="kdebase kxkb">
348 <primary sortas="b-kxkb">kxkb</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
352
353 </variablelist>
354
355 </sect2>
356
357</sect1>
Note: See TracBrowser for help on using the repository browser.