graphics/tuxpaint: Updated for version 0.9.28.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2022-07-01 23:30:01 +01:00 committed by Willy Sudiarto Raharjo
parent 91fae5d4bf
commit 51ee3079b8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 9 additions and 9 deletions

View file

@ -12,5 +12,5 @@ tuxpaint.
Note: Please uninstall inkscape before creating this package to avoid
a couple of file artifacts outside the package directory. inkscape can
be reinstalled once this package is created.
This is the sdl1 version of the program.
This is the sdl2 version of the program. Note: dependencies have changed

View file

@ -12,13 +12,14 @@
# - fix parallel builds.
# - stop spamming the real /usr (ugh).
# 20220610 tim dickson: updated to 0.9.28 . sticking with sdl1 version for now
# 20220629 tim dickson: changed to the sdl2 version
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tuxpaint
VERSION=${VERSION:-0.9.28}
CONFVER=${CONFVER:-0.0.19}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -58,11 +59,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
rm -rf $PRGNAM-$VERSION-sdl1
rm -rf $PRGNAM-$VERSION-sdl2
rm -rf $PRGNAM-config-$CONFVER
tar xvf $CWD/$PRGNAM-$VERSION-sdl1.tar.gz
cd $PRGNAM-$VERSION-sdl1
tar xvf $CWD/$PRGNAM-$VERSION-sdl2.tar.gz
cd $PRGNAM-$VERSION-sdl2
#prevent out-of-tree file if inkscape is installed
export INKSCAPE_PROFILE_DIR=${pwd}/.tmp.inkscape
chown -R root:root .

View file

@ -1,12 +1,12 @@
PRGNAM="tuxpaint"
VERSION="0.9.28"
HOMEPAGE="http://www.tuxpaint.org"
DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.28-sdl1.tar.gz \
DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.28-sdl2.tar.gz \
http://downloads.sourceforge.net/tuxpaint/tuxpaint-config-0.0.19.tar.gz"
MD5SUM="ee11362810ab358e8dc340c66f585fef \
MD5SUM="267cc6280b66bd32d77133e3562f8da4 \
f732341c88761e756581264960553198"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libpaper SDL_Pango SDL_gfx fltk pngquant libunibreak"
REQUIRES="libpaper SDL2_Pango fltk pngquant libunibreak"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"