[arch-commits] Commit in dbeaver-plugin-apache-poi/repos/community-any (4 files)
Allan McRae
allan at gemini.archlinux.org
Wed Mar 2 05:48:15 UTC 2022
Date: Wednesday, March 2, 2022 @ 05:48:15
Author: allan
Revision: 1139304
archrelease: copy trunk to community-any
Added:
dbeaver-plugin-apache-poi/repos/community-any/PKGBUILD
(from rev 1139303, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
dbeaver-plugin-apache-poi/repos/community-any/dbeaver-plugin-apache-poi.info
(from rev 1139303, dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
Deleted:
dbeaver-plugin-apache-poi/repos/community-any/PKGBUILD
dbeaver-plugin-apache-poi/repos/community-any/dbeaver-plugin-apache-poi.info
--------------------------------+
PKGBUILD | 54 +++++++++++++++++++--------------------
dbeaver-plugin-apache-poi.info | 2 -
2 files changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-02 05:47:55 UTC (rev 1139303)
+++ PKGBUILD 2022-03-02 05:48:15 UTC (rev 1139304)
@@ -1,27 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=dbeaver-plugin-apache-poi
-pkgver=4.1.1
-pkgrel=2
-pkgdesc='DBeaver library for Microsoft Office documents'
-arch=('any')
-url='https://dbeaver.io/'
-license=('Apache')
-makedepends=('unzip')
-depends=('dbeaver>=4.2.5')
-source=("https://dbeaver.io/update/ce/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar"
- "${pkgname}.info")
-sha256sums=('cfcb95cc5fb3c009ebcb6ee91f49cb7eed85125825f28ffed6c7ee776d6daf86'
- '9da9f00866ebf37a9405c36aee46f26f698000aa1b23e1041e4f999df5b2e3f0')
-noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
-
-package() {
- # Extract plugin
- install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_${pkgver}"
- unzip -q "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
- -d "${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_${pkgver}"
-
- # 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-apache-poi/repos/community-any/PKGBUILD (from rev 1139303, dbeaver-plugin-apache-poi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-02 05:48:15 UTC (rev 1139304)
@@ -0,0 +1,27 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-apache-poi
+pkgver=4.1.1
+pkgrel=3
+pkgdesc='DBeaver library for Microsoft Office documents'
+arch=('any')
+url='https://dbeaver.io/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5')
+source=("https://dbeaver.io/update/ce/latest/plugins/org.jkiss.bundle.apache.poi_${pkgver}.jar"
+ "${pkgname}.info")
+sha256sums=('cfcb95cc5fb3c009ebcb6ee91f49cb7eed85125825f28ffed6c7ee776d6daf86'
+ '9da9f00866ebf37a9405c36aee46f26f698000aa1b23e1041e4f999df5b2e3f0')
+noextract=("org.jkiss.bundle.apache.poi_${pkgver}.jar")
+
+package() {
+ # Extract plugin
+ install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_${pkgver}"
+ unzip -q "${srcdir}/org.jkiss.bundle.apache.poi_${pkgver}.jar" \
+ -d "${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.apache.poi_${pkgver}"
+
+ # 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-apache-poi.info
===================================================================
--- dbeaver-plugin-apache-poi.info 2022-03-02 05:47:55 UTC (rev 1139303)
+++ dbeaver-plugin-apache-poi.info 2022-03-02 05:48:15 UTC (rev 1139304)
@@ -1 +0,0 @@
-org.jkiss.bundle.apache.poi,4.1.1,plugins/org.jkiss.bundle.apache.poi_4.1.1/,4,false
Copied: dbeaver-plugin-apache-poi/repos/community-any/dbeaver-plugin-apache-poi.info (from rev 1139303, dbeaver-plugin-apache-poi/trunk/dbeaver-plugin-apache-poi.info)
===================================================================
--- dbeaver-plugin-apache-poi.info (rev 0)
+++ dbeaver-plugin-apache-poi.info 2022-03-02 05:48:15 UTC (rev 1139304)
@@ -0,0 +1 @@
+org.jkiss.bundle.apache.poi,4.1.1,plugins/org.jkiss.bundle.apache.poi_4.1.1/,4,false
More information about the arch-commits
mailing list