[arch-commits] Commit in pstoedit/trunk (PKGBUILD aclocal-fixes.patch)

Eric Bélanger eric at archlinux.org
Sat Jul 3 20:15:28 UTC 2010


    Date: Saturday, July 3, 2010 @ 16:15:27
  Author: eric
Revision: 84735

upgpkg: pstoedit 3.50-3
Rebuilt against imagemagick 6.6.2.10, Capitalized description, Added ghostscript makedepends, Removed old patch

Modified:
  pstoedit/trunk/PKGBUILD
Deleted:
  pstoedit/trunk/aclocal-fixes.patch

---------------------+
 PKGBUILD            |   22 ++++++++++++++--------
 aclocal-fixes.patch |   11 -----------
 2 files changed, 14 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-03 19:30:52 UTC (rev 84734)
+++ PKGBUILD	2010-07-03 20:15:27 UTC (rev 84735)
@@ -5,20 +5,26 @@
 
 pkgname=pstoedit
 pkgver=3.50
-pkgrel=2
-depends=("gcc-libs>=4.4.1" "plotutils>=2.5.1" "gd" "imagemagick>=6.5.6.1")
-pkgdesc="translates PostScript and PDF graphics into other vector formats"
+pkgrel=3
+pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=("i686" "x86_64")
+url="http://www.pstoedit.net/"
 license=('GPL')
-source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-$pkgver.tar.gz")
-url="http://www.pstoedit.net/"
+depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+makedepends=('ghostscript')
 options=('!libtool' '!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz")
 md5sums=('97d649305ad90fab7a569154f17e0916')
+sha1sums=('5685bef29fa00aae7cc314d3a1dd21612a98eb2b')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i 's/-pedantic//' configure
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: aclocal-fixes.patch
===================================================================
--- aclocal-fixes.patch	2010-07-03 19:30:52 UTC (rev 84734)
+++ aclocal-fixes.patch	2010-07-03 20:15:27 UTC (rev 84735)
@@ -1,11 +0,0 @@
---- config/pstoedit.m4.orig	2006-03-05 13:36:37.000000000 +0000
-+++ config/pstoedit.m4	2006-03-05 13:36:51.000000000 +0000
-@@ -4,7 +4,7 @@
- dnl AM_PATH_PSTOEDIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
- dnl Test to see if libpstoedit is installed, and define PSTOEDIT_CFLAGS, LIBS
- dnl
--AC_DEFUN(AM_PATH_PSTOEDIT,
-+AC_DEFUN([AM_PATH_PSTOEDIT],
- [dnl
- dnl Get the cflags and libraries from the pstoedit-config script
- dnl




More information about the arch-commits mailing list