[arch-commits] Commit in cinepaint/trunk (PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sat May 4 18:48:27 UTC 2013


    Date: Saturday, May 4, 2013 @ 20:48:27
  Author: foutrelis
Revision: 184234

upgpkg: cinepaint 1.3-8

Fix invalid PNG icons to work with libpng 1.6.

Modified:
  cinepaint/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-04 14:56:27 UTC (rev 184233)
+++ PKGBUILD	2013-05-04 18:48:27 UTC (rev 184234)
@@ -4,13 +4,13 @@
 
 pkgname=cinepaint
 pkgver=1.3
-pkgrel=7
+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 @@
   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() {




More information about the arch-commits mailing list