desktop/cwp: Updated for version 1.1.0.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
M.Dinslage 2010-07-15 19:56:33 -05:00 committed by Erik Hanson
parent 11e8b26466
commit b85a442057
2 changed files with 6 additions and 8 deletions

View file

@ -5,16 +5,14 @@
# Written by M.Dinslage contact: daedra1980@gmail.com
PRGNAM=cwp
VERSION=${VERSION:-1.0.5}
VERSION=${VERSION:-1.1.0}
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
@ -70,7 +68,7 @@ cd -
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/cwp.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/cwp.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="cwp"
VERSION="1.0.5"
VERSION="1.1.0"
HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid+%28CWP%29?content=98925"
DOWNLOAD="http://www.kde-look.org/CONTENT/content-files/98925-cwp-1.0.5.tar.bz2"
MD5SUM="5ffb8e0ccc70e3589b2de777b894b3b7"
DOWNLOAD="http://www.kde-look.org/CONTENT/content-files/98925-cwp-1.1.0.tar.bz2"
MD5SUM="55ca49f5470351093b7dc22b62ff3784"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="M.Dinslage"
EMAIL="daedra1980@gmail.com"
APPROVED="dsomero"
APPROVED="Erik Hanson"