# HG changeset patch # User Rohit Joshi # Date 1240769559 0 # Node ID 2e77327e848e487241ac6deacb1cd85f7164c004 # Parent 6d87bc285c780ecf20d66a75822e5826b2193f14 Fix gimp receipt for size and Update DEPENDS, BUILD_DEPENDS diff -r 6d87bc285c78 -r 2e77327e848e gimp/receipt --- a/gimp/receipt Sun Apr 26 18:08:35 2009 +0000 +++ b/gimp/receipt Sun Apr 26 18:12:39 2009 +0000 @@ -5,13 +5,13 @@ CATEGORY="graphics" SHORT_DESC="Gnu Image Manipulation Program or GIMP!" MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ libart_lgpl babl gegl libgio" -BUILD_DEPENDS="gettext perl-xml-parser gtk+-dev libart_lgpl babl-dev gegl-dev libgio libgio-dev intltool" -DEPENDS="tiff webkit-r babl gegl xorg-libXdamage" +DEPENDS="gtk+ libart_lgpl babl gegl libgio tiff xorg-libXdamage" +BUILD_DEPENDS="gettext perl-xml-parser gtk+-dev libart_lgpl babl-dev gegl-dev libgio libgio-dev intltool expat-dev zlib-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gimp.org/" WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.6/$TARBALL" + # Rules to configure and make the package. compile_rules() { @@ -29,7 +29,7 @@ --without-alsa \ --without-librsvg \ --without-dbus \ - $CONFIGURE_ARGS && + $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } @@ -50,6 +50,9 @@ # cp -a $_pkg/usr/share/mime-info $fs/usr/share rm $fs/usr/lib/gimp/*/*/*.la + #strip plugins + strip --strip-unneeded $fs/usr/lib/gimp/*/plug-ins/* + # Put a nice splash with a spider cp -a stuff/gimp-splash.png $fs/usr/share/gimp/2.0/images/