source: kde/inst/kde-base.xml@ 46f1cfa

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 46f1cfa was 46f1cfa, checked in by Igor Živković <igor@…>, 20 years ago

libgnome corrections

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

  • Property mode set to 100644
File size: 5.5 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="j2sdk"/>,
27<xref linkend="lesstif"/>,
28<xref linkend="openssl"/>,
29<xref linkend="Linux_PAM"/>,
30<xref linkend="libtiff"/>,
31<xref linkend="openldap"/>,
32<xref linkend="pkgconfig"/>,
33<xref linkend="libart_lgpl"/>,
34<ulink url="http://www.samba.org/">Samba 3.0.<replaceable>X</replaceable></ulink>,
35<ulink url="http://mtools.linux.lu/">Mtools</ulink>,
36<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
37<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
38<ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink> and
39<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
40</para></sect4>
41</sect3>
42
43</sect2>
44
45<sect2>
46<title>Installation of <application>kdebase</application></title>
47
48<!--
49<para>Check to see if <filename class="libraryfile">/lib/libmisc.la</filename>
50exists. If not, run:</para>
51<screen><userinput><command>ln -sf /usr/lib/libmisc.la /lib/libmisc.la</command>
52</userinput></screen>
53-->
54
55<para>Install kdebase with:</para>
56<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
57 --disable-dependency-tracking &amp;&amp;
58make &amp;&amp;
59make install</command></userinput></screen>
60
61</sect2>
62
63<sect2>
64<title>Contents</title>
65
66<para>Major programs in <application>kdebase</application> include
67<command>kate</command>,
68<command>kcontrol</command>,
69<command>kdebugdialog</command>,
70<command>kdeprint</command>,
71<command>kdesu</command>,
72<command>kdm</command>,
73<command>kfind</command>,
74<command>khelpcenter</command>,
75<command>kicker</command>,
76<command>kinfocenter</command>,
77<command>kioslave</command>,
78<command>klipper</command>,
79<command>kmenuedit</command>,
80<command>konqueror</command>,
81<command>konsole</command>,
82<command>kpager</command>,
83<command>ksplashml</command>,
84<command>ksysguard</command>,
85<command>kwrite</command> and
86<command>kxkb</command>.
87</para>
88
89</sect2>
90
91<sect2><title>Description</title>
92
93<sect3><title>kate</title>
94<para><command>kate</command> is a programmer's text editor for
95<acronym>KDE</acronym>.</para></sect3>
96
97<sect3><title>kcontrol</title>
98<para><command>kcontrol</command> is <acronym>KDE</acronym> Control
99Center.</para></sect3>
100
101<sect3><title>kdebugdialog</title>
102<para><command>kdebugdialog</command> is a dialog box for managing
103diagnostic messages at runtime.</para></sect3>
104
105<sect3><title>kdeprint</title>
106<para><command>kdeprint</command> provides Print job administration.</para></sect3>
107
108<sect3><title>kdesu</title>
109<para><command>kdesu</command> is a graphical front end for the
110Unix <command>su</command> command.</para></sect3>
111
112<sect3><title>kdm</title>
113<para><command>kdm</command> is the <acronym>KDE</acronym> display manager (a
114replacement for <command>xdm</command>).</para></sect3>
115
116<sect3><title>kfind</title>
117<para><command>kfind</command> is an utility to find files.</para></sect3>
118
119<sect3><title>khelpcenter</title>
120<para><command>khelpcenter</command> is the <acronym>KDE</acronym> help
121tool.</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>kinfocenter</title>
128<para><command>kinfocenter</command> provides a centralized
129and convenient overview of your <acronym>KDE</acronym> and system
130settings.</para></sect3>
131
132<sect3><title>klipper</title>
133<para><command>klipper</command> is a clipboard utility.</para></sect3>
134
135<sect3><title>kmenuedit</title>
136<para><command>kmenuedit</command> is an utility to rearrange or add
137items to the K-menu.</para></sect3>
138
139<sect3><title>konqueror</title>
140<para><command>konqueror</command> is a filesystem and Web browser.</para></sect3>
141
142<sect3><title>konsole</title>
143<para><command>konsole</command> is a highly configurable X terminal
144emulator.</para></sect3>
145
146<sect3><title>kpager</title>
147<para><command>kpager</command> provides a thumbnail view of all
148virtual desktops.</para></sect3>
149
150<sect3><title>ksplashml</title>
151<para><command>ksplashml</command> is a splash screen that
152shows the progress of an application that is loading.</para></sect3>
153
154<sect3><title>ksysguard</title>
155<para><command>ksysguard</command> is a network enabled task manager
156and system monitor application, with the additional functionality of
157<command>top</command>.</para></sect3>
158
159<sect3><title>kwrite</title>
160<para><command>kwrite</command> is a text editor for
161<acronym>KDE</acronym>.</para></sect3>
162
163<sect3><title>kxkb</title>
164<para><command>kxkb</command> is a keyboard layout switching
165utility based on X11 xkb extension.</para></sect3>
166
167</sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.