source: archive/lxqt/desktop/lxqt-libkscreen.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.5 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 "1e3b3aa0026bf51121fa36f4380db6e5">
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 &lfs82_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 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/kwayland"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of libkscreen</title>
91
92 <para>
93 Install <application>libkscreen</application> by running the
94 following commands:
95 </para>
96
97<screen><userinput>mkdir -v build &amp;&amp;
98cd build &amp;&amp;
99
100cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
101 -DCMAKE_BUILD_TYPE=Release \
102 -DCMAKE_INSTALL_LIBDIR=lib \
103 -DBUILD_TESTING=OFF \
104 -Wno-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 <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 None
130 </seg>
131 <seg>
132 libKF5Screen.so
133 </seg>
134 <seg>
135 $LXQT_PREFIX/lib/cmake/KF5ScreenConfig,
136 $LXQT_PREFIX/lib/libexec/kf5,
137 $LXQT_PREFIX/include/KF5/KScreen, and
138 $LXQT_PREFIX/lib/plugins/kf5/kscreen
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="lxqt-libkscreen-lib">
149 <term><filename class="libraryfile">libKF5Screen.so</filename></term>
150 <listitem>
151 <para>
152 contains the KDE Screen Management library
153 </para>
154 <indexterm zone="lxqt-libkscreen-lib">
155 <primary sortas="c-libKF5Screen">libKF5Screen.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.