graphics/tuxpaint: Switch to i586 + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Tim Dickson 2017-04-23 20:06:41 +01:00 committed by Willy Sudiarto Raharjo
parent 1ca451c15d
commit 8caf28362a
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 13 additions and 12 deletions

View file

@ -1,10 +1,10 @@
Tux Paint: Open Source Drawing Software for Children Tux Paint: Open Source Drawing Software for Children
"Tux Paint" is a drawing program for young children. It provides a "Tux Paint" is a drawing program for young children. It provides a
simple interface and fixed canvas size, and provides access to previous simple interface and fixed canvas size, and provides access to previous
images using a thumbnail browser (e.g., no access to the underlying images using a thumbnail browser (e.g., no access to the underlying
file-system). Unlike popular drawing programs like "The GIMP," it has file-system). Unlike popular drawing programs like "The GIMP," it has
a very limited tool-set. However, it provides a much simpler interface, a very limited tool-set. However, it provides a much simpler interface,
and has entertaining, child-oriented additions such as sound effects. and has entertaining, child-oriented additions such as sound effects.
SDL_pango is an optional dependency. SDL_Pango is an optional dependency.

View file

@ -4,6 +4,7 @@
# Written by Pablo Santamaria (pablosantamaria@gmail.com) # Written by Pablo Santamaria (pablosantamaria@gmail.com)
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org> # Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Taken over maintenance (and some updates) by Tim Dickson (dickson.tim@googlemail.com)
PRGNAM=tuxpaint PRGNAM=tuxpaint
VERSION=${VERSION:-0.9.22} VERSION=${VERSION:-0.9.22}
@ -12,7 +13,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i586 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
@ -23,8 +24,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686" SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686" SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -37,7 +38,7 @@ else
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
fi fi
set -e set -e
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT

View file

@ -6,5 +6,5 @@ MD5SUM="bb9d7e4460ed8084be23b5dfcbf49ef3"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="libpaper SDL_Pango" REQUIRES="libpaper SDL_Pango"
MAINTAINER="Pablo Santamaria" MAINTAINER="Tim Dickson"
EMAIL="pablosantamaria@gmail.com" EMAIL="dickson.tim@gmail.com"