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

Eric Belanger eric at archlinux.org
Sun Apr 27 04:13:14 UTC 2008


    Date: Sunday, April 27, 2008 @ 00:13:14
  Author: eric
Revision: 1011

upgpkg: autotrace 0.31.1-7
    fixed missing pstoedit support (close FS#10281)

Modified:
  autotrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-27 02:40:34 UTC (rev 1010)
+++ PKGBUILD	2008-04-27 04:13:14 UTC (rev 1011)
@@ -5,7 +5,7 @@
 
 pkgname=autotrace
 pkgver=0.31.1
-pkgrel=6
+pkgrel=7
 pkgdesc="autotrace is a utility to trace bitmaps: convert bitmaps to vector graphics"
 arch=('i686' 'x86_64')
 url='http://autotrace.sourceforge.net/'
@@ -24,7 +24,7 @@
     sed -i 's|\\>= 2|\\>= 0|' configure
     chmod 755 configure
 
-    ./configure --prefix=/usr --mandir=/usr/share/man
-    make || return 1
+    ./configure --prefix=/usr --mandir=/usr/share/man --with-pstoedit --disable-pstoedittest PSTOEDIT_CONFIG=/bin/true
+    make LIBPSTOEDIT_LIBS+=-lpstoedit  || return 1
     make DESTDIR=$startdir/pkg install
 }





More information about the arch-commits mailing list