glfs/general/genlib/wayland-protocols.xml
Bruce Dubbs 9029db2656 Tag most of General Libraries and dependencies
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24241 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-20 06:13:48 +00:00

131 lines
3.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!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://wayland.freedesktop.org/releases/wayland-protocols-&wayland-protocols-version;.tar.xz">
<!ENTITY wayland-protocols-download-ftp " ">
<!ENTITY wayland-protocols-md5sum "b0836533a3f2dc6585b1dae00341157f">
<!ENTITY wayland-protocols-size "112 KB">
<!ENTITY wayland-protocols-buildsize "1.2 MB (with tests)">
<!ENTITY wayland-protocols-time "less than 0.1 SBU (with tests)">
]>
<sect1 id="wayland-protocols" xreflabel="wayland-protocols-&wayland-protocols-version;">
<?dbhtml filename="wayland-protocols.html"?>
<sect1info>
<othername>$LastChangedBy: dj $</othername>
<date>$Date$</date>
</sect1info>
<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>
&lfs101_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<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>
<listitem>
<para>
Download MD5 sum: &wayland-protocols-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &wayland-protocols-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &wayland-protocols-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &wayland-protocols-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Wayland-protocols Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="wayland"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/wayland-protocols"/>
</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>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
<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/wayland-protocols
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>