source: kde4/core/kde4libs.xml@ 938ab0b

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 938ab0b was 938ab0b, checked in by Thomas Trepl <thomas@…>, 13 years ago

Minor corrections

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8868 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.8 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 kde4libs-download-http "&kde4-download-http;/kdelibs-&kde4-version;.tar.bz2">
8 <!ENTITY kde4libs-download-ftp "&kde4-download-ftp;/kdelibs-&kde4-version;.tar.bz2">
9 <!ENTITY kde4libs-md5sum "9ee32f375809a42a4a8d512bd06a612b">
10 <!ENTITY kde4libs-size "1.3 MB">
11 <!ENTITY kde4libs-buildsize "1.2 GB">
12 <!ENTITY kde4libs-time "21.4 SBU">
13]>
14
15<sect1 id="kde4libs" xreflabel="kde4libs-&kde4-version;">
16 <?dbhtml filename="kde4libs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kdelibs-&kde4-version;</title>
24
25 <indexterm zone="kde4libs">
26 <primary sortas="a-kde4libs">kde4libs</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 &lfs67_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&kde4libs-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&kde4libs-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &kde4libs-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &kde4libs-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &kde4libs-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &kde4libs-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-&kdelibs-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="attica"/>,
73 <xref linkend="soprano"/>,
74 <xref linkend="strigi"/>
75 <xref linkend="qca"/>,
76 <xref linkend="libdbusmenu-qt"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="shared-desktop-ontologies"/>,
82 <xref linkend="polkit-qt"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="xz-utils"/>,
88 <xref linkend="gamin"/> (or FAM),
89 <xref linkend="avahi"/>,
90 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
91 <xref linkend="jasper"/>,
92 <xref linkend="libart_lgpl"/>
93 <xref linkend="openssl"/>, <xref linkend="acl"/>, GSSAPI, Aspell, Hspell, Enchant, DNSSD
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/kde4libs"/>
98 </para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Kdelibs</title>
104
105 <para>Install <application>Kdelibs</application> by running the following
106 commands:</para>
107
108<screen><userinput>mkdir build &amp;&amp;
109cd build</userinput></screen>
110
111 <para>Prepare the package for compilation:</para>
112
113<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$&kde4-dir-var; \
114 -DCMAKE_PREFIX_PATH=$&kde4-dir-var; \
115 -DKDE_DEFAULT_HOME=.kde4 \
116 -DSYSCONF_INSTALL_DIR=/etc/kde4 \
117 -DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-&DocBook-version; \
118 .. &amp;&amp;
119make</userinput></screen>
120
121 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para><option>-DKDE_DEFAULT_HOME=.kde4</option>: This option is set to
131 avoid clashes with a KDE3 installation on the same machine.</para>
132
133 <para><option>-DPYTHON_SITE_PACKAGES_DIR:PATH=&lt;site-packages&gt;</option>: If you do not install KDE in /usr, set this option in order to have the KDE4
134Python objects installed correctly. You can use following code to determine tha directory name:
135<screen><userinput>_pylibdir=$(python-config --prefix)/lib &amp;&amp;
136_pyversion=$(python -V 2>&amp;1 | awk '{print $2}') &amp;&amp;
137echo "$_pylibdir/python${_pyversion%.*}/site-packages"</userinput></screen>
138</para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Program</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directory</segtitle>
149
150 <seglistitem>
151 <seg>checkXML, kbuildsycoca4, kconfig_compiler, kcookiejar4, kde4-config,
152 kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper, kjs, kjscmd, kross,
153 kshell4, kunittestmodrunner, kwrapper4, makekdewidgets, meinproc4,
154 meinproc_simple, nepomuk-rcgen and preparetips</seg>
155 <seg>several libs in &kde4-dir;/lib</seg>
156 <seg></seg>
157 </seglistitem>
158 </segmentedlist>
159<!--
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="a-kde4libs">
166 <term><command>kde4libs</command></term>
167 <listitem>
168 <para>is a testing utility for kde4libs-generated build trees.</para>
169 <indexterm zone="a-kde4libs kde4libs">
170 <primary sortas="b-kde4libs">kdelibs</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176-->
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.