[arch-commits] Commit in dbeaver-plugin-batik/repos/community-testing-any (2 files)

Fabio Castelli muflone at archlinux.org
Sat Sep 30 23:55:07 UTC 2017


    Date: Saturday, September 30, 2017 @ 23:55:06
  Author: muflone
Revision: 261141

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-batik/repos/community-testing-any/PKGBUILD
    (from rev 261140, dbeaver-plugin-batik/trunk/PKGBUILD)
  dbeaver-plugin-batik/repos/community-testing-any/dbeaver-plugin-batik.info
    (from rev 261140, dbeaver-plugin-batik/trunk/dbeaver-plugin-batik.info)

---------------------------+
 PKGBUILD                  |   48 ++++++++++++++++++++++++++++++++++++++++++++
 dbeaver-plugin-batik.info |    6 +++++
 2 files changed, 54 insertions(+)

Copied: dbeaver-plugin-batik/repos/community-testing-any/PKGBUILD (from rev 261140, dbeaver-plugin-batik/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-30 23:55:06 UTC (rev 261141)
@@ -0,0 +1,48 @@
+# $Id
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-batik
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='DBeaver plugin for SVG format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.1.2')
+source=("https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-svggen_${pkgver}.jar"
+        "https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-codec_${pkgver}.jar"
+        "https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar"
+        "https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-constants_${pkgver}.jar"
+        "https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-i18n_${pkgver}.jar"
+        "https://dbeaver.jkiss.org/update/latest/plugins/org.apache.xmlgraphics.batik-util_${pkgver}.jar"
+        "${pkgname}.info")
+sha256sums=('e5991a73791db02a129be64763979e63ed8c0fac5293be5c109068912c2c5f30'
+            'cc3dea36ff993f917d2f36a9737b20b84dab8405d89c06fa32c86e384b10ed71'
+            '2aeb2392f40814c4a9e90579fc972343e2d57156e371e6a3119106f6f351f677'
+            'fa4894ef025d1f349dff76beca46e6fde821ceebec7479dac36712be5787d583'
+            '87ebf25483696fdd080cf2707210f9cd9e673f4bed83c53f31445b4b51e39951'
+            '08826cd1943f3fe3bf2b2775837fccd473d31a56e2da19e63367275ea7e654ef'
+            'bd85af6346b7d2a5720be215ce3d3a1c9efc74abef2a5695ea900142b5fdec56')
+noextract=("org.apache.xmlgraphics.batik-svggen_${pkgver}.jar"
+           "org.apache.xmlgraphics.batik-codec_${pkgver}.jar"
+           "org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar"
+           "org.apache.xmlgraphics.batik-constants_${pkgver}.jar"
+           "org.apache.xmlgraphics.batik-i18n_${pkgver}.jar"
+           "org.apache.xmlgraphics.batik-util_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+    "org.apache.xmlgraphics.batik-svggen_${pkgver}.jar" \
+    "org.apache.xmlgraphics.batik-codec_${pkgver}.jar" \
+    "org.apache.xmlgraphics.batik-awt-util_${pkgver}.jar" \
+    "org.apache.xmlgraphics.batik-constants_${pkgver}.jar" \
+    "org.apache.xmlgraphics.batik-i18n_${pkgver}.jar" \
+    "org.apache.xmlgraphics.batik-util_${pkgver}.jar"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" "${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: dbeaver-plugin-batik/repos/community-testing-any/dbeaver-plugin-batik.info (from rev 261140, dbeaver-plugin-batik/trunk/dbeaver-plugin-batik.info)
===================================================================
--- dbeaver-plugin-batik.info	                        (rev 0)
+++ dbeaver-plugin-batik.info	2017-09-30 23:55:06 UTC (rev 261141)
@@ -0,0 +1,6 @@
+org.apache.xmlgraphics.batik-svggen,1.9.1,plugins/org.apache.xmlgraphics.batik-svggen_1.9.1.jar,4,false
+org.apache.xmlgraphics.batik-codec,1.9.1,plugins/org.apache.xmlgraphics.batik-codec_1.9.1.jar,4,false
+org.apache.xmlgraphics.batik-awt-util,1.9.1,plugins/org.apache.xmlgraphics.batik-awt-util_1.9.1.jar,4,false
+org.apache.xmlgraphics.batik-constants,1.9.1,plugins/org.apache.xmlgraphics.batik-constants_1.9.1.jar,4,false
+org.apache.xmlgraphics.batik-i18n,1.9.1,plugins/org.apache.xmlgraphics.batik-i18n_1.9.1.jar,4,false
+org.apache.xmlgraphics.batik-util,1.9.1,plugins/org.apache.xmlgraphics.batik-util_1.9.1.jar,4,false



More information about the arch-commits mailing list