source: lxqt/desktop/lxqt-kwindowsystem.xml@ f9c0972

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since f9c0972 was f9c0972, checked in by Douglas R. Reno <renodr@…>, 12 months ago

lxqt tree-wide: Remove periods (.) from the end of short descriptions.

This is for consistency with the rest of the book since these aren't
sentences.

  • Property mode set to 100644
File size: 4.7 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 "a4982009669cedee946a5379fc1a4c30">
10 <!ENTITY kwindowsystem-size "2.3 MB">
11 <!ENTITY kwindowsystem-buildsize "68 MB">
12 <!ENTITY kwindowsystem-time "0.4 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 &lfs113_checked;
36
37 <note><para>This package is extracted from the KF5 set of packages. If
38 <xref linkend="kf5-frameworks"/> is built, do NOT also build this package
39 as presented here.</para></note>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&kwindowsystem-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&kwindowsystem-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &kwindowsystem-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &kwindowsystem-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &kwindowsystem-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &kwindowsystem-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">kwindowsystem Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="extra-cmake-modules"/>,
80 <xref linkend="xorg7-lib"/>, and
81 &qt5-deps;
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/kwindowsystem"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of kwindowsystem</title>
91
92 <para>
93 Install <application>kwindowsystem</application> by running the
94 following commands:
95 </para>
96
97<screen><userinput>mkdir -v build &amp;&amp;
98cd build &amp;&amp;
99
100cmake -DCMAKE_INSTALL_PREFIX=/usr \
101 -DCMAKE_BUILD_TYPE=Release \
102 -DBUILD_TESTING=OFF \
103 -Wno-dev .. &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the &root; user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 <para>
117 Finally, remove some unneeded files as the &root; user:
118 </para>
119
120<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Library</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 None
135 </seg>
136 <seg>
137 libKF5WindowSystem.so
138 </seg>
139 <seg>
140 /usr/lib/cmake/KF5WindowSystem,
141 /usr/include/KF5, and
142 /usr/lib/plugins/kf5
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="lxqt-kwindowsystem-lib">
153 <term><filename class="libraryfile">libKF5WindowSystem.so</filename></term>
154 <listitem>
155 <para>
156 contains the <application>KF5 Windowing</application> API functions
157 </para>
158 <indexterm zone="lxqt-kwindowsystem-lib">
159 <primary sortas="c-libKF5WindowSystem">libKF5WindowSystem.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.