source: lxqt/desktop/lxqt-kwindowsystem.xml@ 5f6740c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 5f6740c was e49abaf8, checked in by Pierre Labastie <pieere@…>, 8 years ago

Typos

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17229 af4574ff-66df-0310-9fd7-8a98e5e911e0

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