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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 c0b4b44 was c0b4b44, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to kf5-5.34.0

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

  • 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 "aca305a63b8ae3244d92c394d9d3840e">
10 <!ENTITY kwindowsystem-size "164 KB">
11 <!ENTITY kwindowsystem-buildsize "11 MB">
12 <!ENTITY kwindowsystem-time "0.3 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 &lfs80_checked;
40 &gcc7_checked;
41
42 <note><para>This package is extracted from the KF5 set of packages. If
43 <xref linkend="kf5-frameworks"/> is built, do NOT also build this package
44 as presented here.</para></note>
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 <xref linkend="qt5"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/kwindowsystem"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of kwindowsystem</title>
96
97 <para>
98 Install <application>kwindowsystem</application> by running the
99 following commands:
100 </para>
101
102<screen><userinput>mkdir -v build &amp;&amp;
103cd build &amp;&amp;
104
105cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
106 -DCMAKE_BUILD_TYPE=Release \
107 -DCMAKE_INSTALL_LIBDIR=lib \
108 -DBUILD_TESTING=OFF \
109 -Wno-dev .. &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</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 $LXQT_PREFIX/lib/cmake/KF5WindowSystem,
141 $LXQT_PREFIX/include/KF5, and
142 $LXQT_PREFIX/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.