source: kde4/core/kde4workspace.xml@ d99d728

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

Change Qt4 to just Qt in xml filename and references.

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

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