mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
accessibility/xdotool: Updated for version 3.20150503.1.
This commit is contained in:
parent
0c7784692a
commit
d209386e11
2 changed files with 8 additions and 5 deletions
|
@ -12,8 +12,11 @@
|
|||
# - make & install HTML doc instead of raw POD doc
|
||||
# - fix permissions in examples/
|
||||
|
||||
# 20151028 bkw:
|
||||
# - updated for xdotool 3.20150503.1.
|
||||
|
||||
PRGNAM=xdotool
|
||||
VERSION=${VERSION:-2.20110530.1}
|
||||
VERSION=${VERSION:-3.20150503.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -50,7 +53,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xdotool"
|
||||
VERSION="2.20110530.1"
|
||||
VERSION="3.20150503.1"
|
||||
HOMEPAGE="http://www.semicomplete.com/projects/xdotool/"
|
||||
DOWNLOAD="http://semicomplete.googlecode.com/files/xdotool-2.20110530.1.tar.gz"
|
||||
MD5SUM="62d0c2158bbaf882a1cf580421437b2f"
|
||||
DOWNLOAD="https://github.com/jordansissel/xdotool/archive/v3.20150503.1.tar.gz"
|
||||
MD5SUM="e4447c61034d1d2140db13fbf0daa060"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue