mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
137 lines
3.5 KiB
XML
137 lines
3.5 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 xdotool-download-http "https://github.com/jordansissel/xdotool/releases/download/v&xdotool-version;/xdotool-&xdotool-version;.tar.gz">
|
||
<!ENTITY xdotool-download-ftp " ">
|
||
<!ENTITY xdotool-md5sum "9fd993a251a7c38b32381503544b0dd7">
|
||
<!ENTITY xdotool-size "116 KB">
|
||
<!ENTITY xdotool-buildsize "2.1 MB">
|
||
<!ENTITY xdotool-time "less than 0.1 SBU">
|
||
]>
|
||
|
||
<sect1 id="xdotool" xreflabel="xdotool-&xdotool-version;">
|
||
<?dbhtml filename="xdotool.html"?>
|
||
|
||
|
||
<title>xdotool-&xdotool-version;</title>
|
||
|
||
<indexterm zone="xdotool">
|
||
<primary sortas="a-xdotool">xdotool</primary>
|
||
</indexterm>
|
||
|
||
<sect2 role="package">
|
||
<title>Introduction to xdotool</title>
|
||
|
||
<para>
|
||
The <application>xdotool</application> package provides the capabilities
|
||
to simulate keyboard input and mouse activity, move and resize windows,
|
||
etc. It does this using X11’s XTEST extension and other Xlib functions.
|
||
</para>
|
||
|
||
&lfs121_checked;
|
||
|
||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||
<itemizedlist spacing="compact">
|
||
<listitem>
|
||
<para>
|
||
Download (HTTP): <ulink url="&xdotool-download-http;"/>
|
||
</para>
|
||
</listitem>
|
||
<listitem>
|
||
<para>
|
||
Download (FTP): <ulink url="&xdotool-download-ftp;"/>
|
||
</para>
|
||
</listitem>
|
||
<listitem>
|
||
<para>
|
||
Download MD5 sum: &xdotool-md5sum;
|
||
</para>
|
||
</listitem>
|
||
<listitem>
|
||
<para>
|
||
Download size: &xdotool-size;
|
||
</para>
|
||
</listitem>
|
||
<listitem>
|
||
<para>
|
||
Estimated disk space required: &xdotool-buildsize;
|
||
</para>
|
||
</listitem>
|
||
<listitem>
|
||
<para>
|
||
Estimated build time: &xdotool-time;
|
||
</para>
|
||
</listitem>
|
||
</itemizedlist>
|
||
|
||
</sect2>
|
||
|
||
<sect2 role="installation">
|
||
<title>Installation of xdotool</title>
|
||
|
||
<para>
|
||
Install <application>xdotool</application> by running the following
|
||
commands:
|
||
</para>
|
||
|
||
<screen><userinput>make WITHOUT_RPATH_FIX=1</userinput></screen>
|
||
|
||
<para>
|
||
This package does not come with a test suite.
|
||
</para>
|
||
|
||
<para>
|
||
Now, as the &root; user:
|
||
</para>
|
||
|
||
<screen role="root"><userinput>make PREFIX=/usr INSTALLMAN=/usr/share/man install</userinput></screen>
|
||
|
||
</sect2>
|
||
|
||
<sect2 role="content">
|
||
<title>Contents</title>
|
||
|
||
<segmentedlist>
|
||
<segtitle>Installed Program</segtitle>
|
||
<segtitle>Installed Libraries</segtitle>
|
||
<segtitle>Installed Directories</segtitle>
|
||
|
||
<seglistitem>
|
||
<seg>
|
||
xdotool
|
||
</seg>
|
||
<seg>
|
||
libxdo.so
|
||
</seg>
|
||
<seg>
|
||
None
|
||
</seg>
|
||
</seglistitem>
|
||
</segmentedlist>
|
||
<!--
|
||
<variablelist>
|
||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||
<?dbfo list-presentation="list"?>
|
||
<?dbhtml list-presentation="table"?>
|
||
|
||
<varlistentry id="xdotool-prog">
|
||
<term><command>xdotool</command></term>
|
||
<listitem>
|
||
<para>
|
||
uncompresses a <filename>RAR</filename> archive
|
||
</para>
|
||
<indexterm zone="xdotool xdotool-prog">
|
||
<primary sortas="b-xdotool">xdotool</primary>
|
||
</indexterm>
|
||
</listitem>
|
||
</varlistentry>
|
||
|
||
</variablelist>
|
||
-->
|
||
</sect2>
|
||
|
||
</sect1>
|