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

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f2a586e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Libkscreen-&plasma5-version; for lxqt</title>
23
24 <indexterm zone="lxqt-libkscreen">
25 <primary sortas="a-libkscreen">libkscreen</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libkscreen</title>
30
31 <para>
32 The <application>Libkscreen</application> package contains the
33 KDE Screen Management library.
34 </para>
35
36 &lfs82_checked;
37
38 <note>
39 <para>
40 This package is extracted from the KDE Plasma set of packages. If
41 <xref linkend="plasma5-build"/> is built, do NOT also build this
42 package as presented here.
43 </para>
44 </note>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&libkscreen-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&libkscreen-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &libkscreen-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &libkscreen-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &libkscreen-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &libkscreen-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">Libkscreen Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="lxqt-kwayland"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/kwayland"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of libkscreen</title>
94
95 <para>
96 Install <application>libkscreen</application> by running the
97 following commands:
98 </para>
99
100<screen><userinput>mkdir -v build &amp;&amp;
101cd build &amp;&amp;
102
103cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
104 -DCMAKE_BUILD_TYPE=Release \
105 -DCMAKE_INSTALL_LIBDIR=lib \
106 -DBUILD_TESTING=OFF \
107 -Wno-dev .. &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Library</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 None
133 </seg>
134 <seg>
135 libKF5Screen.so
136 </seg>
137 <seg>
138 $LXQT_PREFIX/lib/cmake/KF5ScreenConfig,
139 $LXQT_PREFIX/lib/libexec/kf5,
140 $LXQT_PREFIX/include/KF5/KScreen, and
141 $LXQT_PREFIX/lib/plugins/kf5/kscreen
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="lxqt-libkscreen-lib">
152 <term><filename class="libraryfile">libKF5Screen.so</filename></term>
153 <listitem>
154 <para>
155 contains the KDE Screen Management library
156 </para>
157 <indexterm zone="lxqt-libkscreen-lib">
158 <primary sortas="c-libKF5Screen">libKF5Screen.so</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.