source: lxqt/desktop/lxqt-libkscreen.xml@ a01d308

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 a01d308 was a01d308, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to plasma-5.10.0. Includes libkscreen in lxqt.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18777 af4574ff-66df-0310-9fd7-8a98e5e911e0

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