From adce3bae24c4277ec01a2b145f4363b86c691a53 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 1 Mar 2017 14:26:06 -0500 Subject: accessibility/xdotool: Minor script cleanup. Signed-off-by: B. Watson --- accessibility/xdotool/xdotool.SlackBuild | 36 +++++++++++++++++++------------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'accessibility') diff --git a/accessibility/xdotool/xdotool.SlackBuild b/accessibility/xdotool/xdotool.SlackBuild index ecacdc5f49..e8d36de5f6 100644 --- a/accessibility/xdotool/xdotool.SlackBuild +++ b/accessibility/xdotool/xdotool.SlackBuild @@ -4,19 +4,16 @@ # Written by B. Watson (yalhcru@gmail.com) -# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 20120411 bkw: -# - updated for xdotool 2.20110530.1. -# - install CHANGELIST in doc dir -# - make & install HTML doc instead of raw POD doc -# - fix permissions in examples/ - -# 20151028 bkw: -# - updated for xdotool 3.20150503.1. +# 20170301 bkw: +# - get rid of support for v$VERSION.tar.gz +# - use correct WTFPL link +# - rearrange changelog so newer entries at the top -# 20151126 bkw: -# - fix xdo.h permissions +# 20161010 bkw: +# - v3.20160805.1, BUILD=1 +# - install doc/examples/*.sh without execute bits. # 20160831 bkw: # - bump BUILD @@ -24,9 +21,18 @@ # - change the header permissions in $PKG, not /usr/include! # thanks to vonbiber for spotting these. -# 20161010 bkw: -# - v3.20160805.1, BUILD=1 -# - install doc/examples/*.sh without execute bits. +# 20151126 bkw: +# - fix xdo.h permissions + +# 20151028 bkw: +# - updated for xdotool 3.20150503.1. + +# 20120411 bkw: +# - updated for xdotool 2.20110530.1. +# - install CHANGELIST in doc dir +# - make & install HTML doc instead of raw POD doc +# - fix permissions in examples/ + PRGNAM=xdotool VERSION=${VERSION:-3.20160805.1} @@ -66,7 +72,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ -- cgit v1.2.3