source: lxqt/desktop/lxqt-libkscreen.xml@ 5ecd157

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 5ecd157 was 5ecd157, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

LXQt cleanup.

  • Property mode set to 100644
File size: 4.3 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 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Library</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>
126 None
127 </seg>
128 <seg>
129 libKF5Screen.so
130 </seg>
131 <seg>
132 /usr/lib/cmake/KF5ScreenConfig,
133 /usr/lib/libexec/kf5,
134 /usr/include/KF5/KScreen, and
135 /usr/lib/plugins/kf5/kscreen
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="lxqt-libkscreen-lib">
146 <term><filename class="libraryfile">libKF5Screen.so</filename></term>
147 <listitem>
148 <para>
149 contains the KDE Screen Management library
150 </para>
151 <indexterm zone="lxqt-libkscreen-lib">
152 <primary sortas="c-libKF5Screen">libKF5Screen.so</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.