source: kde/core/kdepimlibs.xml@ 3d656d7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3d656d7 was 366fbbb8, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Updates to support plasma5

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

  • Property mode set to 100644
File size: 4.1 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 kdepimlibs-download-http "&kde-download-http;applications/15.04.3/src/kdepimlibs-&kdepim-version;.tar.xz">
8 <!ENTITY kdepimlibs-download-ftp " ">
9 <!ENTITY kdepimlibs-md5sum "098c975fb970621dc8382ed3c28de0eb">
10 <!ENTITY kdepimlibs-size "2.7 MB">
11 <!ENTITY kdepimlibs-buildsize "213 MB">
12 <!ENTITY kdepimlibs-time "8.3 SBU">
13]>
14
15<sect1 id="kdepimlibs" xreflabel="kdepimlibs-&kdepim-version;">
16 <?dbhtml filename="kdepimlibs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kdepimlibs-&kdepim-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 &lfs78_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 <bridgehead renderas="sect3">Kdepimlibs Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="kdelibs"/>,
65 <xref linkend="libxslt"/>,
66 <xref linkend="gpgme"/>,
67 <xref linkend="libical"/>,
68 <xref linkend="akonadi"/>,
69 <xref linkend="cyrus-sasl"/>,
70 <xref linkend="boost"/>, and
71 <xref linkend="qjson"/>
72 </para>
73
74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended">
76 <xref linkend="openldap"/> (if connecting to an LDAP server)
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="openssl"/> and
82 <ulink url="http://projects.kde.org/prison">prison</ulink>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/kdepimlibs"/>
87 </para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Kdepimlibs</title>
93
94 <para>Install <application>kdepimlibs</application> by running the following
95 commands:</para>
96
97<!-- Again, nothing in sysconfdir -->
98<screen><userinput>mkdir build &amp;&amp;
99cd build &amp;&amp;
100
101cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
102 -DCMAKE_BUILD_TYPE=Release \
103 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
104 -Wno-dev .. &amp;&amp;
105make</userinput></screen>
106
107 <para>The full test suite for this package is not enabled by default and not
108 tested by the BLFS team.</para>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>akonadi2xml, akonadi_benchmarker, and akonaditest</seg>
126 <seg>several in &kde-dir;/lib</seg>
127 <seg>several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131
132 </sect2>
133
134</sect1>
Note: See TracBrowser for help on using the repository browser.