diff options
author | B. Watson <yalhcru@gmail.com> | 2014-06-11 06:34:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:49 +0700 |
commit | 005b0c005dfa5dfbf1b77862500300d55e9de976 (patch) | |
tree | d98a8cb1bcdc632871d53d8e79ff6d0e8cf53a2b /system/xautomation | |
parent | 5a2faa5093631d7db4c6e66d6b0d3c81f34007bf (diff) |
system/xautomation: Updated for version 1.09 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xautomation')
-rw-r--r-- | system/xautomation/xautomation.SlackBuild | 14 | ||||
-rw-r--r-- | 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 e829d0257375..73027e730ba3 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 7a9e311c3775..e7805ba27ce9 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" |