glfs/shareddeps/dps/x/x7driver-libinput.xml
Zeckmathederg d22c800ffe Moved versions in xml files to packages.ent.
This was mostly done in preparation of my new version checking program - chkpkgver.

Not only that but updated the versions in specific xml files is inconvenient with little apparent benefit in GLFS.
2024-07-15 16:59:43 -06:00

117 lines
3.4 KiB
XML

<?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 xorg-libinput-driver-download-http "&xorg-download-http;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.xz">
<!ENTITY xorg-libinput-driver-download-ftp " ">
]>
<!-- Begin Xorg input-libinput Driver -->
<sect2 id="xorg-libinput-driver" xreflabel="xorg-libinput-&xorg-libinput-driver-version;">
<sect2info>
<date>$Date$</date>
</sect2info>
<title>Xorg Libinput Driver-&xorg-libinput-driver-version;</title>
<indexterm zone="xorg-libinput-driver">
<primary sortas="a-xorg-libinput-driver">xorg-libinput-driver</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Xorg Libinput Driver</title>
<para>
The <application>X.Org Libinput Driver</application> is a thin wrapper
around libinput and allows for libinput to be used for input devices in
X. This driver can be used as drop-in replacement for evdev and
synaptics.
</para>
&lfs121_checked;
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&xorg-libinput-driver-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&xorg-libinput-driver-download-ftp;"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">Xorg Libinput Driver Dependencies</bridgehead>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="libinput"/> and
<xref linkend="xorg-server"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of Xorg Libinput Driver</title>
<para>
Install <application>Xorg Libinput Driver</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>
</sect3>
<sect3 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Xorg Driver</segtitle>
<seglistitem>
<seg>
libinput_drv.so
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect4">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libinput_drv">
<term><filename class="libraryfile">libinput_drv.so</filename></term>
<listitem>
<para>
is an Xorg input driver for mouse, keyboard, touchpad,
touchscreen, and tablet devices
</para>
<indexterm zone="xorg-libinput-driver libinput_drv">
<primary sortas="c-libinput_drv">libinput_drv.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>