[arch-commits] Commit in autotrace/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Sunday, April 27, 2008 @ 00:13:26
  Author: eric
Revision: 1012

Merged revisions 1010-1011 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/autotrace/trunk

........
  r1011 | eric | 2008-04-27 00:13:14 -0400 (Sun, 27 Apr 2008) | 2 lines
  
  upgpkg: autotrace 0.31.1-7
      fixed missing pstoedit support (close FS#10281)
........

Modified:
  autotrace/repos/extra-x86_64/	(properties)
  autotrace/repos/extra-x86_64/PKGBUILD

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


Property changes on: autotrace/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /autotrace/trunk:1-1009
   + /autotrace/trunk:1-1011

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-04-27 04:13:14 UTC (rev 1011)
+++ extra-x86_64/PKGBUILD	2008-04-27 04:13:26 UTC (rev 1012)
@@ -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')
 arch=(i686 x86_64)
@@ -25,7 +25,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