source: archive/kde4/core/kdelibs.xml@ af8b2d9

systemd-13485
Last change on this file since af8b2d9 was 2e633b6, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Archived KDE4
Fixed Xorg-Server installation instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17347 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;applications/&kde-apps-version;/src/kdelibs-&kde-libs-version;.tar.xz">
8 <!ENTITY kdelibs-download-ftp " ">
9 <!ENTITY kdelibs-md5sum "e528a57861308f1389a9efd61ec8492d">
10 <!ENTITY kdelibs-size "11.1 MB">
11 <!ENTITY kdelibs-buildsize "450 MB">
12 <!ENTITY kdelibs-time "17.5 SBU">
13]>
14
15<sect1 id="kdelibs" xreflabel="KDELibs-&kde-libs-version;">
16 <?dbhtml filename="kdelibs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>KDELibs-&kde-libs-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 &lfs77_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="automoc4"/>,
65 <xref linkend="DocBook"/>,
66 <xref linkend="docbook-xsl"/>,
67 <xref linkend="giflib"/>,
68 <xref linkend="libdbusmenu-qt"/>,
69 <xref linkend="libjpeg"/>,
70 <xref linkend="libpng"/>,
71 <xref linkend="phonon"/>,
72 <xref linkend="shared-mime-info"/>, and
73 <xref linkend="strigi"/>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="openssl"/>,
79 <xref linkend="polkit-qt"/>,
80 <xref linkend="qca"/>,
81 <xref linkend="udisks"/> or
82 <xref linkend="udisks2"/>, and
83 <xref linkend="upower"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="aspell"/>,
89 <xref linkend="avahi"/>,
90 <xref linkend="enchant"/>,
91 <xref linkend="grantlee"/>,
92 <xref linkend="jasper"/>,
93 <xref linkend="mitkrb"/>,
94 <xref linkend="pcre"/>,
95 <ulink url="http://oss.sgi.com/projects/fam/">FAM</ulink>,
96 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink>,
97 <ulink url="http://www.herqq.org/">HUPnP</ulink>,
98 <ulink url="http://www.freedesktop.org/wiki/Software/media-player-info">media-player-info</ulink>,
99 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
100 <ulink url="&sourceforge-repo;/oscaf/">Shared-Desktop-Ontologies</ulink>, and
101 <ulink url="&sourceforge-repo;/soprano/">Soprano</ulink>
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/kdelibs"/>
106 </para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of KDELibs</title>
112
113 <para>Fix file conflicts with <application>GNOME Menus</application> by running
114 the following commands:</para>
115
116<screen><userinput>sed -i "s@{SYSCONF_INSTALL_DIR}/xdg/menus@&amp; RENAME kde-applications.menu@" \
117 kded/CMakeLists.txt &amp;&amp;
118
119sed -i "s@applications.menu@kde-&amp;@" \
120 kded/kbuildsycoca.cpp</userinput></screen>
121
122 <para>Install <application>KDELibs</application> by running the following
123 commands:</para>
124
125<!-- I wouldn't recommend installing D-Bus configuration files outside of /etc if kde-dir is /usr,
126 maybe kde-etc-dir should be introduced? -->
127
128<screen><userinput>mkdir build &amp;&amp;
129cd build &amp;&amp;
130
131cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
132 -DSYSCONF_INSTALL_DIR=/etc \
133 -DCMAKE_BUILD_TYPE=Release \
134 -DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-&DocBook-version; \
135 -Wno-dev .. &amp;&amp;
136make</userinput></screen>
137
138 <para>The unit regression tests are designed to be run after
139 <application>kdelibs</application> is installed.</para>
140
141 <para> Now as the <systemitem class="username">root</systemitem>
142 user:</para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145
146 <para>To run the unit regression tests, you must have a current KDE session
147 running and issue <command>make test</command>.</para>
148
149 </sect2>
150
151 <sect2 role="commands">
152 <title>Command Explanations</title>
153
154 <para><option>-DSYSCONF_INSTALL_DIR=/etc</option>: This switch is used to install
155 configuration files in /etc.</para>
156
157 <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
158 higher level of compiler optimizations.</para>
159
160 <para><option>-DDOCBOOKXML_CURRENTDTD_DIR=...</option>: This switch is used to
161 tell <command>cmake</command> where to find the XML DTDs.</para>
162
163 <para><option>-DWITH_SOLID_UDISKS2=TRUE</option>: Use this switch if you
164 have <application>UDisks2</application>.</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.