source: kde/core/kdebase.xml@ 332ba719

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 332ba719 was 332ba719, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Kde.

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

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