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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jun 12 18:39:32 UTC 2012


    Date: Tuesday, June 12, 2012 @ 14:39:32
  Author: andyrtr
Revision: 161636

upgpkg: cinepaint 1.3-2

gutenprint rebuild

Modified:
  cinepaint/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-12 18:13:52 UTC (rev 161635)
+++ PKGBUILD	2012-06-12 18:39:32 UTC (rev 161636)
@@ -4,13 +4,13 @@
 
 pkgname=cinepaint
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 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')
+makedepends=('python2' 'gutenprint>=5.2.8')
 optdepends=('python2: for python plug-ins' 
             'gutenprint: for print plug-ins'
             'ghostscript: for pdf plug-ins')
@@ -30,8 +30,10 @@
   find plug-ins/pygimp -type f -exec sed -i 's#env python#env python2#' {} +
   sed -i 's|$(LDFLAGS) -o|$(LDFLAGS) $(GTK_LIBS) -o|' lib/Makefile.in
 
-  aclocal -I aclocal
-  autoconf
+#  aclocal -I aclocal
+#  autoconf
+  sh autogen.sh
+  
   LIBS+="-lstdc++ -lm -lX11" ./configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man \
     --enable-gtk2 --enable-pygimp --with-python=/usr/bin/python2
   sed -i 's/-Wl,,/-Wl,/' lib/fl_i18n/Makefile plug-ins/bracketing_to_hdr/Makefile \




More information about the arch-commits mailing list