source: kde/core/kdepimlibs.xml@ cd6d455

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since cd6d455 was cd6d455, checked in by Ragnar Thomsen <rthomsen@…>, 11 years ago

KDE 4.10.0. Removed --disable-static switches from xcb-util pkgs.

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

  • 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-http;&kde-version;/src/kdepimlibs-&kde-version;.tar.xz">
8 <!ENTITY kdepimlibs-download-ftp "&kde-download-ftp;&kde-version;/src/kdepimlibs-&kde-version;.tar.xz">
9 <!ENTITY kdepimlibs-md5sum "0ee906b58e3a8e8acd6f03482ea8a9bb">
10 <!ENTITY kdepimlibs-size "2.7 MB">
11 <!ENTITY kdepimlibs-buildsize "153 MB">
12 <!ENTITY kdepimlibs-time "7.5 SBU">
13]>
14
15<sect1 id="kdepimlibs" xreflabel="kdepimlibs-&kde-version;">
16 <?dbhtml filename="kdepimlibs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kdepimlibs-&kde-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 kmail, kalarm etc.</para>
34
35 &lfs72_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<!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/kdepimlibs-&kde-version;-fixes-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67-->
68 <bridgehead renderas="sect3">Kdepimlibs Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="nepomuk-core"/>,
73 <xref linkend="libxslt"/>,
74 <xref linkend="gpgme"/>,
75 <xref linkend="libical"/>,
76 <xref linkend="akonadi"/>,
77 <xref linkend="cyrus-sasl"/> and
78 <xref linkend="boost"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="openldap"/> and
84 <ulink url="http://qjson.sourceforge.net/">qjson</ulink>
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/kdepimlibs"/>
89 </para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Kdepimlibs</title>
95
96 <para>Install <application>kdepimlibs</application> by running the following
97 commands:</para>
98
99<!-- Again, nothing in sysconfdir -->
100<screen><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
103 -DCMAKE_BUILD_TYPE=Release \
104 .. &amp;&amp;
105make</userinput></screen>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>akonadi_benchmarker and akonaditest</seg>
123 <seg>several in &kde-dir;/lib</seg>
124 <seg>several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 </sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.