source: kde/add/kdepim.xml@ 773b316

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 773b316 was b22a51fa, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to KDE Fraeworks-5.15.
Update to KDE Applications 15.08.2.
Update to KDE Short Descriptions.

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

  • Property mode set to 100644
File size: 4.7 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
[28113fe]7 <!ENTITY kdepim-download-http "&kde-download-http;applications/&kde-apps-version;/src/kdepim-&kdepim-version;.tar.xz">
[2bb2521]8 <!ENTITY kdepim-download-ftp " ">
[5036aa29]9 <!ENTITY kdepim-md5sum "a09c9bd838cd71c16e9993e57653a7ad">
[c9035bab]10 <!ENTITY kdepim-size "13.9 MB">
[5036aa29]11 <!ENTITY kdepim-buildsize "493 MB">
12 <!ENTITY kdepim-time "28 SBU">
[0e25c32]13]>
14
[28113fe]15<sect1 id="kdepim" xreflabel="kdepim-&kdepim-version;">
[2a7334e8]16 <?dbhtml filename="kdepim.html"?>
[0e25c32]17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[28113fe]23 <title>Kdepim-&kdepim-version;</title>
[0e25c32]24
[c9df31a]25 <indexterm zone="kdepim">
26 <primary sortas="a-kdepim">kdepim</primary>
[0e25c32]27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kdepim</title>
31
32 <para>This package provides several KDE programs for managing
33 personal information. Programs include a contact manager,
[2a7334e8]34 calendar, mail client, newsreader, X.509 certificate manager
[0e25c32]35 and sticky notes.</para>
36
[59e0f32]37 &lfs78_checked;
[0e25c32]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[c9df31a]42 <para>Download (HTTP): <ulink url="&kdepim-download-http;"/></para>
[0e25c32]43 </listitem>
44 <listitem>
[c9df31a]45 <para>Download (FTP): <ulink url="&kdepim-download-ftp;"/></para>
[0e25c32]46 </listitem>
47 <listitem>
[c9df31a]48 <para>Download MD5 sum: &kdepim-md5sum;</para>
[0e25c32]49 </listitem>
50 <listitem>
[c9df31a]51 <para>Download size: &kdepim-size;</para>
[0e25c32]52 </listitem>
53 <listitem>
[c9df31a]54 <para>Estimated disk space required: &kdepim-buildsize;</para>
[0e25c32]55 </listitem>
56 <listitem>
[c9df31a]57 <para>Estimated build time: &kdepim-time;</para>
[0e25c32]58 </listitem>
59 </itemizedlist>
[c7605660]60
[0e25c32]61 <bridgehead renderas="sect3">Kdepim Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
[4f8d9be]65 <xref linkend="boost"/>,
66 <xref linkend="grantlee"/>, and
[092e7fb]67 <xref linkend="kdepim-runtime"/>
[0e25c32]68 </para>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended">
[092e7fb]72 <xref linkend="libassuan"/>
[0e25c32]73 </para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
[33e5761]77 <ulink url="&kde-download-http;&kde-version;/src">nepomuk-widgets</ulink>,
[092e7fb]78 <ulink url="ftp://ftp.kde.org/pub/kde/stable/prison/1.0/src/">Prison</ulink>,
[7031a69]79 <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>, and
[0fdd99d]80 <ulink url="http://www.abisource.com/projects/link-grammar/">LinkGrammar</ulink>
[0e25c32]81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
[092e7fb]84 <ulink url="&blfs-wiki;/kdepim"/>
[0e25c32]85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Kdepim</title>
91
[69138677]92 <para>Install <application>Kdepim</application> by running
[0e25c32]93 the following commands:</para>
[78abf5a]94
[c7605660]95<screen><userinput>mkdir build &amp;&amp;
[092e7fb]96cd build &amp;&amp;
97
[b22a51fa]98cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
99 -DSYSCONF_INSTALL_DIR=/etc \
100 -DCMAKE_BUILD_TYPE=Release \
101 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
[43bb741]102 -Wno-dev .. &amp;&amp;
[0e25c32]103make</userinput></screen>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
[d275f967]117 <segtitle>Installed Directories</segtitle>
[0e25c32]118
119 <seglistitem>
[5036aa29]120 <seg>akonadi_archivemail_agent, akonadi_followupreminder_agent,
121 akonadi_mailfilter_agent, akonadi_notes_agent, akonadi_sendlater_agent,
[cd6d455]122 akonadiconsole, akregator, akregatorstorageexporter,
[5036aa29]123 calendarjanitor, contactthemeeditor, headerthemeeditor,
124 ical2vcal, importwizard, kabc2mutt, kabcclient, kaddressbook,
125 kaddressbook-mobile, kalarm, kalarmautostart, karm,
126 kgpgconf, kincidenceeditor, kjotes, kleopatra, kmail, kmail-mobile,
[2a7334e8]127 kmail_antivir.sh, kmail_clamav.sh, kmail_fprot.sh, kmail_sav.sh,
128 kmailcvt, knode, knotes, konsolekalendar, kontact, korgac, korganizer,
[5036aa29]129 korganizer-mobile, ksendemail, ktimetracker, ktnef, kwatchgnupg,
130 mboximporter, notes-mobile, pimsettingexporter, sieveeditor, storageservicemanger,
131 and tasks-mobile</seg>
[028759b]132 <seg>several in &kde-dir;/lib</seg>
[2a7334e8]133 <seg>several in &kde-dir;/share</seg>
[0e25c32]134 </seglistitem>
135 </segmentedlist>
[69138677]136
[0e25c32]137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.