Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-maps-plugin


Commits:
e6d7b3b2 by Leonidas Spyropoulos at 2025-02-21T12:40:16+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-maps-plugin
        pkgdesc = OpenSearch Dashboards Maps Plugin
-       pkgver = 2.18.0.0
+       pkgver = 2.19.0.0
        pkgrel = 1
        url = https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/
        arch = x86_64
@@ -8,13 +8,15 @@ pkgbase = opensearch-dashboards-maps-plugin
        makedepends = yarn
        makedepends = npm
        makedepends = git
-       depends = opensearch-dashboards=2.18.0
+       depends = opensearch-dashboards=2.19.0
        depends = coffeescript
        options = !strip
        options = emptydirs
-       source = 
git+https://github.com/opensearch-project/dashboards-maps.git#tag=2.18.0.0
-       source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.18.0
-       sha256sums = 
fc0049acc8302de506e1123d695e22c7cc75e803933ca6f164639ad3444b681d
-       sha256sums = 
047ea8d8669958d1cd16ee4c6c417088b7295dcf83a7efe855e9b32903eb02e1
+       source = 
git+https://github.com/opensearch-project/dashboards-maps.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 = 
9c30f37b4316a31a3a305c9f78a8cd483669875c0beb6f44bb5841d6cbd59c1e
+       sha256sums = 
9cc3248ad281286e74699e7c9ebd5855cf0dae4c5ffcf6b4d789596b01cda4e4
+       sha256sums = 
c7eab88eb06f034b0e57348d4615c86c87ea8e55da06d9ac839452317299304e
 
 pkgname = opensearch-dashboards-maps-plugin


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-maps-plugin'
 _pluginname='dashboards-maps'
-pkgver=2.18.0.0
-_dashboardsver=2.18.0
+pkgver=2.19.0.0
+_dashboardsver=2.19.0
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Maps Plugin'
 url='https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/'
@@ -15,15 +15,25 @@ options=('!strip' 'emptydirs')
 source=(
   "git+https://github.com/opensearch-project/${_pluginname}.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=('fc0049acc8302de506e1123d695e22c7cc75e803933ca6f164639ad3444b681d'
-            '047ea8d8669958d1cd16ee4c6c417088b7295dcf83a7efe855e9b32903eb02e1')
+sha256sums=('9c30f37b4316a31a3a305c9f78a8cd483669875c0beb6f44bb5841d6cbd59c1e'
+            '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-maps-plugin/-/commit/e6d7b3b26666926c5a343eba739c982428baf6b8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-maps-plugin/-/commit/e6d7b3b26666926c5a343eba739c982428baf6b8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to