desktop/cwp: Updated for version 1.10.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
M.Dinslage 2014-01-31 08:58:14 +07:00 committed by Robby Workman
parent b6909998ab
commit 22892caf3f
2 changed files with 25 additions and 7 deletions

View file

@ -1,11 +1,29 @@
#!/bin/sh
# Slackware build script for cwp (customizable weather plasmoid)
# Slackware build script for cwp
# Written by M.Dinslage contact: daedra1980@gmail.com
# Copyright 2014 Matt Dinslage (daedra1980@gmail.com), Springfield, MO, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cwp
VERSION=${VERSION:-1.9.0}
VERSION=${VERSION:-1.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,7 +88,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
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
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

@ -1,8 +1,8 @@
PRGNAM="cwp"
VERSION="1.9.0"
VERSION="1.10.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.9.0.tar.bz2"
MD5SUM="77b7ff4019c5d1dab2eafa1f5ad6e6da"
DOWNLOAD="http://www.kde-look.org/CONTENT/content-files/98925-cwp-1.10.0.tar.bz2"
MD5SUM="9dc26a754a56d17ae464f6baeb43e655"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""