diff options
Diffstat (limited to 'extra/cinepaint/PKGBUILD')
-rw-r--r-- | extra/cinepaint/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/cinepaint/PKGBUILD b/extra/cinepaint/PKGBUILD index ed200c025..062225adf 100644 --- a/extra/cinepaint/PKGBUILD +++ b/extra/cinepaint/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 183279 2013-04-20 16:41:11Z heftig $ +# $Id: PKGBUILD 184367 2013-05-06 19:36:51Z foutrelis $ # Maintainer: tobias [tobias.archlinux.org] # Contributor: tobias [tobias.justdreams.de] pkgname=cinepaint pkgver=1.3 -pkgrel=6 +pkgrel=8 pkgdesc="Sophisticated graphics manipulation programm supporting > 8bit pictures" arch=('i686' 'x86_64' 'mips64el') license=('LGPL' 'GPL' 'MIT') url="http://www.cinepaint.org" depends=('gtk2' 'openexr' 'lcms' 'libxpm' 'fltk' 'ftgl' 'libxxf86vm') -makedepends=('python2' 'gutenprint>=5.2.9') +makedepends=('python2' 'gutenprint>=5.2.9' 'optipng') optdepends=('python2: for python plug-ins' 'gutenprint: for print plug-ins' 'ghostscript: for pdf plug-ins') @@ -35,6 +35,10 @@ prepare() { aclocal -I aclocal autoconf sh autogen.sh + + # Fix invalid PNG icons to work with libpng 1.6 + # Notified the CinePaint Project Manager (Robin Rowe) via email + find -name '*.png' -exec optipng -quiet -force -fix {} + } build() { |