source: kde/core/kdelibs.xml@ 00dc654

7.6-blfs 7.6-systemd kde5-14686 systemd-13485
Last change on this file since 00dc654 was 00dc654, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated kde to latest. Manually added gnome-menu fixes from trunk to kdelib page.

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

  • Property mode set to 100644
File size: 11.6 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 "678acc5880ba5da96ae66d383e19a52b">
10 <!ENTITY kdelibs-size "11.1 MB">
11 <!ENTITY kdelibs-buildsize "463 MB">
12 <!ENTITY kdelibs-time "17 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>Fix file conflicts with <application>GNOME Menus</application> by running
122 the following commands:</para>
123
124<screen><userinput>sed -i "s@{SYSCONF_INSTALL_DIR}/xdg/menus@&amp; RENAME kde-applications.menu@" \
125 kded/CMakeLists.txt &amp;&amp;
126
127sed -i "s@applications.menu@kde-&amp;@" \
128 kded/kbuildsycoca.cpp</userinput></screen>
129
130 <para>Install <application>KDELibs</application> by running the following
131 commands:</para>
132
133<!-- I wouldn't recommend installing D-Bus configuration files outside of /etc if kde-dir is /usr,
134 maybe kde-etc-dir should be introduced? -->
135
136<screen><userinput>mkdir build &amp;&amp;
137cd build &amp;&amp;
138
139cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
140 -DSYSCONF_INSTALL_DIR=/etc \
141 -DCMAKE_BUILD_TYPE=Release \
142 -DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-&DocBook-version; \
143 -Wno-dev .. &amp;&amp;
144make</userinput></screen>
145
146 <para>The unit regression tests are designed to be run after
147 <application>kdelibs</application> is installed.</para>
148
149 <para> Now as the <systemitem class="username">root</systemitem>
150 user:</para>
151
152<screen role="root"><userinput>make install</userinput></screen>
153
154 <para>To run the unit regression tests, you must have a current KDE session
155 running and issue <command>make test</command>.</para>
156
157 </sect2>
158
159 <sect2 role="commands">
160 <title>Command Explanations</title>
161
162 <para><option>-DSYSCONF_INSTALL_DIR=/etc</option>: This switch is used to install
163 configuration files in /etc.</para>
164
165 <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
166 higher level of compiler optimizations.</para>
167
168 <para><option>-DDOCBOOKXML_CURRENTDTD_DIR=...</option>: This switch is used to
169 tell <command>cmake</command> where to find the XML DTDs.</para>
170
171 <para><option>-DWITH_SOLID_UDISKS2=TRUE</option>: Use this switch if you
172 have <application>UDisks2</application>.</para>
173
174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Programs</segtitle>
181 <segtitle>Installed Libraries</segtitle>
182 <segtitle>Installed Directories</segtitle>
183
184 <seglistitem>
185 <seg>checkXML, kbuildsycoca4, kconfig_compiler, kcookiejar4,
186 kde4-config, kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper,
187 kfilemetadatareader, kjs, kjscmd, kmailservice, kross, kshell4,
188 ktelnetservice, kunittestmodrunner, kwrapper4, makekdewidgets,
189 meinproc4, meinproc4_simple, nepomuk-rcgen and preparetips</seg>
190 <seg>several in &kde-dir;/lib</seg>
191 <seg>several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share
192 </seg>
193 </seglistitem>
194 </segmentedlist>
195
196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
200
201 <varlistentry id="checkXML">
202 <term><command>checkXML</command></term>
203 <listitem>
204 <para>
205 is a tool used to check for syntax errors in KDE DocBook
206 XML files.
207 </para>
208 <indexterm zone="kdelibs checkXML">
209 <primary sortas="b-checkXML">checkXML</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="kbuildsycoca4">
215 <term><command>kbuildsycoca4</command></term>
216 <listitem>
217 <para>
218 is used to rebuild the system configuration cache.
219 </para>
220 <indexterm zone="kdelibs kbuildsycoca4">
221 <primary sortas="b-kbuildsycoca4">kbuildsycoca4</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="kconfig_compiler">
227 <term><command>kconfig_compiler</command></term>
228 <listitem>
229 <para>
230 is the KDE configuration compiler.
231 </para>
232 <indexterm zone="kdelibs kconfig_compiler">
233 <primary sortas="b-kconfig_compiler">kconfig_compiler</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="kcookiejar4">
239 <term><command>kcookiejar4</command></term>
240 <listitem>
241 <para>
242 is the KDE HTTP cookie daemon.
243 </para>
244 <indexterm zone="kdelibs kcookiejar4">
245 <primary sortas="b-kcookiejar4">kcookiejar4</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="kde4-config">
251 <term><command>kde4-config</command></term>
252 <listitem>
253 <para>
254 is used to print the KDE installation paths.
255 </para>
256 <indexterm zone="kdelibs kde4-config">
257 <primary sortas="b-kde4-config">kde4-config</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="kded4">
263 <term><command>kded4</command></term>
264 <listitem>
265 <para>
266 is the KDE daemon.
267 </para>
268 <indexterm zone="kdelibs kded4">
269 <primary sortas="b-kded4">kded4</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 <varlistentry id="kdeinit4">
275 <term><command>kdeinit4</command></term>
276 <listitem>
277 <para>
278 is the KDE process launcher.
279 </para>
280 <indexterm zone="kdelibs kdeinit4">
281 <primary sortas="b-kdeinit4">kdeinit4</primary>
282 </indexterm>
283 </listitem>
284 </varlistentry>
285
286 <varlistentry id="kjs">
287 <term><command>kjs</command></term>
288 <listitem>
289 <para>
290 is the KDE ECMAScript/JavaScript engine.
291 </para>
292 <indexterm zone="kdelibs kjs">
293 <primary sortas="b-kjs">kjs</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="kjscmd">
299 <term><command>kjscmd</command></term>
300 <listitem>
301 <para>
302 is a tool used for launching KJSEmbed scripts from
303 the command line.
304 </para>
305 <indexterm zone="kdelibs kjscmd">
306 <primary sortas="b-kjscmd">kjscmd</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="kross">
312 <term><command>kross</command></term>
313 <listitem>
314 <para>
315 is the KDE application used to run kross scripts.
316 </para>
317 <indexterm zone="kdelibs kross">
318 <primary sortas="b-kross">kross</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 <varlistentry id="makekdewidgets">
324 <term><command>makekdewidgets</command></term>
325 <listitem>
326 <para>
327 is used to build Qt widget plugins from an ini style
328 description file.
329 </para>
330 <indexterm zone="kdelibs makekdewidgets">
331 <primary sortas="b-makekdewidgets">makekdewidgets</primary>
332 </indexterm>
333 </listitem>
334 </varlistentry>
335
336 <varlistentry id="meinproc4">
337 <term><command>meinproc4</command></term>
338 <listitem>
339 <para>
340 is used to convert DocBook files to HTML.
341 </para>
342 <indexterm zone="kdelibs meinproc4">
343 <primary sortas="b-meinproc4">meinproc4</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="preparetips">
349 <term><command>preparetips</command></term>
350 <listitem>
351 <para>
352 is a script used to extract the text from a tips file.
353 </para>
354 <indexterm zone="kdelibs preparetips">
355 <primary sortas="b-preparetips">preparetips</primary>
356 </indexterm>
357 </listitem>
358 </varlistentry>
359
360 </variablelist>
361
362 </sect2>
363
364</sect1>
Note: See TracBrowser for help on using the repository browser.