source: kde5/plasma/plasma-desktop.xml@ c82b1166

kde5-13430
Last change on this file since c82b1166 was c82b1166, checked in by Krejzi <krejzi@…>, 10 years ago

Experiment with packages.ent like files for kde5 section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@13560 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
8<sect1 id="plasma-desktop" xreflabel="Plasma-Desktop-&plasma-version;">
9 <?dbhtml filename="plasma-desktop.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Plasma-Desktop-&plasma-version;</title>
17
18 <indexterm zone="plasma-desktop">
19 <primary sortas="a-Plasma-Desktop">Plasma-Desktop</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to Plasma-Desktop</title>
24
25 <para>
26 The <application>Plasma-Desktop</application> package contains the
27 <application>KDE Plasma 5</application> Desktop.
28 </para>
29
30 &lfs75_checked;
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>
36 Download (HTTP): <ulink url="&plasma-desktop-download-http;"/>
37 </para>
38 </listitem>
39 <listitem>
40 <para>
41 Download (FTP): <ulink url="&plasma-desktop-download-ftp;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download MD5 sum: &plasma-desktop-md5sum;
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download size: &plasma-desktop-size;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Estimated disk space required: &plasma-desktop-buildsize;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated build time: &plasma-desktop-time;
62 </para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Plasma-Desktop Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required">
70 <xref linkend="plasma-workspace"/>
71 </para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="libcanberra"/>,
76 <xref linkend="libusb-compat"/> and
77 <xref linkend="pulseaudio"/>
78 </para>
79
80 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
81 <para role="required">
82 <xref linkend="khotkeys"/>,
83 <xref linkend="ksysguard"/>,
84 <xref linkend="powerdevil"/> and
85 <xref linkend="systemsettings"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/plasma-desktop"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Plasma-Desktop</title>
95
96 <para>
97 Install <application>Plasma-Desktop</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>mkdir build &amp;&amp;
102cd build &amp;&amp;
103
104cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
105 -DCMAKE_BUILD_TYPE=Release \
106 -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \
107 -DLIB_INSTALL_DIR=lib \
108 -DBUILD_TESTING=OFF \
109 -DQML_INSTALL_DIR=&qt5-qml-dir; \
110 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
111 .. &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/cmake-release.xml"/>
131
132 <para>
133 <parameter>-DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR</parameter>: This switch
134 is used to set correct XDG configuration directory.
135 </para>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/kf5-libdir.xml"/>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/kf5-tests.xml"/>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/qt5-qml-dir.xml"/>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/qt5-plugins-dir.xml"/>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 kaccess, kapplymousetheme, kfontinst, kfontview, knetattach and krdb
162 </seg>
163 <seg>
164 libkdeinit5_kaccess.so, libkfontinst.so and libkfontinstui.so
165 </seg>
166 <seg>
167 $KF5_PREFIX/&qt5-qml-dir;/org/kde/plasma/private/{folder,kicker,kickoff},
168 $KF5_PREFIX/&qt5-qml-dir;/org/kde/plasma/private/{pager,taskmanager,trash},
169 $KF5_PREFIX/share/color-schemes,
170 $KF5_PREFIX/share/doc/HTML/*/{kcontrol,kfontview,knetattach,plasma-desktop},
171 $KF5_PREFIX/share/{kcm_componentchooser,kcminput,kcmkeyboard,kcmkeys},
172 $KF5_PREFIX/share/{kcm_phonon,kcontrol,kdisplay,kdm,kfontinst,kfontview}
173 $KF5_PREFIX/share/{konqsidebartng,kthememanager} and
174 $KF5_PREFIX/share/plasma/{packages,shells}
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.