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" is a drawing program for young children. It provides a
simple interface and fixed canvas size, and provides access to previous
images using a thumbnail browser (e.g., no access to the underlying
file-system). Unlike popular drawing programs like "The GIMP," it has
a very limited tool-set. However, it provides a much simpler interface,
"Tux Paint" is a drawing program for young children. It provides a
simple interface and fixed canvas size, and provides access to previous
images using a thumbnail browser (e.g., no access to the underlying
file-system). Unlike popular drawing programs like "The GIMP," it has
a very limited tool-set. However, it provides a much simpler interface,
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)
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Taken over maintenance (and some updates) by Tim Dickson (dickson.tim@googlemail.com)
PRGNAM=tuxpaint
VERSION=${VERSION:-0.9.22}
@ -12,7 +13,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -23,8 +24,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -37,7 +38,7 @@ else
LIBDIRSUFFIX=""
fi
set -e
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT

View file

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