source: lxqt/desktop/lxqt-libkscreen.xml@ 67d670cb

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 67d670cb was e440af5, checked in by Pierre Labastie <pierre.labastie@…>, 10 months ago

Remove trailing spaces and a few typos

  • Property mode set to 100644
File size: 5.4 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 libkscreen-download-http "http://download.kde.org/stable/plasma/&plasma5-version;/libkscreen-&plasma5-version;.tar.xz">
8 <!ENTITY libkscreen-download-ftp " ">
9 <!ENTITY libkscreen-md5sum "0f40e7e4ef0675cf06afc828c6056821">
10 <!ENTITY libkscreen-size "116 KB">
11 <!ENTITY libkscreen-buildsize "16 MB">
12 <!ENTITY libkscreen-time "0.2 SBU (using parallelism=4)">
13]>
14
15<sect1 id="lxqt-libkscreen" xreflabel="libkscreen-&plasma5-version; for lxqt">
16 <?dbhtml filename="lxqt-libkscreen.html"?>
17
18
19 <title>libkscreen-&plasma5-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 &lfs120_checked;
34
35 <important>
36 <para>
37 This package is extracted from the plasma set of packages.
38 If <xref linkend="plasma5-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="lxqt-kconfig"/> and
83 <xref linkend="lxqt-kwayland"/>
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 -v build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -DCMAKE_INSTALL_PREFIX=/usr \
100 -DCMAKE_BUILD_TYPE=Release \
101 -DCMAKE_INSTALL_LIBDIR=lib \
102 -DBUILD_TESTING=OFF \
103 -Wno-dev .. &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the &root; user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 <para>
117 Finally, remove some unneeded files as the &root; user:
118 </para>
119
120<screen role="root"><userinput>rm -rf /usr/mkspecs &amp;&amp;
121rm -rf /usr/lib/libexec</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Library</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 kscreen-doctor
136 </seg>
137 <seg>
138 libKF5Screen.so and
139 libKF5ScreenDpms.so
140 </seg>
141 <seg>
142 /usr/lib/cmake/KF5Screen,
143 /usr/include/KF5/KScreen, and
144 /usr/lib/plugins/kf5/kscreen
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="lxqt-libkscreen-kscreen-doctor">
155 <term><command>kscreen-doctor</command></term>
156 <listitem>
157 <para>
158 allows modifying the screen setup from the command line
159 </para>
160 <indexterm zone="lxqt-libkscreen lxqt-libkscreen-kscreen-doctor">
161 <primary sortas="b-kscreen-doctor">kscreen-doctor</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="lxqt-libkscreen-lib">
167 <term><filename class="libraryfile">libKF5Screen.so</filename></term>
168 <listitem>
169 <para>
170 contains the KDE Screen Management library
171 </para>
172 <indexterm zone="lxqt-libkscreen-lib">
173 <primary sortas="c-libKF5Screen">libKF5Screen.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="lxqt-libkscreen-dpms-lib">
179 <term><filename class="libraryfile">libKF5ScreenDpms.so</filename></term>
180 <listitem>
181 <para>
182 contains API functions for handling DPMS
183 </para>
184 <indexterm zone="lxqt-libkscreen-dpms-lib">
185 <primary sortas="c-libKF5ScreenDpms">libKF5ScreenDpms.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.