source: lxqt/desktop/lxqt-libkscreen.xml@ 422d284

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 422d284 was 5b3a45d, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Update to kf6 and plasma packages used by lxqt.

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 libkscreen-download-http "http://download.kde.org/stable/plasma/&plasma-version;/libkscreen-&plasma-version;.tar.xz">
8 <!ENTITY libkscreen-download-ftp " ">
9 <!ENTITY libkscreen-md5sum "130f277cd002be34fad025dc78222db9">
10 <!ENTITY libkscreen-size "116 KB">
11 <!ENTITY libkscreen-buildsize "17 MB">
12 <!ENTITY libkscreen-time "0.3 SBU (using parallelism=4)">
13]>
14
15<sect1 id="lxqt-libkscreen" xreflabel="libkscreen-&plasma-version; for lxqt">
16 <?dbhtml filename="lxqt-libkscreen.html"?>
17
18
19 <title>libkscreen-&plasma-version; for lxqt</title>
20
21 <indexterm zone="lxqt-libkscreen">
22 <primary sortas="a-libkscreen">libkscreen</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libkscreen</title>
27
28 <para>
29 The <application>libkscreen</application> package contains the
30 KDE Screen Management library.
31 </para>
32
33 &lfs121_checked;
34
35 <important>
36 <para>
37 This package is extracted from the plasma set of packages.
38 If <xref linkend="plasma-build"/> is built, do <emphasis
39 role="bold">NOT</emphasis> also build this package as presented
40 here.
41 </para>
42 </important>
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&libkscreen-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&libkscreen-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &libkscreen-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &libkscreen-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &libkscreen-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &libkscreen-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">libkscreen Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="plasma-wayland-protocols"/> and
83 <xref linkend="qt6"/>
84 </para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of libkscreen</title>
90
91 <para>
92 Install <application>libkscreen</application> by running the
93 following commands:
94 </para>
95
96<screen><userinput>mkdir build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -D CMAKE_INSTALL_PREFIX=/usr \
100 -D CMAKE_BUILD_TYPE=Release \
101 -D CMAKE_INSTALL_LIBEXECDIR=libexec \
102 -D KDE_INSTALL_USE_QT_SYS_PATHS=ON \
103 -D BUILD_TESTING=OFF \
104 -W no-dev .. &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the &root; user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 <para revision="sysv">
118 Next, remove a systemd unit which serves no purpose on a SysV system as
119 the &root; user:
120 </para>
121
122<screen role="root" revision="sysv"><userinput>rm -v /usr/lib/systemd/user/plasma-kscreen.service</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Library</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>
136 kscreen-doctor
137 </seg>
138 <seg>
139 libKF6Screen.so and
140 libKF6ScreenDpms.so
141 </seg>
142 <seg>
143 /usr/lib/cmake/KF6Screen,
144 /usr/include/KF6/KScreen, and
145 /usr/lib/plugins/kf6/kscreen
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="lxqt-libkscreen-kscreen-doctor">
156 <term><command>kscreen-doctor</command></term>
157 <listitem>
158 <para>
159 allows modifying the screen setup from the command line
160 </para>
161 <indexterm zone="lxqt-libkscreen lxqt-libkscreen-kscreen-doctor">
162 <primary sortas="b-kscreen-doctor">kscreen-doctor</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="lxqt-libkscreen-lib">
168 <term><filename class="libraryfile">libKF6Screen.so</filename></term>
169 <listitem>
170 <para>
171 contains the KDE Screen Management library
172 </para>
173 <indexterm zone="lxqt-libkscreen-lib">
174 <primary sortas="c-libKF6Screen">libKF6Screen.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="lxqt-libkscreen-dpms-lib">
180 <term><filename class="libraryfile">libKF6ScreenDpms.so</filename></term>
181 <listitem>
182 <para>
183 contains API functions for handling DPMS
184 </para>
185 <indexterm zone="lxqt-libkscreen-dpms-lib">
186 <primary sortas="c-libKF6ScreenDpms">libKF6ScreenDpms.so</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.