Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages / opensearch-dashboards-gantt-chart-plugin
Commits: 2e8981a0 by Leonidas Spyropoulos at 2025-02-21T12:31:42+00:00 upgpkg: 2.19.0.0-1: new upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = opensearch-dashboards-gantt-chart-plugin pkgdesc = OpenSearch Dashboards Gantt Chart Plugin - pkgver = 2.18.0.0 + pkgver = 2.19.0.0 pkgrel = 1 url = https://opensearch.org/docs/latest/dashboards/gantt/ arch = x86_64 @@ -9,12 +9,14 @@ pkgbase = opensearch-dashboards-gantt-chart-plugin makedepends = npm makedepends = python makedepends = git - depends = opensearch-dashboards=2.18.0 + depends = opensearch-dashboards=2.19.0 options = !strip options = emptydirs - source = git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=2.18.0.0 - source = git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.18.0 - sha256sums = 280f13598f3c221c72812a4f5a1238a1c890de90cd06984761394467a2a4f17b - sha256sums = 047ea8d8669958d1cd16ee4c6c417088b7295dcf83a7efe855e9b32903eb02e1 + source = git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=2.19.0.0 + source = git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.19.0 + source = https://github.com/hashworks/OpenSearch-Dashboards/commit/1a602a8e117f735154230cc5199153a57ec5bbb6.patch + sha256sums = 7be060d321c468896af7433a3ad5c33981ab72eaaa49e590fd7b386dc041cf8d + sha256sums = 9cc3248ad281286e74699e7c9ebd5855cf0dae4c5ffcf6b4d789596b01cda4e4 + sha256sums = c7eab88eb06f034b0e57348d4615c86c87ea8e55da06d9ac839452317299304e pkgname = opensearch-dashboards-gantt-chart-plugin ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ pkgname='opensearch-dashboards-gantt-chart-plugin' _pluginname='gantt-chart-dashboards-plugin' -pkgver=2.18.0.0 -_dashboardsver=2.18.0 +pkgver=2.19.0.0 +_dashboardsver=2.19.0 pkgrel=1 pkgdesc='OpenSearch Dashboards Gantt Chart Plugin' url='https://opensearch.org/docs/latest/dashboards/gantt/' @@ -15,14 +15,24 @@ 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}" + # Switch to NodeJS LTS 22 "Jod" + "https://github.com/hashworks/OpenSearch-Dashboards/commit/1a602a8e117f735154230cc5199153a57ec5bbb6.patch" ) -sha256sums=('280f13598f3c221c72812a4f5a1238a1c890de90cd06984761394467a2a4f17b' - '047ea8d8669958d1cd16ee4c6c417088b7295dcf83a7efe855e9b32903eb02e1') +sha256sums=('7be060d321c468896af7433a3ad5c33981ab72eaaa49e590fd7b386dc041cf8d' + '9cc3248ad281286e74699e7c9ebd5855cf0dae4c5ffcf6b4d789596b01cda4e4' + 'c7eab88eb06f034b0e57348d4615c86c87ea8e55da06d9ac839452317299304e') 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" + cd "OpenSearch-Dashboards" + local filename + for filename in "${source[@]}"; do + if [[ "$filename" =~ \.patch$ ]]; then + patch -p1 -N -l -i "$srcdir/${filename##*/}" + fi + done } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-gantt-chart-plugin/-/commit/2e8981a0b417822c10eec4414304bd324f6032b4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-gantt-chart-plugin/-/commit/2e8981a0b417822c10eec4414304bd324f6032b4 You're receiving this email because of your account on gitlab.archlinux.org.