glfs/kde/core/kdepimlibs.xml
Bruce Dubbs 8309bf4bf1 Update to kde-4.13.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13558 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-07-22 17:55:07 +00:00

143 lines
4.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kdepimlibs-download-http "&kde-download-http;&kde-version;/src/kdepimlibs-&kde-version;.tar.xz">
<!ENTITY kdepimlibs-download-ftp "&kde-download-ftp;&kde-version;/src/kdepimlibs-&kde-version;.tar.xz">
<!ENTITY kdepimlibs-md5sum "f312139c3871f4666f626ea8feb26974">
<!ENTITY kdepimlibs-size "2.7 MB">
<!ENTITY kdepimlibs-buildsize "182 MB">
<!ENTITY kdepimlibs-time "9.4 SBU">
]>
<sect1 id="kdepimlibs" xreflabel="kdepimlibs-&kde-version;">
<?dbhtml filename="kdepimlibs.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kdepimlibs-&kde-version;</title>
<indexterm zone="kdepimlibs">
<primary sortas="a-kdepimlibs">kdepimlibs</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kdepimlibs</title>
<para><application>Kdepimlibs</application> is the common library for
<application>KDE</application> PIM applications like
<command>kmail</command>, <command>kalarm</command>, etc.</para>
&lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&kdepimlibs-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&kdepimlibs-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &kdepimlibs-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &kdepimlibs-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &kdepimlibs-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &kdepimlibs-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/kdepimlibs-&kde-version;-fixes-1.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Kdepimlibs Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kdelibs"/>,
<xref linkend="libxslt"/>,
<xref linkend="gpgme"/>,
<xref linkend="libical"/>,
<xref linkend="akonadi"/>,
<xref linkend="cyrus-sasl"/>,
<xref linkend="boost"/> and
<xref linkend="qjson"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="openldap"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="openssl"/>
<ulink url="http://projects.kde.org/prison">prison</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kdepimlibs"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Kdepimlibs</title>
<para>Install <application>kdepimlibs</application> by running the following
commands:</para>
<!-- Again, nothing in sysconfdir -->
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>The full test suite for this package is not enabled by default and not
tested by the BLFS team.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>akonadi_benchmarker and akonaditest</seg>
<seg>several in &kde-dir;/lib</seg>
<seg>several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>