source: kde4/core/kde4libs.xml@ 0e25c32

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

Added the KDE4 section.

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

  • Property mode set to 100644
File size: 5.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 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>kde4libs</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_PREFIX \
114 -DCMAKE_PREFIX_PATH=$KDE4_PREFIX \
115 -DPYTHON_SITE_PACKAGES_DIR:PATH=$KDE4_PYSITEPKG \
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>- -xyz</option>: This option is set for ...</para>
132
133 </sect2>
134-->
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Program</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directory</segtitle>
142
143 <seglistitem>
144 <seg>checkXML, kbuildsycoca4, kconfig_compiler, kcookiejar4, kde4-config,
145 kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper, kjs, kjscmd, kross,
146 kshell4, kunittestmodrunner, kwrapper4, makekdewidgets, meinproc4,
147 meinproc_simple, nepomuk-rcgen and preparetips</seg>
148 <seg>several libs in &kde4-dir;/lib</seg>
149 <seg></seg>
150 </seglistitem>
151 </segmentedlist>
152<!--
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="a-kde4libs">
159 <term><command>kde4libs</command></term>
160 <listitem>
161 <para>is a testing utility for kde4libs-generated build trees.</para>
162 <indexterm zone="a-kde4libs kde4libs">
163 <primary sortas="b-kde4libs">kdelibs</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169-->
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.