source: archive/lxqt/desktop/lxqt-kwayland.xml@ 7e618fdf

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7e618fdf was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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