source: kde4/core/kde4runtime.xml@ 806640c

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

kdelibs, kderuntime and oxygenicons update.

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

  • Property mode set to 100644
File size: 5.7 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 kde4runtime-download-http "http://mirrors.isc.org/pub/kde/stable/4.8.1/src/kde-runtime-&kde4runtime-version;.tar.xz">
8 <!ENTITY kde4runtime-download-ftp "ftp://ftp.kde.org/pub/kde/stable/4.8.1/src/kde-runtime-&kde4runtime-version;.tar.xz">
9 <!ENTITY kde4runtime-md5sum "9fa9c4015f158d1b434a5b8653e65dcf">
10 <!ENTITY kde4runtime-size "5.5 MB">
11 <!ENTITY kde4runtime-buildsize "548 MB">
12 <!ENTITY kde4runtime-time "7.5 SBU">
13]>
14
15<sect1 id="kde4runtime" xreflabel="kde4runtime-&kde4runtime-version;">
16 <?dbhtml filename="kde4runtime.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: bdubbs $</othername>
20 <date>$Date: 2011-10-26 23:29:54 +0200 (Wed, 26 Oct 2011) $</date>
21 </sect1info>
22
23 <title>Kde-Runtime-&kde4runtime-version;</title>
24
25 <indexterm zone="kde4runtime">
26 <primary sortas="a-kde4runtime">kde4runtime</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kde-Runtime</title>
31
32 <para>Kde-runtime is for runtime dependencies and is a required
33 package for <application>KDE</application> applications like kdesu,
34 kfile etc.</para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&kde4runtime-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&kde4runtime-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &kde4runtime-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &kde4runtime-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &kde4runtime-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &kde4runtime-time;</para>
57 </listitem>
58 </itemizedlist>
59
60<!--
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing='compact'>
63 <listitem>
64 <para>Required patch: <ulink
65 url="&patch-root;/kde4runtime-&kde4runtime-version;-fixes-1.patch"/></para>
66 </listitem>
67 </itemizedlist>
68-->
69 <bridgehead renderas="sect3">Kde-Runtime Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="kde4libs"/>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="libjpeg"/>,
79 <xref linkend="exiv2"/>,
80 <xref linkend="shared-desktop-ontologies"/>,
81 <xref linkend="shared-mime-info"/>,
82 <xref linkend="alsa-lib"/> and
83 <xref linkend="phonon"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="pulseaudio"/>,
89 <xref linkend="xine-lib"/>,
90 <xref linkend="libcanberra"/>,
91 <xref linkend="samba3"/>,
92 <xref linkend="libtirpc"/>,
93 <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
94 <ulink url="http://launchpad.net/ntrack">QNtrack</ulink>,
95 <ulink url="http://www.libssh.org/">LibSSH</ulink> and
96 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/kde4runtime"/>
101 </para>
102
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Kde-Runtime</title>
107
108 <para>Install <application>kderuntime</application> by running the following
109 commands:</para>
110
111<screen><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
114 -DKDE_DEFAULT_HOME=.kde4 \
115 -DSYSCONF_INSTALL_DIR=/etc/kde4 \
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</userinput></screen>
122
123 </sect2>
124<!--
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para><option>- -xyz</option>: This option is set for ...</para>
129
130 </sect2>
131-->
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>kcmshell4, kde4, kde4-menu, kdebugdialog, kde-cp, keditfiletype,
142 kde-mv, kde-open, kfile4, kglobalaccel, khelpcenter, khotnewstuff4,
143 khotnewstuff-upload, kiconfinder, kioclient, kmimetypefinder, knotify4,
144 kreadconfig, ksvgtopng, ktraderclient, ktrash, kwriteconfig, kquitapp,
145 kstart, kuiserver, kwalletd, nepomukbackup, nepomukcontroller, nepomukindexer,
146 nepomukserver, nepomukservicestub and nepomuk-simpleresource-rcgen, plasmapkg,
147 plasma-remote-helper and solid-hardware</seg>
148 <seg>Several in $KDE4_PREFIX/lib</seg>
149 <seg>several in /etc/kde4, $KDE4_PREFIX/include and $KDE4_PREFIX/share</seg>
150 </seglistitem>
151 </segmentedlist>
152<!--
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="a-kde4runtime">
159 <term><command>kde4runtime</command></term>
160 <listitem>
161 <para>is a testing utility for kde4runtime-generated build trees.</para>
162 <indexterm zone="a-kde4runtime kde4runtime">
163 <primary sortas="b-kde4runtime">kdelibs</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169-->
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.