mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
163 lines
4.8 KiB
XML
163 lines
4.8 KiB
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||
|
%general-entities;
|
||
|
|
||
|
<!ENTITY kde4pimlibs-download-http "&kde4-download-http;/kdepimlibs-&kde4-version;.tar.bz2">
|
||
|
<!ENTITY kde4pimlibs-download-ftp "&kde4-download-ftp;/kdepimlibs-&kde4-version;.tar.bz2">
|
||
|
<!ENTITY kde4pimlibs-md5sum "bfcc74fff5c6d0803d43cf13033660ab">
|
||
|
<!ENTITY kde4pimlibs-size "3.2 MB">
|
||
|
<!ENTITY kde4pimlibs-buildsize "330 MB">
|
||
|
<!ENTITY kde4pimlibs-time "5.8 SBU">
|
||
|
]>
|
||
|
|
||
|
<sect1 id="kde4pimlibs" xreflabel="kde4pimlibs-&kde4-version;">
|
||
|
<?dbhtml filename="kde4pimlibs.html"?>
|
||
|
|
||
|
<sect1info>
|
||
|
<othername>$LastChangedBy$</othername>
|
||
|
<date>$Date$</date>
|
||
|
</sect1info>
|
||
|
|
||
|
<title>Kdepimlibs-&kde4-version;</title>
|
||
|
|
||
|
<indexterm zone="kde4pimlibs">
|
||
|
<primary sortas="a-kde4pimlibs">kde4pimlibs</primary>
|
||
|
</indexterm>
|
||
|
|
||
|
<sect2 role="package">
|
||
|
<title>Introduction to Kdepimlibs</title>
|
||
|
|
||
|
<para><application>Kdepimlibs</application> is the common library for
|
||
|
<application>KDE</application> PIM applications like kmail, kalarm etc.</para>
|
||
|
|
||
|
&lfs67_checked;
|
||
|
|
||
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||
|
<itemizedlist spacing="compact">
|
||
|
<listitem>
|
||
|
<para>Download (HTTP): <ulink url="&kde4pimlibs-download-http;"/></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download (FTP): <ulink url="&kde4pimlibs-download-ftp;"/></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download MD5 sum: &kde4pimlibs-md5sum;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download size: &kde4pimlibs-size;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Estimated disk space required: &kde4pimlibs-buildsize;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Estimated build time: &kde4pimlibs-time;</para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
|
||
|
<!--
|
||
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||
|
<itemizedlist spacing='compact'>
|
||
|
<listitem>
|
||
|
<para>Required patch: <ulink
|
||
|
url="&patch-root;/kde4pimlibs-&kdepimlibs-version;-fixes-1.patch"/></para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
-->
|
||
|
<bridgehead renderas="sect3">Kdepimlibs Dependencies</bridgehead>
|
||
|
|
||
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||
|
<para role="required">
|
||
|
<xref linkend="libxslt"/>,
|
||
|
<xref linkend="gpgme"/>,
|
||
|
<xref linkend="libical"/>
|
||
|
<xref linkend="akonadi"/>,
|
||
|
</para>
|
||
|
|
||
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||
|
<para role="recommended">
|
||
|
<xref linkend="boost"/>,
|
||
|
<xref linkend="cyrus-sasl"/>,
|
||
|
<xref linkend="shared-mime-info"/>,
|
||
|
<xref linkend="shared-desktop-ontologies"/>,
|
||
|
<xref linkend="openldap"/>,
|
||
|
<xref linkend="soprano"/>,
|
||
|
</para>
|
||
|
|
||
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||
|
<para role="optional">
|
||
|
</para>
|
||
|
|
||
|
<para condition="html" role="usernotes">User Notes:
|
||
|
<ulink url="&blfs-wiki;/kde4pimlibs"/>
|
||
|
</para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="installation">
|
||
|
<title>Installation of Kdepimlibs</title>
|
||
|
|
||
|
<para>Install <application>kdepimlibs</application> by running the following
|
||
|
commands:</para>
|
||
|
|
||
|
<screen><userinput>mkdir build &&
|
||
|
cd build</userinput></screen>
|
||
|
|
||
|
<para>Prepare the package for compilation:</para>
|
||
|
|
||
|
<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
|
||
|
-DKDE_DEFAULT_HOME=.kde4 \
|
||
|
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
|
||
|
.. &&
|
||
|
make</userinput></screen>
|
||
|
|
||
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||
|
|
||
|
<screen role="root"><userinput>make install</userinput></screen>
|
||
|
|
||
|
</sect2>
|
||
|
<!--
|
||
|
<sect2 role="commands">
|
||
|
<title>Command Explanations</title>
|
||
|
|
||
|
<para><option>- -xyz</option>: This option is set for ...</para>
|
||
|
|
||
|
</sect2>
|
||
|
-->
|
||
|
<sect2 role="content">
|
||
|
<title>Contents</title>
|
||
|
|
||
|
<segmentedlist>
|
||
|
<segtitle>Installed Program</segtitle>
|
||
|
<segtitle>Installed Library</segtitle>
|
||
|
<segtitle>Installed Directory</segtitle>
|
||
|
|
||
|
<seglistitem>
|
||
|
<seg>None</seg>
|
||
|
<seg>several libraries in &kde4-dir;/lib</seg>
|
||
|
<seg></seg>
|
||
|
</seglistitem>
|
||
|
</segmentedlist>
|
||
|
<!--
|
||
|
<variablelist>
|
||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||
|
<?dbfo list-presentation="list"?>
|
||
|
<?dbhtml list-presentation="table"?>
|
||
|
|
||
|
<varlistentry id="a-kde4pimlibs">
|
||
|
<term><command>kde4pimlibs</command></term>
|
||
|
<listitem>
|
||
|
<para>is a testing utility for kde4pimlibs-generated build trees.</para>
|
||
|
<indexterm zone="a-kde4pimlibs kde4pimlibs">
|
||
|
<primary sortas="b-kde4pimlibs">kdepimlibs</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
</variablelist>
|
||
|
-->
|
||
|
</sect2>
|
||
|
|
||
|
</sect1>
|