source: archive/core/kdepimlibs.xml@ 7115894

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 7115894 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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