source: kde/core/kdepimlibs.xml@ 9204bbb

kde5-14686 systemd-13485
Last change on this file since 9204bbb was 9204bbb, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated to ark-4.14.2, baloo-4.14.2, baloo-widgets-4.14.2, gwenview-4.14.2, kate-4.14.2, kde-baseapps-4.14.2, kde-base-artwork-4.14.2, kdelibs-4.14.2, kdepim-4.14.2, kdepimlibs-4.14.2, kdepim-runtime-4.14.2, kdeplasma-addons-4.14.2, kde-runtime-4.14.2, kde-workspace-4.11.13, kfilemetadata-4.14.2, kmix-4.14.2, konsole-4.14.2, libkcddb-4.14.2, libkdcraw-4.14.2, libkexiv2-4.14.2, okular-4.14.2, oxygen-icons-4.14.2, and phonon-4.8.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14681 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.9 KB
RevLine 
[0e25c32]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
[2a7334e8]7 <!ENTITY kdepimlibs-download-http "&kde-download-http;&kde-version;/src/kdepimlibs-&kde-version;.tar.xz">
[16c6ac3]8 <!ENTITY kdepimlibs-download-ftp " ">
[9204bbb]9 <!ENTITY kdepimlibs-md5sum "f1c8a6f0914706109809d4f27d2835a6">
10 <!ENTITY kdepimlibs-size "2.6 MB">
11 <!ENTITY kdepimlibs-buildsize "191.7 MB">
12 <!ENTITY kdepimlibs-time "11.2 SBU">
[0e25c32]13]>
14
[22899f9]15<sect1 id="kdepimlibs" xreflabel="Kdepimlibs-&kde-version;">
[2a7334e8]16 <?dbhtml filename="kdepimlibs.html"?>
[0e25c32]17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[2a7334e8]23 <title>Kdepimlibs-&kde-version;</title>
[0e25c32]24
[c9df31a]25 <indexterm zone="kdepimlibs">
[22899f9]26 <primary sortas="a-Kdepimlibs">Kdepimlibs</primary>
[0e25c32]27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kdepimlibs</title>
31
[0d7900a]32 <para><application>Kdepimlibs</application> is the common library for
[2ddc3485]33 <application>KDE</application> PIM applications like
34 <command>kmail</command>, <command>kalarm</command>, etc.</para>
[0e25c32]35
[22899f9]36 &lfs76_checked;
[0e25c32]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[c9df31a]41 <para>Download (HTTP): <ulink url="&kdepimlibs-download-http;"/></para>
[0e25c32]42 </listitem>
43 <listitem>
[c9df31a]44 <para>Download (FTP): <ulink url="&kdepimlibs-download-ftp;"/></para>
[0e25c32]45 </listitem>
46 <listitem>
[c9df31a]47 <para>Download MD5 sum: &kdepimlibs-md5sum;</para>
[0e25c32]48 </listitem>
49 <listitem>
[c9df31a]50 <para>Download size: &kdepimlibs-size;</para>
[0e25c32]51 </listitem>
52 <listitem>
[c9df31a]53 <para>Estimated disk space required: &kdepimlibs-buildsize;</para>
[0e25c32]54 </listitem>
55 <listitem>
[c9df31a]56 <para>Estimated build time: &kdepimlibs-time;</para>
[0e25c32]57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Kdepimlibs Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
[33e5761]64 <xref linkend="akonadi"/>,
[22899f9]65 <xref linkend="boost"/>,
[33e5761]66 <xref linkend="cyrus-sasl"/>,
[22899f9]67 <xref linkend="gpgme"/>,
68 <xref linkend="kdelibs"/>,
69 <xref linkend="libical"/>,
70 <xref linkend="libxslt"/>, and
[33e5761]71 <xref linkend="qjson"/>
[0e25c32]72 </para>
73
74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended">
[33e5761]76 <xref linkend="openldap"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
[22899f9]81 <xref linkend="openssl"/> and
82 <ulink url="http://projects.kde.org/prison">Prison</ulink>
[0e25c32]83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
[c9df31a]86 <ulink url="&blfs-wiki;/kdepimlibs"/>
[0e25c32]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<screen><userinput>mkdir build &amp;&amp;
[18c9ee54]98cd build &amp;&amp;
99
[2cfb44a4]100cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
[18c9ee54]101 -DCMAKE_BUILD_TYPE=Release \
[97c713e]102 -Wno-dev .. &amp;&amp;
[0e25c32]103make</userinput></screen>
104
[2ddc3485]105 <para>The full test suite for this package is not enabled by default and not
106 tested by the BLFS team.</para>
107
[0e25c32]108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
[ed4724e]118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
[0e25c32]121
122 <seglistitem>
[cd6d455]123 <seg>akonadi_benchmarker and akonaditest</seg>
[2a7334e8]124 <seg>several in &kde-dir;/lib</seg>
125 <seg>several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share
126 </seg>
[0e25c32]127 </seglistitem>
128 </segmentedlist>
[69138677]129
[0e25c32]130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.