From 4e7547f2aee892875326db6a1d747422767ca408 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 6 Nov 2013 03:34:15 -0800 Subject: [PATCH] Nearly working tuxpaint, using cvs snapshot 2013-11-06 --- media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe b/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe index 282052fa9..78db1ec53 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe +++ b/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe @@ -2,21 +2,18 @@ SUMMARY="tuxpaint - Drawing program designed for young children" DESCRIPTION="tuxpaint - Drawing program designed for young children" HOMEPAGE="http://www.tuxpaint.org/" #SRC_URI="cvs://:pserver:anonymous@tuxpaint.cvs.sourceforge.net:/cvsroot/tuxpaint/tuxpaint" -SRC_URI="http://ports-space.haiku-files.org/source/tuxpaint-snapshot-2013-11-04.zip" -CHECKSUM_MD5="0d02cc5650429b18173f9ff1e3d89798" +SRC_URI="http://ports-space.haiku-files.org/source/tuxpaint-snapshot-2013-11-06.zip" +CHECKSUM_MD5="5de3581c15b73e88a1925bf37e172519" COPYRIGHT="2002-2010 Bill Kendrick and others" LICENSE="GNU GPL v2" REVISION="1" -ARCHITECTURES="!x86 !x86_gcc2 !x86_64" +ARCHITECTURES="x86 x86_gcc2 ?x86_64" PROVIDES=" - tuxpaint = $portVersion compat >= 0 -# cmd:tuxpaint + tuxpaint = $portVersion " -SOURCE_DIR="tuxpaint" - REQUIRES=" haiku lib:libpaper @@ -25,25 +22,27 @@ REQUIRES=" lib:sdl_ttf lib:sdl_image lib:sdl_mixer - lib:fribidi + lib:libfribidi lib:freetype lib:gettext lib:libpng lib:libz + lib:libiconv " BUILD_REQUIRES=" devel:libsdl devel:libintl -# devel:libpaper + devel:libpaper devel:sdl_ttf devel:sdl_image devel:SDL_mixer - devel:fribidi + devel:libfribidi # devel:freetype # devel:gettext devel:libpng devel:libz + devel:libiconv " BUILD_PREREQUIRES=" @@ -54,20 +53,21 @@ BUILD_PREREQUIRES=" cmd:pkg_config cmd:ld " - + +USER_SETTINGS_FILES=" + settings/TuxPaint directory + " + +SOURCE_DIR="tuxpaint" + BUILD() { -# cd tuxpaint-0.9.2x-cvs -# if [ ! -f /boot/common/lib/libstdc++.so ] -# then -# ln -s /boot/system/lib/libstdc++.r4.so /boot/common/lib/libstdc++.so -# fi make $jobArgs } INSTALL() { -# cd tuxpaint-0.9.2x-cvs make install -#DESTDIR=${DESTDIR} + + #TODO Get TuxPaint put where we want it and create the settings folder, etc. }