source: lxqt/desktop/lxqt-kwindowsystem.xml@ 18958f2e

lazarus trunk
Last change on this file since 18958f2e was 18958f2e, checked in by Bruce Dubbs <bdubbs@…>, 6 weeks ago

Update to lxqt-2.0.

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 kwindowsystem-download-http "&kf6-download-http;/kwindowsystem-&kf6-version;.tar.xz">
8 <!ENTITY kwindowsystem-download-ftp " ">
9 <!ENTITY kwindowsystem-md5sum "0157d6b3717278454e4d4890d37537c7">
10 <!ENTITY kwindowsystem-size "2.3 MB">
11 <!ENTITY kwindowsystem-buildsize "73 MB">
12 <!ENTITY kwindowsystem-time "0.6 SBU">
13]>
14
15<sect1 id="lxqt-kwindowsystem" xreflabel="kwindowsystem-&kf6-version; for lxqt">
16 <?dbhtml filename="lxqt-kwindowsystem.html"?>
17
18
19 <title>kwindowsystem-&kf6-version; for lxqt</title>
20
21 <indexterm zone="lxqt-kwindowsystem">
22 <primary sortas="a-kwindowsystem">kwindowsystem</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to kwindowsystem</title>
27
28 <para>
29 The <application>kwindowsystem</application> provides information about,
30 and allows interaction with, the windowing system. It provides a high
31 level API that is windowing system independent and has platform specific
32 implementations.
33 </para>
34
35 &lfs121_checked;
36
37 <important>
38 <para>
39 This package is extracted from the KF6 set of packages.
40 If <xref linkend="kf6-frameworks"/> is built, do <emphasis
41 role="bold">NOT</emphasis> also build this package as presented
42 here.
43 </para>
44 </important>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&kwindowsystem-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&kwindowsystem-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &kwindowsystem-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &kwindowsystem-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &kwindowsystem-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &kwindowsystem-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">kwindowsystem Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="extra-cmake-modules"/>,
85 <xref linkend="plasma-wayland-protocols"/>,
86 <xref linkend="qt6"/>, and
87 <xref linkend="xorg7-lib"/>
88 </para>
89
90<!--
91 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/kwindowsystem"/>
93 </para>
94-->
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of kwindowsystem</title>
99
100 <para>
101 Install <application>kwindowsystem</application> by running the
102 following commands:
103 </para>
104
105<screen><userinput>mkdir build &amp;&amp;
106cd build &amp;&amp;
107
108cmake -D CMAKE_INSTALL_PREFIX=/usr \
109 -D CMAKE_BUILD_TYPE=Release \
110 -D BUILD_TESTING=OFF \
111 -W no-dev .. &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the &root; user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125<!--
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <parameter>-DCMAKE_INSTALL_LIBEXECDIR=libexec</parameter>: This overrides
131 the default in extra-cmake-modules, which is <filename
132 class="directory">/usr/lib/libexec</filename> and is not FHS compliant.
133 </para>
134
135 <para>
136 <parameter>-DKDE_INSTALL_USE_QT_SYS_PATHS=ON</parameter>: This forces
137 installation of Qt plugins in the same directory as <xref linkend="qt5"/>
138 itself. Otherwise they get installed into <filename
139 class="directory">/usr/mkspecs</filename>, which is not FHS compliant.
140 </para>
141
142 </sect2>
143-->
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Library</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 None
155 </seg>
156 <seg>
157 libKF5WindowSystem.so
158 </seg>
159 <seg>
160 $QT6DIR/qml/org/kde,
161 $QT6DIR/plugins/kf6,
162 /usr/share/qlogging-categories6,
163 /usr/lib/cmake/KF5WindowSystem, and
164 /usr/include/KF6
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="lxqt-kwindowsystem-lib">
175 <term><filename class="libraryfile">libKF5WindowSystem.so</filename></term>
176 <listitem>
177 <para>
178 contains the <application>KF5 Windowing</application> API functions
179 </para>
180 <indexterm zone="lxqt-kwindowsystem-lib">
181 <primary sortas="c-libKF5WindowSystem">libKF5WindowSystem.so</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
189
190</sect1>
Note: See TracBrowser for help on using the repository browser.