From 2db11e1838e0c066b2bef216ac9c7254e4201afe Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 2 Jul 2013 16:00:08 -0500 Subject: accessibility/unclutter: Updated for version 1.09. Signed-off-by: Erik Hanson --- accessibility/unclutter/unclutter.SlackBuild | 11 +++++------ accessibility/unclutter/unclutter.info | 8 ++++---- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'accessibility') 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="" -- cgit v1.2.3