source: lxqt/desktop/lxqt-kwayland.xml@ 81a1d5fb

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 81a1d5fb was b3867c5, checked in by Bruce Dubbs <bdubbs@…>, 14 months ago

Add qt5-components page.

Also create an ENTITY for qt5 or qt5-alternate and use that
to specify the qt5 dependenies.

The complete KF5/plasma packages should use the full qt5 build, but
the lxqt kf5/plasma components only need qt5-alternate.

  • Property mode set to 100644
File size: 5.0 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 kwayland-download-http "&kf5-download-http;/kwayland-&kf5-version;.tar.xz">
8 <!ENTITY kwayland-download-ftp " ">
9 <!ENTITY kwayland-md5sum "e6b40bfbefa781ebc22dc6d2d95e6c42">
10 <!ENTITY kwayland-size "332 KB">
11 <!ENTITY kwayland-buildsize "27 MB">
12 <!ENTITY kwayland-time "0.4 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="lxqt-kwayland" xreflabel="kwayland-&kf5-version; for lxqt">
16 <?dbhtml filename="lxqt-kwayland.html"?>
17
18
19 <title>kwayland-&kf5-version; for lxqt</title>
20
21 <indexterm zone="lxqt-kwayland">
22 <primary sortas="a-kwayland">kwayland</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to kwayland</title>
27
28 <para>
29 <application>kwayland</application> is a Qt-style API to interact with
30 the <application>wayland-client</application> and
31 <application>wayland-server</application> API.
32 </para>
33
34 &lfs113_checked;
35
36 <note>
37 <para>
38 This package is extracted from the KF5 set of packages. If
39 <xref linkend="kf5-frameworks"/> is built, do NOT also build this
40 package as presented here.
41 </para>
42 </note>
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&kwayland-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&kwayland-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &kwayland-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &kwayland-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &kwayland-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &kwayland-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">kwayland Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="extra-cmake-modules"/>,
83 <xref linkend="mesa"/> (built with <xref linkend="wayland"/> support),
84 <xref linkend="plasma-wayland-protocols"/>, and
85 &qt5-deps;
86 </para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of kwayland</title>
92
93 <para>
94 Install <application>kwayland</application> by running the
95 following commands:
96 </para>
97
98<screen><userinput>mkdir -v build &amp;&amp;
99cd build &amp;&amp;
100
101cmake -DCMAKE_INSTALL_PREFIX=/usr \
102 -DCMAKE_BUILD_TYPE=Release \
103 -DBUILD_TESTING=OFF \
104 -DECM_MKSPECS_INSTALL_DIR=/usr/share/mkspecs/modules \
105 -Wno-dev .. &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the &root; user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Library</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 None
131 </seg>
132 <seg>
133 libKF5WaylandClient.so and libKF5WaylandServer.so
134 </seg>
135 <seg>
136 /usr/lib/cmake/KF5Wayland,
137 /usr/include/KF5/KWayland,
138 /usr/share/mkspecs, and
139 /usr/share/qlogging-categories5
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="lxqt-kwayland-client">
150 <term><filename class="libraryfile">libKF5WaylandClient.so</filename></term>
151 <listitem>
152 <para>
153 contains the <application>wayland-client</application> Qt-style
154 wrapper library.
155 </para>
156 <indexterm zone="lxqt-kwayland-client">
157 <primary sortas="c-libKF5WaylandClient">libKF5WaylandClient.so</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="lxqt-kwayland-server">
163 <term><filename class="libraryfile">libKF5WaylandServer.so</filename></term>
164 <listitem>
165 <para>
166 contains the <application>wayland-server</application> Qt-style
167 wrapper library.
168 </para>
169 <indexterm zone="lxqt-kwayland-server">
170 <primary sortas="c-libKF5WaylandServer">libKF5WaylandServer.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.