From b809ae0d59ff382444e91657ea80ba499beec91e Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 10 Nov 2013 09:09:22 +0700 Subject: [PATCH] system/xautomation: Updated for version 1.08. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- system/xautomation/xautomation.SlackBuild | 12 ++++++------ system/xautomation/xautomation.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/system/xautomation/xautomation.SlackBuild b/system/xautomation/xautomation.SlackBuild index e2ab84cd7d..781ede76e6 100644 --- a/system/xautomation/xautomation.SlackBuild +++ b/system/xautomation/xautomation.SlackBuild @@ -5,8 +5,8 @@ # Written by V'yacheslav Stetskevych PRGNAM=xautomation -VERSION=${VERSION:-1.03} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.08} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -45,11 +45,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -71,7 +71,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING INSTALL NEWS README \ + AUTHORS COPYING INSTALL README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/xautomation/xautomation.info b/system/xautomation/xautomation.info index 92272a8df9..7a9e311c37 100644 --- a/system/xautomation/xautomation.info +++ b/system/xautomation/xautomation.info @@ -1,8 +1,8 @@ PRGNAM="xautomation" -VERSION="1.03" +VERSION="1.08" HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" -DOWNLOAD="http://hoopajoo.net/static/projects/xautomation-1.03.tar.gz" -MD5SUM="91030079b0ecf96195dd21bcec635cb6" +DOWNLOAD="http://hoopajoo.net/static/projects/xautomation-1.08.tar.gz" +MD5SUM="3e1b25fa4e50b862f78c6cef26431bf3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""