source: x/installing/xcb-proto.xml

trunk
Last change on this file was d8205449, checked in by Douglas R. Reno <renodr@…>, 11 days ago

Update to xcb-proto-1.17.0

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 xcb-proto-download-http "https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-&xcb-proto-version;.tar.xz">
8 <!ENTITY xcb-proto-download-ftp " ">
9 <!ENTITY xcb-proto-md5sum "c415553d2ee1a8cea43c3234a079b53f">
10 <!ENTITY xcb-proto-size "152 KB">
11 <!ENTITY xcb-proto-buildsize "1.3 MB">
12 <!ENTITY xcb-proto-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xcb-proto" xreflabel="xcb-proto-&xcb-proto-version;">
16 <?dbhtml filename="xcb-proto.html"?>
17
18
19 <title>xcb-proto-&xcb-proto-version;</title>
20
21 <indexterm zone="xcb-proto">
22 <primary sortas="a-xcb-proto">xcb-proto</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to xcb-proto</title>
27
28 <para>
29 The <application>xcb-proto</application> package provides the
30 XML-XCB protocol descriptions that <application>libxcb</application>
31 uses to generate the majority of its code and API.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&xcb-proto-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&xcb-proto-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &xcb-proto-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &xcb-proto-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &xcb-proto-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &xcb-proto-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70
71 <bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="xorg-env"/> (needed for the instructions below)
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="libxml2"/> (required to run the tests)
81 </para>
82
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of xcb-proto</title>
88
89 <para>
90 Install <application>xcb-proto</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>PYTHON=python3 ./configure $XORG_CONFIG</userinput></screen>
95
96 <para>
97 To test the results, issue: <command>make check</command>.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 <para>
107 If you are upgrading from version 1.15.1 or lower, the old pkgconfig
108 file needs to be removed. Issue, as the
109 <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="nodump"><userinput>rm -f $XORG_PREFIX/lib/pkgconfig/xcb-proto.pc</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>None</seg>
126 <seg>None</seg>
127 <seg><envar>$XORG_PREFIX</envar>/share/xcb and
128 <envar>$XORG_PREFIX</envar>/lib/python&python3-majorver;/site-packages/xcbgen</seg>
129 </seglistitem>
130 </segmentedlist>
131
132 </sect2>
133
134</sect1>
Note: See TracBrowser for help on using the repository browser.