source: kde/add/kdepim.xml@ 59e0f32

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 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 59e0f32 was 59e0f32, checked in by Pierre Labastie <pieere@…>, 9 years ago

KDE4 tags, except phonon and k3b

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

  • Property mode set to 100644
File size: 4.6 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
[2cfb44a4]98cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
[092e7fb]99 -DSYSCONF_INSTALL_DIR=/etc \
100 -DCMAKE_BUILD_TYPE=Release \
[43bb741]101 -Wno-dev .. &amp;&amp;
[0e25c32]102make</userinput></screen>
103
104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
[d275f967]116 <segtitle>Installed Directories</segtitle>
[0e25c32]117
118 <seglistitem>
[5036aa29]119 <seg>akonadi_archivemail_agent, akonadi_followupreminder_agent,
120 akonadi_mailfilter_agent, akonadi_notes_agent, akonadi_sendlater_agent,
[cd6d455]121 akonadiconsole, akregator, akregatorstorageexporter,
[5036aa29]122 calendarjanitor, contactthemeeditor, headerthemeeditor,
123 ical2vcal, importwizard, kabc2mutt, kabcclient, kaddressbook,
124 kaddressbook-mobile, kalarm, kalarmautostart, karm,
125 kgpgconf, kincidenceeditor, kjotes, kleopatra, kmail, kmail-mobile,
[2a7334e8]126 kmail_antivir.sh, kmail_clamav.sh, kmail_fprot.sh, kmail_sav.sh,
127 kmailcvt, knode, knotes, konsolekalendar, kontact, korgac, korganizer,
[5036aa29]128 korganizer-mobile, ksendemail, ktimetracker, ktnef, kwatchgnupg,
129 mboximporter, notes-mobile, pimsettingexporter, sieveeditor, storageservicemanger,
130 and tasks-mobile</seg>
[028759b]131 <seg>several in &kde-dir;/lib</seg>
[2a7334e8]132 <seg>several in &kde-dir;/share</seg>
[0e25c32]133 </seglistitem>
134 </segmentedlist>
[69138677]135
[0e25c32]136 </sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.