# HG changeset patch # User Christophe Lincoln # Date 1336237256 -7200 # Node ID 47d7b746c68b0923cb95e4486b8ee734d0a0ede9 # Parent 2256668cf43234b76c5b9771435e2fb30c47d301 Add tuxpaint (we was missing him, at least my son :-) diff -r 2256668cf432 -r 47d7b746c68b tuxpaint/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tuxpaint/description.txt Sat May 05 19:00:56 2012 +0200 @@ -0,0 +1,9 @@ +Tux Paint is a free, award-winning drawing program for children ages 3 to 12. +It combines an easy-to-use interface, fun sound effects, and an encouraging +cartoon mascot who guides children as they use the program. + +Kids are presented with a blank canvas and a variety of drawing tools to help +them be creative. Along with paintbrush, shapes and text, Tux Paint includes +a "stamp" feature to add pre-drawn or photographic imagery to pictures, and +a set of "magic tools" that provide filter effects (like blur, tint and waves) +and interesting drawing tools (like train tracks, bubbles and grass). diff -r 2256668cf432 -r 47d7b746c68b tuxpaint/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tuxpaint/receipt Sat May 05 19:00:56 2012 +0200 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="tuxpaint" +VERSION="0.9.21" +CATEGORY="graphics" +SHORT_DESC="Kid painting programm." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://tuxpaint.org/" +WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" + +DEPENDS="libpng fribidi librsvg cairo libsdl-mixer libsdl-pango libsdl-image \ +libsdl-ttf libpaper python" +BUILD_DEPENDS="libpng-dev fribidi-dev librsvg-dev cairo-dev libsdl-dev \ +libsdl-mixer-dev libsdl-pango-dev libsdl-image-dev libsdl-ttf-dev \ +libpaper-dev python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + sed -i 's/$(ARCH_LINKS)/$(ARCH_LINKS) -lpng/' Makefile + make PREFIX=/usr + make PREFIX=/usr DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/tuxpaint $fs/usr/share +} diff -r 2256668cf432 -r 47d7b746c68b tuxpaint/stuff/tuxpaint.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tuxpaint/stuff/tuxpaint.desktop Sat May 05 19:00:56 2012 +0200 @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Name=TuxPaint Images Editor +Name[fr]=Éditeur d'images TuxPaint +Exec=tuxpaint %f +Icon=tuxpaint +MimeType=image/png;image/jpeg; +Categories=Graphics; +Terminal=false