[arch-commits] Commit in dbeaver-plugin-batik/repos/community-testing-any (4 files)
Fabio Castelli
muflone at archlinux.org
Sat Sep 30 23:56:53 UTC 2017
Date: Saturday, September 30, 2017 @ 23:56:52
Author: muflone
Revision: 261143
archrelease: copy trunk to community-testing-any
Added:
dbeaver-plugin-batik/repos/community-testing-any/PKGBUILD
(from rev 261142, dbeaver-plugin-batik/trunk/PKGBUILD)
dbeaver-plugin-batik/repos/community-testing-any/dbeaver-plugin-batik.info
(from rev 261142, dbeaver-plugin-batik/trunk/dbeaver-plugin-batik.info)
Deleted:
dbeaver-plugin-batik/repos/community-testing-any/PKGBUILD
dbeaver-plugin-batik/repos/community-testing-any/dbeaver-plugin-batik.info
---------------------------+
PKGBUILD | 96 ++++++++++++++++++++++----------------------
dbeaver-plugin-batik.info | 12 ++---
2 files changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-30 23:56:41 UTC (rev 261142)
+++ PKGBUILD 2017-09-30 23:56:52 UTC (rev 261143)
@@ -1,48 +0,0 @@
-# $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/PKGBUILD (from rev 261142, dbeaver-plugin-batik/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-09-30 23:56:52 UTC (rev 261143)
@@ -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"
+}
Deleted: dbeaver-plugin-batik.info
===================================================================
--- dbeaver-plugin-batik.info 2017-09-30 23:56:41 UTC (rev 261142)
+++ dbeaver-plugin-batik.info 2017-09-30 23:56:52 UTC (rev 261143)
@@ -1,6 +0,0 @@
-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
Copied: dbeaver-plugin-batik/repos/community-testing-any/dbeaver-plugin-batik.info (from rev 261142, dbeaver-plugin-batik/trunk/dbeaver-plugin-batik.info)
===================================================================
--- dbeaver-plugin-batik.info (rev 0)
+++ dbeaver-plugin-batik.info 2017-09-30 23:56:52 UTC (rev 261143)
@@ -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