glfs/archive/core/kde-runtime.xml

156 lines
5.1 KiB
XML
Raw Normal View History

<?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 kde-runtime-download-http "&kde-download-http;applications/&kde-apps-version;/src/kde-runtime-&kde-apps-version;.tar.xz">
<!ENTITY kde-runtime-download-ftp " ">
<!ENTITY kde-runtime-md5sum "261c5cab13f3d9b1565d40056da6157c">
<!ENTITY kde-runtime-size "7.5 MB">
<!ENTITY kde-runtime-buildsize "110 MB">
<!ENTITY kde-runtime-time "4.3 SBU">
]>
<sect1 id="kde-runtime" xreflabel="kde-runtime-&kde-apps-version;">
<?dbhtml filename="kde-runtime.html"?>
<title>Kde-runtime-&kde-apps-version;</title>
<indexterm zone="kde-runtime">
<primary sortas="a-kde-runtime">kde-runtime</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kde-runtime</title>
<para>Kde-runtime contains runtime applications and libraries essential
for <application>KDE</application>.</para>
&lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&kde-runtime-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&kde-runtime-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &kde-runtime-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &kde-runtime-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &kde-runtime-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &kde-runtime-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kdelibs"/> and
<xref linkend="libgcrypt"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="alsa-lib"/>,
<xref linkend="exiv2"/>,
<xref linkend="kactivities"/>,
<xref linkend="kdepimlibs"/>, and
<xref linkend="libjpeg"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="libcanberra"/>,
<xref linkend="NetworkManager"/>,
<xref linkend="pulseaudio"/>,
<xref linkend="samba"/>,
<xref linkend="xine-lib"/>,
<ulink url="http://www.libssh.org/">libssh</ulink>,
<!-- <ulink url="&kde-download-http;&kde-version;/src/">nepomuk-core</ulink>,-->
<ulink url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core">nepomuk-core</ulink>,
<ulink url="http://www.openexr.com/">OpenEXR</ulink>,
<ulink url="http://www.openslp.org/">OpenSLP</ulink>, and
<ulink url="http://launchpad.net/ntrack">QNtrack</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kde-runtime"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Kde-runtime</title>
<para>Install <application>kde-runtime</application> by running the following
commands:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
-DSYSCONF_INSTALL_DIR=/etc \
-DCMAKE_BUILD_TYPE=Release \
-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
-DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>To test the results, issue <command>make test</command>.</para>
<para> Now as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &amp;&amp;
ln -sfv ../lib/kde4/libexec/kdesu &kde-dir;/bin/kdesu</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0</parameter>:
This switch is used so that <application>CMake</application> can
properly find <application>Samba</application> headers which got
moved in version 4.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>kcmshell4, kde-cp, kde-mv, kde-open, kde4, kde4-menu,
kdebugdialog, keditfiletype, kfile4, kglobalaccel, khelpcenter,
khotnewstuff-upload, khotnewstuff4, kiconfinder, kioclient,
kmimetypefinder, knotify4, kquitapp, kreadconfig, kstart, ksvgtopng,
ktraderclient, ktrash, kuiserver, kwalletd, kwriteconfig,
plasma-remote-helper, plasmapkg and solid-hardware.
</seg>
<seg>several in &kde-dir;/lib</seg>
<seg>several in &kde-dir;/lib and &kde-dir;/share</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>