source: kde/core/kdelibs.xml@ a5070e6

systemd-11177
Last change on this file since a5070e6 was c67fbf64, checked in by Krejzi <krejzi@…>, 11 years ago

Remove packages that are now in lfs systemd from blfs.

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

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