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

Antonio Rojas arojas at archlinux.org
Mon Dec 4 21:36:28 UTC 2017


    Date: Monday, December 4, 2017 @ 21:36:27
  Author: arojas
Revision: 311618

Rebuild with libmagick6

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-04 21:32:47 UTC (rev 311617)
+++ PKGBUILD	2017-12-04 21:36:27 UTC (rev 311618)
@@ -5,12 +5,12 @@
 
 pkgname=pstoedit
 pkgver=3.70
-pkgrel=6
+pkgrel=7
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
 url="http://www.pstoedit.net/"
 license=('GPL')
-depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+depends=('gcc-libs' 'plotutils' 'gd' 'libmagick6')
 makedepends=('ghostscript')
 options=('!makeflags')
 source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz")
@@ -23,6 +23,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list