source: archive/lxqt/desktop/lxqt-kwayland.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.2 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 "1a5dab28ff9e07f13f528200cf3059d6">
10 <!ENTITY kwayland-size "300 KB">
11 <!ENTITY kwayland-buildsize "20 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 &lfs82_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), and
84 <xref linkend="qt5"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/kwayland"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of kwayland</title>
94
95 <para>
96 Install <application>kwayland</application> by running the
97 following commands:
98 </para>
99
100<screen><userinput>mkdir -v build &amp;&amp;
101cd build &amp;&amp;
102
103cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
104 -DCMAKE_BUILD_TYPE=Release \
105 -DBUILD_TESTING=OFF \
106 -DECM_MKSPECS_INSTALL_DIR=$LXQT_PREFIX/share/mkspecs/modules \
107 -Wno-dev .. &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Library</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 None
133 </seg>
134 <seg>
135 libKF5WaylandClient.so and libKF5WaylandServer.so
136 </seg>
137 <seg>
138 $LXQT_PREFIX/etc,
139 $LXQT_PREFIX/lib/cmake/KF5Wayland,
140 $LXQT_PREFIX/include/KF5/KWayland, and
141 $LXQT_PREFIX/share/mkspecs
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="lxqt-kwayland-client">
152 <term><filename class="libraryfile">libKF5WaylandClient.so</filename></term>
153 <listitem>
154 <para>
155 contains the <application>wayland-client</application> Qt-style
156 wrapper library.
157 </para>
158 <indexterm zone="lxqt-kwayland-client">
159 <primary sortas="c-libKF5WaylandClient">libKF5WaylandClient.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="lxqt-kwayland-server">
165 <term><filename class="libraryfile">libKF5WaylandServer.so</filename></term>
166 <listitem>
167 <para>
168 contains the <application>wayland-server</application> Qt-style
169 wrapper library.
170 </para>
171 <indexterm zone="lxqt-kwayland-server">
172 <primary sortas="c-libKF5WaylandServer">libKF5WaylandServer.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.