source: lxqt/desktop/lxqt-libkscreen.xml@ 16bfa72

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 16bfa72 was 42382ae, checked in by Douglas R. Reno <renodr@…>, 12 months ago

lxqt-libkscreen: Added a couple of short descriptions and updated
installed files

  • 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 "74bde56139ac985dcbdc2367a70b9bca">
10 <!ENTITY libkscreen-size "96 KB">
11 <!ENTITY libkscreen-buildsize "9.6 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 &lfs113_checked;
34
35 <note>
36 <para>
37 This package is extracted from the KDE Plasma set of packages. If
38 <xref linkend="plasma5-build"/> is built, do NOT also build this
39 package as presented here.
40 </para>
41 </note>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&libkscreen-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&libkscreen-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &libkscreen-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &libkscreen-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libkscreen-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libkscreen-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">libkscreen Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="lxqt-kwayland"/>
82 </para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of libkscreen</title>
88
89 <para>
90 Install <application>libkscreen</application> by running the
91 following commands:
92 </para>
93
94<screen><userinput>mkdir -v build &amp;&amp;
95cd build &amp;&amp;
96
97cmake -DCMAKE_INSTALL_PREFIX=/usr \
98 -DCMAKE_BUILD_TYPE=Release \
99 -DCMAKE_INSTALL_LIBDIR=lib \
100 -DBUILD_TESTING=OFF \
101 -Wno-dev .. &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the &root; user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 <para>
115 Finally, remove some unneeded files as the &root; user:
116 </para>
117
118<screen role="root"><userinput>rm -rf /usr/mkspecs &amp;&amp;
119rm -rf /usr/lib/libexec</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 kscreen-doctor
134 </seg>
135 <seg>
136 libKF5Screen.so and
137 libKF5ScreenDpms.so
138 </seg>
139 <seg>
140 /usr/lib/cmake/KF5Screen,
141 /usr/lib/libexec/kf5,
142 /usr/include/KF5/KScreen, and
143 /usr/lib/plugins/kf5/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">libKF5Screen.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-libKF5Screen">libKF5Screen.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="lxqt-libkscreen-dpms-lib">
178 <term><filename class="libraryfile">libKF5ScreenDpms.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-libKF5ScreenDpms">libKF5ScreenDpms.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.