blob: f09ec544f6585e5db2120072c7a655e06b9de57d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
<!ENTITY plasma-wayland-protocols-download-http "&kde-download-http;plasma-wayland-protocols/plasma-wayland-protocols-&plasma-wayland-protocols-version;.tar.xz">
<!ENTITY plasma-wayland-protocols-download-ftp " ">
<!ENTITY plasma-wayland-protocols-md5sum "11e3b8a8a9092e05f59fe08e565571ca">
<!ENTITY plasma-wayland-protocols-size "48 KB">
<!ENTITY plasma-wayland-protocols-buildsize "756 KB">
<!ENTITY plasma-wayland-protocols-time "less than 0.1 SBU">
]>
<sect1 id="plasma-wayland-protocols" xreflabel="plasma-wayland-protocols-&plasma-wayland-protocols-version;">
<?dbhtml filename="plasma-wayland-protocols.html"?>
<title>plasma-wayland-protocols-&plasma-wayland-protocols-version;</title>
<indexterm zone="plasma-wayland-protocols">
<primary sortas="a-plasma-wayland-protocols">plasma-wayland-protocols</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to the Plasma-wayland-protocols</title>
<para>
This package provides a custom set of protocol definitions for KDE.
</para>
&lfs122_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&plasma-wayland-protocols-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&plasma-wayland-protocols-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &plasma-wayland-protocols-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &plasma-wayland-protocols-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &plasma-wayland-protocols-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &plasma-wayland-protocols-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Plasma-wayland-protocols Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="extra-cmake-modules"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Plasma-wayland-protocols</title>
<para>
Install <application>Plasma-wayland-protocols</application> by
running the following commands:
</para>
<screen><userinput>mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr ..</userinput></screen>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>none</seg>
<seg>none</seg>
<seg>/usr/share/plasma-wayland-protocols and
/usr/lib/cmake/PlasmaWaylandProtocols</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>
|