aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/tuxpaint/tuxpaint.SlackBuild9
-rw-r--r--graphics/tuxpaint/tuxpaint.info10
2 files changed, 11 insertions, 8 deletions
diff --git a/graphics/tuxpaint/tuxpaint.SlackBuild b/graphics/tuxpaint/tuxpaint.SlackBuild
index bee7ee83aec6..8d0796333772 100644
--- a/graphics/tuxpaint/tuxpaint.SlackBuild
+++ b/graphics/tuxpaint/tuxpaint.SlackBuild
@@ -17,12 +17,13 @@
# 20230111 bkw: Modified by SlackBuilds.org: BUILD=4, just to force a
# rebuild after libunibreak update to 5.1.
# 20230407 tim: update to 0.9.29 and 0.0.20
+# 20230519 tim: update to 0.9.30 and 0.0.21
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tuxpaint
-VERSION=${VERSION:-0.9.29}
-CONFVER=${CONFVER:-0.0.20}
+VERSION=${VERSION:-0.9.30}
+CONFVER=${CONFVER:-0.0.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -83,7 +84,6 @@ mkdir trans
# using the xdg-icon-resource and xdg-desktop-menu tools: these don't
# support DESTDIR or any other way to control where the files get
# installed (meaning they install to the real /usr, not $PKG/usr).
-
sed -i '/^linux_ARCH_INSTALL/s,install-xdg ,,' Makefile
make PREFIX=/usr LIBDIRSUFFIX=$LIBDIRSUFFIX OPTFLAGS="$SLKCFLAGS"
@@ -140,6 +140,9 @@ chmod 0644 $PKG/usr/man/*/*/tuxpaint.1.gz
chmod 0644 $PKG/usr/man/man1/*.gz
find $PKG/usr/doc/$PRGNAM-$VERSION/ -type f -exec chmod 644 {} \+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+#remove binary plugin examples that shouldn't be in doc, and unneeded install doc.
+rm -f $PKG/usr/doc/$PRGNAM-$VERSION/en/*.so $PKG/usr/doc/$PRGNAM-$VERSION/INSTALL.txt
+
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/graphics/tuxpaint/tuxpaint.info b/graphics/tuxpaint/tuxpaint.info
index 64ac53a79a41..a7677fd7f665 100644
--- a/graphics/tuxpaint/tuxpaint.info
+++ b/graphics/tuxpaint/tuxpaint.info
@@ -1,10 +1,10 @@
PRGNAM="tuxpaint"
-VERSION="0.9.29"
+VERSION="0.9.30"
HOMEPAGE="http://www.tuxpaint.org"
-DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.29.tar.gz \
- http://downloads.sourceforge.net/tuxpaint/tuxpaint-config-0.0.20.tar.gz"
-MD5SUM="c8efd4768204627e5c0e4b33034dd0eb \
- 4573eb54293060c02f86d4b4623481f8"
+DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.30.tar.gz \
+ http://downloads.sourceforge.net/tuxpaint/tuxpaint-config-0.0.21.tar.gz"
+MD5SUM="7b2c1ca2a101b3be16fb85c970f32af0 \
+ 6689cab667ff11be58dd98270c7c1234"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libpaper SDL2_Pango fltk pngquant libunibreak"