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

2020-08-03 Thread Antonio Rojas via arch-commits
Date: Monday, August 3, 2020 @ 07:54:13
  Author: arojas
Revision: 668029

Update to 2.5

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-03 07:14:51 UTC (rev 668028)
+++ PKGBUILD2020-08-03 07:54:13 UTC (rev 668029)
@@ -3,7 +3,7 @@
 # Contributor: Simon Lipp 
 
 pkgname=fop
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('apache-ant' 'java-environment')
 
source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
 'fop.conf')
-sha256sums=('1d6b323b1c4968a492a234ba1b726e78c96b91cfd871f77cb579d68729443086'
+sha256sums=('783077318139d581d5f485566d1b08bfc576003c53cfbf5beaeba503a24b4005'
 'd2900605dc271f5938d0820ca30bdec8060724976b56e43d827157bd6975da96')
 backup=('etc/fop.conf')
 


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

2019-05-30 Thread Antonio Rojas via arch-commits
Date: Thursday, May 30, 2019 @ 21:27:00
  Author: arojas
Revision: 475310

https

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 21:26:37 UTC (rev 475309)
+++ PKGBUILD2019-05-30 21:27:00 UTC (rev 475310)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
-url='http://xmlgraphics.apache.org/fop/'
+url='https://xmlgraphics.apache.org/fop/'
 license=('APACHE')
 depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
  'java-avalon-framework')


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:29:49
  Author: arojas
Revision: 524547

Update to 2.4

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:25:34 UTC (rev 524546)
+++ PKGBUILD2019-11-07 21:29:49 UTC (rev 524547)
@@ -3,7 +3,7 @@
 # Contributor: Simon Lipp 
 
 pkgname=fop
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
@@ -14,17 +14,17 @@
 makedepends=('apache-ant' 'java-environment')
 
source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
 'fop.conf')
-md5sums=('fc95040a8db4a7f22c6f26e18fd6d033'
- '3dc3325bf77afc787024f33e7d6ab99e')
+sha256sums=('1d6b323b1c4968a492a234ba1b726e78c96b91cfd871f77cb579d68729443086'
+'d2900605dc271f5938d0820ca30bdec8060724976b56e43d827157bd6975da96')
 backup=('etc/fop.conf')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ant -f "$pkgname"/build.xml package
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   install -Dm0644 "$pkgname/build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
   install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"


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

2016-04-13 Thread Lukas Fleischer
Date: Wednesday, April 13, 2016 @ 22:49:50
  Author: lfleischer
Revision: 170852

upgpkg: fop 2.1-1

Upstream update.

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-13 20:04:35 UTC (rev 170851)
+++ PKGBUILD2016-04-13 20:49:50 UTC (rev 170852)
@@ -3,8 +3,8 @@
 # Contributor: Simon Lipp 
 
 pkgname=fop
-pkgver=2.0
-pkgrel=2
+pkgver=2.1
+pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
 url='http://xmlgraphics.apache.org/fop/'
@@ -14,7 +14,7 @@
 makedepends=('apache-ant' 'java-environment')
 
source=("http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
 'fop.conf')
-md5sums=('754e5307a73433afb5c4c9b11d45e302'
+md5sums=('13b5b497dfb0ba8a01093dfc1a89d106'
  '3dc3325bf77afc787024f33e7d6ab99e')
 backup=('etc/fop.conf')
 


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

2014-07-03 Thread Lukas Fleischer
Date: Thursday, July 3, 2014 @ 09:09:12
  Author: lfleischer
Revision: 114704

upgpkg: fop 1.1-2

.MTREE rebuild.

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 06:56:36 UTC (rev 114703)
+++ PKGBUILD2014-07-03 07:09:12 UTC (rev 114704)
@@ -4,7 +4,7 @@
 
 pkgname=fop
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
 url='http://xmlgraphics.apache.org/fop/'



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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 02:02:53
  Author: foutrelis
Revision: 160680

Rebuild due to temporarily untrusted key

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 01:02:29 UTC (rev 160679)
+++ PKGBUILD2016-02-08 01:02:53 UTC (rev 160680)
@@ -4,7 +4,7 @@
 
 pkgname=fop
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
 url='http://xmlgraphics.apache.org/fop/'


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

2015-09-27 Thread Lukas Fleischer
Date: Sunday, September 27, 2015 @ 14:36:37
  Author: lfleischer
Revision: 141689

upgpkg: fop 2.0-1

Upstream update.

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 12:13:09 UTC (rev 141688)
+++ PKGBUILD2015-09-27 12:36:37 UTC (rev 141689)
@@ -1,10 +1,10 @@
-# Maintainer: Lukas Fleischer 
+# Maintainer: Lukas Fleischer 
 # Contributor: Stefan Husmann 
 # Contributor: Simon Lipp 
 
 pkgname=fop
-pkgver=1.1
-pkgrel=2
+pkgver=2.0
+pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
 url='http://xmlgraphics.apache.org/fop/'
@@ -14,7 +14,7 @@
 makedepends=('apache-ant' 'java-environment')
 
source=("http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
 'fop.conf')
-md5sums=('7b63af514b28c06fe710a794cbf4d68e'
+md5sums=('754e5307a73433afb5c4c9b11d45e302'
  '3dc3325bf77afc787024f33e7d6ab99e')
 backup=('etc/fop.conf')
 


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

2017-05-18 Thread Lukas Fleischer
Date: Thursday, May 18, 2017 @ 17:36:35
  Author: lfleischer
Revision: 228482

upgpkg: fop 2.2-1

Upstream update.

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-18 15:08:21 UTC (rev 228481)
+++ PKGBUILD2017-05-18 17:36:35 UTC (rev 228482)
@@ -3,7 +3,7 @@
 # Contributor: Simon Lipp 
 
 pkgname=fop
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
@@ -14,19 +14,19 @@
 makedepends=('apache-ant' 'java-environment')
 
source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
 'fop.conf')
-md5sums=('13b5b497dfb0ba8a01093dfc1a89d106'
+md5sums=('6d2388bd8851b4883d3258c0afc96895'
  '3dc3325bf77afc787024f33e7d6ab99e')
 backup=('etc/fop.conf')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ant package 
+  ant -f "$pkgname"/build.xml package
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  install -Dm0644 "build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
+  install -Dm0644 "$pkgname/build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
   install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"
-  install -Dm0755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm0755 "$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
 }


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

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 10:18:32
  Author: lfleischer
Revision: 213750

fop: Switch to HTTPs sources

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 09:51:16 UTC (rev 213749)
+++ PKGBUILD2017-02-25 10:18:32 UTC (rev 213750)
@@ -12,7 +12,7 @@
 depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
  'java-avalon-framework')
 makedepends=('apache-ant' 'java-environment')
-source=("http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
+source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
 'fop.conf')
 md5sums=('13b5b497dfb0ba8a01093dfc1a89d106'
  '3dc3325bf77afc787024f33e7d6ab99e')


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

2018-06-10 Thread Antonio Rojas via arch-commits
Date: Sunday, June 10, 2018 @ 07:56:03
  Author: arojas
Revision: 342202

Update to 2.3

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 07:53:25 UTC (rev 342201)
+++ PKGBUILD2018-06-10 07:56:03 UTC (rev 342202)
@@ -3,7 +3,7 @@
 # Contributor: Simon Lipp 
 
 pkgname=fop
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('apache-ant' 'java-environment')
 
source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
 'fop.conf')
-md5sums=('6d2388bd8851b4883d3258c0afc96895'
+md5sums=('fc95040a8db4a7f22c6f26e18fd6d033'
  '3dc3325bf77afc787024f33e7d6ab99e')
 backup=('etc/fop.conf')