source: kde/core/kdelibs.xml@ 47e40b1

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 47e40b1 was fdb4680f, checked in by Bruce Dubbs <bdubbs@…>, 15 years ago

Changed to a better version of URW Fonts

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7729 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;/kdelibs-&kde-version;.tar.bz2">
8 <!ENTITY kdelibs-download-ftp "&kde-download-ftp;/kdelibs-&kde-version;.tar.bz2">
9 <!ENTITY kdelibs-md5sum "43cd55ed15f63b5738d620ef9f9fd568">
10 <!ENTITY kdelibs-size "14.9 MB">
11 <!ENTITY kdelibs-buildsize "254 MB (additional 426 MB for API docs)">
12 <!ENTITY kdelibs-time "13.1 SBU (additional 3.0 SBU for API docs)">
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 are central to the
33 development and execution of a <application>KDE</application> program,
34 as well as internationalization files for these libraries, miscellaneous
35 HTML documentation, theme modules and regression tests.</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">Additional Downloads</bridgehead>
60 <itemizedlist spacing="compact">
61 <listitem>
62 <para>Reqiured patch: <ulink
63 url="&patch-root;/kdelibs-&kde-version;-charset-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Kdelibs Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="qt"/></para>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="recommended"><xref linkend="aRts"/>,
74 <xref linkend="libjpeg"/>,
75 <xref linkend="libart_lgpl"/>,
76 <xref linkend="libxml2"/>,
77 <xref linkend="libxslt"/>,
78 <xref linkend="pcre"/>,
79 <xref linkend="gamin"/>,
80 <xref linkend="openssl"/>, and
81 <xref linkend="libidn"/></para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional"><xref linkend="libtiff"/>,
85 <xref linkend="aspell"/>,
86 <xref linkend="cups"/>,
87 <xref linkend="alsa"/>,
88 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
89 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
90 <xref linkend="jasper"/>,
91 <ulink url="http://www.lua.org/">Lua</ulink> (version &lt; 5.1),
92 <ulink url="http://www.opensource.apple.com/darwinsource/tarballs/apsl/">mDNSResponder</ulink>,
93 <ulink url="http://sourceforge.net/projects/libthai">LibThai</ulink>,
94 <ulink url="http://www.ivrix.org.il/projects/spell-checker/">Hspell</ulink>,
95 <ulink url="ftp://oss.sgi.com/projects/xfs/cmd_tars/">libacl</ulink>
96 (requires <ulink url="ftp://oss.sgi.com/projects/xfs/cmd_tars/">libattr</ulink>),
97 <xref linkend="sudo"/>,
98 <xref linkend="graphviz"/>, and
99 <xref linkend="doxygen"/></para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/kdelibs"/></para>
103
104 </sect2>
105
106 <sect2 id="kdelibs-runtime-dependencies"
107 xreflabel="KDE Libraries Runtime Dependencies">
108 <title>Run-Time Dependencies</title>
109
110 <para>The <application>KDE</application> libraries access other programs at
111 run time. One additional package that has not been mentioned already is
112 <ulink url="http://packages.debian.org/unstable/source/pmount/">
113 pmount</ulink>. This enables auto-mounting of hotplugged devices at
114 /media/[device_name] for any user without any fstab modification. It is
115 needed to enable the full integration of <application>KDE</application>
116 with <xref linkend="hal"/>.</para>
117
118 </sect2>
119
120 <sect2 role="installation" id="kdelibs-install"
121 xreflabel="the installation of kdelibs">
122 <title>Installation of Kdelibs</title>
123
124 <para>Install <application>kdelibs</application> with:</para>
125
126<screen><userinput>patch -Np1 -i ../kdelibs-&kde-version;-charset-1.patch &amp;&amp;
127sed -i -e 's|linux/inotify|sys/inotify|' \
128 -e '/^static inline int inotify_init/,/^}/d' \
129 -e '/^static inline int inotify_add_watch/,/^}/d' \
130 -e '/^static inline int inotify_rm_watch/,/^}/d' \
131 kio/kio/kdirwatch.cpp &amp;&amp;
132./configure --prefix=$KDE_PREFIX \
133 --sysconfdir=/etc/kde \
134 --disable-debug \
135 --disable-dependency-tracking &amp;&amp;
136make</userinput></screen>
137
138 <note>
139
140 <para>If you wish to create the API documentation and you have
141 <application>Doxygen</application> and
142 <application>Graphviz</application> installed, it must be done before the
143 <command>make install</command>. This applies to all packages which can
144 utilize <application>Doxygen</application>.</para>
145
146 <para><emphasis>The usual building the API documentation in this package
147 will run forever because of a bug in
148 <application>doxygen</application>.</emphasis> There is a symbolic link
149 in the <filename class='directory'>kdeprint</filename> directory that is
150 not handled properly. To fix this, delete the link, generate the
151 documentation, and recreate the symbolic link:</para>
152
153 <screen><userinput>rm kdeprint/kdeprint &amp;&amp;
154make apidox &amp;&amp;
155ln -s management kdeprint/kdeprint</userinput></screen>
156
157 <para>The <command>make apidox</command> command generates a lot of
158 errors and warnings. In some cases it complains that Helvetica fonts are
159 missing and substitutes a font that does not fit boxes properly. You can
160 add the font by downloading the <ulink
161 url="ftp://ftp.tug.ctan.org/pub/tex-archive/nonfree/support/ghostscript/AFPL/GhostPCL/">
162 URW Fonts </ulink> and
163 unpacking them into <filename class='directory'>~/.fonts</filename>.
164 <command>fc-cache</command> should also be run to update the font
165 properties on your system.</para>
166
167 <para>The documents generated are HTML and are found in <filename
168 class='directory'>&kde-dir;/share/doc/HTML/en/kdelibs-apidocs</filename>.
169 </para>
170 </note>
171
172 <para>This package does not come with a test suite that works with
173 <application>GCC</application>-&gcc-version;.</para>
174
175 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
176
177<screen role='root'><userinput>make install</userinput></screen>
178
179 </sect2>
180
181 <sect2 role="commands">
182 <title>Command Explanations</title>
183
184 <para><command>sed -i ... kio/kio/kdirwatch.cpp</command>: This command is
185 necessary to prevent a conflict in linux headers. The equivalent
186 instructions that are deleted are now within glibc.</para>
187
188 <para><parameter>--prefix=&kde-dir;</parameter>: This option tells the process
189 to install the package in <filename class="directory">&kde-dir;</filename>.</para>
190
191 <para><parameter>--disable-debug</parameter>: This option causes the
192 package to be compiled without debugging code.</para>
193
194 <para><parameter>--disable-dependency-tracking</parameter>: This option
195 speeds up one time builds.</para>
196
197 <para><parameter>--sysconfdir=/etc/kde</parameter>: This option places
198 configuration files in compliance with the <ulink
199 url='http://www.pathname.com/fhs/pub/fhs-2.3.html#ETCHOSTSPECIFICSYSTEMCONFIGURATION'
200 >Filesystem Hierarchy Standard</ulink>. If you omit this parameter, the
201 configuration files will be placed in <filename
202 class='directory'>$KDE_PREFIX/etc</filename> which may be desirable if
203 you have multiple versions of <application>KDE</application> installed.</para>
204
205 </sect2>
206
207 <sect2 role="content">
208 <title>Contents</title>
209
210 <segmentedlist>
211 <segtitle>Installed Programs</segtitle>
212 <segtitle>Installed Libraries</segtitle>
213 <segtitle>Installed Directories</segtitle>
214
215 <seglistitem>
216 <seg>Numerous <application>KDE</application> support programs:
217 artsmessage, checkXML, cupsdconf, cupsdoprint, dcop, dcopclient,
218 dcopfind, dcopidl, dcopidl2cpp, dcopidlng, dcopobject, dcopquit,
219 dcopref, dcopserver, dcopserver_shutdown, dcopstart, filesharelist,
220 fileshareset, imagetops, kab2kabc, kaddprinterwizard, kbuildsycoca,
221 kcmshell, kconf_update, kconfig_compiler, kcookiejar, kde-config,
222 kde-menu, kded, kdeinit, kdeinit_shutdown, kdeinit_wrapper, kdesu_stub,
223 kdontchangethehostname, kdostartupconfig, kfile, kfmexec, kgrantpty,
224 khotnewstuff, kinstalltheme, kio_http_cache_cleaner, kio_uiserver,
225 kioexec, kioslave, klauncher, kmailservice, kpac_dhcp_helper,
226 ksendbugmail, kshell, kstartupconfig, ksvgtopng, ktelnetservice,
227 ktradertest, kunittestmodrunner, kwrapper, lnusertemp,
228 make_driver_db_cups, make_driver_db_lpr, makekdewidgets, meinproc,
229 preparetips, and start_kdeinit</seg>
230 <seg>Numerous <application>KDE</application> libraries and helper
231 modules</seg>
232 <seg>/etc/kde and the following subdirectories of &kde-dir;/:
233 include/{dnssd, dom, kabc, kate, kdeprint, kdesu, khexedit, kio, kjs,
234 kmdi, kmediaplayer, knewstuff, kparts, kresources, ksettings, kspell2,
235 ktexteditor, kunittest, libkmid}, lib/kde3, and share/{applications,
236 apps, autostart, config, doc, emoticons, icons, mimelnk, services} </seg>
237 </seglistitem>
238 </segmentedlist>
239
240 <variablelist>
241 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
242 <?dbfo list-presentation="list"?>
243 <?dbhtml list-presentation="table"?>
244
245 <varlistentry id="kdelib-programs">
246 <term>KDE Support Programs</term>
247 <listitem>
248 <para>are essential support programs needed by other
249 <application>KDE</application> applications.</para>
250 <indexterm zone="kdelibs kdelib-programs">
251 <primary sortas="b-kdelib-programs">KDE Support Programs</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="kde-libraries">
257 <term>KDE Libraries</term>
258 <listitem>
259 <para>contain essential functions that are needed by
260 <application>KDE</application> applications.</para>
261 <indexterm zone="kdelibs kde-libraries">
262 <primary sortas="c-kde-libraries">kde-libraries</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 </variablelist>
268
269 <para>The number of programs and libraries installed by
270 <application>kdelibs</application> prohibits an explanation of each one
271 in this section. Instead, see the <ulink url="http://docs.kde.org/">KDE
272 Documentation</ulink>.</para>
273
274 </sect2>
275
276</sect1>
Note: See TracBrowser for help on using the repository browser.