graphics/tuxpaint: Updated for version 0.9.25.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
dabc1c080a
commit
e4aa8bae81
|
@ -9,5 +9,7 @@ and has entertaining, child-oriented additions such as sound effects.
|
|||
tuxpaint-config is now also included as a gui tool to configure
|
||||
tuxpaint.
|
||||
|
||||
tuxpaint-config is now included, a gui for setting up tuxpaint.
|
||||
SDL_Pango is an optional dependency.
|
||||
Note: end users will need to create a Pictures directory in their home
|
||||
directory in order to export slideshows as animated GIFs. This bug has
|
||||
been reported and will hopefully get fixed for the next version.
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
# added tuxpaint-config 2019-02-11
|
||||
|
||||
PRGNAM=tuxpaint
|
||||
VERSION=${VERSION:-0.9.24}
|
||||
CONFVER=${CONFVER:-0.0.15}
|
||||
VERSION=${VERSION:-0.9.25}
|
||||
CONFVER=${CONFVER:-0.0.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="tuxpaint"
|
||||
VERSION="0.9.24"
|
||||
VERSION="0.9.25"
|
||||
HOMEPAGE="http://www.tuxpaint.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.24.tar.gz \
|
||||
http://downloads.sourceforge.net/tuxpaint/tuxpaint-config-0.0.15.tar.gz"
|
||||
MD5SUM="966c6348714369aa573764703d6d961f \
|
||||
aab5ea7f2f5d41a2bc66ebf78b15356b"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.25.tar.gz \
|
||||
http://downloads.sourceforge.net/tuxpaint/tuxpaint-config-0.0.16.tar.gz"
|
||||
MD5SUM="85e017d6e13f0c9cf53ff79eba97e11a \
|
||||
684408801d4be92fe7d0b989a6cac8d4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libpaper SDL_Pango fltk"
|
||||
REQUIRES="libpaper SDL_Pango fltk pngquant"
|
||||
MAINTAINER="Tim Dickson"
|
||||
EMAIL="dickson.tim@googlemail.com"
|
||||
|
|
Loading…
Reference in New Issue