source: lxqt/desktop/lxqt-libkscreen.xml

trunk
Last change on this file was 5866da0, checked in by Bruce Dubbs <bdubbs@…>, 5 days ago

General cleanup.

Remove a bunch of unneeded xml comments.
Remove refereces to qt5 where qt6 can be used.

  • Property mode set to 100644
File size: 5.4 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 "1f1d12d08bcf9309ab1c49641bb8eaf3">
10 <!ENTITY libkscreen-size "116 KB">
11 <!ENTITY libkscreen-buildsize "19 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 BUILD_TESTING=OFF \
102 -W no-dev .. &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the &root; user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 <para revision="sysv">
116 Next, remove a systemd unit which serves no purpose on a SysV system as
117 the &root; user:
118 </para>
119
120<screen role="root" revision="sysv"><userinput>rm -v /usr/lib/systemd/user/plasma-kscreen.service</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 kscreen-doctor
135 </seg>
136 <seg>
137 libKF6Screen.so and
138 libKF6ScreenDpms.so
139 </seg>
140 <seg>
141 /usr/lib/cmake/KF6Screen,
142 /usr/include/KF6/KScreen, and
143 /usr/lib/plugins/kf6/kscreen
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="lxqt-libkscreen-kscreen-doctor">
154 <term><command>kscreen-doctor</command></term>
155 <listitem>
156 <para>
157 allows modifying the screen setup from the command line
158 </para>
159 <indexterm zone="lxqt-libkscreen lxqt-libkscreen-kscreen-doctor">
160 <primary sortas="b-kscreen-doctor">kscreen-doctor</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="lxqt-libkscreen-lib">
166 <term><filename class="libraryfile">libKF6Screen.so</filename></term>
167 <listitem>
168 <para>
169 contains the KDE Screen Management library
170 </para>
171 <indexterm zone="lxqt-libkscreen-lib">
172 <primary sortas="c-libKF6Screen">libKF6Screen.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="lxqt-libkscreen-dpms-lib">
178 <term><filename class="libraryfile">libKF6ScreenDpms.so</filename></term>
179 <listitem>
180 <para>
181 contains API functions for handling DPMS
182 </para>
183 <indexterm zone="lxqt-libkscreen-dpms-lib">
184 <primary sortas="c-libKF6ScreenDpms">libKF6ScreenDpms.so</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.