From c46b8f516630d45e9f7be6072cf7e2cf0e8f177b Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 9 Nov 2013 01:39:49 +0000 Subject: [PATCH] TuxPaint builds now, just need to clean up target directories and such now. --- media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe b/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe index 78db1ec53..d3aa608b8 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe +++ b/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe @@ -26,8 +26,8 @@ REQUIRES=" lib:freetype lib:gettext lib:libpng - lib:libz lib:libiconv + lib:libz " BUILD_REQUIRES=" @@ -62,12 +62,17 @@ SOURCE_DIR="tuxpaint" BUILD() { - make $jobArgs + make $jobArgs FRIBIDI_LIB=-lfribidi } INSTALL() { - make install + tuxpaintDir=$appsDir/TuxPaint + mkdir -p $tuxpaintDir + + cp tuxpaint $tuxpaintDir/TuxPaint + +# make install #TODO Get TuxPaint put where we want it and create the settings folder, etc. }