source: kde/core/kdebase.xml@ 7f76b96

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

Reverted the DTD change. That don't be done untiltomorrow.

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

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