diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-05-20 00:44:39 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:15 +0700 |
commit | a3842bc452f18c9de5734fc16d58ac6b4f4b570f (patch) | |
tree | 0a38fb05e469a7f1ec4dd8347627e4f807f84963 /graphics/tuxpaint/tuxpaint.SlackBuild | |
parent | c6218ab15a004a63b401fb40d61ab979d257aee0 (diff) |
graphics/tuxpaint: Updated for version 0.9.30.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/tuxpaint/tuxpaint.SlackBuild')
-rw-r--r-- | graphics/tuxpaint/tuxpaint.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/tuxpaint/tuxpaint.SlackBuild b/graphics/tuxpaint/tuxpaint.SlackBuild index bee7ee83aec6c..8d07963337728 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 |