summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
author B. Watson2013-07-02 23:00:08 +0200
committer Erik Hanson2013-07-02 23:00:08 +0200
commit2db11e1838e0c066b2bef216ac9c7254e4201afe (patch)
treec2b800cf7d8f62e7ae9425dcb3ab902643bce36f /accessibility
parenta9b7928d0360914122acdda032891fba52229cda (diff)
downloadslackbuilds-2db11e1838e0c066b2bef216ac9c7254e4201afe.tar.gz
accessibility/unclutter: Updated for version 1.09.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/unclutter/unclutter.SlackBuild11
-rw-r--r--accessibility/unclutter/unclutter.info8
2 files changed, 9 insertions, 10 deletions
diff --git a/accessibility/unclutter/unclutter.SlackBuild b/accessibility/unclutter/unclutter.SlackBuild
index b0d5efb957..35a533cf51 100644
--- a/accessibility/unclutter/unclutter.SlackBuild
+++ b/accessibility/unclutter/unclutter.SlackBuild
@@ -7,16 +7,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=unclutter
-VERSION=${VERSION:-8}
+VERSION=${VERSION:-1.09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -45,9 +43,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM
+rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM
+cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -56,7 +54,8 @@ find . \
-exec chmod 644 {} \;
xmkmf -a
-make CDEBUGFLAGS="$SLKCFLAGS -fno-strength-reduce -fno-strict-aliasing"
+#make CDEBUGFLAGS="$SLKCFLAGS -fno-strength-reduce -fno-strict-aliasing"
+make CDEBUGFLAGS="$SLKCFLAGS"
# manual install since "make install" fails to install the man page
strip $PRGNAM
diff --git a/accessibility/unclutter/unclutter.info b/accessibility/unclutter/unclutter.info
index aeb4459d7a..1a92f6bf5c 100644
--- a/accessibility/unclutter/unclutter.info
+++ b/accessibility/unclutter/unclutter.info
@@ -1,8 +1,8 @@
PRGNAM="unclutter"
-VERSION="8"
-HOMEPAGE="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README"
-DOWNLOAD="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.tar.gz"
-MD5SUM="1fe32cab8dd765263679618f8704117f"
+VERSION="1.09"
+HOMEPAGE="http://unclutter.sourceforge.net/"
+DOWNLOAD="http://downloads.sourceforge.net/project/unclutter/unclutter/source_1.09/unclutter-1.09.tar.gz"
+MD5SUM="8c4464367b2db1d15fe36a8752e917c8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""