summaryrefslogtreecommitdiffstats
path: root/graphics/tuxpaint/tuxpaint.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tuxpaint/tuxpaint.SlackBuild')
-rw-r--r--graphics/tuxpaint/tuxpaint.SlackBuild10
1 files changed, 5 insertions, 5 deletions
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 .