source: archive/core/kdepimlibs.xml@ 45ab6c7

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 45ab6c7 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
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-attic;/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 <date>$Date$</date>
20 </sect1info>
21
22 <title>Kdepimlibs-&kdepim-version;</title>
23
24 <indexterm zone="kdepimlibs">
25 <primary sortas="a-kdepimlibs">kdepimlibs</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Kdepimlibs</title>
30
31 <para><application>Kdepimlibs</application> is the common library for
32 <application>KDE</application> PIM applications like
33 <command>kmail</command>, <command>kalarm</command>, etc.</para>
34
35 &lfs79_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&kdepimlibs-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&kdepimlibs-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &kdepimlibs-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &kdepimlibs-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &kdepimlibs-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &kdepimlibs-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Kdepimlibs Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">
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"/>,
69 <xref linkend="boost"/>, and
70 <xref linkend="qjson"/>
71 </para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="openldap"/> (if connecting to an LDAP server)
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="openssl"/> and
81 <ulink url="http://projects.kde.org/prison">prison</ulink>
82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/kdepimlibs"/>
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
96<!-- Again, nothing in sysconfdir -->
97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
100cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
101 -DCMAKE_BUILD_TYPE=Release \
102 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
103 -Wno-dev .. &amp;&amp;
104make</userinput></screen>
105
106 <para>The full test suite for this package is not enabled by default and not
107 tested by the BLFS team.</para>
108
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>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>akonadi2xml, akonadi_benchmarker, and akonaditest</seg>
125 <seg>several in &kde-dir;/lib</seg>
126 <seg>several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 </sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.