glfs/x/installing/libXau.xml
Pierre Labastie e1e58be454 Remove all ftp urls
neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...
2023-10-15 21:43:08 +02:00

139 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 libXau-download-http "&xorg-download-http;/lib/libXau-&libXau-version;.tar.xz">
<!ENTITY libXau-download-ftp " ">
<!ENTITY libXau-md5sum "7f14ba9c84a81a2b9dd023706febab38">
<!ENTITY libXau-size "268 KB">
<!ENTITY libXau-buildsize "2.8 MB (with test)">
<!ENTITY libXau-time "less than 0.1 SBU (with test)">
]>
<sect1 id="libXau" xreflabel="libXau-&libXau-version;">
<?dbhtml filename="libXau.html"?>
<title>libXau-&libXau-version;</title>
<indexterm zone="libXau">
<primary sortas="a-libXau">libXau</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libXau</title>
<para>
The <application>libXau</application> package contains a library
implementing the X11 Authorization Protocol. This is useful for
restricting client access to the display.
</para>
&lfs120_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&libXau-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&libXau-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &libXau-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &libXau-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &libXau-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &libXau-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libXau Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="xorgproto"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of libXau</title>
<para>
Install <application>libXau</application> by running the following
commands:
</para>
<screen><userinput>./configure $XORG_CONFIG &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 Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libXau.so</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libXau-x7">
<term><filename class="libraryfile">libXau.so</filename></term>
<listitem>
<para>
is the library of X authority database routines
</para>
<indexterm zone="libXau libXau-x7">
<primary sortas="c-libXau">libXau.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>