summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Tim Dickson2022-07-02 00:30:01 +0200
committer Willy Sudiarto Raharjo2022-07-02 04:55:34 +0200
commit51ee3079b8395957a40ac2f8354ee8eac9d7fdf6 (patch)
treeda5261f044851084c70d9bc8ed0b67d7b52c7697
parent91fae5d4bf53751af20be9f08e24797ed080b1fa (diff)
downloadslackbuilds-51ee3079b8395957a40ac2f8354ee8eac9d7fdf6.tar.gz
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>
-rw-r--r--graphics/tuxpaint/README2
-rw-r--r--graphics/tuxpaint/tuxpaint.SlackBuild10
-rw-r--r--graphics/tuxpaint/tuxpaint.info6
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/tuxpaint/README b/graphics/tuxpaint/README
index 325526739b..61289d88b4 100644
--- a/graphics/tuxpaint/README
+++ b/graphics/tuxpaint/README
@@ -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
diff --git a/graphics/tuxpaint/tuxpaint.SlackBuild b/graphics/tuxpaint/tuxpaint.SlackBuild
index 57e3881741..5c3bd40acb 100644
--- a/graphics/tuxpaint/tuxpaint.SlackBuild
+++ b/graphics/tuxpaint/tuxpaint.SlackBuild
@@ -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 .
diff --git a/graphics/tuxpaint/tuxpaint.info b/graphics/tuxpaint/tuxpaint.info
index 005a444d58..c89e9609ee 100644
--- a/graphics/tuxpaint/tuxpaint.info
+++ b/graphics/tuxpaint/tuxpaint.info
@@ -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"