summaryrefslogtreecommitdiffstats
path: root/system/xautomation
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2013-11-10 09:09:22 +0700
committer Robby Workman <rworkman@slackbuilds.org>2013-11-11 10:53:34 -0600
commitb809ae0d59ff382444e91657ea80ba499beec91e (patch)
treee88068faac26a85a5d8051d25c908921841ef1b3 /system/xautomation
parent09fd93dcb2078e99f113a9779dda2641f5ba213d (diff)
downloadslackbuilds-b809ae0d59ff382444e91657ea80ba499beec91e.tar.gz
slackbuilds-b809ae0d59ff382444e91657ea80ba499beec91e.tar.xz
system/xautomation: Updated for version 1.08.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xautomation')
-rw-r--r--system/xautomation/xautomation.SlackBuild12
-rw-r--r--system/xautomation/xautomation.info6
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=""