source: lxqt/desktop/lxqt-layer-shell.xml@ 18958f2e

lazarus trunk
Last change on this file since 18958f2e was 18958f2e, checked in by Bruce Dubbs <bdubbs@…>, 8 weeks ago

Update to lxqt-2.0.

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 layer-shell-download-http "http://download.kde.org/stable/plasma/&plasma-version;/layer-shell-qt-&plasma-version;.tar.xz">
8 <!ENTITY layer-shell-download-ftp " ">
9 <!ENTITY layer-shell-md5sum "c1206b4c182b3a01614d0a6ade96e76c">
10 <!ENTITY layer-shell-size "24 KB">
11 <!ENTITY layer-shell-buildsize "4.9 MB">
12 <!ENTITY layer-shell-time "0.2 SBU (using parallelism=4)">
13]>
14
15<sect1 id="layer-shell-qt" xreflabel="layer-shell-qt-&plasma-version; for lxqt">
16 <?dbhtml filename="lxqt-layer-shell-qt.html"?>
17
18 <title>layer-shell-qt-&plasma-version; for lxqt</title>
19
20 <indexterm zone="layer-shell-qt">
21 <primary sortas="a-layer-shell-qt">layer-shell</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to layer-shell-qt</title>
26
27 <para>
28 This component is meant for applications to be able to easily
29 use clients based on a "wtl-layer-shell" protocol. Clients can use
30 this interface to assign the surface_layer role to
31 wl_surfaces. Such surfaces are assigned to a "layer" of the output and
32 rendered with a defined z-depth respective to each other.
33 </para>
34
35 &lfs121_checked;
36
37 <important>
38 <para>
39 This package is extracted from the plasma set of packages.
40 If <xref linkend="plasma-build"/> is built, do <emphasis
41 role="bold">NOT</emphasis> also build this package as presented
42 here.
43 </para>
44 </important>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&layer-shell-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&layer-shell-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &layer-shell-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &layer-shell-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &layer-shell-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &layer-shell-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">layer-shell-qt Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="extra-cmake-modules"/> and
85 <xref linkend="qt6"/>
86 </para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of layer-shell</title>
92
93 <para>
94 Install <application>layer-shell-qt</application> by running the
95 following commands:
96 </para>
97
98<screen><userinput>mkdir build &amp;&amp;
99cd build &amp;&amp;
100
101cmake -D CMAKE_INSTALL_PREFIX=/usr \
102 -D CMAKE_BUILD_TYPE=Release \
103 -W no-dev .. &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the &root; user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115<!--
116 <para revision="sysv">
117 Next, remove a systemd unit which serves no purpose on a SysV system as
118 the &root; user:
119 </para>
120
121<screen role="root" revision="sysv"><userinput>rm -v /usr/lib/systemd/user/plasma-kscreen.service</userinput></screen>
122-->
123 </sect2>
124<!--
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <parameter>-DCMAKE_INSTALL_LIBEXECDIR=libexec</parameter>: This overrides
130 the default in extra-cmake-modules, which is <filename
131 class="directory">/usr/lib/libexec</filename> and is not FHS compliant.
132 </para>
133
134 <para>
135 <parameter>-DKDE_INSTALL_USE_QT_SYS_PATHS=ON</parameter>: This forces
136 installation of Qt plugins in the same directory as <xref linkend="qt5"/>
137 itself. Otherwise they get installed into <filename
138 class="directory">/usr/mkspecs</filename>, which is not FHS compliant.
139 </para>
140
141 </sect2>
142-->
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Library</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 None
154 </seg>
155 <seg>
156 libLayerShellQtInterface.so
157 </seg>
158 <seg>
159 /usr/lib/qml/org/kde/layershell,
160 /usr/include/LayerShellQt, and
161 /usr/lib/wayland-shell-integration
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165<!--
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="layer-shell-kscreen-doctor">
172 <term><command>kscreen-doctor</command></term>
173 <listitem>
174 <para>
175 allows modifying the screen setup from the command line
176 </para>
177 <indexterm zone="layer-shell-qt lxqt-layer-shell-kscreen-doctor">
178 <primary sortas="b-kscreen-doctor">kscreen-doctor</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="lxqt-layer-shell-lib">
184 <term><filename class="libraryfile">libKF6Screen.so</filename></term>
185 <listitem>
186 <para>
187 contains the KDE Screen Management library
188 </para>
189 <indexterm zone="lxqt-layer-shell-lib">
190 <primary sortas="c-libKF6Screen">libKF6Screen.so</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="lxqt-layer-shell-dpms-lib">
196 <term><filename class="libraryfile">libKF6ScreenDpms.so</filename></term>
197 <listitem>
198 <para>
199 contains API functions for handling DPMS
200 </para>
201 <indexterm zone="lxqt-layer-shell-dpms-lib">
202 <primary sortas="c-libKF6ScreenDpms">libKF6ScreenDpms.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206 </variablelist>
207-->
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.