desktop/xfce4-time-out-plugin: Updated for version 1.0.0.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Robby Workman 2010-12-30 00:50:11 -02:00 committed by Robby Workman
parent 6ac23651ef
commit d0aa21f08b
2 changed files with 6 additions and 8 deletions

View file

@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce4-time-out-plugin
VERSION=0.1.1
VERSION=1.0.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -90,7 +88,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO \
AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="xfce4-time-out-plugin"
VERSION="0.1.1"
VERSION="1.0.0"
HOMEPAGE="http://goodies.xfce.org/"
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/0.1/xfce4-time-out-plugin-0.1.1.tar.bz2"
MD5SUM="d2f5b157cf47c754d8dd007c73a4d1e6"
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.0/xfce4-time-out-plugin-1.0.0.tar.bz2"
MD5SUM="ef50a3fd45c169943acc8af93604d9fd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="Erik Hanson"
APPROVED="Niels Horn"