source: general/genlib/wayland-protocols.xml@ 435580e3

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 435580e3 was 435580e3, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Update to wayland-protocols-1.31

  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[967fe32b]1<?xml version="1.0" encoding="ISO-8859-1"?>
[bb59c1a]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
[55b2051]7 <!ENTITY wayland-protocols-download-http "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/&wayland-protocols-version;/downloads/wayland-protocols-&wayland-protocols-version;.tar.xz">
[bb59c1a]8 <!ENTITY wayland-protocols-download-ftp " ">
[435580e3]9 <!ENTITY wayland-protocols-md5sum "1584de13eb30a4d1f2cd06c08ee24354">
[c9d81f35]10 <!ENTITY wayland-protocols-size "84 KB">
[435580e3]11 <!ENTITY wayland-protocols-buildsize "7.8 MB (with tests)">
12 <!ENTITY wayland-protocols-time "less than 0.1 SBU (with tests)">
[bb59c1a]13]>
14
[d278ced]15<sect1 id="wayland-protocols" xreflabel="wayland-protocols-&wayland-protocols-version;">
[bb59c1a]16 <?dbhtml filename="wayland-protocols.html"?>
17
18
19 <title>Wayland-Protocols-&wayland-protocols-version;</title>
20
21 <indexterm zone="wayland-protocols">
22 <primary sortas="a-wayland-protocols">wayland-protocols</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Wayland-Protocols</title>
27
28 <para>
29 The <application>Wayland-Protocols</application> package contains
30 additional Wayland protocols that add functionality outside of
31 protocols already in the Wayland core.
32 </para>
33
[aa0b625]34 &lfs112_checked;
[bb59c1a]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&wayland-protocols-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&wayland-protocols-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &wayland-protocols-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &wayland-protocols-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &wayland-protocols-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &wayland-protocols-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Wayland-protocols Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="wayland"/>
75 </para>
76
77 <para condition="html" role="usernotes">
78 User Notes: <ulink url="&blfs-wiki;/wayland-protocols"/>
79 </para>
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Wayland-protocols</title>
84
85 <para>
86 Install <application>Wayland-protocols</application> by running the following
87 commands:
88 </para>
89
[8558044]90<screen><userinput>mkdir build &amp;&amp;
[5841c65]91cd build &amp;&amp;
92
93meson --prefix=/usr --buildtype=release &amp;&amp;
[ce69f84]94ninja</userinput></screen>
[bb59c1a]95
96 <para>
[ce69f84]97 To test the results, issue: <command>ninja test</command>.
[bb59c1a]98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
[ce69f84]104<screen role="root"><userinput>ninja install</userinput></screen>
[bb59c1a]105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>
117 None
118 </seg>
119 <seg>
120 None
121 </seg>
122 <seg>
123 /usr/share/wayland-protocols
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127 </sect2>
[4c24eb0a]128
[bb59c1a]129</sect1>
Note: See TracBrowser for help on using the repository browser.