source: kde4/core/kde4libs.xml@ c4216746

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 c4216746 was c4216746, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Correct some KDE dependencies.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10417 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 kdelibs-download-http "&kde-download-http;&kdelibs-version;/src/kdelibs-&kdelibs-version;.tar.xz">
8 <!ENTITY kdelibs-download-ftp "&kde-download-ftp;&kdelibs-version;/src/kdelibs-&kdelibs-version;.tar.xz">
9 <!ENTITY kdelibs-md5sum "c4987c838164bd9ee2787e77243fe4a9">
10 <!ENTITY kdelibs-size "11.4 MB">
11 <!ENTITY kdelibs-buildsize "1.7 GB">
12 <!ENTITY kdelibs-time "24 SBU">
13]>
14
15<sect1 id="kdelibs" xreflabel="kdelibs-&kdelibs-version;">
16 <?dbhtml filename="kde4libs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kdelibs-&kdelibs-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 &lfs71_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<!--
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="phonon"/>,
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"/>,
79 <xref linkend="docbook-xsl"/>,
80 <xref linkend="shared-desktop-ontologies"/> and
81 <xref linkend="shared-mime-info"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="polkit-qt"/>,
87 <xref linkend="libpng"/>,
88 <xref linkend="libjpeg"/>,
89 <xref linkend="giflib"/>,
90 <xref linkend="upower"/> and
91 <xref linkend="udisks"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="jasper"/>,
97 <xref linkend="pcre"/>,
98 <xref linkend="avahi"/>,
99 <xref linkend="openssl"/>,
100 <xref linkend="acl"/>,
101 <xref linkend="aspell"/>,
102 <xref linkend="enchant"/>,
103 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink>,
104 <ulink url="http://www.gitorious.org/grantlee/pages/Home">Grantlee</ulink>,
105 <ulink url="http://oss.sgi.com/projects/fam/">FAM</ulink>,
106 <ulink url="http://www.herqq.org/">HUPnP</ulink>,
107 <xref linkend="mitkrb"/> and
108 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
109
110 </para>
111
112 <para condition="html" role="usernotes">User Notes:
113 <ulink url="&blfs-wiki;/kdelibs"/>
114 </para>
115
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of Kdelibs</title>
120
121 <para>Install <application>Kdelibs</application> by running the following
122 commands:</para>
123
124<screen><userinput>mkdir build &amp;&amp;
125cd build &amp;&amp;
126cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
127 -DSYSCONF_INSTALL_DIR=/etc/kde \
128 -DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-&DocBook-version; \
129 .. &amp;&amp;
130make</userinput></screen>
131
132 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
133
134<screen role="root"><userinput>make install</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <para><option>-DSYSCONF_INSTALL_DIR=/etc/kde</option>: This option is set to
142 install configuration files in /etc.</para>
143 <para><option>-DDOCBOOKXML_CURRENTDTD_DIR=...</option>: This option is used to
144 find the DTDs.</para>
145
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>checkXML, kbuildsycoca4, kconfig_compiler, kcookiejar4, kde4-config,
159 kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper, kfilemetadatareader, kjs, kjscmd, kross,
160 kshell4, kunittestmodrunner, kwrapper4, makekdewidgets, meinproc4,
161 meinproc_simple, nepomuk-rcgen and preparetips</seg>
162 <seg>several in &kde-dir;/lib</seg>
163 <seg>several in /etc/kde, &kde-dir;/include and &kde-dir;/share</seg>
164 </seglistitem>
165 </segmentedlist>
166<!--
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="a-kde4libs">
173 <term><command>kde4libs</command></term>
174 <listitem>
175 <para>is a testing utility for kde4libs-generated build trees.</para>
176 <indexterm zone="a-kde4libs kde4libs">
177 <primary sortas="b-kde4libs">kdelibs</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183-->
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.