source: lxqt/desktop/lxqt-kwindowsystem.xml@ 14e7e0b

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 14e7e0b was 14e7e0b, checked in by Bruce Dubbs <bdubbs@…>, 5 months ago

Update to latest KDE packages.

Update to plasma-wayland-protocols-1.12.0.
Update to plasma5-5.27.10.
Update to kde gear-23.08.4 including kate, kwave, and falkon.
Update to kf5-5.113.0.

  • Property mode set to 100644
File size: 4.8 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 kwindowsystem-download-http "&kf5-download-http;/kwindowsystem-&kf5-version;.tar.xz">
8 <!ENTITY kwindowsystem-download-ftp " ">
9 <!ENTITY kwindowsystem-md5sum "b9ec086925b43ae1563c353246a17929">
10 <!ENTITY kwindowsystem-size "2.3 MB">
11 <!ENTITY kwindowsystem-buildsize "69 MB">
12 <!ENTITY kwindowsystem-time "0.2 SBU">
13]>
14
15<sect1 id="lxqt-kwindowsystem" xreflabel="kwindowsystem-&kf5-version; for lxqt">
16 <?dbhtml filename="lxqt-kwindowsystem.html"?>
17
18
19 <title>kwindowsystem-&kf5-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 &lfs120_checked;
36
37 <important>
38 <para>
39 This package is extracted from the KF5 set of packages.
40 If <xref linkend="kf5-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="xorg7-lib"/>, and
86 &qt5-deps;
87 </para>
88
89<!--
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/kwindowsystem"/>
92 </para>
93-->
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of kwindowsystem</title>
98
99 <para>
100 Install <application>kwindowsystem</application> by running the
101 following commands:
102 </para>
103
104<screen><userinput>mkdir -v build &amp;&amp;
105cd build &amp;&amp;
106
107cmake -DCMAKE_INSTALL_PREFIX=/usr \
108 -DCMAKE_BUILD_TYPE=Release \
109 -DBUILD_TESTING=OFF \
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 &root; user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 <para>
124 Finally, remove some unneeded files as the &root; user:
125 </para>
126
127<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Library</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 None
142 </seg>
143 <seg>
144 libKF5WindowSystem.so
145 </seg>
146 <seg>
147 /usr/lib/cmake/KF5WindowSystem,
148 /usr/include/KF5, and
149 /usr/lib/plugins/kf5
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="lxqt-kwindowsystem-lib">
160 <term><filename class="libraryfile">libKF5WindowSystem.so</filename></term>
161 <listitem>
162 <para>
163 contains the <application>KF5 Windowing</application> API functions
164 </para>
165 <indexterm zone="lxqt-kwindowsystem-lib">
166 <primary sortas="c-libKF5WindowSystem">libKF5WindowSystem.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.