source: kde/inst/kde-base.xml@ 338dfad

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 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 338dfad was 0f7ddd7, checked in by Igor Živković <igor@…>, 20 years ago

kde update - part 1

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

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<sect1 id="kde-base" xreflabel="kdebase-&kde-version;">
2<title>kdebase-&kde-version;</title>
3
4<sect2>
5<title>Introduction to <application>kdebase</application></title>
6
7<para><application>kdebase</application> is the second mandatory package (besides kdelibs) for
8the K Desktop Environment. It provides various applications and infrastructure files
9and libraries.</para>
10
11<sect3><title>Package information</title>
12<itemizedlist spacing='compact'>
13<listitem><para>Download (HTTP): <ulink url="&kde-base-download-http;"/></para></listitem>
14<listitem><para>Download (FTP): <ulink url="&kde-base-download-ftp;"/></para></listitem>
15<listitem><para>Download size: &kde-base-size;</para></listitem>
16<listitem><para>Estimated Disk space required: &kde-base-buildsize;</para></listitem>
17<listitem><para>Estimated build time: &kde-base-time;</para></listitem></itemizedlist>
18</sect3>
19
20<sect3><title><application>kdebase</application> dependencies</title>
21<sect4><title>Required</title>
22<para><xref linkend="kde-libs"/></para></sect4>
23<sect4><title>Optional</title>
24<para>
25<xref linkend="libxml2"/>,
26<xref linkend="samba"/>, <!-- Point to 3.0 if Billy doesn't update
27 before next release. -->
28<xref linkend="j2sdk"/>,
29<xref linkend="lesstif"/>,
30<xref linkend="openssl"/>,
31<xref linkend="Linux_PAM"/>,
32<xref linkend="libtiff"/>,
33<xref linkend="openldap"/>,
34<xref linkend="pkgconfig"/>,
35<xref linkend="libart_lgpl"/>,
36<ulink url="http://mtools.linux.lu/">Mtools</ulink>,
37<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
38<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
39<ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink> and
40<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
41</para></sect4>
42</sect3>
43
44</sect2>
45
46<sect2>
47<title>Installation of <application>kdebase</application></title>
48
49<!--
50<para>Check to see if <filename class="libraryfile">/lib/libmisc.la</filename>
51exists. If not, run:</para>
52<screen><userinput><command>ln -sf /usr/lib/libmisc.la /lib/libmisc.la</command>
53</userinput></screen>
54-->
55
56<para>Install kdebase with:</para>
57<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
58 --disable-dependency-tracking &amp;&amp;
59make &amp;&amp;
60make install</command></userinput></screen>
61
62</sect2>
63
64<sect2>
65<title>Contents</title>
66
67<para>Major programs in <application>kdebase</application> include
68<command>kdesktop</command>,
69<command>kaddressbook</command>,
70<command>kappfinder</command>,
71<command>kcontrol</command>,
72<command>kdeprint</command>,
73<command>kdm</command>,
74<command>kfind</command>,
75<command>khelpcenter</command>,
76<command>khotkeys</command>,
77<command>kicker</command>,
78<command>klipper</command>,
79<command>kmenuedit</command>,
80<command>konqueror</command>,
81<command>konsole</command>,
82<command>kscreensaver</command> and
83<command>ktip</command>.
84</para>
85
86</sect2>
87
88<sect2><title>Description</title>
89
90<sect3><title>kdesktop</title>
91<para><command>kdesktop</command> is the program that handles desktop icons, popup menus, and the
92screensaver system.</para></sect3>
93
94<sect3><title>kaddressbook</title>
95<para><command>kaddressbook</command> is a simple addressbook.</para></sect3>
96
97<sect3><title>kappfinder</title>
98<para><command>kappfinder</command>is an utility to add
99non-<acronym>KDE</acronym> applications to K-menu.</para></sect3>
100
101<sect3><title>kcontrol</title>
102<para><command>kcontrol</command>is <acronym>KDE</acronym> Control
103Center.</para></sect3>
104
105<sect3><title>kdeprint</title>
106<para><command>kdeprint</command> provides Print job administration.</para></sect3>
107
108<sect3><title>kdm</title>
109<para><command>kdm</command> is the <acronym>KDE</acronym> Display manager (a
110replacement for xdm.</para></sect3>
111
112<sect3><title>kfind</title>
113<para><command>kfind</command> is an utility to find files.</para></sect3>
114
115<sect3><title>khelpcenter</title>
116<para><command>khelpcenter</command> is the <acronym>KDE</acronym> help
117tool.</para></sect3>
118
119<sect3><title>khotkeys</title>
120<para><command>khotkeys</command> handles hot keys for
121<acronym>KDE</acronym>.</para></sect3>
122
123<sect3><title>kicker</title>
124<para><command>kicker</command> is the <acronym>KDE</acronym> control
125panel.</para></sect3>
126
127<sect3><title>klipper</title>
128<para><command>klipper</command> is a clipboard utility.</para></sect3>
129
130<sect3><title>kmenuedit</title>
131<para><command>kmenuedit</command> is an utility to rearrange or add
132items to the K-menu.</para></sect3>
133
134<sect3><title>konqueror</title>
135<para><command>konqueror</command> is a filesystem and Web browser.</para></sect3>
136
137<sect3><title>konsole</title>
138<para><command>konsole</command> is a highly configurable X terminal
139emulator.</para></sect3>
140
141<sect3><title>kscreensaver</title>
142<para><command>kscreensaver</command> is a program to set up
143screensavers.</para></sect3>
144
145<sect3><title>ktip</title>
146<para><command>ktip</command> is a wizard to provide hints and
147<acronym>KDE</acronym> information.</para></sect3>
148
149</sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.