[arch-commits] Commit in opensearch-dashboards-gantt-chart-plugin/repos/community-x86_64 (2 files)
Justin Kromlinger
hashworks at gemini.archlinux.org
Wed May 11 19:31:27 UTC 2022
Date: Wednesday, May 11, 2022 @ 19:31:27
Author: hashworks
Revision: 1198367
archrelease: copy trunk to community-x86_64
Added:
opensearch-dashboards-gantt-chart-plugin/repos/community-x86_64/PKGBUILD
(from rev 1198366, opensearch-dashboards-gantt-chart-plugin/trunk/PKGBUILD)
Deleted:
opensearch-dashboards-gantt-chart-plugin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-11 19:31:24 UTC (rev 1198366)
+++ PKGBUILD 2022-05-11 19:31:27 UTC (rev 1198367)
@@ -1,49 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-
-pkgname='opensearch-dashboards-gantt-chart-plugin'
-_pluginname='gantt-chart-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Gantt Chart Plugin'
-url='https://opensearch.org/docs/latest/dashboards/gantt/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
- "git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=${pkgver}"
- "git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver}"
-)
-sha256sums=('SKIP'
- 'SKIP')
-
-prepare() {
- nodeVersion="$(node -v)"
- # Yes, you support this version. You just don't know it yet.
- sed -i "s/ \"node\": \"[0-9\.]*\",/ \"node\": \"${nodeVersion:1}\",/" "OpenSearch-Dashboards/package.json"
-}
-
-build() {
- mv "dashboards-visualizations/gantt-chart" "OpenSearch-Dashboards/plugins/${_pluginname}"
- cd "OpenSearch-Dashboards/plugins/${_pluginname}"
- yarn osd bootstrap
- yarn plugin-helpers build --skip-archive # `yarn build` will always create the ZIP
-}
-
-check() {
- cd "OpenSearch-Dashboards/plugins/${_pluginname}"
- yarn test
-}
-
-package() {
- install -Dm644 "${srcdir}/dashboards-visualizations/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
- cp -r "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}/build/opensearch-dashboards/"* "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
- find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty -delete
-}
-
-# vim: ts=2 sw=2 et:
Copied: opensearch-dashboards-gantt-chart-plugin/repos/community-x86_64/PKGBUILD (from rev 1198366, opensearch-dashboards-gantt-chart-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-11 19:31:27 UTC (rev 1198367)
@@ -0,0 +1,49 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+
+pkgname='opensearch-dashboards-gantt-chart-plugin'
+_pluginname='gantt-chart-dashboards-plugin'
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Gantt Chart Plugin'
+url='https://opensearch.org/docs/latest/dashboards/gantt/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+ "git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=${pkgver}"
+ "git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver}"
+)
+sha256sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+ nodeVersion="$(node -v)"
+ # Yes, you support this version. You just don't know it yet.
+ sed -i "s/ \"node\": \"[0-9\.]*\",/ \"node\": \"${nodeVersion:1}\",/" "OpenSearch-Dashboards/package.json"
+}
+
+build() {
+ mv "dashboards-visualizations/gantt-chart" "OpenSearch-Dashboards/plugins/${_pluginname}"
+ cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+ yarn osd bootstrap
+ yarn plugin-helpers build --skip-archive # `yarn build` will always create the ZIP
+}
+
+check() {
+ cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+ yarn test
+}
+
+package() {
+ install -Dm644 "${srcdir}/dashboards-visualizations/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+ cp -r "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}/build/opensearch-dashboards/"* "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+ find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty -delete
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list