summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2014-06-11 01:34:12 +0200
committer Willy Sudiarto Raharjo2014-06-12 01:51:49 +0200
commit005b0c005dfa5dfbf1b77862500300d55e9de976 (patch)
treed98a8cb1bcdc632871d53d8e79ff6d0e8cf53a2b
parent5a2faa5093631d7db4c6e66d6b0d3c81f34007bf (diff)
downloadslackbuilds-005b0c005dfa5dfbf1b77862500300d55e9de976.tar.gz
system/xautomation: Updated for version 1.09 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/xautomation/xautomation.SlackBuild14
-rw-r--r--system/xautomation/xautomation.info10
2 files changed, 13 insertions, 11 deletions
diff --git a/system/xautomation/xautomation.SlackBuild b/system/xautomation/xautomation.SlackBuild
index e829d02573..73027e730b 100644
--- a/system/xautomation/xautomation.SlackBuild
+++ b/system/xautomation/xautomation.SlackBuild
@@ -3,9 +3,10 @@
# Slackware build script for xautomation.
# Written by V'yacheslav Stetskevych
+# Modified by B. Watson
PRGNAM=xautomation
-VERSION=${VERSION:-1.08}
+VERSION=${VERSION:-1.09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,15 +65,16 @@ LDFLAGS="-lX11" \
--build=$ARCH-slackware-linux
make
-make install-strip DESTDIR=$PKG
+
+# 20140610 bkw: install-strip only installs xte, not the other binaries!
+# regular make install is OK, strip them afterwards.
+make install DESTDIR=$PKG
+strip $PKG/usr/bin/*
find $PKG/usr/man -type f -exec gzip -9 {} \;
-for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- AUTHORS COPYING INSTALL README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/xautomation/xautomation.info b/system/xautomation/xautomation.info
index 7a9e311c37..e7805ba27c 100644
--- a/system/xautomation/xautomation.info
+++ b/system/xautomation/xautomation.info
@@ -1,10 +1,10 @@
PRGNAM="xautomation"
-VERSION="1.08"
+VERSION="1.09"
HOMEPAGE="http://hoopajoo.net/projects/xautomation.html"
-DOWNLOAD="http://hoopajoo.net/static/projects/xautomation-1.08.tar.gz"
-MD5SUM="3e1b25fa4e50b862f78c6cef26431bf3"
+DOWNLOAD="http://hoopajoo.net/static/projects/xautomation-1.09.tar.gz"
+MD5SUM="16b973fdb525feed876471225bba30ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="V'yacheslav Stetskevych"
-EMAIL="slava18@gmail.com"
+MAINTAINER="B. Watson"
+EMAIL="yalhcru@gmail.com"