wok-stable diff mtpaint/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents 61ea7838a191
children
line diff
     1.1 --- a/mtpaint/receipt	Wed Feb 22 18:01:28 2012 -0800
     1.2 +++ b/mtpaint/receipt	Mon Mar 04 18:42:23 2019 +0100
     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 \