source: x/installing/libXau.xml@ 9c1319c

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 9c1319c was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 7 months ago

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...

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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
7 <!ENTITY libXau-download-http "&xorg-download-http;/lib/libXau-&libXau-version;.tar.xz">
8 <!ENTITY libXau-download-ftp " ">
9 <!ENTITY libXau-md5sum "7f14ba9c84a81a2b9dd023706febab38">
10 <!ENTITY libXau-size "268 KB">
11 <!ENTITY libXau-buildsize "2.8 MB (with test)">
12 <!ENTITY libXau-time "less than 0.1 SBU (with test)">
13]>
14
15<sect1 id="libXau" xreflabel="libXau-&libXau-version;">
16 <?dbhtml filename="libXau.html"?>
17
18
19 <title>libXau-&libXau-version;</title>
20
21 <indexterm zone="libXau">
22 <primary sortas="a-libXau">libXau</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libXau</title>
27
28 <para>
29 The <application>libXau</application> package contains a library
30 implementing the X11 Authorization Protocol. This is useful for
31 restricting client access to the display.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libXau-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libXau-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libXau-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libXau-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libXau-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libXau-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libXau Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="xorgproto"/>
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of libXau</title>
81
82 <para>
83 Install <application>libXau</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
88make</userinput></screen>
89
90 <para>
91 To test the results, issue: <command>make check</command>.
92 </para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Programs</segtitle>
107 <segtitle>Installed Library</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>None</seg>
112 <seg>libXau.so</seg>
113 <seg>None</seg>
114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="libXau-x7">
123 <term><filename class="libraryfile">libXau.so</filename></term>
124 <listitem>
125 <para>
126 is the library of X authority database routines
127 </para>
128 <indexterm zone="libXau libXau-x7">
129 <primary sortas="c-libXau">libXau.so</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
133
134 </variablelist>
135
136 </sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.