source: kde/core/kde-runtime.xml@ 366fbbb8

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 366fbbb8 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: 5.2 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 kde-runtime-download-http "&kde-download-http;applications/&kde-apps-version;/src/kde-runtime-&kde-apps-version;.tar.xz">
8 <!ENTITY kde-runtime-download-ftp " ">
9 <!ENTITY kde-runtime-md5sum "3f9a69697c66e69f77898114fc897009">
10 <!ENTITY kde-runtime-size "7.5 MB">
11 <!ENTITY kde-runtime-buildsize "110 MB">
12 <!ENTITY kde-runtime-time "4.3 SBU">
13]>
14
15<sect1 id="kde-runtime" xreflabel="kde-runtime-&kde-apps-version;">
16 <?dbhtml filename="kde-runtime.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kde-runtime-&kde-apps-version;</title>
24
25 <indexterm zone="kde-runtime">
26 <primary sortas="a-kde-runtime">kde-runtime</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kde-runtime</title>
31
32 <para>Kde-runtime contains runtime applications and libraries essential
33 for <application>KDE</application>.</para>
34
35 &lfs78_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&kde-runtime-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&kde-runtime-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &kde-runtime-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &kde-runtime-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &kde-runtime-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &kde-runtime-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">
63 <xref linkend="kdelibs"/> and
64 <xref linkend="libgcrypt"/>
65 </para>
66
67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended">
69 <xref linkend="alsa-lib"/>,
70 <xref linkend="exiv2"/>,
71 <xref linkend="kactivities"/>,
72 <xref linkend="kdepimlibs"/>, and
73 <xref linkend="libjpeg"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="libcanberra"/>,
79 <xref linkend="NetworkManager"/>,
80 <xref linkend="pulseaudio"/>,
81 <xref linkend="samba"/>,
82 <xref linkend="xine-lib"/>,
83 <ulink url="http://www.libssh.org/">libssh</ulink>,
84<!-- <ulink url="&kde-download-http;&kde-version;/src/">nepomuk-core</ulink>,-->
85 <ulink url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core">nepomuk-core</ulink>,
86 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
87 <ulink url="http://www.openslp.org/">OpenSLP</ulink>, and
88 <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/kde-runtime"/>
93 </para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Kde-runtime</title>
99
100 <para>Install <application>kde-runtime</application> by running the following
101 commands:</para>
102
103<screen><userinput>mkdir build &amp;&amp;
104cd build &amp;&amp;
105
106cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
107 -DSYSCONF_INSTALL_DIR=/etc \
108 -DCMAKE_BUILD_TYPE=Release \
109 -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
110 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
111 -Wno-dev .. &amp;&amp;
112make</userinput></screen>
113
114 <para>To test the results, issue <command>make test</command>.</para>
115
116 <para> Now as the <systemitem class="username">root</systemitem>
117 user:</para>
118
119<screen role="root"><userinput>make install &amp;&amp;
120ln -sfv ../lib/kde4/libexec/kdesu &kde-dir;/bin/kdesu</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <parameter>-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0</parameter>:
129 This switch is used so that <application>CMake</application> can
130 properly find <application>Samba</application> headers which got
131 moved in version 4.
132 </para>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>kcmshell4, kde-cp, kde-mv, kde-open, kde4, kde4-menu,
146 kdebugdialog, keditfiletype, kfile4, kglobalaccel, khelpcenter,
147 khotnewstuff-upload, khotnewstuff4, kiconfinder, kioclient,
148 kmimetypefinder, knotify4, kquitapp, kreadconfig, kstart, ksvgtopng,
149 ktraderclient, ktrash, kuiserver, kwalletd, kwriteconfig,
150 plasma-remote-helper, plasmapkg and solid-hardware.
151 </seg>
152 <seg>several in &kde-dir;/lib</seg>
153 <seg>several in &kde-dir;/lib and &kde-dir;/share</seg>
154 </seglistitem>
155 </segmentedlist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.