source: kde4/core/kde4libs.xml@ 00785d8

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 00785d8 was 955b7fd2, checked in by Bruce Dubbs <bdubbs@…>, 13 years ago

Remove xz package.
Update to ruby-1.92-p290.
Update to Python-3.2.2.
Update to subversion-1.7.1.

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

  • Property mode set to 100644
File size: 5.9 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="automoc4"/>,
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"/> and <xref linkend="docbook-xsl"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="shared-desktop-ontologies"/>,
84 <xref linkend="polkit-qt"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="gamin"/> (or FAM),
90 <xref linkend="avahi"/>,
91 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
92 <xref linkend="jasper"/>,
93 <xref linkend="libart_lgpl"/>
94 <xref linkend="openssl"/>, <xref linkend="acl"/>, GSSAPI, Aspell, Hspell, Enchant, DNSSD
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/kde4libs"/>
99 </para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Kdelibs</title>
105
106 <para>Install <application>Kdelibs</application> by running the following
107 commands:</para>
108
109<screen><userinput>mkdir build &amp;&amp;
110cd build</userinput></screen>
111
112 <para>Prepare the package for compilation:</para>
113
114<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$&kde4-dir-var; \
115 -DCMAKE_PREFIX_PATH=$&kde4-dir-var; \
116 -DKDE_DEFAULT_HOME=.kde4 \
117 -DSYSCONF_INSTALL_DIR=/etc/kde4 \
118 -DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-&DocBook-version; \
119 .. &amp;&amp;
120make</userinput></screen>
121
122 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para><option>-DKDE_DEFAULT_HOME=.kde4</option>: This option is set to
132 avoid clashes with a KDE3 installation on the same machine.</para>
133
134 <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
135Python objects installed correctly. You can use following code to determine tha directory name:
136<screen><userinput>_pylibdir=$(python-config --prefix)/lib &amp;&amp;
137_pyversion=$(python -V 2>&amp;1 | awk '{print $2}') &amp;&amp;
138echo "$_pylibdir/python${_pyversion%.*}/site-packages"</userinput></screen>
139</para>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Program</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directory</segtitle>
150
151 <seglistitem>
152 <seg>checkXML, kbuildsycoca4, kconfig_compiler, kcookiejar4, kde4-config,
153 kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper, kjs, kjscmd, kross,
154 kshell4, kunittestmodrunner, kwrapper4, makekdewidgets, meinproc4,
155 meinproc_simple, nepomuk-rcgen and preparetips</seg>
156 <seg>several libs in &kde4-dir;/lib</seg>
157 <seg>/etc/kde4</seg>
158 </seglistitem>
159 </segmentedlist>
160<!--
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="a-kde4libs">
167 <term><command>kde4libs</command></term>
168 <listitem>
169 <para>is a testing utility for kde4libs-generated build trees.</para>
170 <indexterm zone="a-kde4libs kde4libs">
171 <primary sortas="b-kde4libs">kdelibs</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177-->
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.