diff options
-rw-r--r-- | desktop/cwp/README | 2 | ||||
-rw-r--r-- | desktop/cwp/cwp.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/cwp/cwp.info | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/desktop/cwp/README b/desktop/cwp/README index b1d3b58024..3edee2ed3e 100644 --- a/desktop/cwp/README +++ b/desktop/cwp/README @@ -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. diff --git a/desktop/cwp/cwp.SlackBuild b/desktop/cwp/cwp.SlackBuild index b79d6ef54e..71aa5c4df7 100644 --- a/desktop/cwp/cwp.SlackBuild +++ b/desktop/cwp/cwp.SlackBuild @@ -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 diff --git a/desktop/cwp/cwp.info b/desktop/cwp/cwp.info index 8a3e8eacc6..9b8d65bc33 100644 --- a/desktop/cwp/cwp.info +++ b/desktop/cwp/cwp.info @@ -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" |