summaryrefslogtreecommitdiff
path: root/extra/cinepaint
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-07 00:36:35 -0700
committerroot <root@rshg054.dnsready.net>2013-05-07 00:36:35 -0700
commitda0a0d88caa1bf934ebf314ef86e15928dbb027b (patch)
treeb7c57ac9667de10c72390e0d81654fffbe47c42d /extra/cinepaint
parentffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff)
Tue May 7 00:36:35 PDT 2013
Diffstat (limited to 'extra/cinepaint')
-rw-r--r--extra/cinepaint/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/cinepaint/PKGBUILD b/extra/cinepaint/PKGBUILD
index c298060dd..e45e5ee04 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')
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() {