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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:50:47
  Author: allan
Revision: 382551

upgpkg: psiconv 0.9.9-7: .BUILDINFO rebuild

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:45:40 UTC (rev 382550)
+++ PKGBUILD2020-05-07 04:50:47 UTC (rev 382551)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.9
-pkgrel=6
+pkgrel=7
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('x86_64')
 url="http://software.frodo.looijaard.name/psiconv/;


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

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 23:01:46
  Author: arojas
Revision: 322870

Switch to graphicsmagick instead of deprecated imagemagick6

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 22:26:47 UTC (rev 322869)
+++ PKGBUILD2018-04-23 23:01:46 UTC (rev 322870)
@@ -5,13 +5,13 @@
 
 pkgname=psiconv
 pkgver=0.9.9
-pkgrel=5
+pkgrel=6
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('x86_64')
 url="http://software.frodo.looijaard.name/psiconv/;
 license=('GPL')
-depends=('libmagick6')
-makedepends=('bc' 'imagemagick') # for the *-config wrappers
+depends=('graphicsmagick')
+makedepends=('bc')
 backup=('etc/psiconv/psiconv.conf')
 
source=("http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('286e427b10f4d10aaeef1944210a2ea6')
@@ -18,13 +18,12 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -e 's|Magick-config|MagickCore-config|g' -i configure.in
+  sed -e 's|Magick-config|GraphicsMagick-config|g' -i configure.in
   autoreconf -vi
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --mandir=/usr/share/man


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 21:32:21
  Author: arojas
Revision: 311616

Rebuild with libmagick6

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 20:50:43 UTC (rev 311615)
+++ PKGBUILD2017-12-04 21:32:21 UTC (rev 311616)
@@ -1,22 +1,30 @@
 # $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer:
+# Contributor: Giovanni Scafora 
 # Contributor: Tom Newsom 
 
 pkgname=psiconv
 pkgver=0.9.9
-pkgrel=4
+pkgrel=5
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('x86_64')
 url="http://software.frodo.looijaard.name/psiconv/;
 license=('GPL')
-depends=('imagemagick')
-makedepends=('bc')
+depends=('libmagick6')
+makedepends=('bc' 'imagemagick') # for the *-config wrappers
 backup=('etc/psiconv/psiconv.conf')
 
source=("http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('286e427b10f4d10aaeef1944210a2ea6')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|Magick-config|MagickCore-config|g' -i configure.in
+  autoreconf -vi
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --mandir=/usr/share/man
@@ -24,6 +32,6 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }


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

2017-07-15 Thread Antonio Rojas
Date: Saturday, July 15, 2017 @ 23:06:27
  Author: arojas
Revision: 300629

imagemagick 6.9.9.0 rebuild

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-15 23:03:17 UTC (rev 300628)
+++ PKGBUILD2017-07-15 23:06:27 UTC (rev 300629)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.9
-pkgrel=3
+pkgrel=4
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('i686' 'x86_64')
 url="http://software.frodo.looijaard.name/psiconv/;


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

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

Imagemagick 6.9.7.7 rebuild

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-07 17:15:36 UTC (rev 288204)
+++ PKGBUILD2017-02-07 17:17:17 UTC (rev 288205)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('i686' 'x86_64')
 url="http://software.frodo.looijaard.name/psiconv/;


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

2016-12-17 Thread Evangelos Foutras
Date: Saturday, December 17, 2016 @ 16:42:09
  Author: foutrelis
Revision: 284269

imagemagick 6.9.6.8 rebuild

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-17 16:38:45 UTC (rev 284268)
+++ PKGBUILD2016-12-17 16:42:09 UTC (rev 284269)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('i686' 'x86_64')
 url="http://software.frodo.looijaard.name/psiconv/;


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

2015-03-25 Thread Giovanni Scafora
Date: Wednesday, March 25, 2015 @ 18:27:25
  Author: giovanni
Revision: 234918

upgpkg: psiconv 0.9.9-1

upstream release

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-25 17:04:11 UTC (rev 234917)
+++ PKGBUILD2015-03-25 17:27:25 UTC (rev 234918)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=psiconv
-pkgver=0.9.8
-pkgrel=15
+pkgver=0.9.9
+pkgrel=1
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;
@@ -12,8 +12,8 @@
 depends=('imagemagick')
 makedepends=('bc')
 backup=('etc/psiconv/psiconv.conf')
-source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8d7548e3c6b9cd408544736133728acd')
+source=(http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('286e427b10f4d10aaeef1944210a2ea6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

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

upgpkg: psiconv 0.9.8-15

Rebuild against imagemagick 6.8.8.2

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-19 22:53:29 UTC (rev 204441)
+++ PKGBUILD2014-01-19 23:28:57 UTC (rev 204442)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=14
+pkgrel=15
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;



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

2013-11-20 Thread Allan McRae
Date: Wednesday, November 20, 2013 @ 12:07:25
  Author: allan
Revision: 199958

upgpkg: psiconv 0.9.8-14

remove static libraries

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-20 11:04:01 UTC (rev 199957)
+++ PKGBUILD2013-11-20 11:07:25 UTC (rev 199958)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=13
+pkgrel=14
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;



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

2013-08-08 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 05:10:25
  Author: eric
Revision: 192257

upgpkg: psiconv 0.9.8-13

Rebuild against imagemagick 6.8.6.8

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 00:29:07 UTC (rev 192256)
+++ PKGBUILD2013-08-09 03:10:25 UTC (rev 192257)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=12
+pkgrel=13
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;



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

2013-03-18 Thread Eric Bélanger
Date: Monday, March 18, 2013 @ 18:33:41
  Author: eric
Revision: 180229

upgpkg: psiconv 0.9.8-12

Rebuild against imagemagick-6.8.3.9

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-18 17:25:47 UTC (rev 180228)
+++ PKGBUILD2013-03-18 17:33:41 UTC (rev 180229)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=11
+pkgrel=12
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;



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

2013-01-19 Thread Evangelos Foutras
Date: Sunday, January 20, 2013 @ 00:59:20
  Author: foutrelis
Revision: 175711

upgpkg: psiconv 0.9.8-11

imagemagick 6.8.1.9 rebuild.

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-20 05:54:13 UTC (rev 175710)
+++ PKGBUILD2013-01-20 05:59:20 UTC (rev 175711)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=10
+pkgrel=11
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;



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

2012-10-22 Thread Eric Bélanger
Date: Monday, October 22, 2012 @ 21:05:22
  Author: eric
Revision: 169522

upgpkg: psiconv 0.9.8-10

Rebuild against imagemagick 6.8.0

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-23 00:58:51 UTC (rev 169521)
+++ PKGBUILD2012-10-23 01:05:22 UTC (rev 169522)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=9
+pkgrel=10
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;
@@ -17,7 +17,7 @@
 md5sums=('8d7548e3c6b9cd408544736133728acd')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --mandir=/usr/share/man
@@ -25,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }



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

2011-11-30 Thread Giovanni Scafora
Date: Wednesday, November 30, 2011 @ 17:26:11
  Author: giovanni
Revision: 143957

upgpkg: psiconv 0.9.8-9

rebuild

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-30 22:15:20 UTC (rev 143956)
+++ PKGBUILD2011-11-30 22:26:11 UTC (rev 143957)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=8
+pkgrel=9
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;
@@ -13,7 +13,7 @@
 makedepends=('bc')
 backup=('etc/psiconv/psiconv.conf')
 options=('!libtool')
-source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('8d7548e3c6b9cd408544736133728acd')
 
 build() {



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

2011-09-11 Thread Allan McRae
Date: Sunday, September 11, 2011 @ 23:26:17
  Author: allan
Revision: 137847

upgpkg: psiconv 0.9.8-8

imagemagick rebuild

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 03:23:19 UTC (rev 137846)
+++ PKGBUILD2011-09-12 03:26:17 UTC (rev 137847)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=7
+pkgrel=8
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;
@@ -21,6 +21,10 @@
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --mandir=/usr/share/man
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 18:27:52
  Author: ibiru
Revision: 86765

upgpkg: psiconv 0.9.8-7 imagemagick 6.6.2.10 rebuild. FS#20355

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 20:24:59 UTC (rev 86764)
+++ PKGBUILD2010-08-03 22:27:52 UTC (rev 86765)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=6
+pkgrel=7
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;



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

2010-01-18 Thread Andrea Scarpino
Date: Monday, January 18, 2010 @ 20:06:01
  Author: andrea
Revision: 63905

upgpkg: psiconv 0.9.8-6
libpng rebuild

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-19 01:03:01 UTC (rev 63904)
+++ PKGBUILD2010-01-19 01:06:01 UTC (rev 63905)
@@ -4,16 +4,16 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=5
+pkgrel=6
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;
 license=('GPL')
-depends=('imagemagick=6.4.8.10')
+depends=('imagemagick')
 makedepends=('bc')
 backup=('etc/psiconv/psiconv.conf')
 options=('!libtool')
-source=(http://software.frodo.looijaard.name/psiconv/files/psiconv-${pkgver}.tar.gz)
+source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
 md5sums=('8d7548e3c6b9cd408544736133728acd')
 
 build() {