source: kde/core/kde-runtime.xml@ f1fc499

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f1fc499 was f1fc499, checked in by Ragnar Thomsen <rthomsen@…>, 11 years ago

KDE 4.9.3

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

  • Property mode set to 100644
File size: 5.5 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;&kde-version;/src/kde-runtime-&kde-version;.tar.xz">
8 <!ENTITY kde-runtime-download-ftp "&kde-download-ftp;&kde-version;/src/kde-runtime-&kde-version;.tar.xz">
9 <!ENTITY kde-runtime-md5sum "7fcd028d15c03d68409480fad473b994">
10 <!ENTITY kde-runtime-size "6.3 MB">
11 <!ENTITY kde-runtime-buildsize "438 MB">
12 <!ENTITY kde-runtime-time "7.5 SBU">
13]>
14
15<sect1 id="kde-runtime" xreflabel="kde-runtime-&kde-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-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 &lfs72_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
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/kde-runtime-&kde-version;-rpc_fix-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="kactivities"/> and
73 <xref linkend="libtirpc"/>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="nepomuk-core"/>,
79 <xref linkend="alsa-lib"/>,
80 <xref linkend="libjpeg"/> and
81 <xref linkend="exiv2"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="pulseaudio"/>,
87 <xref linkend="xine-lib"/>,
88 <xref linkend="libcanberra"/>,
89 <xref linkend="samba3"/>,
90 <xref linkend="NetworkManager"/>,
91 <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
92 <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>,
93 <ulink url="http://www.libssh.org/">LibSSH</ulink> and
94 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/kde-runtime"/>
99 </para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Kde-runtime</title>
105
106 <para>Install <application>kde-runtime</application> by running the following
107 commands:</para>
108
109<screen><userinput>patch -Np1 -i ../kde-runtime-&kde-version;-rpc_fix-1.patch &amp;&amp;
110mkdir build &amp;&amp;
111cd build &amp;&amp;
112cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
113 -DSYSCONF_INSTALL_DIR=/etc/kde \
114 .. &amp;&amp;
115make</userinput></screen>
116
117 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para><option>patch -Np1 -i ../kde-runtime-&kde-version;-rpc_fix-1.patch</option>:
127 This patch fixes linking to <application>libtirpc</application>.</para>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>kcmshell4, kde-cp, kde-mv, kde-open, kde4, kde4-menu,
141 kdebugdialog, keditfiletype, kfile4, kglobalaccel, khelpcenter,
142 khotnewstuff-upload, khotnewstuff4, kiconfinder, kioclient,
143 kmimetypefinder, knotify4, kquitapp, kreadconfig, kstart, ksvgtopng,
144 ktraderclient, ktrash, kuiserver, kwalletd, kwriteconfig,
145 nepomukcontroller, plasma-remote-helper, plasmapkg and solid-hardware.
146 </seg>
147 <seg>several in &kde-dir;/lib</seg>
148 <seg>several in &kde-dir;/lib and &kde-dir;/share</seg>
149 </seglistitem>
150 </segmentedlist>
151<!--
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="a-kde-runtime">
158 <term><command>kde-runtime</command></term>
159 <listitem>
160 <para>is a testing utility for kde-runtime-generated build trees.</para>
161 <indexterm zone="a-kde-runtime kde-runtime">
162 <primary sortas="b-kde-runtime">kdelibs</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168-->
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.