source: kde/core/kde-runtime.xml@ 7fe8cb75

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 7fe8cb75 was 7fe8cb75, checked in by Ragnar Thomsen <rthomsen@…>, 11 years ago

Forgot to update md5 sums for KDE 4.10.

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

  • Property mode set to 100644
File size: 4.9 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 "91b0641846dc622b05afd79f47dabcf3">
10 <!ENTITY kde-runtime-size "7.1 MB">
11 <!ENTITY kde-runtime-buildsize "111 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 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing='compact'>
61 <listitem>
62 <para>Required patch: <ulink
63 url="&patch-root;/kde-runtime-&kde-version;-rpc_fix-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required">
71 <xref linkend="kdelibs"/> and
72 <xref linkend="libtirpc"/>
73 </para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="kactivities"/>,
78 <xref linkend="kdepimlibs"/>
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="gdb"/>,
87 <xref linkend="pulseaudio"/>,
88 <xref linkend="xine-lib"/>,
89 <xref linkend="libcanberra"/>,
90 <xref linkend="samba3"/>,
91 <xref linkend="NetworkManager"/>,
92 <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
93 <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>,
94 <ulink url="http://www.libssh.org/">LibSSH</ulink> and
95 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/kde-runtime"/>
100 </para>
101
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of Kde-runtime</title>
106
107 <para>Install <application>kde-runtime</application> by running the following
108 commands:</para>
109
110<screen><userinput>patch -Np1 -i ../kde-runtime-&kde-version;-rpc_fix-1.patch &amp;&amp;
111mkdir build &amp;&amp;
112cd build &amp;&amp;
113cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
114 -DSYSCONF_INSTALL_DIR=/etc \
115 -DCMAKE_BUILD_TYPE=Release \
116 .. &amp;&amp;
117make</userinput></screen>
118
119 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
120
121<screen role="root"><userinput>make install &amp;&amp;
122ln -s ../lib/kde4/libexec/kdesu &kde-dir;/bin/kdesu</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>kcmshell4, kde-cp, kde-mv, kde-open, kde4, kde4-menu,
136 kdebugdialog, keditfiletype, kfile4, kglobalaccel, khelpcenter,
137 khotnewstuff-upload, khotnewstuff4, kiconfinder, kioclient,
138 kmimetypefinder, knotify4, kquitapp, kreadconfig, kstart, ksvgtopng,
139 ktraderclient, ktrash, kuiserver, kwalletd, kwriteconfig,
140 nepomukcontroller, plasma-remote-helper, plasmapkg and solid-hardware.
141 </seg>
142 <seg>several in &kde-dir;/lib</seg>
143 <seg>several in &kde-dir;/lib and &kde-dir;/share</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 </sect2>
148
149</sect1>
Note: See TracBrowser for help on using the repository browser.