summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Cezary M. Kruk2010-07-01 09:30:42 +0200
committer Robby Workman2010-07-01 09:30:42 +0200
commit2bd4c38fbac95431947d094049baba6498b34c94 (patch)
treea832e777589bb492d898fd4c0f944d17b6fd24b2
parent75d7ad1bb30c1dc85039ef0e2a0625cb842cbbed (diff)
downloadslackbuilds-2bd4c38fbac95431947d094049baba6498b34c94.tar.gz
desktop/wmweather: Updated for version 2.4.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--desktop/wmweather/wmweather.SlackBuild11
-rw-r--r--desktop/wmweather/wmweather.info10
2 files changed, 7 insertions, 14 deletions
diff --git a/desktop/wmweather/wmweather.SlackBuild b/desktop/wmweather/wmweather.SlackBuild
index 8c86d39ea3..b656e8f4f4 100644
--- a/desktop/wmweather/wmweather.SlackBuild
+++ b/desktop/wmweather/wmweather.SlackBuild
@@ -2,20 +2,16 @@
# Slackware build script for wmweather
# Written by Cezary M. Kruk (c.kruk@bigfoot.com)
-#
-# Modified by the SlackBuilds.org project.
PRGNAM=wmweather
-VERSION=${VERSION:-2.4.4}
+VERSION=${VERSION:-2.4.5}
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
@@ -76,10 +72,7 @@ mv $PKG/etc/X11/WindowMaker/wmweather.conf \
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/desktop/wmweather/wmweather.info b/desktop/wmweather/wmweather.info
index 9266e6206f..178e954682 100644
--- a/desktop/wmweather/wmweather.info
+++ b/desktop/wmweather/wmweather.info
@@ -1,10 +1,10 @@
PRGNAM="wmweather"
-VERSION="2.4.4"
-HOMEPAGE="http://freshmeat.net/users/godisch/"
-DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/w/wmweather/wmweather_2.4.4.orig.tar.gz"
-MD5SUM="4aad93bb539c0743f71e28c87267df92"
+VERSION="2.4.5"
+HOMEPAGE="http://freshmeat.net/projects/wmweather"
+DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/w/wmweather/wmweather_2.4.5.orig.tar.gz"
+MD5SUM="327263e96126ad6cf1ccde572111190d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Cezary M. Kruk"
EMAIL="c.kruk@bigfoot.com"
-APPROVED="dsomero"
+APPROVED="rworkman"