From 005b0c005dfa5dfbf1b77862500300d55e9de976 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 11 Jun 2014 06:34:12 +0700 Subject: system/xautomation: Updated for version 1.09 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- system/xautomation/xautomation.SlackBuild | 14 ++++++++------ system/xautomation/xautomation.info | 10 +++++----- 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" -- cgit v1.2.3