source: kde/core/kdelibs.xml@ e36f9d90

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 e36f9d90 was 3fea4ca, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to kdeadmin-3.5.13.
Tweaks in kde core instructions.

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

  • Property mode set to 100644
File size: 10.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY kdelibs-download-http "&trinity-repo-http;/kdelibs-&trinity-version;.tar.gz">
8 <!ENTITY kdelibs-download-ftp "&trinity-repo-ftp;/kdelibs-&trinity-version;.tar.gz">
9 <!ENTITY kdelibs-md5sum "f62eefb63b4ba2141b4c576f859806dd">
10 <!ENTITY kdelibs-size "16.6 MB">
11 <!ENTITY kdelibs-buildsize "408 MB">
12 <!ENTITY kdelibs-time "5.5 SBU">
13]>
14
15<sect1 id="kdelibs" xreflabel="kdelibs-&trinity-version;">
16 <?dbhtml filename="kdelibs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kdelibs-&trinity-version;</title>
24
25 <indexterm zone="kdelibs">
26 <primary sortas="a-kdelibs">Kdelibs</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kdelibs</title>
31
32 <para>This package includes programs and libraries that are central to the
33 development and execution of a <application>Trinity/KDE3</application> program,
34 as well as internationalization files for these libraries, miscellaneous
35 HTML documentation, and theme modules.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing='compact'>
39 <listitem>
40 <para>Download (HTTP): <ulink url="&kdelibs-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&kdelibs-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &kdelibs-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &kdelibs-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &kdelibs-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &kdelibs-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Kdelibs Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="tqtinterface"/></para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para role="recommended">
66 <xref linkend="aRts"/>,
67 <xref linkend="libjpeg"/>,
68 <xref linkend="libart_lgpl"/>,
69 <xref linkend="libidn"/>, and
70 <xref linkend="openssl"/>
71 </para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
75 <xref linkend="aspell"/>,
76 <xref linkend="cups"/>,
77 <xref linkend="libtiff"/>,
78 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
79 <ulink url="http://www.ivrix.org.il/projects/spell-checker/">Hspell</ulink>,
80 <xref linkend="sudo"/>, and
81 <ulink url="http://packages.debian.org/sid/libutempter">utempter</ulink>
82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/kdelibs"/></para>
86
87 </sect2>
88
89 <sect2 id="kdelibs-runtime-dependencies"
90 xreflabel="KDE Libraries Runtime Dependencies">
91 <title>Run-Time Dependencies</title>
92
93 <para>The <application>Trinity/KDE3</application> libraries access other programs at
94 run time. One additional package that has not been mentioned already is
95 <ulink url="http://packages.debian.org/unstable/source/pmount/">
96 pmount</ulink>. This enables auto-mounting of hotplugged devices at
97 /media/[device_name] for any user without any fstab modification. It is
98 needed to enable the full integration of <application>KDE</application>
99 with <xref linkend="hal"/>.</para>
100
101 </sect2>
102
103 <sect2 role="installation" id="kdelibs-install"
104 xreflabel="the installation of kdelibs">
105 <title>Installation of Kdelibs</title>
106
107 <para>Install <application>kdelibs</application> with:</para>
108
109<screen><userinput>MAKEDIR=/tmp/buildlibs &amp;&amp;
110KDELIBS=`pwd` &amp;&amp;
111rm -rf $MAKEDIR &amp;&amp;
112mkdir -p $MAKEDIR &amp;&amp;
113cd $MAKEDIR &amp;&amp;
114
115cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
116 -DCMAKE_VERBOSE_MAKEFILE=ON \
117 $KDELIBS &amp;&amp;
118unset KDELIBS MAKEDIR</userinput></screen>
119
120 <para>Some of the optional support programs for <application>kdelibs</application>
121 must be specified by the user. The option is in the form "-DWITH_PKG=ON" and
122 the following options are recognozed for 'PKG': TIFF, LIBIDN, LIBART,
123 OPENEXR, UTEMPTER, ASPELL, HSPELL, and AVAHI. Other optional support
124 programs such as CUPS are automatically recognized if present.</para>
125
126 <para>If your installation of <application>Xorg</application> is
127 not in the <filename class='directory'>/usr</filename> hierarchy,
128 ensure the linking commands search in the correct place:</para>
129
130<screen><userinput>find -name link.txt -exec sed -i -e "s@-lX11@&amp; -L$XORG_PREFIX/lib@" {} \;</userinput></screen>
131
132 <para>Continue with the build:</para>
133
134<screen><userinput>make</userinput></screen>
135
136 <note>
137 <para>If you wish to create the API documentation and you have
138 <application>Doxygen</application> and
139 <application>Graphviz</application> installed, it must be done before the
140 <command>make install</command>. This applies to all packages which can
141 utilize <application>Doxygen</application>.</para>
142
143 <para>The <command>make apidox</command> command generates a lot of
144 errors and warnings. In some cases it complains that Helvetica fonts are
145 missing and substitutes a font that does not fit boxes properly. You can
146 add the font by downloading the <ulink
147 url="ftp://ftp.tug.ctan.org/pub/tex-archive/nonfree/support/ghostscript/AFPL/GhostPCL/">
148 URW Fonts </ulink> and
149 unpacking them into <filename class='directory'>~/.fonts</filename>.
150 <command>fc-cache</command> should also be run to update the font
151 properties on your system.</para>
152
153 <para>The documents generated are HTML and are found in <filename
154 class='directory'>$TRINITY_PREFIX/share/doc/HTML/en/kdelibs-apidocs</filename>.
155 </para>
156 </note>
157
158 <para>This package does not come with a test suite.</para>
159
160 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
161
162<screen role='root'><userinput>make install</userinput></screen>
163
164 </sect2>
165<!--
166 <sect2 role="commands">
167 <title>Command Explanations</title>
168
169 <para><command>sed -i ... kio/kio/kdirwatch.cpp</command>: This command is
170 necessary to prevent a conflict in linux headers. The equivalent
171 instructions that are deleted are now within glibc.</para>
172
173 <para><parameter>- -prefix=&kde-dir;</parameter>: This option tells the process
174 to install the package in <filename class="directory">&kde-dir;</filename>.</para>
175
176 <para><parameter>- -disable-debug</parameter>: This option causes the
177 package to be compiled without debugging code.</para>
178
179 <para><parameter>- -disable-dependency-tracking</parameter>: This option
180 speeds up one time builds.</para>
181
182 <para><parameter>- -sysconfdir=/etc/kde</parameter>: This option places
183 configuration files in compliance with the <ulink
184 url='http://www.pathname.com/fhs/pub/fhs-2.3.html#ETCHOSTSPECIFICSYSTEMCONFIGURATION'
185 >Filesystem Hierarchy Standard</ulink>. If you omit this parameter, the
186 configuration files will be placed in <filename
187 class='directory'>$KDE_PREFIX/etc</filename> which may be desirable if
188 you have multiple versions of <application>KDE</application> installed.</para>
189
190 </sect2>
191-->
192 <sect2 role="content">
193 <title>Contents</title>
194
195 <segmentedlist>
196 <segtitle>Installed Programs</segtitle>
197 <segtitle>Installed Libraries</segtitle>
198 <segtitle>Installed Directories</segtitle>
199
200 <seglistitem>
201 <seg>Numerous <application>KDE</application> support programs:
202 artsmessage, checkXML, cupsdconf, cupsdoprint, dcop, dcopclient,
203 dcopfind, dcopidl, dcopidl2cpp, dcopidlng, dcopobject, dcopquit,
204 dcopref, dcopserver, dcopserver_shutdown, dcopstart, filesharelist,
205 fileshareset, imagetops, kab2kabc, kaddprinterwizard, kbuildsycoca,
206 kcmshell, kconf_update, kconfig_compiler, kcookiejar, kde-config,
207 kde-menu, kded, kdeinit, kdeinit_shutdown, kdeinit_wrapper, kdesu_stub,
208 kdontchangethehostname, kdostartupconfig, kfile, kfmexec, kgrantpty,
209 khotnewstuff, kinstalltheme, kio_http_cache_cleaner, kio_uiserver,
210 kioexec, kioslave, klauncher, kmailservice, kpac_dhcp_helper,
211 ksendbugmail, kshell, kstartupconfig, ksvgtopng, ktelnetservice,
212 ktradertest, kunittestmodrunner, kwrapper, lnusertemp,
213 make_driver_db_cups, make_driver_db_lpr, makekdewidgets, meinproc,
214 preparetips, and start_kdeinit</seg>
215 <seg>Numerous <application>KDE</application> libraries and helper
216 modules</seg>
217 <seg>/etc/kde and the following subdirectories of &kde-dir;/:
218 include/{dnssd, dom, kabc, kate, kdeprint, kdesu, khexedit, kio, kjs,
219 kmdi, kmediaplayer, knewstuff, kparts, kresources, ksettings, kspell2,
220 ktexteditor, kunittest, libkmid}, lib/kde3, and share/{applications,
221 apps, autostart, config, doc, emoticons, icons, mimelnk, services} </seg>
222 </seglistitem>
223 </segmentedlist>
224
225 <variablelist>
226 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
227 <?dbfo list-presentation="list"?>
228 <?dbhtml list-presentation="table"?>
229
230 <varlistentry id="kdelib-programs">
231 <term>KDE Support Programs</term>
232 <listitem>
233 <para>are essential support programs needed by other
234 <application>KDE</application> applications.</para>
235 <indexterm zone="kdelibs kdelib-programs">
236 <primary sortas="b-kdelib-programs">KDE Support Programs</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="kde-libraries">
242 <term>KDE Libraries</term>
243 <listitem>
244 <para>contain essential functions that are needed by
245 <application>KDE</application> applications.</para>
246 <indexterm zone="kdelibs kde-libraries">
247 <primary sortas="c-kde-libraries">kde-libraries</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 </variablelist>
253
254 <para>The number of programs and libraries installed by
255 <application>kdelibs</application> prohibits an explanation of each one
256 in this section.</para>
257
258 </sect2>
259
260</sect1>
Note: See TracBrowser for help on using the repository browser.