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