source: kde/core/kdelibs.xml@ 22899f9

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 22899f9 was 22899f9, checked in by Krejzi <krejzi@…>, 10 years ago

Some checks and updates for KDE core section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14036 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.3 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 "&kde-download-http;&kde-version;/src/kdelibs-&kde-version;.tar.xz">
8 <!ENTITY kdelibs-download-ftp " ">
9 <!ENTITY kdelibs-md5sum "f246fc5485b085b36843e954b5b56922">
10 <!ENTITY kdelibs-size "11.1 MB">
11 <!ENTITY kdelibs-buildsize "374 MB">
12 <!ENTITY kdelibs-time "21 SBU">
13]>
14
15<sect1 id="kdelibs" xreflabel="KDELibs-&kde-version;">
16 <?dbhtml filename="kdelibs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>KDELibs-&kde-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
33 are central to development and execution of KDE programs.</para>
34
35 &lfs76_checked;
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">
63 <xref linkend="attica"/>,
64 <xref linkend="DocBook"/>,
65 <xref linkend="docbook-xsl"/>,
66 <xref linkend="giflib"/>,
67 <xref linkend="libdbusmenu-qt"/>,
68 <xref linkend="libjpeg"/>,
69 <xref linkend="libpng"/>,
70 <xref linkend="phonon"/>,
71 <xref linkend="shared-mime-info"/>, and
72 <xref linkend="strigi"/>
73 </para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="openssl"/>,
78 <xref linkend="polkit-qt"/>,
79 <xref linkend="qca"/>,
80 <xref linkend="udisks"/> or
81 <xref linkend="udisks2"/>, and
82 <xref linkend="upower"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="aspell"/>,
88 <xref linkend="avahi"/>,
89 <xref linkend="enchant"/>,
90 <xref linkend="grantlee"/>,
91 <xref linkend="jasper"/>,
92 <xref linkend="mitkrb"/>,
93 <xref linkend="pcre"/>,
94 <ulink url="http://oss.sgi.com/projects/fam/">FAM</ulink>,
95 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink>,
96 <ulink url="http://www.herqq.org/">HUPnP</ulink>,
97 <ulink url="http://www.freedesktop.org/wiki/Software/media-player-info">media-player-info</ulink>,
98 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
99 <ulink url="&sourceforge-repo;/oscaf/">Shared-Desktop-Ontologies</ulink>, and
100 <ulink url="&sourceforge-repo;/soprano/">Soprano</ulink>
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/kdelibs"/>
105 </para>
106
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of KDELibs</title>
111
112 <para>
113 First, silence a lot of warnings caused by using the latest toolchain
114 by running the following command:
115 </para>
116
117<screen><userinput>sed -i "s:BSD_SOURCE:DEFAULT_SOURCE:g" \
118 cmake/modules/FindKDE4Internal.cmake \
119 kjsembed/qtonly/FindQJSInternal.cmake</userinput></screen>
120
121 <para>Install <application>KDELibs</application> by running the following
122 commands:</para>
123
124<!-- I wouldn't recommend installing D-Bus configuration files outside of /etc if kde-dir is /usr,
125 maybe kde-etc-dir should be introduced? -->
126
127<screen><userinput>mkdir build &amp;&amp;
128cd build &amp;&amp;
129
130cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
131 -DSYSCONF_INSTALL_DIR=/etc \
132 -DCMAKE_BUILD_TYPE=Release \
133 -DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-&DocBook-version; \
134 -Wno-dev .. &amp;&amp;
135make</userinput></screen>
136
137 <para>The unit regression tests are designed to be run after
138 <application>kdelibs</application> is installed.</para>
139
140 <para> Now as the <systemitem class="username">root</systemitem>
141 user:</para>
142
143<screen role="root"><userinput>make install</userinput></screen>
144
145 <para>To run the unit regression tests, you must have a current KDE session
146 running and issue <command>make test</command>.</para>
147
148 </sect2>
149
150 <sect2 role="commands">
151 <title>Command Explanations</title>
152
153 <para><option>-DSYSCONF_INSTALL_DIR=/etc</option>: This switch is used to install
154 configuration files in /etc.</para>
155
156 <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
157 higher level of compiler optimizations.</para>
158
159 <para><option>-DDOCBOOKXML_CURRENTDTD_DIR=...</option>: This switch is used to
160 tell <command>cmake</command> where to find the XML DTDs.</para>
161
162 <para><option>-DWITH_SOLID_UDISKS2=TRUE</option>: Use this switch if you
163 have <application>UDisks2</application>.</para>
164
165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
172 <segtitle>Installed Libraries</segtitle>
173 <segtitle>Installed Directories</segtitle>
174
175 <seglistitem>
176 <seg>checkXML, kbuildsycoca4, kconfig_compiler, kcookiejar4,
177 kde4-config, kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper,
178 kfilemetadatareader, kjs, kjscmd, kmailservice, kross, kshell4,
179 ktelnetservice, kunittestmodrunner, kwrapper4, makekdewidgets,
180 meinproc4, meinproc4_simple, nepomuk-rcgen and preparetips</seg>
181 <seg>several in &kde-dir;/lib</seg>
182 <seg>several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share
183 </seg>
184 </seglistitem>
185 </segmentedlist>
186
187 <variablelist>
188 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
189 <?dbfo list-presentation="list"?>
190 <?dbhtml list-presentation="table"?>
191
192 <varlistentry id="checkXML">
193 <term><command>checkXML</command></term>
194 <listitem>
195 <para>
196 is a tool used to check for syntax errors in KDE DocBook
197 XML files.
198 </para>
199 <indexterm zone="kdelibs checkXML">
200 <primary sortas="b-checkXML">checkXML</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="kbuildsycoca4">
206 <term><command>kbuildsycoca4</command></term>
207 <listitem>
208 <para>
209 is used to rebuild the system configuration cache.
210 </para>
211 <indexterm zone="kdelibs kbuildsycoca4">
212 <primary sortas="b-kbuildsycoca4">kbuildsycoca4</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="kconfig_compiler">
218 <term><command>kconfig_compiler</command></term>
219 <listitem>
220 <para>
221 is the KDE configuration compiler.
222 </para>
223 <indexterm zone="kdelibs kconfig_compiler">
224 <primary sortas="b-kconfig_compiler">kconfig_compiler</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="kcookiejar4">
230 <term><command>kcookiejar4</command></term>
231 <listitem>
232 <para>
233 is the KDE HTTP cookie daemon.
234 </para>
235 <indexterm zone="kdelibs kcookiejar4">
236 <primary sortas="b-kcookiejar4">kcookiejar4</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="kde4-config">
242 <term><command>kde4-config</command></term>
243 <listitem>
244 <para>
245 is used to print the KDE installation paths.
246 </para>
247 <indexterm zone="kdelibs kde4-config">
248 <primary sortas="b-kde4-config">kde4-config</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="kded4">
254 <term><command>kded4</command></term>
255 <listitem>
256 <para>
257 is the KDE daemon.
258 </para>
259 <indexterm zone="kdelibs kded4">
260 <primary sortas="b-kded4">kded4</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="kdeinit4">
266 <term><command>kdeinit4</command></term>
267 <listitem>
268 <para>
269 is the KDE process launcher.
270 </para>
271 <indexterm zone="kdelibs kdeinit4">
272 <primary sortas="b-kdeinit4">kdeinit4</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="kjs">
278 <term><command>kjs</command></term>
279 <listitem>
280 <para>
281 is the KDE ECMAScript/JavaScript engine.
282 </para>
283 <indexterm zone="kdelibs kjs">
284 <primary sortas="b-kjs">kjs</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
288
289 <varlistentry id="kjscmd">
290 <term><command>kjscmd</command></term>
291 <listitem>
292 <para>
293 is a tool used for launching KJSEmbed scripts from
294 the command line.
295 </para>
296 <indexterm zone="kdelibs kjscmd">
297 <primary sortas="b-kjscmd">kjscmd</primary>
298 </indexterm>
299 </listitem>
300 </varlistentry>
301
302 <varlistentry id="kross">
303 <term><command>kross</command></term>
304 <listitem>
305 <para>
306 is the KDE application used to run kross scripts.
307 </para>
308 <indexterm zone="kdelibs kross">
309 <primary sortas="b-kross">kross</primary>
310 </indexterm>
311 </listitem>
312 </varlistentry>
313
314 <varlistentry id="makekdewidgets">
315 <term><command>makekdewidgets</command></term>
316 <listitem>
317 <para>
318 is used to build Qt widget plugins from an ini style
319 description file.
320 </para>
321 <indexterm zone="kdelibs makekdewidgets">
322 <primary sortas="b-makekdewidgets">makekdewidgets</primary>
323 </indexterm>
324 </listitem>
325 </varlistentry>
326
327 <varlistentry id="meinproc4">
328 <term><command>meinproc4</command></term>
329 <listitem>
330 <para>
331 is used to convert DocBook files to HTML.
332 </para>
333 <indexterm zone="kdelibs meinproc4">
334 <primary sortas="b-meinproc4">meinproc4</primary>
335 </indexterm>
336 </listitem>
337 </varlistentry>
338
339 <varlistentry id="preparetips">
340 <term><command>preparetips</command></term>
341 <listitem>
342 <para>
343 is a script used to extract the text from a tips file.
344 </para>
345 <indexterm zone="kdelibs preparetips">
346 <primary sortas="b-preparetips">preparetips</primary>
347 </indexterm>
348 </listitem>
349 </varlistentry>
350
351 </variablelist>
352
353 </sect2>
354
355</sect1>
Note: See TracBrowser for help on using the repository browser.