accessibility/xdotool: Updated for version 2.20101012.3049.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
B. Watson 2011-05-31 18:20:54 -04:00 committed by Robby Workman
parent b2d62ba24b
commit a551773590
3 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
xdotool - fake keyboard/mouse input
This tool lets you programatically (or manually) simulate keyboard input and
mouse activity, move and resize windows, etc. It does this using X11's XTEST
This tool lets you programatically (or manually) simulate keyboard input and
mouse activity, move and resize windows, etc. It does this using X11's XTEST
extension and other Xlib functions.
Example: focus the firefox url bar

View file

@ -5,7 +5,7 @@
# Written by B. Watson (yalhcru@gmail.com)
PRGNAM=xdotool
VERSION=${VERSION:-20090126}
VERSION=${VERSION:-2.20101012.3049}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -49,10 +49,10 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
make WARNFLAGS="$SLKCFLAGS" PREFIX=/usr
make WARNFLAGS="$SLKCFLAGS" PREFIX=/usr INSTALLLIB=$PKG/usr/lib$LIBDIRSUFFIX
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
make install PREFIX=$PKG/usr
make install PREFIX=$PKG/usr INSTALLLIB=$PKG/usr/lib$LIBDIRSUFFIX
strip --strip-unneeded $PKG/usr/bin/$PRGNAM 2>/dev/null || true
gzip -9 $PKG/usr/man/man1/$PRGNAM.1

View file

@ -1,8 +1,8 @@
PRGNAM="xdotool"
VERSION="20090126"
VERSION="2.20101012.3049"
HOMEPAGE="http://www.semicomplete.com/projects/xdotool/"
DOWNLOAD="http://semicomplete.googlecode.com/files/xdotool-20090126.tar.gz"
MD5SUM="a520d6a3175c3b55582998cbeef81688"
DOWNLOAD="http://semicomplete.googlecode.com/files/xdotool-2.20101012.3049.tar.gz"
MD5SUM="6983e8932412578b98852d235e7fd073"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="B. Watson"