source: lxqt/desktop/lxqt-layer-shell.xml@ 5866da0

lazarus trunk
Last change on this file since 5866da0 was 5866da0, checked in by Bruce Dubbs <bdubbs@…>, 6 weeks ago

General cleanup.

Remove a bunch of unneeded xml comments.
Remove refereces to qt5 where qt6 can be used.

  • Property mode set to 100644
File size: 3.9 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 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Library</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 None
129 </seg>
130 <seg>
131 libLayerShellQtInterface.so
132 </seg>
133 <seg>
134 /usr/lib/qml/org/kde/layershell,
135 /usr/include/LayerShellQt, and
136 /usr/lib/wayland-shell-integration
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.