wok diff mtpaint/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 61ea7838a191
children 8666107f2678
line diff
     1.1 --- a/mtpaint/receipt	Wed Feb 22 18:01:28 2012 -0800
     1.2 +++ b/mtpaint/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -5,19 +5,17 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="Light paint programm and image manipulation."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ tiff xorg-libXdamage lcms"
     1.8 -BUILD_DEPENDS="gtk+ gtk+-dev pkg-config xorg-xproto bzip2 acl lcms-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://mtpaint.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="gtk+ libpng lcms"
    1.14 +BUILD_DEPENDS="gtk+-dev libpng-dev lcms-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17 -#
    1.18 -# SliTaz use Tango icons, so we convert some for mtPaint.
    1.19 -#
    1.20  compile_rules()
    1.21  {
    1.22 -	cp -a $stuff/icons-tango/* $src/src/icons1
    1.23 +	cp -a $stuff/icons/*.xpm $src/src/icons1
    1.24  	cd $src
    1.25  	./configure \
    1.26  		--cpu=i486 \