diff options
-rw-r--r-- | graphics/tuxpaint/README | 12 | ||||
-rw-r--r-- | graphics/tuxpaint/tuxpaint.SlackBuild | 9 | ||||
-rw-r--r-- | graphics/tuxpaint/tuxpaint.info | 4 |
3 files changed, 13 insertions, 12 deletions
diff --git a/graphics/tuxpaint/README b/graphics/tuxpaint/README index b21bfd65c9..e233013237 100644 --- a/graphics/tuxpaint/README +++ b/graphics/tuxpaint/README @@ -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. diff --git a/graphics/tuxpaint/tuxpaint.SlackBuild b/graphics/tuxpaint/tuxpaint.SlackBuild index b85f267b73..5c8a092619 100644 --- a/graphics/tuxpaint/tuxpaint.SlackBuild +++ b/graphics/tuxpaint/tuxpaint.SlackBuild @@ -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 diff --git a/graphics/tuxpaint/tuxpaint.info b/graphics/tuxpaint/tuxpaint.info index aeb4e1594d..04861fac49 100644 --- a/graphics/tuxpaint/tuxpaint.info +++ b/graphics/tuxpaint/tuxpaint.info @@ -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" |