source: kde/core/kde-workspace.xml@ 62aa478

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

Some 7.2 tags.

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

  • Property mode set to 100644
File size: 6.4 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-workspace-download-http "&kde-download-http;&kde-version;/src/kde-workspace-&kde-version;.tar.xz">
8 <!ENTITY kde-workspace-download-ftp "&kde-download-ftp;&kde-version;/src/kde-workspace-&kde-version;.tar.xz">
9 <!ENTITY kde-workspace-md5sum "3c22dc4406aa657f1985d7b09a955e9b">
10 <!ENTITY kde-workspace-size "22.3 MB">
11 <!ENTITY kde-workspace-buildsize "1.4 GB">
12 <!ENTITY kde-workspace-time "20 SBU">
13]>
14
15<sect1 id="kde-workspace" xreflabel="kde-workspace-&kde-version;">
16 <?dbhtml filename="kde-workspace.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kde-workspace-&kde-version;</title>
24
25 <indexterm zone="kde-workspace">
26 <primary sortas="a-kde-workspace">kde-workspace</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kde-workspace</title>
31
32 <para>The Kde-workspace package contains components that are central to
33 providing the <application>KDE</application> desktop environment. Of
34 particular importance are KWin, the <application>KDE</application>
35 window manager, and Plasma, which provides the workspace interface.</para>
36
37 &lfs72_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&kde-workspace-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&kde-workspace-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &kde-workspace-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &kde-workspace-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &kde-workspace-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &kde-workspace-time;</para>
58 </listitem>
59 </itemizedlist>
60
61<!--
62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing='compact'>
64 <listitem>
65 <para>Required patch: <ulink
66 url="&patch-root;/kde-workspace-&kde4-version;-fixes-1.patch"/></para>
67 </listitem>
68 </itemizedlist>
69-->
70 <bridgehead renderas="sect3">Kde-workspace Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="kactivities"/> and
75 <xref linkend="qimageblitz"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="kdepimlibs"/>,
81 <xref linkend="boost"/>,
82 <xref linkend="freetype2"/>,
83 <xref linkend="pciutils"/> and
84 <xref linkend="consolekit"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="linux-pam"/>,
90 <xref linkend="libusb"/>,
91 <xref linkend="NetworkManager"/>,
92 <xref linkend="lm_sensors"/>,
93 <ulink url="&kde-download-http;&kde-version;/src/">PyKDE4</ulink>,
94 <ulink url="http://code.google.com/p/google-gadgets-for-linux/">GoogleGadgets</ulink>,
95 <ulink url="ftp://ftp.kde.org/pub/kde/stable/prison/1.0/src/">Prison</ulink>,
96 <ulink url="https://ieee1394.wiki.kernel.org/index.html">libraw1394</ulink>,
97 <ulink url="http://www.catb.org/gpsd/">gpsd</ulink>,
98 <ulink url="http://www.xmms.org/">XMMS</ulink> and
99 <ulink url="http://qalculate.sourceforge.net/">Qalculate!</ulink>
100 </para>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/kde-workspace"/>
104 </para>
105
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of Kde-workspace</title>
110
111 <para>Install <application>Kde-workspace</application> by running the following
112 commands:</para>
113
114<screen><userinput>mkdir build &amp;&amp;
115cd build &amp;&amp;
116cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
117 -DSYSCONF_INSTALL_DIR=/etc/kde \
118 -DPYTHON_SITE_PACKAGES_INSTALL_DIR=/usr/lib/python2.7/site-packages \
119 .. &amp;&amp;
120make</userinput></screen>
121
122 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para><option>-DPYTHON_SITE_PACKAGES_INSTALL...</option>: This option is
132 set to install the KDE Python objects in the correct place.</para>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>genkdmconf, kaccess, kapplymousetheme, kblankscrn.kss,
146 kcheckrunning, kcminit, kcminit_startup, kdm, kdmctl,
147 kdostartupconfig4, kfontinst, kfontview, kinfocenter, klipper,
148 kmenuedit, krandom.kss, krandrstartup, krandrtray, krdb, krunner,
149 ksmserver, ksplashqml, ksplashsimple, ksplashx, ksplashx_scale,
150 kstartupconfig4, ksysguard, ksysguardd, ksystraycmd, kwin, kwrited,
151 oxygen-demo, oxygen-settings, oxygen-shadow-demo, plasma-desktop,
152 plasma-netbook, plasma-overlay, plasma-windowed, plasmaengineexplorer,
153 plasmawallpaperviewer, plasmoidviewer, remote-widgets-browser,
154 solid-action-desktop-gen, solid-network, startkde and systemsettings
155 </seg>
156 <seg>several in &kde-dir;/lib</seg>
157 <seg>several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161<!--
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="a-kde4baseworkspace">
168 <term><command>kde4baseworkspace</command></term>
169 <listitem>
170 <para>is a testing utility for kde4baseworkspace-generated build trees.</para>
171 <indexterm zone="a-kde4baseworkspace kde4baseworkspace">
172 <primary sortas="b-kde4baseworkspace">kdelibs</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178-->
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.