source: lxqt/desktop/lxqt-kwindowsystem.xml@ 3c95c92

gimp3 lazarus trunk
Last change on this file since 3c95c92 was 5866da0, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

General cleanup.

Remove a bunch of unneeded xml comments.
Remove refereces to qt5 where qt6 can be used.

  • Property mode set to 100644
File size: 4.7 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="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 libKF5WindowSystem.so
140 </seg>
141 <seg>
142 $QT6DIR/qml/org/kde,
143 $QT6DIR/plugins/kf6,
144 /usr/share/qlogging-categories6,
145 /usr/lib/cmake/KF5WindowSystem, and
146 /usr/include/KF6
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="lxqt-kwindowsystem-lib">
157 <term><filename class="libraryfile">libKF5WindowSystem.so</filename></term>
158 <listitem>
159 <para>
160 contains the <application>KF5 Windowing</application> API functions
161 </para>
162 <indexterm zone="lxqt-kwindowsystem-lib">
163 <primary sortas="c-libKF5WindowSystem">libKF5WindowSystem.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.