source: kde/core/kdebase.xml@ cef3a2f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 cef3a2f was cef3a2f, checked in by Randy McMurchy <randy@…>, 19 years ago

Round 1 of renaming package-name entities

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

  • Property mode set to 100644
File size: 7.2 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
23<sect2>
24<title>Introduction to <application>kdebase</application></title>
25
26<para><application>kdebase</application> is the last mandatory package
27required for the K Desktop Environment. It provides various applications,
28infrastructure files and libraries.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&kdebase-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&kdebase-download-ftp;"/></para></listitem>
36<listitem><para>Download MD5 sum: &kdebase-md5sum;</para></listitem>
37<listitem><para>Download size: &kdebase-size;</para></listitem>
38<listitem><para>Estimated disk space required:
39&kdebase-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&kdebase-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title>Additional downloads</title>
45<itemizedlist spacing='compact'>
46<listitem><para>Required patch: <ulink
47url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdebase-htmlframes2.patch"/></para>
48</listitem></itemizedlist>
49</sect3>
50
51<sect3><title><application>kdebase</application> dependencies</title>
52
53<sect4><title>Required</title>
54<para><xref linkend="kdelibs"/></para>
55</sect4>
56
57<sect4><title>Recommended</title>
58<para><xref linkend="libjpeg"/>,
59<xref linkend="libart_lgpl"/>,
60<xref linkend="libxml2"/>,
61<xref linkend="openssl"/> and
62<xref linkend="j2sdk"/></para>
63</sect4>
64
65<sect4><title>Optional</title>
66<para><xref linkend="libtiff"/>,
67<xref linkend="lesstif"/>,
68<xref linkend="Linux_PAM"/>,
69<xref linkend="openldap"/>,
70<xref linkend="cyrus-sasl"/>,
71<xref linkend="samba3"/>,
72<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
73<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
74<ulink url="http://mtools.linux.lu/?power-to-the-parliament">Mtools</ulink>,
75<ulink url="http://www.linux1394.org/">libraw1394</ulink>,
76<ulink url="http://secure.netroedge.com/~lm78/">lm_sensors</ulink>,
77<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
78<ulink url="http://www.graphviz.org/">GraphViz</ulink>
79and <xref linkend="doxygen"/></para>
80</sect4>
81
82</sect3>
83
84</sect2>
85
86<sect2>
87<title>Installation of <application>kdebase</application></title>
88
89<para><emphasis>Note:</emphasis> You should ensure a <quote>nogroup</quote>
90group exists on your system before performing the
91<command>make install</command> command, as <application>kdebase</application>
92installs a program (<filename>$KDE_PREFIX/bin/kdesud</filename>) with group
93ownership of <quote>nogroup</quote>.</para>
94
95<para>Install <application>kdebase</application> with:</para>
96
97<screen><userinput><command>patch -Np0 -i ../post-3.3.2-kdebase-htmlframes2.patch &amp;&amp;
98./configure --prefix=&kde-dir; --disable-debug \
99 --disable-dependency-tracking &amp;&amp;
100make &amp;&amp;
101make install</command></userinput></screen>
102
103<note><para>If you wish to create the <acronym>API</acronym> documentation and
104you have <application>Doxygen</application> and
105<application>GraphViz</application> installed, <command>make apidox</command>
106must be done before <command>make install</command>.</para></note>
107
108</sect2>
109
110<sect2>
111<title>Contents</title>
112
113<para>Major programs in <application>kdebase</application> include
114<command>kate</command>,
115<command>kcontrol</command>,
116<command>kdebugdialog</command>,
117<command>kdeprint</command>,
118<command>kdesu</command>,
119<command>kdm</command>,
120<command>kfind</command>,
121<command>khelpcenter</command>,
122<command>kicker</command>,
123<command>kinfocenter</command>,
124<command>kioslave</command>,
125<command>klipper</command>,
126<command>kmenuedit</command>,
127<command>konqueror</command>,
128<command>konsole</command>,
129<command>kpager</command>,
130<command>ksplashml</command>,
131<command>ksysguard</command>,
132<command>kwrite</command> and
133<command>kxkb</command>.
134</para>
135
136</sect2>
137
138<sect2><title>Description</title>
139
140<sect3><title>kate</title>
141<para><command>kate</command> is a programmer's text editor for
142<acronym>KDE</acronym>.</para></sect3>
143
144<sect3><title>kcontrol</title>
145<para><command>kcontrol</command> is the <acronym>KDE</acronym> Control
146Center.</para></sect3>
147
148<sect3><title>kdebugdialog</title>
149<para><command>kdebugdialog</command> is a dialog box for managing
150diagnostic messages at runtime.</para></sect3>
151
152<sect3><title>kdeprint</title>
153<para><command>kdeprint</command> provides print job
154administration.</para></sect3>
155
156<sect3><title>kdesu</title>
157<para><command>kdesu</command> is a graphical front end for the
158Unix <command>su</command> command.</para></sect3>
159
160<sect3><title>kdm</title>
161<para><command>kdm</command> is the <acronym>KDE</acronym> display
162manager (a
163replacement for <command>xdm</command>).</para></sect3>
164
165<sect3><title>kfind</title>
166<para><command>kfind</command> is an utility to find
167files.</para></sect3>
168
169<sect3><title>khelpcenter</title>
170<para><command>khelpcenter</command> is the <acronym>KDE</acronym> help
171tool.</para></sect3>
172
173<sect3><title>kicker</title>
174<para><command>kicker</command> is the <acronym>KDE</acronym> control
175panel.</para></sect3>
176
177<sect3><title>kinfocenter</title>
178<para><command>kinfocenter</command> provides a centralized
179and convenient overview of your <acronym>KDE</acronym> and system
180settings.</para></sect3>
181
182<sect3><title>klipper</title>
183<para><command>klipper</command> is a clipboard utility.</para></sect3>
184
185<sect3><title>kmenuedit</title>
186<para><command>kmenuedit</command> is an utility to rearrange or add
187items to the K-menu.</para></sect3>
188
189<sect3><title>konqueror</title>
190<para><command>konqueror</command> is a filesystem and web
191browser.</para></sect3>
192
193<sect3><title>konsole</title>
194<para><command>konsole</command> is a highly configurable X terminal
195emulator.</para></sect3>
196
197<sect3><title>kpager</title>
198<para><command>kpager</command> provides a thumbnail view of all
199virtual desktops.</para></sect3>
200
201<sect3><title>ksplashml</title>
202<para><command>ksplashml</command> is a splash screen that
203shows the progress of an application that is loading.</para></sect3>
204
205<sect3><title>ksysguard</title>
206<para><command>ksysguard</command> is a network enabled task manager
207and system monitor application, with the additional functionality of
208<command>top</command>.</para></sect3>
209
210<sect3><title>kwrite</title>
211<para><command>kwrite</command> is a text editor for
212<acronym>KDE</acronym>.</para></sect3>
213
214<sect3><title>kxkb</title>
215<para><command>kxkb</command> is a keyboard layout switching
216utility based on X11 xkb extension.</para></sect3>
217
218</sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.