summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/xdotool/README4
-rw-r--r--accessibility/xdotool/xdotool.SlackBuild6
-rw-r--r--accessibility/xdotool/xdotool.info6
3 files changed, 8 insertions, 8 deletions
diff --git a/accessibility/xdotool/README b/accessibility/xdotool/README
index 7dae652ddf..3b0086b955 100644
--- a/accessibility/xdotool/README
+++ b/accessibility/xdotool/README
@@ -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
diff --git a/accessibility/xdotool/xdotool.SlackBuild b/accessibility/xdotool/xdotool.SlackBuild
index b10004d2cb..a77b00bbf2 100644
--- a/accessibility/xdotool/xdotool.SlackBuild
+++ b/accessibility/xdotool/xdotool.SlackBuild
@@ -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
diff --git a/accessibility/xdotool/xdotool.info b/accessibility/xdotool/xdotool.info
index 88bedd3945..f690696ec8 100644
--- a/accessibility/xdotool/xdotool.info
+++ b/accessibility/xdotool/xdotool.info
@@ -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"