source: lxqt/desktop/lxqt-kwayland.xml@ f9c0972

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since f9c0972 was f9c0972, checked in by Douglas R. Reno <renodr@…>, 11 months ago

lxqt tree-wide: Remove periods (.) from the end of short descriptions.

This is for consistency with the rest of the book since these aren't
sentences.

  • Property mode set to 100644
File size: 5.1 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 -Wno-dev .. &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the &root; user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 <para>
118 Finally, remove some unneeded files as the &root; user:
119 </para>
120
121<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Library</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 None
136 </seg>
137 <seg>
138 libKF5WaylandClient.so and libKF5WaylandServer.so
139 </seg>
140 <seg>
141 /usr/lib/cmake/KF5Wayland,
142 /usr/include/KF5/KWayland, and
143 /usr/share/qlogging-categories5
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="lxqt-kwayland-client">
154 <term><filename class="libraryfile">libKF5WaylandClient.so</filename></term>
155 <listitem>
156 <para>
157 contains the <application>wayland-client</application> Qt-style
158 wrapper library
159 </para>
160 <indexterm zone="lxqt-kwayland-client">
161 <primary sortas="c-libKF5WaylandClient">libKF5WaylandClient.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="lxqt-kwayland-server">
167 <term><filename class="libraryfile">libKF5WaylandServer.so</filename></term>
168 <listitem>
169 <para>
170 contains the <application>wayland-server</application> Qt-style
171 wrapper library
172 </para>
173 <indexterm zone="lxqt-kwayland-server">
174 <primary sortas="c-libKF5WaylandServer">libKF5WaylandServer.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.