desktop/cwp: Added to 13.0 repository

This commit is contained in:
M.Dinslage 2010-05-13 00:57:35 +02:00 committed by David Somero
parent 2cfc8cf410
commit fb52ee29f7
5 changed files with 113 additions and 0 deletions

3
desktop/cwp/README Normal file
View file

@ -0,0 +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
provided as html files.

View file

@ -0,0 +1,74 @@
#!/bin/sh
# Slackware build script for cwp (customizable weather plasmoid)
# Written by M.Dinslage contact: daedra1980@gmail.com
PRGNAM=cwp
VERSION=${VERSION:-0.9.18}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e # Exit on most errors
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP
tar xvf $CWD/98925-$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
mkdir build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1
make install VERBOSE=1 DESTDIR=$PKG
cd -
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null
)
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
mkdir $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

11
desktop/cwp/cwp.info Normal file
View file

@ -0,0 +1,11 @@
PRGNAM="cwp"
VERSION="0.9.18"
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-0.9.18.tar.bz2"
MD5SUM="5c48327ca5dea969d503e6b56825fbc6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="M.Dinslage"
EMAIL="daedra1980@gmail.com"
APPROVED="dsomero"

6
desktop/cwp/doinst.sh Normal file
View file

@ -0,0 +1,6 @@
if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
fi
fi

19
desktop/cwp/slack-desc Normal file
View file

@ -0,0 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
cwp: cwp (KDE weather plasmoid)
cwp:
cwp: Another KDE weather plasmoid. Cwp aims to be highly customizable,
cwp: Nearly any weather forecast provider can be used, as long as the
cwp: data is provided as html files.
cwp:
cwp:
cwp:
cwp:
cwp:
cwp: