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

2020-11-07 Thread Antonio Rojas via arch-commits
Date: Saturday, November 7, 2020 @ 22:41:11
  Author: arojas
Revision: 399601

imagemagick 7.0.10.37 rebuild

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-07 22:38:00 UTC (rev 399600)
+++ PKGBUILD2020-11-07 22:41:11 UTC (rev 399601)
@@ -4,7 +4,7 @@
 
 pkgname=pstoedit
 pkgver=3.75
-pkgrel=1
+pkgrel=2
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
 url="http://www.pstoedit.net/;


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

2020-01-25 Thread Antonio Rojas via arch-commits
Date: Saturday, January 25, 2020 @ 12:07:31
  Author: arojas
Revision: 373911

Update to 3.75

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 12:05:55 UTC (rev 373910)
+++ PKGBUILD2020-01-25 12:07:31 UTC (rev 373911)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=pstoedit
-pkgver=3.74
-pkgrel=2
+pkgver=3.75
+pkgrel=1
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
 url="http://www.pstoedit.net/;
@@ -12,7 +12,7 @@
 depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
 makedepends=('ghostscript')
 
source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha512sums=('63dddb707a52c1d56f17da837ab7472b501723b032f21670455eb6bf1664fd783820b3496c29ecc19d7b8bc18c294dce5842a10ffed442ef14d1631ae35f18b8')
+sha512sums=('54b8cf7e78e52027d45e7550821476d9a9c4df4f63af83792b6a2909bc62236450ba6b619f95eede9f61a715f4937f1fbaf2ce4ae4b486daa0294c396a882a28')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-10-31 Thread Antonio Rojas via arch-commits
Date: Thursday, October 31, 2019 @ 07:46:59
  Author: arojas
Revision: 366114

imagemagick 7.0.9 rebuild

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 07:45:18 UTC (rev 366113)
+++ PKGBUILD2019-10-31 07:46:59 UTC (rev 366114)
@@ -4,12 +4,12 @@
 
 pkgname=pstoedit
 pkgver=3.74
-pkgrel=1
+pkgrel=2
 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' 'libmagick')
+depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
 makedepends=('ghostscript')
 
source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
 
sha512sums=('63dddb707a52c1d56f17da837ab7472b501723b032f21670455eb6bf1664fd783820b3496c29ecc19d7b8bc18c294dce5842a10ffed442ef14d1631ae35f18b8')


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

2019-06-06 Thread Antonio Rojas via arch-commits
Date: Thursday, June 6, 2019 @ 21:43:54
  Author: arojas
Revision: 355137

Update to 3.74

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 21:37:34 UTC (rev 355136)
+++ PKGBUILD2019-06-06 21:43:54 UTC (rev 355137)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=pstoedit
-pkgver=3.73
+pkgver=3.74
 pkgrel=1
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
@@ -12,12 +12,11 @@
 depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
 makedepends=('ghostscript')
 
source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha512sums=('77823d77dcec8604decab03cee86edb1ef0a6c56b8dd01a65ab6431d9345bc6a2140076f5d5572fd5221b7f381a07d14b2a45e66cff2a6e12ab7417cd95113b6')
+sha512sums=('63dddb707a52c1d56f17da837ab7472b501723b032f21670455eb6bf1664fd783820b3496c29ecc19d7b8bc18c294dce5842a10ffed442ef14d1631ae35f18b8')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -e 's|ImageMagick++|Magick++|' -i configure.ac
-  sed -i 's/-pedantic//' configure.ac
   autoreconf -vi
 }
 


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:44:10
  Author: ronald
Revision: 327076

upgpkg: pstoedit 3.73-1

update to 3.73

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 18:26:43 UTC (rev 327075)
+++ PKGBUILD2018-06-16 18:44:10 UTC (rev 327076)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=pstoedit
-pkgver=3.71
-pkgrel=2
+pkgver=3.73
+pkgrel=1
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
 url="http://www.pstoedit.net/;
@@ -12,8 +12,8 @@
 license=('GPL')
 depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
 makedepends=('ghostscript')
-source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha1sums=('33f31783e4cbcc20e8697dc6ce7eefe842eece77')
+source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha512sums=('77823d77dcec8604decab03cee86edb1ef0a6c56b8dd01a65ab6431d9345bc6a2140076f5d5572fd5221b7f381a07d14b2a45e66cff2a6e12ab7417cd95113b6')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-05-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 9, 2018 @ 10:48:52
  Author: arojas
Revision: 323601

libmagick 7.0.7.31 rebuild

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 10:41:28 UTC (rev 323600)
+++ PKGBUILD2018-05-09 10:48:52 UTC (rev 323601)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.71
-pkgrel=1
+pkgrel=2
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
 url="http://www.pstoedit.net/;


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

2018-04-25 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 25, 2018 @ 21:22:24
  Author: arojas
Revision: 323008

Update to 3.71, switch to imagemagick7

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:24:45 UTC (rev 323007)
+++ PKGBUILD2018-04-25 21:22:24 UTC (rev 323008)
@@ -4,26 +4,26 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=pstoedit
-pkgver=3.70
-pkgrel=7
+pkgver=3.71
+pkgrel=1
 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' 'libmagick6')
+depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
 makedepends=('ghostscript')
-options=('!makeflags')
 
source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha1sums=('657f8f7070fde1432cd65a34b6b1c4b5b42f8b50')
+sha1sums=('33f31783e4cbcc20e8697dc6ce7eefe842eece77')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/-pedantic//' configure
+  sed -e 's|ImageMagick++|Magick++|' -i configure.ac
+  sed -i 's/-pedantic//' configure.ac
+  autoreconf -vi
 }
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr
   make
 }


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

2017-12-04 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2017-12-04 21:32:47 UTC (rev 311617)
+++ PKGBUILD2017-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
 }


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

2017-07-15 Thread Antonio Rojas
Date: Saturday, July 15, 2017 @ 23:10:37
  Author: arojas
Revision: 300631

imagemagick 6.9.9.0 rebuild

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-15 23:06:50 UTC (rev 300630)
+++ PKGBUILD2017-07-15 23:10:37 UTC (rev 300631)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.70
-pkgrel=5
+pkgrel=6
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('i686' 'x86_64')
 url="http://www.pstoedit.net/;


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

2017-02-07 Thread Antonio Rojas
Date: Tuesday, February 7, 2017 @ 17:20:49
  Author: arojas
Revision: 288207

Imagemagick 6.9.7.7 rebuild

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-07 17:17:41 UTC (rev 288206)
+++ PKGBUILD2017-02-07 17:20:49 UTC (rev 288207)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.70
-pkgrel=4
+pkgrel=5
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('i686' 'x86_64')
 url="http://www.pstoedit.net/;


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

2016-12-17 Thread Evangelos Foutras
Date: Saturday, December 17, 2016 @ 16:30:47
  Author: foutrelis
Revision: 284263

imagemagick 6.9.6.8 rebuild

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-17 16:29:01 UTC (rev 284262)
+++ PKGBUILD2016-12-17 16:30:47 UTC (rev 284263)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.70
-pkgrel=3
+pkgrel=4
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('i686' 'x86_64')
 url="http://www.pstoedit.net/;


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 23:25:45
  Author: bpiotrowski
Revision: 253052

C++11 ABI rebuild

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 22:22:49 UTC (rev 253051)
+++ PKGBUILD2015-12-06 22:25:45 UTC (rev 253052)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.70
-pkgrel=2
+pkgrel=3
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('i686' 'x86_64')
 url="http://www.pstoedit.net/;


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

2015-02-16 Thread Eric Bélanger
Date: Tuesday, February 17, 2015 @ 01:33:08
  Author: eric
Revision: 231630

upgpkg: pstoedit 3.70-2

Rebuild against imagemagick 6.9.0.5

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-17 00:32:58 UTC (rev 231629)
+++ PKGBUILD2015-02-17 00:33:08 UTC (rev 231630)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.70
-pkgrel=1
+pkgrel=2
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;


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

2015-01-27 Thread Ronald van Haren
Date: Tuesday, January 27, 2015 @ 10:58:38
  Author: ronald
Revision: 230041

upgpkg: pstoedit 3.70-1

update to 3.70

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-27 09:49:14 UTC (rev 230040)
+++ PKGBUILD2015-01-27 09:58:38 UTC (rev 230041)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski t.p...@gmx.de
 
 pkgname=pstoedit
-pkgver=3.62
-pkgrel=6
+pkgver=3.70
+pkgrel=1
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;
@@ -14,13 +14,15 @@
 makedepends=('ghostscript')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha1sums=('50d5a4e2fe0e0ff2f73cb094cb945b221083e742')
+sha1sums=('657f8f7070fde1432cd65a34b6b1c4b5b42f8b50')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
   sed -i 's/-pedantic//' configure
+}
 
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }


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

2014-06-26 Thread Eric Bélanger
Date: Thursday, June 26, 2014 @ 17:32:26
  Author: eric
Revision: 215479

upgpkg: pstoedit 3.62-6

Rebuild against imagemagick-6.8.9.4

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-26 12:00:39 UTC (rev 215478)
+++ PKGBUILD2014-06-26 15:32:26 UTC (rev 215479)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.62
-pkgrel=5
+pkgrel=6
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;



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

2014-06-16 Thread Felix Yan
Date: Tuesday, June 17, 2014 @ 06:38:33
  Author: fyan
Revision: 215233

upgpkg: pstoedit 3.62-5

imagemagick-6.8.9.3-1 rebuild

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 04:34:01 UTC (rev 215232)
+++ PKGBUILD2014-06-17 04:38:33 UTC (rev 215233)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.62
-pkgrel=4
+pkgrel=5
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;



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

2014-01-19 Thread Eric Bélanger
Date: Monday, January 20, 2014 @ 00:55:44
  Author: eric
Revision: 20

upgpkg: pstoedit 3.62-4

Rebuild against imagemagick 6.8.8.2

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-19 23:29:38 UTC (rev 204443)
+++ PKGBUILD2014-01-19 23:55:44 UTC (rev 20)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.62
-pkgrel=3
+pkgrel=4
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;



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

2013-09-21 Thread Eric Bélanger
Date: Saturday, September 21, 2013 @ 18:39:49
  Author: eric
Revision: 194674

upgpkg: pstoedit 3.62-3

Rebuild against imagemagick 6.8.6.10

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-21 10:32:45 UTC (rev 194673)
+++ PKGBUILD2013-09-21 16:39:49 UTC (rev 194674)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.62
-pkgrel=2
+pkgrel=3
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;



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

2013-08-07 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 00:22:38
  Author: eric
Revision: 192221

upgpkg: pstoedit 3.62-2

Rebuild against imagemagick 6.8.6.8

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 22:09:01 UTC (rev 192220)
+++ PKGBUILD2013-08-07 22:22:38 UTC (rev 192221)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.62
-pkgrel=1
+pkgrel=2
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;



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

2013-07-31 Thread Bartłomiej Piotrowski
Date: Wednesday, July 31, 2013 @ 18:31:18
  Author: bpiotrowski
Revision: 191858

upgpkg: pstoedit 3.62-1

- upstream release

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-31 16:29:37 UTC (rev 191857)
+++ PKGBUILD2013-07-31 16:31:18 UTC (rev 191858)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski t.p...@gmx.de
 
 pkgname=pstoedit
-pkgver=3.61
-pkgrel=2
+pkgver=3.62
+pkgrel=1
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;
@@ -14,7 +14,7 @@
 makedepends=('ghostscript')
 options=('!libtool' '!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha1sums=('426f3746ecb441caa0db401d5880e1ac04a399d5')
+sha1sums=('50d5a4e2fe0e0ff2f73cb094cb945b221083e742')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 20:07:52
  Author: bpiotrowski
Revision: 189720

upgpkg: pstoedit 3.61-2

- rebuild against gd 2.1.0

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 18:06:24 UTC (rev 189719)
+++ PKGBUILD2013-07-05 18:07:52 UTC (rev 189720)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.61
-pkgrel=1
+pkgrel=2
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;



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

2013-01-19 Thread Eric Bélanger
Date: Sunday, January 20, 2013 @ 00:53:50
  Author: eric
Revision: 175709

upgpkg: pstoedit 3.60-4

Rebuild against imagemagick-6.8.1.9

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-20 05:53:50 UTC (rev 175708)
+++ PKGBUILD2013-01-20 05:53:50 UTC (rev 175709)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.60
-pkgrel=3
+pkgrel=4
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;



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

2012-10-21 Thread Eric Bélanger
Date: Sunday, October 21, 2012 @ 19:53:29
  Author: eric
Revision: 169479

upgpkg: pstoedit 3.60-3

Rebuild against imagemagick 6.8.0

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-21 23:52:51 UTC (rev 169478)
+++ PKGBUILD2012-10-21 23:53:29 UTC (rev 169479)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.60
-pkgrel=2
+pkgrel=3
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;



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

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:30:45
  Author: allan
Revision: 137849

upgpkg: pstoedit 3.60-2

imagemagick rebuild

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 03:27:09 UTC (rev 137848)
+++ PKGBUILD2011-09-12 03:30:45 UTC (rev 137849)
@@ -5,9 +5,9 @@
 
 pkgname=pstoedit
 pkgver=3.60
-pkgrel=1
+pkgrel=2
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;
 license=('GPL')
 depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')



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

2011-09-02 Thread Ronald van Haren
Date: Friday, September 2, 2011 @ 13:03:45
  Author: ronald
Revision: 136891

upgpkg: pstoedit 3.60-1

update to 3.60

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-02 16:49:33 UTC (rev 136890)
+++ PKGBUILD2011-09-02 17:03:45 UTC (rev 136891)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski t.p...@gmx.de
 
 pkgname=pstoedit
-pkgver=3.50
-pkgrel=4
+pkgver=3.60
+pkgrel=1
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=(i686 x86_64)
 url=http://www.pstoedit.net/;
@@ -15,18 +15,13 @@
 options=('!libtool' '!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;
'pstoedit-3.50-parallel.patch'  'pstoedit-3.50-plugin-close.patch')
-sha1sums=('5685bef29fa00aae7cc314d3a1dd21612a98eb2b'
+sha1sums=('649ade3d873429548eb6dd9f3e13cb79a8d6a1a2'
   '6e278b164d3e59fbb11e7fd5ae8ffb038932d69a'
   '54bbe019de66eb4cb8525371462595d21fbd074e')
 
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  # fix FS#19221 - [pstoedit] plugin close problem 
-  patch -Np1 -i ../pstoedit-3.50-parallel.patch
-  patch -Np1 -i ../pstoedit-3.50-plugin-close.patch
-
   sed -i 's/-pedantic//' configure
 
   ./configure --prefix=/usr



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

2010-07-03 Thread Eric Bélanger
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
===
--- PKGBUILD2010-07-03 19:30:52 UTC (rev 84734)
+++ PKGBUILD2010-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.orig2006-03-05 13:36:37.0 +
-+++ config/pstoedit.m4 2006-03-05 13:36:51.0 +
-@@ -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



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

2010-01-20 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 02:06:08
  Author: eric
Revision: 64589

upgpkg: pstoedit 3.50-2
Rebuilt against imagemagick 6.5.9.0

Modified:
  pstoedit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 07:02:05 UTC (rev 64588)
+++ PKGBUILD2010-01-21 07:06:08 UTC (rev 64589)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.50
-pkgrel=1
+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
 arch=(i686 x86_64)