diff options
author | B. Watson <yalhcru@gmail.com> | 2011-05-31 18:20:54 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:31:19 -0400 |
commit | a55177359000b3bbb2bf20b964e8bd2c9b1e25a8 (patch) | |
tree | 3f402e6f823a4f87599e69629c5fb249a7f43f18 /accessibility | |
parent | b2d62ba24b7e4de0db6b731ae67c9dbfdd9f0e26 (diff) | |
download | slackbuilds-a55177359000b3bbb2bf20b964e8bd2c9b1e25a8.tar.gz |
accessibility/xdotool: Updated for version 2.20101012.3049.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/xdotool/README | 4 | ||||
-rw-r--r-- | accessibility/xdotool/xdotool.SlackBuild | 6 | ||||
-rw-r--r-- | accessibility/xdotool/xdotool.info | 6 |
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" |