graphics/tuxpaint-stamps: Updated for version 2018.09.01.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Tim Dickson 2018-09-09 23:03:01 +01:00 committed by David Spencer
parent 30d46bbda3
commit f8f265feda
2 changed files with 11 additions and 4 deletions

View file

@ -6,7 +6,7 @@
# updated by Tim Dickson (dickson.tim@googlemail.com)
PRGNAM=tuxpaint-stamps
VERSION=${VERSION:-2014.08.23}
VERSION=${VERSION:-2018.09.01}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -34,6 +34,13 @@ find -L . \
#the "source" is just data which needs copying to the right place.
mkdir -p $PKG/usr/share/tuxpaint
cp -ar stamps $PKG/usr/share/tuxpaint/
#remove some empty files (should be fixed upstream next time)
if [ ! -s $PKG/usr/share/tuxpaint/stamps/plants/trees/holly_leaves.dat ]; then
rm -f $PKG/usr/share/tuxpaint/stamps/plants/trees/holly_leaves.dat
fi
if [ ! -s $PKG/usr/share/tuxpaint/stamps/hobbies/music/wind/bassoon.dat ]; then
rm -f $PKG/usr/share/tuxpaint/stamps/hobbies/music/wind/bassoon.dat
fi
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a docs/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="tuxpaint-stamps"
VERSION="2014.08.23"
VERSION="2018.09.01"
HOMEPAGE="http://www.tuxpaint.org"
DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-stamps-2014.08.23.tar.gz"
MD5SUM="f51293055ac8df6628b5527b53e8bade"
DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-stamps-2018.09.01.tar.gz"
MD5SUM="ac318e01b1f90a29325855e69e2e3901"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="tuxpaint"