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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 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 d591de4 was 82b2c97, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Update to kde-4.14.3

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

  • Property mode set to 100644
File size: 5.0 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 " ">
9 <!ENTITY kde-runtime-md5sum "fbba547e4446b51702e5de8bcae078d5">
10 <!ENTITY kde-runtime-size "7.5 MB">
11 <!ENTITY kde-runtime-buildsize "146 MB">
12 <!ENTITY kde-runtime-time "4.3 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 &lfs76_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"/>
64 </para>
65
66 <bridgehead renderas="sect4">Recommended</bridgehead>
67 <para role="recommended">
68 <xref linkend="kactivities"/>,
69 <xref linkend="kdepimlibs"/>,
70 <xref linkend="alsa-lib"/>,
71 <xref linkend="libjpeg"/>, and
72 <xref linkend="exiv2"/>
73 </para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="pulseaudio"/>,
78 <xref linkend="xine-lib"/>,
79 <xref linkend="libcanberra"/>,
80 <xref linkend="samba"/>,
81 <xref linkend="NetworkManager"/>,
82 <ulink url="&kde-download-http;&kde-version;/src/">nepomuk-core</ulink>,
83 <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
84 <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>,
85 <ulink url="http://www.libssh.org/">LibSSH</ulink>, and
86 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/kde-runtime"/>
91 </para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Kde-runtime</title>
97
98 <para>Install <application>kde-runtime</application> by running the following
99 commands:</para>
100
101<screen><userinput>mkdir build &amp;&amp;
102cd build &amp;&amp;
103
104cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
105 -DSYSCONF_INSTALL_DIR=/etc \
106 -DCMAKE_BUILD_TYPE=Release \
107 -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
108 -Wno-dev .. &amp;&amp;
109make</userinput></screen>
110
111 <para>To test the results, issue <command>make test</command>.</para>
112
113 <para> Now as the <systemitem class="username">root</systemitem>
114 user:</para>
115
116<screen role="root"><userinput>make install &amp;&amp;
117ln -sfv ../lib/kde4/libexec/kdesu &kde-dir;/bin/kdesu</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <parameter>-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0</parameter>:
126 This switch is used so that <application>CMake</application> can
127 properly find <application>Samba</application> headers which got
128 moved in version 4.
129 </para>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>kcmshell4, kde-cp, kde-mv, kde-open, kde4, kde4-menu,
143 kdebugdialog, keditfiletype, kfile4, kglobalaccel, khelpcenter,
144 khotnewstuff-upload, khotnewstuff4, kiconfinder, kioclient,
145 kmimetypefinder, knotify4, kquitapp, kreadconfig, kstart, ksvgtopng,
146 ktraderclient, ktrash, kuiserver, kwalletd, kwriteconfig,
147 nepomukcontroller, plasma-remote-helper, plasmapkg and solid-hardware.
148 </seg>
149 <seg>several in &kde-dir;/lib</seg>
150 <seg>several in &kde-dir;/lib and &kde-dir;/share</seg>
151 </seglistitem>
152 </segmentedlist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.