mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
desktop/cwp: Updated for version 1.6.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
cd9e913c13
commit
d76948bb06
2 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by M.Dinslage contact: daedra1980@gmail.com
|
||||
|
||||
PRGNAM=cwp
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
VERSION=${VERSION:-1.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +63,7 @@ cd build
|
|||
|
||||
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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="cwp"
|
||||
VERSION="1.6.1"
|
||||
VERSION="1.6.2"
|
||||
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.6.1.tar.bz2"
|
||||
MD5SUM="cc492e24f974063ee2fec6530560a6e6"
|
||||
DOWNLOAD="http://www.kde-look.org/CONTENT/content-files/98925-cwp-1.6.2.tar.bz2"
|
||||
MD5SUM="a05028a20e0075785ffbbf68b856805e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="M.Dinslage"
|
||||
EMAIL="daedra1980@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue