desktop/cwp: Updated for version 1.5.4.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
M.Dinslage 2011-06-23 21:27:13 -04:00 committed by Niels Horn
parent f0c5e58d4f
commit 3a64ff9241
3 changed files with 8 additions and 7 deletions

View file

@ -1,3 +1,3 @@
cwp is another KDE weather plasmoid. Cwp aims to be highly customizable,
Nearly any weather forecast provider can be used, as long as the data is
Nearly any weather forecast provider can be used, as long as the data is
provided as html files.

View file

@ -5,7 +5,7 @@
# Written by M.Dinslage contact: daedra1980@gmail.com
PRGNAM=cwp
VERSION=${VERSION:-1.5.2}
VERSION=${VERSION:-1.5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,9 +60,10 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1
make install VERBOSE=1 DESTDIR=$PKG
cd ..
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

View file

@ -1,10 +1,10 @@
PRGNAM="cwp"
VERSION="1.5.2"
VERSION="1.5.4"
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.5.2.tar.bz2"
MD5SUM="9914774eb3b69b9d041e5bdcd09234c4"
DOWNLOAD="http://www.kde-look.org/CONTENT/content-files/98925-cwp-1.5.4.tar.bz2"
MD5SUM="46b9cbfd51093d153806b17883e10f9b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="M.Dinslage"
EMAIL="daedra1980@gmail.com"
APPROVED="rworkman"
APPROVED="dsomero"