[arch-commits] Commit in java-xmlgraphics-commons/repos (2 files)

Felix Yan felixonmars at archlinux.org
Wed Dec 25 23:25:19 UTC 2019


    Date: Wednesday, December 25, 2019 @ 23:25:19
  Author: felixonmars
Revision: 541445

archrelease: copy trunk to community-testing-any

Added:
  java-xmlgraphics-commons/repos/community-testing-any/
  java-xmlgraphics-commons/repos/community-testing-any/PKGBUILD
    (from rev 541444, java-xmlgraphics-commons/trunk/PKGBUILD)

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Copied: java-xmlgraphics-commons/repos/community-testing-any/PKGBUILD (from rev 541444, java-xmlgraphics-commons/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2019-12-25 23:25:19 UTC (rev 541445)
@@ -0,0 +1,21 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Simon Lipp <sloonz+aur at gmail.com>
+
+pkgname=java-xmlgraphics-commons
+pkgver=2.4
+pkgrel=1
+pkgdesc='Common components between FOP and Batik'
+arch=('any')
+url='https://xmlgraphics.apache.org/commons/'
+license=('Apache')
+depends=('java-runtime')
+source=("https://www.apache.org/dist/xmlgraphics/commons/binaries/xmlgraphics-commons-$pkgver-bin.tar.gz"{,.asc})
+sha512sums=('e8431f3a859ed26d7dd3e5eb7a0ac141176fc716c0ae28d76d2acc10d6f804eb866f289948e21efd71bf4639bd220c287593a618aa553e1621d4ef8d1b40342a'
+            'SKIP')
+validpgpkeys=('5C9A30FF22B2C02F30261C305B93F1DF7CDB6DEA') # Simon Steiner
+
+package() {
+  install -Dm 644 "$srcdir"/xmlgraphics-commons-$pkgver/build/xmlgraphics-commons-$pkgver.jar "$pkgdir"/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar
+}



More information about the arch-commits mailing list