glfs/shareddeps/dps/wl/wayland-protocols.xml

102 lines
2.7 KiB
XML

<?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 wayland-protocols-download-http "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/&wayland-protocols-version;/downloads/wayland-protocols-&wayland-protocols-version;.tar.xz">
<!ENTITY wayland-protocols-download-ftp " ">
]>
<sect1 id="wayland-protocols" xreflabel="wayland-protocols-&wayland-protocols-version;">
<?dbhtml filename="wayland-protocols.html"?>
<title>Wayland-Protocols-&wayland-protocols-version;</title>
<indexterm zone="wayland-protocols">
<primary sortas="a-wayland-protocols">wayland-protocols</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Wayland-Protocols</title>
<para>
The <application>Wayland-Protocols</application> package contains
additional Wayland protocols that add functionality outside of
protocols already in the Wayland core.
</para>
&lfs121_checked;
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&wayland-protocols-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&wayland-protocols-download-ftp;"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Wayland-protocols Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="wayland"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Wayland-protocols</title>
<para>
Install <application>Wayland-protocols</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson setup --prefix=/usr --buildtype=release &amp;&amp;
ninja</userinput></screen>
<para>
To test the results, issue: <command>ninja test</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja 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/wayland-protocols
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>