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 kdepimlibs-download-http "&kde-download-http;&kde-version;/src/kdepimlibs-&kde-version;.tar.xz">
|
---|
8 | <!ENTITY kdepimlibs-download-ftp "&kde-download-ftp;&kde-version;/src/kdepimlibs-&kde-version;.tar.xz">
|
---|
9 | <!ENTITY kdepimlibs-md5sum "4c93ed3b646c60aedcb4ce4134d61077">
|
---|
10 | <!ENTITY kdepimlibs-size "2.9 MB">
|
---|
11 | <!ENTITY kdepimlibs-buildsize "169 MB">
|
---|
12 | <!ENTITY kdepimlibs-time "8.7 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="kdepimlibs" xreflabel="kdepimlibs-&kde-version;">
|
---|
16 | <?dbhtml filename="kdepimlibs.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Kdepimlibs-&kde-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="kdepimlibs">
|
---|
26 | <primary sortas="a-kdepimlibs">kdepimlibs</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Kdepimlibs</title>
|
---|
31 |
|
---|
32 | <para><application>Kdepimlibs</application> is the common library for
|
---|
33 | <application>KDE</application> PIM applications like
|
---|
34 | <command>kmail</command>, <command>kalarm</command>, etc.</para>
|
---|
35 |
|
---|
36 | &lfs74_checked;
|
---|
37 |
|
---|
38 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
39 | <itemizedlist spacing="compact">
|
---|
40 | <listitem>
|
---|
41 | <para>Download (HTTP): <ulink url="&kdepimlibs-download-http;"/></para>
|
---|
42 | </listitem>
|
---|
43 | <listitem>
|
---|
44 | <para>Download (FTP): <ulink url="&kdepimlibs-download-ftp;"/></para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>Download MD5 sum: &kdepimlibs-md5sum;</para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Download size: &kdepimlibs-size;</para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Estimated disk space required: &kdepimlibs-buildsize;</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Estimated build time: &kdepimlibs-time;</para>
|
---|
57 | </listitem>
|
---|
58 | </itemizedlist>
|
---|
59 |
|
---|
60 | <!--
|
---|
61 | <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
---|
62 | <itemizedlist spacing='compact'>
|
---|
63 | <listitem>
|
---|
64 | <para>Required patch: <ulink
|
---|
65 | url="&patch-root;/kdepimlibs-&kde-version;-fixes-1.patch"/></para>
|
---|
66 | </listitem>
|
---|
67 | </itemizedlist>
|
---|
68 | -->
|
---|
69 | <bridgehead renderas="sect3">Kdepimlibs Dependencies</bridgehead>
|
---|
70 |
|
---|
71 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
72 | <para role="required">
|
---|
73 | <xref linkend="nepomuk-core"/>,
|
---|
74 | <xref linkend="libxslt"/>,
|
---|
75 | <xref linkend="gpgme"/>,
|
---|
76 | <xref linkend="libical"/>,
|
---|
77 | <xref linkend="akonadi"/>,
|
---|
78 | <xref linkend="cyrus-sasl"/>,
|
---|
79 | <xref linkend="boost"/> and
|
---|
80 | <xref linkend="qjson"/>
|
---|
81 | </para>
|
---|
82 |
|
---|
83 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
84 | <para role="recommended">
|
---|
85 | <xref linkend="openldap"/>
|
---|
86 | </para>
|
---|
87 |
|
---|
88 | <para condition="html" role="usernotes">User Notes:
|
---|
89 | <ulink url="&blfs-wiki;/kdepimlibs"/>
|
---|
90 | </para>
|
---|
91 |
|
---|
92 | </sect2>
|
---|
93 |
|
---|
94 | <sect2 role="installation">
|
---|
95 | <title>Installation of Kdepimlibs</title>
|
---|
96 |
|
---|
97 | <para>Install <application>kdepimlibs</application> by running the following
|
---|
98 | commands:</para>
|
---|
99 |
|
---|
100 | <!-- Again, nothing in sysconfdir -->
|
---|
101 | <screen><userinput>mkdir build &&
|
---|
102 | cd build &&
|
---|
103 |
|
---|
104 | cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
---|
105 | -DCMAKE_BUILD_TYPE=Release \
|
---|
106 | .. &&
|
---|
107 | make</userinput></screen>
|
---|
108 |
|
---|
109 | <para>The full test suite for this package is not enabled by default and not
|
---|
110 | tested by the BLFS team.</para>
|
---|
111 |
|
---|
112 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
113 |
|
---|
114 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
115 |
|
---|
116 | </sect2>
|
---|
117 |
|
---|
118 | <sect2 role="content">
|
---|
119 | <title>Contents</title>
|
---|
120 |
|
---|
121 | <segmentedlist>
|
---|
122 | <segtitle>Installed Programs</segtitle>
|
---|
123 | <segtitle>Installed Libraries</segtitle>
|
---|
124 | <segtitle>Installed Directories</segtitle>
|
---|
125 |
|
---|
126 | <seglistitem>
|
---|
127 | <seg>akonadi_benchmarker and akonaditest</seg>
|
---|
128 | <seg>several in &kde-dir;/lib</seg>
|
---|
129 | <seg>several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share
|
---|
130 | </seg>
|
---|
131 | </seglistitem>
|
---|
132 | </segmentedlist>
|
---|
133 |
|
---|
134 | </sect2>
|
---|
135 |
|
---|
136 | </sect1>
|
---|