source: archive/kde/core/kdelibs.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 10.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 "&trinity-repo-http;/kdelibs-&trinity-version;.tar.gz">
8 <!ENTITY kdelibs-download-ftp "&trinity-repo-ftp;/kdelibs-&trinity-version;.tar.gz">
9 <!ENTITY kdelibs-md5sum "f62eefb63b4ba2141b4c576f859806dd">
10 <!ENTITY kdelibs-size "16.6 MB">
11 <!ENTITY kdelibs-buildsize "408 MB">
12 <!ENTITY kdelibs-time "5.5 SBU">
13]>
14
15<sect1 id="kdelibs" xreflabel="kdelibs-&trinity-version;">
16 <?dbhtml filename="kdelibs.html"?>
17
18
19 <title>Kdelibs-&trinity-version;</title>
20
21 <indexterm zone="kdelibs">
22 <primary sortas="a-kdelibs">Kdelibs</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Kdelibs</title>
27
28 <para>This package includes programs and libraries that are central to the
29 development and execution of a <application>Trinity/KDE3</application> program,
30 as well as internationalization files for these libraries, miscellaneous
31 HTML documentation, and theme modules.</para>
32
33 &lfs70_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing='compact'>
37 <listitem>
38 <para>Download (HTTP): <ulink url="&kdelibs-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&kdelibs-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &kdelibs-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &kdelibs-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &kdelibs-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &kdelibs-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Kdelibs Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="tqtinterface"/></para>
61
62 <bridgehead renderas="sect4">Recommended</bridgehead>
63 <para role="recommended">
64 <xref linkend="aRts"/>,
65 <xref linkend="libjpeg"/>,
66 <xref linkend="libart_lgpl"/>,
67 <xref linkend="libidn"/>, and
68 <xref linkend="openssl"/>
69 </para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional">
73 <xref linkend="aspell"/>,
74 <xref linkend="cups"/>,
75 <xref linkend="libtiff"/>,
76 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
77 <ulink url="http://www.ivrix.org.il/projects/spell-checker/">Hspell</ulink>,
78 <xref linkend="sudo"/>, and
79 <ulink url="http://packages.debian.org/sid/libutempter">utempter</ulink>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/kdelibs"/></para>
84
85 </sect2>
86
87 <sect2 id="kdelibs-runtime-dependencies"
88 xreflabel="KDE Libraries Runtime Dependencies">
89 <title>Run-Time Dependencies</title>
90
91 <para>The <application>Trinity/KDE3</application> libraries access other programs at
92 run time. One additional package that has not been mentioned already is
93 <ulink url="http://packages.debian.org/unstable/source/pmount/">
94 pmount</ulink>. This enables auto-mounting of hotplugged devices at
95 /media/[device_name] for any user without any fstab modification. It is
96 needed to enable the full integration of <application>KDE</application>
97 with <ulink url="http://www.freedesktop.org/wiki/Software/hal">Hal</ulink>.
98 </para>
99
100 </sect2>
101
102 <sect2 role="installation" id="kdelibs-install"
103 xreflabel="the installation of kdelibs">
104 <title>Installation of Kdelibs</title>
105
106 <para>Install <application>kdelibs</application> with:</para>
107
108<screen><userinput>MAKEDIR=/tmp/buildlibs &amp;&amp;
109KDELIBS=`pwd` &amp;&amp;
110rm -rf $MAKEDIR &amp;&amp;
111mkdir -p $MAKEDIR &amp;&amp;
112cd $MAKEDIR &amp;&amp;
113
114cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
115 -DCMAKE_VERBOSE_MAKEFILE=ON \
116 $KDELIBS &amp;&amp;
117unset KDELIBS MAKEDIR</userinput></screen>
118
119 <para>Some of the optional support programs for <application>kdelibs</application>
120 must be specified by the user. The option is in the form "-DWITH_PKG=ON" and
121 the following options are recognozed for 'PKG': TIFF, LIBIDN, LIBART,
122 OPENEXR, UTEMPTER, ASPELL, HSPELL, and AVAHI. Other optional support
123 programs such as CUPS are automatically recognized if present.</para>
124
125 <para>If your installation of <application>Xorg</application> is
126 not in the <filename class='directory'>/usr</filename> hierarchy,
127 ensure the linking commands search in the correct place:</para>
128
129<screen><userinput>find -name link.txt -exec sed -i -e "s@-lX11@&amp; -L$XORG_PREFIX/lib@" {} \;</userinput></screen>
130
131 <para>Continue with the build:</para>
132
133<screen><userinput>make</userinput></screen>
134
135 <note>
136 <para>If you wish to create the API documentation and you have
137 <application>Doxygen</application> and
138 <application>Graphviz</application> installed, it must be done before the
139 <command>make install</command>. This applies to all packages which can
140 utilize <application>Doxygen</application>.</para>
141
142 <para>The <command>make apidox</command> command generates a lot of
143 errors and warnings. In some cases it complains that Helvetica fonts are
144 missing and substitutes a font that does not fit boxes properly. You can
145 add the font by downloading the <ulink
146 url="ftp://ftp.tug.ctan.org/pub/tex-archive/nonfree/support/ghostscript/AFPL/GhostPCL/">
147 URW Fonts </ulink> and
148 unpacking them into <filename class='directory'>~/.fonts</filename>.
149 <command>fc-cache</command> should also be run to update the font
150 properties on your system.</para>
151
152 <para>The documents generated are HTML and are found in <filename
153 class='directory'>$TRINITY_PREFIX/share/doc/HTML/en/kdelibs-apidocs</filename>.
154 </para>
155 </note>
156
157 <para>This package does not come with a test suite.</para>
158
159 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
160
161<screen role='root'><userinput>make install</userinput></screen>
162
163 </sect2>
164<!--
165 <sect2 role="commands">
166 <title>Command Explanations</title>
167
168 <para><command>sed -i ... kio/kio/kdirwatch.cpp</command>: This command is
169 necessary to prevent a conflict in linux headers. The equivalent
170 instructions that are deleted are now within glibc.</para>
171
172 <para><parameter>- -prefix=&kde-dir;</parameter>: This option tells the process
173 to install the package in <filename class="directory">&kde-dir;</filename>.</para>
174
175 <para><parameter>- -disable-debug</parameter>: This option causes the
176 package to be compiled without debugging code.</para>
177
178 <para><parameter>- -disable-dependency-tracking</parameter>: This option
179 speeds up one time builds.</para>
180
181 <para><parameter>- -sysconfdir=/etc/kde</parameter>: This option places
182 configuration files in compliance with the <ulink
183 url='http://www.pathname.com/fhs/pub/fhs-2.3.html#ETCHOSTSPECIFICSYSTEMCONFIGURATION'
184 >Filesystem Hierarchy Standard</ulink>. If you omit this parameter, the
185 configuration files will be placed in <filename
186 class='directory'>$KDE_PREFIX/etc</filename> which may be desirable if
187 you have multiple versions of <application>KDE</application> installed.</para>
188
189 </sect2>
190-->
191 <sect2 role="content">
192 <title>Contents</title>
193
194 <segmentedlist>
195 <segtitle>Installed Programs</segtitle>
196 <segtitle>Installed Libraries</segtitle>
197 <segtitle>Installed Directories</segtitle>
198
199 <seglistitem>
200 <seg>Numerous <application>KDE</application> support programs:
201 artsmessage, checkXML, cupsdconf, cupsdoprint, dcop, dcopclient,
202 dcopfind, dcopidl, dcopidl2cpp, dcopidlng, dcopobject, dcopquit,
203 dcopref, dcopserver, dcopserver_shutdown, dcopstart, filesharelist,
204 fileshareset, imagetops, kab2kabc, kaddprinterwizard, kbuildsycoca,
205 kcmshell, kconf_update, kconfig_compiler, kcookiejar, kde-config,
206 kde-menu, kded, kdeinit, kdeinit_shutdown, kdeinit_wrapper, kdesu_stub,
207 kdontchangethehostname, kdostartupconfig, kfile, kfmexec, kgrantpty,
208 khotnewstuff, kinstalltheme, kio_http_cache_cleaner, kio_uiserver,
209 kioexec, kioslave, klauncher, kmailservice, kpac_dhcp_helper,
210 ksendbugmail, kshell, kstartupconfig, ksvgtopng, ktelnetservice,
211 ktradertest, kunittestmodrunner, kwrapper, lnusertemp,
212 make_driver_db_cups, make_driver_db_lpr, makekdewidgets, meinproc,
213 preparetips, and start_kdeinit</seg>
214 <seg>Numerous <application>KDE</application> libraries and helper
215 modules</seg>
216 <seg>/etc/kde and the following subdirectories of &kde-dir;/:
217 include/{dnssd, dom, kabc, kate, kdeprint, kdesu, khexedit, kio, kjs,
218 kmdi, kmediaplayer, knewstuff, kparts, kresources, ksettings, kspell2,
219 ktexteditor, kunittest, libkmid}, lib/kde3, and share/{applications,
220 apps, autostart, config, doc, emoticons, icons, mimelnk, services} </seg>
221 </seglistitem>
222 </segmentedlist>
223
224 <variablelist>
225 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
226 <?dbfo list-presentation="list"?>
227 <?dbhtml list-presentation="table"?>
228
229 <varlistentry id="kdelib-programs">
230 <term>KDE Support Programs</term>
231 <listitem>
232 <para>are essential support programs needed by other
233 <application>KDE</application> applications.</para>
234 <indexterm zone="kdelibs kdelib-programs">
235 <primary sortas="b-kdelib-programs">KDE Support Programs</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="kde-libraries">
241 <term>KDE Libraries</term>
242 <listitem>
243 <para>contain essential functions that are needed by
244 <application>KDE</application> applications.</para>
245 <indexterm zone="kdelibs kde-libraries">
246 <primary sortas="c-kde-libraries">kde-libraries</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 </variablelist>
252
253 <para>The number of programs and libraries installed by
254 <application>kdelibs</application> prohibits an explanation of each one
255 in this section.</para>
256
257 </sect2>
258
259</sect1>
Note: See TracBrowser for help on using the repository browser.