source: archive/lxqt/desktop/lxqt-kwindowsystem.xml@ 54bd123

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