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

Eric Belanger eric at archlinux.org
Sun Apr 27 04:23:22 UTC 2008


    Date: Sunday, April 27, 2008 @ 00:23:22
  Author: eric
Revision: 1013

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

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1009 | eric | 2008-04-26 22:40:21 -0400 (Sat, 26 Apr 2008) | 2 lines
  
  upgpkg: autotrace 0.31.1-6
      rebuild for imagemagick 6.4.0.2, added arch field, added license, FSH man pages
........
  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-i686/	(properties)
  autotrace/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)


Property changes on: autotrace/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /autotrace/trunk:1
   + /autotrace/trunk:1-1012

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-04-27 04:13:26 UTC (rev 1012)
+++ extra-i686/PKGBUILD	2008-04-27 04:23:22 UTC (rev 1013)
@@ -5,13 +5,16 @@
 
 pkgname=autotrace
 pkgver=0.31.1
-pkgrel=5
-pkgdesc='autotrace is a utility to trace bitmaps: convert bitmaps to vector graphics'
+pkgrel=7
+pkgdesc="autotrace is a utility to trace bitmaps: convert bitmaps to vector graphics"
+arch=('i686' 'x86_64')
 url='http://autotrace.sourceforge.net/'
-depends=(pstoedit)
+license=('GPL' 'LGPL')
+depends=('pstoedit' 'imagemagick>=6.4.0.2')
+options=('!libtool')
 source=(http://ftp1.sourceforge.net/autotrace/$pkgname-$pkgver.tar.gz
 	aclocal-fixes.patch)
-md5sums=(54eabbb38d2076ded6d271e1ee4d0783 94b82727bb1749fc252ddba43ad586f2)
+md5sums=('54eabbb38d2076ded6d271e1ee4d0783' '94b82727bb1749fc252ddba43ad586f2')
 
 build() {
     cd $startdir/src/$pkgname-$pkgver
@@ -21,9 +24,7 @@
     sed -i 's|\\>= 2|\\>= 0|' configure
     chmod 755 configure
 
-    ./configure --prefix=/usr
-    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
-
-    find $startdir/pkg -name '*.la' -exec rm {} \;
 }





More information about the arch-commits mailing list