source: kde/core/kdebase.xml@ 35d3b4d

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 35d3b4d was 1f30212, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Update arts 1.4/kde 3.4, 1st installment

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

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