xcb-util-errors: Added, needed by Hyprland.

This commit is contained in:
Zeckmathederg 2024-08-01 05:24:27 -06:00
parent c1b0061c7d
commit 14bd590679
4 changed files with 124 additions and 1 deletions

View File

@ -39,7 +39,15 @@
</listitem>
-->
<listitem>
<para>August 1st, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - xcb-util-errors: Added, needed by Hyprland.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>July 31st, 2024</para>
<itemizedlist>

View File

@ -140,6 +140,7 @@
<!ENTITY xcb-util-renderutil-version "0.3.10">
<!ENTITY xcb-util-wm-version "0.4.2">
<!ENTITY xcb-util-cursor-version "0.1.4">
<!ENTITY xcb-util-errors-version "1.0.1">
<!ENTITY xbitmaps-version "1.1.3">
<!-- BEGIN X7APP -->
<!ENTITY iceauth-version "1.0.10">

View File

@ -0,0 +1,113 @@
<?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 xcb-util-errors-download-http "https://xcb.freedesktop.org/dist/xcb-util-errors-&xcb-util-errors-version;.tar.xz">
<!ENTITY xcb-util-errors-download-ftp " ">
]>
<sect1 id="xcb-util-errors" xreflabel="xcb-util-errors-&xcb-util-errors-version;">
<?dbhtml filename="xcb-util-errors.html"?>
<title>xcb-util-errors-&xcb-util-errors-version;</title>
<indexterm zone="xcb-util-errors">
<primary sortas="a-xcb-util-errors">xcb-util-errors</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to xcb-util-errors</title>
<para>
The <application>xcb-util-errors</application> package gives software
human-readable names for errors, events, and request codes. Not needed
by any packages in this book but may be useful for packages elsewhere.
</para>
&lfs121_checked;
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&xcb-util-errors-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&xcb-util-errors-download-ftp;"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">xcb-util-errors Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="xcb-proto"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of xcb-util-errors</title>
<para>
Install <application>xcb-util-errors</application> by running the following
commands:
</para>
<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</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>libxcb-errors.so</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libxcb-errors">
<term><filename class="libraryfile">libxcb-errors.so</filename></term>
<listitem>
<para>
gives human-readable errors and codes
</para>
<indexterm zone="xcb-util-errors libxcb-errors">
<primary sortas="c-libxcb-errors">libxcb-errors.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -120,6 +120,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/x/xcb-util-renderutil.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/x/xcb-util-wm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/x/xcb-util-cursor.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/x/xcb-util-errors.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/x/xbitmaps.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/x/x7app.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dps/x/luit.xml"/>