graphics/tuxpaint-stamps: Updated for version 2014.08.23, New maint.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2017-04-26 07:07:11 +07:00 committed by Willy Sudiarto Raharjo
parent 17d72450be
commit a47435b3bb
3 changed files with 15 additions and 30 deletions

View file

@ -1,13 +0,0 @@
--- Makefile.old 2011-02-20 21:52:03.827462749 +0100
+++ Makefile 2011-02-20 21:52:16.847462674 +0100
@@ -79,9 +79,7 @@ releaseclean:
@rm -rf "build/tuxpaint-stamps-$(VER_DATE)" "build/tuxpaint-stamps-$(VER_DATE).tar.gz"
@-if [ -d build ] ; then rmdir build ; fi
-releasedir: build/tuxpaint-stamps-$(VER_DATE)
-
-build/tuxpaint-stamps-$(VER_DATE):
+releasedir:
@echo
@echo "Creating release directory"
@echo

View file

@ -3,10 +3,10 @@
# Slackware build script for tuxpaint-stamps
# Written by Pablo Santamaria (pablosantamaria@gmail.com)
# updated by Tim Dickson (dickson.tim@googlemail.com)
PRGNAM=tuxpaint-stamps
VERSION=${VERSION:-2009.06.28}
VERSION=${VERSION:-2014.08.23}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -16,7 +16,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -26,16 +26,14 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -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 {} \;
# http://sourceforge.net/tracker/index.php?func=detail&aid=3187557&group_id=66938&atid=516295
patch -p0 < $CWD/Makefile.patch
make DATA_PREFIX=$PKG/usr/share/tuxpaint/ install-all
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
#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/
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,10 +1,10 @@
PRGNAM="tuxpaint-stamps"
VERSION="2009.06.28"
VERSION="2014.08.23"
HOMEPAGE="http://www.tuxpaint.org"
DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-stamps-2009.06.28.tar.gz"
MD5SUM="06ceccd22074bdbf95c7c8776f7f49a9"
DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-stamps-2014.08.23.tar.gz"
MD5SUM="f51293055ac8df6628b5527b53e8bade"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="tuxpaint"
MAINTAINER="Pablo Santamaria"
EMAIL="pablosantamaria@gmail.com"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@gmail.com"