[arch-commits] Commit in libreoffice-still/trunk (2 files)

2022-09-01 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 05:59:35
  Author: andyrtr
Revision: 454889

upgpkg: libreoffice-still 7.3.5-3: poppler 22.09.0 rebuild

Added:
  libreoffice-still/trunk/libreoffice-poppler-22.09.0.patch
Modified:
  libreoffice-still/trunk/PKGBUILD

---+
 PKGBUILD  |7 -
 libreoffice-poppler-22.09.0.patch |   46 
 2 files changed, 52 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 23:56:14 UTC (rev 454888)
+++ PKGBUILD2022-09-02 05:59:35 UTC (rev 454889)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=7.3.5.2
 pkgver=7.3.5
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;
@@ -59,6 +59,7 @@

${_additional_source_url2}/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
+   libreoffice-poppler-22.09.0.patch
soffice-template.desktop.in
libreoffice-still.sh libreoffice-still.csh)
 noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -106,6 +107,7 @@
 'f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
+'95716d255aae9d8795eb76c634541f82a094b87dfeaa6ffcdbd97c0f19c14ac4'
 'd0be8099cbee3c9dfda694a828149b881c345b204ab68826f317580aafb50879'
 'cd1b25ff390e436c6bffa65c6e12382236e3ccbf8d3aae51b1b59bcaed79fd8a'
 'de20f36d45f0fecc2d94176dd3ec7226ab07fa8ffb9b0bc73c200349a9273de1')
@@ -117,6 +119,9 @@
 # Workaround to fix build with gpgme 1.18.0
 export ac_cv_lib_gpgmepp_progress_callback=yes
 
+# poppler 22.09.0
+patch -Np1 -i ../libreoffice-poppler-22.09.0.patch
+
# move external sources into place
mkdir "${srcdir}"/ext_sources && pushd "${srcdir}"/ext_sources
for source in "${noextract[@]}"; do

Added: libreoffice-poppler-22.09.0.patch
===
--- libreoffice-poppler-22.09.0.patch   (rev 0)
+++ libreoffice-poppler-22.09.0.patch   2022-09-02 05:59:35 UTC (rev 454889)
@@ -0,0 +1,46 @@
+https://gerrit.libreoffice.org/c/core/+/139249
+
+From 8bad83bf044661357b02b695e6f53e2e19dea396 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Fri, 2 Sep 2022 04:31:18 +0100
+Subject: [PATCH] Fix build with Poppler 22.09.0
+
+With Poppler 22.09.0, LO fails to build with:
+```
+/var/tmp/portage/app-office/libreoffice-7.3.5.2/work/libreoffice-7.3.5.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:682:36:
 error: too many arguments to function call, expected single argument 'start', 
have 3 arguments
+state->getLineDash(, , );
+~~ ^~~
+/usr/include/poppler/GfxState.h:1506:32: note: 'getLineDash' declared here
+const std::vector (double *start)
+   ^
+1 error generated.
+```
+
+Poppler changed the getLineDash interface:
+```
+-void getLineDash(double **dash, int *length, double *start)
++const std::vector (double *start)
+```
+
+Signed-off-by: Sam James 
+Change-Id: I29e18f20d7650a7fcac1bc8ab4aaa04aaa2ab8fb
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
 b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+@@ -678,8 +678,16 @@ void PDFOutDev::updateLineDash(GfxState *state)
+ return;
+ assert(state);
+ 
+-double* dashArray; int arrayLen; double startOffset;
++int arrayLen; double startOffset;
++#if POPPLER_CHECK_VERSION(22, 9, 0)
++const double* dashArray;
++const std::vector  = state->getLineDash();
++dashArray = dash.data();
++arrayLen = dash.size();
++#else
++double* dashArray;
+ state->getLineDash(, , );
++#endif
+ 
+ printf( "updateLineDash" );
+ if( arrayLen && dashArray )



[arch-commits] Commit in ttf-nerd-fonts-symbols/repos/community-any (4 files)

2022-09-01 Thread Daniel M. Capella via arch-commits
Date: Friday, September 2, 2022 @ 05:30:30
  Author: polyzen
Revision: 1290505

archrelease: copy trunk to community-any

Added:
  ttf-nerd-fonts-symbols/repos/community-any/PKGBUILD
(from rev 1290504, ttf-nerd-fonts-symbols/trunk/PKGBUILD)
  ttf-nerd-fonts-symbols/repos/community-any/ttf-nerd-fonts-symbols.install
(from rev 1290504, 
ttf-nerd-fonts-symbols/trunk/ttf-nerd-fonts-symbols.install)
Deleted:
  ttf-nerd-fonts-symbols/repos/community-any/PKGBUILD
  ttf-nerd-fonts-symbols/repos/community-any/ttf-nerd-fonts-symbols.install

+
 PKGBUILD   |  114 +++
 ttf-nerd-fonts-symbols.install |   26 
 2 files changed, 82 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 05:30:04 UTC (rev 1290504)
+++ PKGBUILD2022-09-02 05:30:30 UTC (rev 1290505)
@@ -1,45 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Asger Hautop Drewsen 
-
-pkgname=('ttf-nerd-fonts-symbols' 'ttf-nerd-fonts-symbols-mono')
-pkgbase=ttf-nerd-fonts-symbols
-pkgver=2.1.0+36+gd0bf73a1
-pkgrel=6
-pkgdesc="High number of extra glyphs from popular 'iconic fonts'"
-arch=('any')
-url=https://github.com/ryanoasis/nerd-fonts
-license=('MIT')
-provides=('nerd-fonts' 'ttf-font-nerd')
-install=$pkgbase.install
-source=("Symbols-1000-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/d0bf73a19c3459aab39734a05159e2694911d7d6/src/glyphs/Symbols-1000-em%20Nerd%20Font%20Complete.ttf;
-
"Symbols-2048-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/d0bf73a19c3459aab39734a05159e2694911d7d6/src/glyphs/Symbols-2048-em%20Nerd%20Font%20Complete.ttf;
-
"10-nerd-font-symbols-2.1.0.conf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.1.0/10-nerd-font-symbols.conf;
-
"Nerd_Fonts-LICENSE-2.1.0::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.1.0/LICENSE;)
-b2sums=('9aabb03695dc93a229a88460ad748595674d6f8f583758e29cef1599d59c7e7429882af0689e09df45d997d5162183bb9ba211f8447bd958211f787b026efe76'
-
'53abd4d97372628850a6b361c41a209cd55dc2b434dd61189f1abcdbb9e44bbcd891ddc3a538b11d03637fe1236bda511ce12b0495010dc0bb09e1b4fd841a11'
-
'a3472125cfbb2dd4de47c8899b38ba9566ea5eb9bbb30d136866c4016d4e575d7588e0d1cf126cef05ece0525a6ae0caf8ef4a265f46e4b571954541c06ebb67'
-
'ece38b21e41c31a10260b2a99ea23661a945c11b5edbcb625b0e317be59050cc3bc04d72d4b36f94d89c263fd742d31b55f449057ad54a7e912cd1b472a38a84')
-
-package_ttf-nerd-fonts-symbols() {
-  pkgdesc+=' (2048-em)'
-  conflicts=('ttf-nerd-fonts-symbols-mono')
-  install -Dm644 "Symbols-2048-em_Nerd_Font_Complete-$pkgver.ttf" \
-"$pkgdir"/usr/share/fonts/TTF/'Symbols-2048-em Nerd Font Complete.ttf'
-  install -Dm644 10-nerd-font-symbols-2.1.0.conf \
-"$pkgdir"/usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf
-  install -Dm644 Nerd_Fonts-LICENSE-2.1.0 \
-"$pkgdir"/usr/share/licenses/${pkgname[0]}/LICENSE
-}
-
-package_ttf-nerd-fonts-symbols-mono() {
-  pkgdesc+=' (1000-em)'
-  conflicts=('ttf-nerd-fonts-symbols')
-  install -Dm644 "Symbols-1000-em_Nerd_Font_Complete-$pkgver.ttf" \
-"$pkgdir"/usr/share/fonts/TTF/'Symbols-1000-em Nerd Font Complete.ttf'
-  install -Dm644 10-nerd-font-symbols-2.1.0.conf \
-"$pkgdir"/usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf
-  install -Dm644 Nerd_Fonts-LICENSE-2.1.0 \
-"$pkgdir"/usr/share/licenses/${pkgname[1]}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ttf-nerd-fonts-symbols/repos/community-any/PKGBUILD (from rev 1290504, 
ttf-nerd-fonts-symbols/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 05:30:30 UTC (rev 1290505)
@@ -0,0 +1,69 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Asger Hautop Drewsen 
+
+pkgname=('ttf-nerd-fonts-symbols-1000-em' 
'ttf-nerd-fonts-symbols-1000-em-mono' 'ttf-nerd-fonts-symbols-2048-em' 
'ttf-nerd-fonts-symbols-2048-em-mono')
+pkgbase=ttf-nerd-fonts-symbols
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="High number of extra glyphs from popular 'iconic fonts'"
+arch=('any')
+url=https://github.com/ryanoasis/nerd-fonts
+license=('MIT')
+provides=('nerd-fonts' 'ttf-font-nerd')
+install=$pkgbase.install
+source=("Symbols-1000-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/patched-fonts/NerdFontsSymbolsOnly/complete/Symbols-1000-em%20Nerd%20Font%20Complete%20Mono.ttf;
+
"Symbols-1000-em_Nerd_Font_Complete_Mono-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/patched-fonts/NerdFontsSymbolsOnly/complete/Symbols-2048-em%20Nerd%20Font%20Complete%20Mono.ttf;
+

[arch-commits] Commit in ttf-nerd-fonts-symbols/trunk (PKGBUILD)

2022-09-01 Thread Daniel M. Capella via arch-commits
Date: Friday, September 2, 2022 @ 05:30:04
  Author: polyzen
Revision: 1290504

upgpkg: ttf-nerd-fonts-symbols 2.2.1-1

Modified:
  ttf-nerd-fonts-symbols/trunk/PKGBUILD

--+
 PKGBUILD |   84 +++--
 1 file changed, 54 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 00:38:45 UTC (rev 1290503)
+++ PKGBUILD2022-09-02 05:30:04 UTC (rev 1290504)
@@ -1,10 +1,10 @@
 # Maintainer: Daniel M. Capella 
 # Contributor: Asger Hautop Drewsen 
 
-pkgname=('ttf-nerd-fonts-symbols' 'ttf-nerd-fonts-symbols-mono')
+pkgname=('ttf-nerd-fonts-symbols-1000-em' 
'ttf-nerd-fonts-symbols-1000-em-mono' 'ttf-nerd-fonts-symbols-2048-em' 
'ttf-nerd-fonts-symbols-2048-em-mono')
 pkgbase=ttf-nerd-fonts-symbols
-pkgver=2.1.0+36+gd0bf73a1
-pkgrel=6
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="High number of extra glyphs from popular 'iconic fonts'"
 arch=('any')
 url=https://github.com/ryanoasis/nerd-fonts
@@ -11,35 +11,59 @@
 license=('MIT')
 provides=('nerd-fonts' 'ttf-font-nerd')
 install=$pkgbase.install
-source=("Symbols-1000-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/d0bf73a19c3459aab39734a05159e2694911d7d6/src/glyphs/Symbols-1000-em%20Nerd%20Font%20Complete.ttf;
-
"Symbols-2048-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/d0bf73a19c3459aab39734a05159e2694911d7d6/src/glyphs/Symbols-2048-em%20Nerd%20Font%20Complete.ttf;
-
"10-nerd-font-symbols-2.1.0.conf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.1.0/10-nerd-font-symbols.conf;
-
"Nerd_Fonts-LICENSE-2.1.0::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.1.0/LICENSE;)
-b2sums=('9aabb03695dc93a229a88460ad748595674d6f8f583758e29cef1599d59c7e7429882af0689e09df45d997d5162183bb9ba211f8447bd958211f787b026efe76'
-
'53abd4d97372628850a6b361c41a209cd55dc2b434dd61189f1abcdbb9e44bbcd891ddc3a538b11d03637fe1236bda511ce12b0495010dc0bb09e1b4fd841a11'
-
'a3472125cfbb2dd4de47c8899b38ba9566ea5eb9bbb30d136866c4016d4e575d7588e0d1cf126cef05ece0525a6ae0caf8ef4a265f46e4b571954541c06ebb67'
-
'ece38b21e41c31a10260b2a99ea23661a945c11b5edbcb625b0e317be59050cc3bc04d72d4b36f94d89c263fd742d31b55f449057ad54a7e912cd1b472a38a84')
+source=("Symbols-1000-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/patched-fonts/NerdFontsSymbolsOnly/complete/Symbols-1000-em%20Nerd%20Font%20Complete%20Mono.ttf;
+
"Symbols-1000-em_Nerd_Font_Complete_Mono-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/patched-fonts/NerdFontsSymbolsOnly/complete/Symbols-2048-em%20Nerd%20Font%20Complete%20Mono.ttf;
+
"Symbols-2048-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/patched-fonts/NerdFontsSymbolsOnly/complete/Symbols-2048-em%20Nerd%20Font%20Complete.ttf;
+
"Symbols-2048-em_Nerd_Font_Complete_Mono-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/patched-fonts/NerdFontsSymbolsOnly/complete/Symbols-2048-em%20Nerd%20Font%20Complete%20Mono.ttf;
+
"10-nerd-font-symbols-$pkgver.conf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/10-nerd-font-symbols.conf;
+
"Nerd_Fonts-$pkgver-LICENSE::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/LICENSE;)
+b2sums=('fe88f228c8b5ce6e1405462c6f18036cbb8669fc2e84988362f2b3345e8af7e0bd0f7da671c3cd046fc68e3999d77b29afa3a5037db3857b7a97f4d25e07c76a'
+
'eb584868a70400b76a3649e2e82d600f3c271ab02ee637df23eba8310f4715bee192cb427d1de2d40aa158e2ce371801fb8c58cc1fa3e3ed9d8068ef3ae48ea5'
+
'b2268d0b71afabe9faf00b3fdfdb037d7aa2f1aae8c295668763e21c681b3708f142f3be926e2ba933c9eaab25bc9cbc78475b3dd9984b5658a9f165f64f63af'
+
'eb584868a70400b76a3649e2e82d600f3c271ab02ee637df23eba8310f4715bee192cb427d1de2d40aa158e2ce371801fb8c58cc1fa3e3ed9d8068ef3ae48ea5'
+
'd73e826f433d42428bc467a734d3fd6280876b2fe23a1384730b2bc0fd4521a6d372654f835350d28b346e3cad8e7d6fa47dd11be8d3fae6e61d4707e7fd397b'
+
'386dfcb5ead367bfc44fc55f7e94548c03bdb24ca088ab56f9609e7cdaa3eab9c56b548966feaf7312da606b645e9af35556fc212132733efcdbcc17397c808a')
 
-package_ttf-nerd-fonts-symbols() {
-  pkgdesc+=' (2048-em)'
-  conflicts=('ttf-nerd-fonts-symbols-mono')
-  install -Dm644 "Symbols-2048-em_Nerd_Font_Complete-$pkgver.ttf" \
-"$pkgdir"/usr/share/fonts/TTF/'Symbols-2048-em Nerd Font Complete.ttf'
-  install -Dm644 10-nerd-font-symbols-2.1.0.conf \
-"$pkgdir"/usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf
-  install -Dm644 Nerd_Fonts-LICENSE-2.1.0 \
-"$pkgdir"/usr/share/licenses/${pkgname[0]}/LICENSE
-}
+_package() {
+  case "$1" in
+ttf-nerd-fonts-symbols-1000-em)
+  pkgdesc+=' (1000-em)'
+  conflicts=('ttf-nerd-fonts-symbols-mono' 

[arch-commits] Commit in taplo-cli/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-09-01 Thread Daniel M. Capella via arch-commits
Date: Friday, September 2, 2022 @ 00:38:45
  Author: polyzen
Revision: 1290503

archrelease: copy trunk to community-x86_64

Added:
  taplo-cli/repos/community-x86_64/PKGBUILD
(from rev 1290502, taplo-cli/trunk/PKGBUILD)
Deleted:
  taplo-cli/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 00:38:25 UTC (rev 1290502)
+++ PKGBUILD2022-09-02 00:38:45 UTC (rev 1290503)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Firegem 
-
-pkgname=taplo-cli
-pkgver=0.6.10
-pkgrel=1
-pkgdesc='TOML toolkit written in Rust'
-arch=('x86_64')
-url=https://taplo.tamasfe.dev/cli/introduction.html
-license=('MIT')
-depends=('gcc-libs' 'openssl')
-makedepends=('cargo')
-provides=("${pkgname%-cli}")
-source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate;
-
"$pkgname-$pkgver-LICENSE.md::https://raw.githubusercontent.com/tamasfe/taplo/release-$pkgname-$pkgver/LICENSE.md;)
-b2sums=('c8840c70eea44d40835add65825082fbea3813dc6be5edcffc77c8b40f5b3a5c1468ac0324e19cf85c138bff798bcf23a7110b4f3aa031fd7e5342a8417b5584'
-
'2b1282c2e1b54a67fd56894ae96a1447d954b52fecdf0730d8c3fe7a95ccf79245e738588a9bda7262eb0ef2507cdeded228346358894d4bbfc540ec90069964')
-
-prepare() {
-  cd $pkgname-$pkgver
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked --offline --all-features
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/${pkgname%-cli}
-  install -Dm644  ../$pkgname-$pkgver-LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: taplo-cli/repos/community-x86_64/PKGBUILD (from rev 1290502, 
taplo-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 00:38:45 UTC (rev 1290503)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Firegem 
+
+pkgname=taplo-cli
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='TOML toolkit written in Rust'
+arch=('x86_64')
+url=https://taplo.tamasfe.dev/cli/introduction.html
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+provides=("${pkgname%-cli}")
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate;
+
"$pkgname-$pkgver-LICENSE.md::https://raw.githubusercontent.com/tamasfe/taplo/release-$pkgname-$pkgver/LICENSE.md;)
+b2sums=('af82ef776ad153d76a919c6c28bd5c03ac89aa7d8b13d2215204b071dd734990bc87ee8eab36cd80f7d9e67e76c47309555b384da8a647c413aeed09ff9b717d'
+
'2b1282c2e1b54a67fd56894ae96a1447d954b52fecdf0730d8c3fe7a95ccf79245e738588a9bda7262eb0ef2507cdeded228346358894d4bbfc540ec90069964')
+
+prepare() {
+  cd $pkgname-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked --offline --all-features
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/${pkgname%-cli}
+  install -Dm644  ../$pkgname-$pkgver-LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}



[arch-commits] Commit in taplo-cli/trunk (PKGBUILD)

2022-09-01 Thread Daniel M. Capella via arch-commits
Date: Friday, September 2, 2022 @ 00:38:25
  Author: polyzen
Revision: 1290502

upgpkg: taplo-cli 0.7.0-1

Modified:
  taplo-cli/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 23:56:21 UTC (rev 1290501)
+++ PKGBUILD2022-09-02 00:38:25 UTC (rev 1290502)
@@ -2,18 +2,19 @@
 # Contributor: Firegem 
 
 pkgname=taplo-cli
-pkgver=0.6.10
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='TOML toolkit written in Rust'
 arch=('x86_64')
 url=https://taplo.tamasfe.dev/cli/introduction.html
 license=('MIT')
-depends=('gcc-libs' 'openssl')
+depends=('gcc-libs')
 makedepends=('cargo')
 provides=("${pkgname%-cli}")
+options=('!lto')
 
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate;
 
"$pkgname-$pkgver-LICENSE.md::https://raw.githubusercontent.com/tamasfe/taplo/release-$pkgname-$pkgver/LICENSE.md;)
-b2sums=('c8840c70eea44d40835add65825082fbea3813dc6be5edcffc77c8b40f5b3a5c1468ac0324e19cf85c138bff798bcf23a7110b4f3aa031fd7e5342a8417b5584'
+b2sums=('af82ef776ad153d76a919c6c28bd5c03ac89aa7d8b13d2215204b071dd734990bc87ee8eab36cd80f7d9e67e76c47309555b384da8a647c413aeed09ff9b717d'
 
'2b1282c2e1b54a67fd56894ae96a1447d954b52fecdf0730d8c3fe7a95ccf79245e738588a9bda7262eb0ef2507cdeded228346358894d4bbfc540ec90069964')
 
 prepare() {



[arch-commits] Commit in code/repos/community-x86_64 (8 files)

2022-09-01 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, September 1, 2022 @ 22:59:15
  Author: mtorromeo
Revision: 1290492

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 1290491, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code.js
(from rev 1290491, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 1290491, code/trunk/code.sh)
  code/repos/community-x86_64/product_json.diff
(from rev 1290491, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/product_json.diff

---+
 PKGBUILD  |  282 ++--
 code.js   |   60 +--
 code.sh   |8 -
 product_json.diff |   44 
 4 files changed, 197 insertions(+), 197 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 22:59:02 UTC (rev 1290491)
+++ PKGBUILD2022-09-01 22:59:15 UTC (rev 1290492)
@@ -1,141 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-# Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
-# NodeJS versioning cheatsheet:
-#   - carbon: 8
-#   - dubnium: 10
-#   - erbium: 12
-#   - fermium: 14
-#   - gallium: 16
-# Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
-_electron=electron18
-pkgver=1.70.2
-pkgrel=1
-arch=('x86_64')
-url='https://github.com/microsoft/vscode'
-license=('MIT')
-depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 'ripgrep')
-optdepends=('bash-completion: Bash completions'
-'zsh-completions: ZSH completitons'
-'x11-ssh-askpass: SSH authentication')
-makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-gallium')
-provides=('vscode')
-source=("$pkgname::git+$url.git#tag=$pkgver"
-'code.js'
-'code.sh'
-'product_json.diff')
-sha512sums=('SKIP'
-
'6e8ee1df4dd982434a8295ca99e786a536457c86c34212546e548b115081798c5492a79f99cd5a3f1fa30fb71d29983aaabc2c79f4895d4a709d8354e9e2eade'
-
'b8bdb0e53cf8748140ed444c9b02cb6a57a7e1e120d96861d4cc9f79744a987f0253c052a238c78aa2c3f86459c4afb6f3b687435f0588d8f640822a9908b257'
-
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # Change electron binary name to the target electron
-  sed -i "s|exec electron |exec $_electron |" ../code.sh
-  sed -i "s|#!/usr/bin/electron|#!/usr/bin/$_electron|" ../code.js
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p0 < ../product_json.diff
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # Build native modules for system electron
-  local _target=$(
+# Contributor: Michael Hansen 
+# Contributor: Francisco Magalhães 
+
+pkgname=code
+pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
+# Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
+# NodeJS versioning cheatsheet:
+#   - carbon: 8
+#   - dubnium: 10
+#   - erbium: 12
+#   - fermium: 14
+#   - gallium: 16
+# Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
+_electron=electron19
+pkgver=1.71.0
+pkgrel=1
+arch=('x86_64')
+url='https://github.com/microsoft/vscode'
+license=('MIT')
+depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 'ripgrep')
+optdepends=('bash-completion: Bash completions'
+'zsh-completions: ZSH completitons'
+'x11-ssh-askpass: SSH authentication')
+makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-gallium')
+provides=('vscode')
+source=("$pkgname::git+$url.git#tag=$pkgver"
+'code.js'
+'code.sh'
+'product_json.diff')
+sha512sums=('SKIP'
+

[arch-commits] Commit in code/trunk (PKGBUILD)

2022-09-01 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, September 1, 2022 @ 22:59:02
  Author: mtorromeo
Revision: 1290491

upgpkg: code 1.71.0-1

Modified:
  code/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 22:11:10 UTC (rev 1290490)
+++ PKGBUILD2022-09-01 22:59:02 UTC (rev 1290491)
@@ -12,8 +12,8 @@
 #   - fermium: 14
 #   - gallium: 16
 # Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
-_electron=electron18
-pkgver=1.70.2
+_electron=electron19
+pkgver=1.71.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'



[arch-commits] Commit in goaccess/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-09-01 Thread Felix Yan via arch-commits
Date: Thursday, September 1, 2022 @ 22:11:10
  Author: felixonmars
Revision: 1290490

archrelease: copy trunk to community-x86_64

Added:
  goaccess/repos/community-x86_64/PKGBUILD
(from rev 1290489, goaccess/trunk/PKGBUILD)
Deleted:
  goaccess/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 22:10:56 UTC (rev 1290489)
+++ PKGBUILD2022-09-01 22:11:10 UTC (rev 1290490)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josh VanderLinden 
-# Contributor: Nicolas Storme 
-
-pkgname=goaccess
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="An open source real-time web log analyzer and interactive viewer"
-arch=('x86_64')
-url='https://goaccess.io'
-license=('GPL')
-depends=('ncurses' 'libmaxminddb' 'openssl')
-optdepends=('geoip2-database: for geoip support')
-backup=('etc/goaccess/goaccess.conf')
-source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5299df01fd06777bf85da12e4d4ec3b9eca866bbab6cac64f3d674b0b3ecc90dc4c28f5bc2c94064b7654d381aa873626e98ec9f26fc2b546380bb9e40077a85')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip=mmdb --enable-utf8 --with-openssl
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
-}

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 1290489, 
goaccess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 22:11:10 UTC (rev 1290490)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josh VanderLinden 
+# Contributor: Nicolas Storme 
+
+pkgname=goaccess
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('x86_64')
+url='https://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'libmaxminddb' 'openssl')
+optdepends=('geoip2-database: for geoip support')
+backup=('etc/goaccess/goaccess.conf')
+source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
+sha512sums=('7890fc35700db9ce1d3c720607cce6008a3140a14d143fcdd02f11a79f5344a26c648c9b7e6316a21d3ff07f588815bcdfb33072b5e0a18c429e9bfdb8bf99f4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip=mmdb --enable-utf8 --with-openssl
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+}



[arch-commits] Commit in goaccess/trunk (PKGBUILD)

2022-09-01 Thread Felix Yan via arch-commits
Date: Thursday, September 1, 2022 @ 22:10:56
  Author: felixonmars
Revision: 1290489

upgpkg: goaccess 1.6.3-1

Modified:
  goaccess/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:33:28 UTC (rev 1290488)
+++ PKGBUILD2022-09-01 22:10:56 UTC (rev 1290489)
@@ -3,7 +3,7 @@
 # Contributor: Nicolas Storme 
 
 pkgname=goaccess
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="An open source real-time web log analyzer and interactive viewer"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 optdepends=('geoip2-database: for geoip support')
 backup=('etc/goaccess/goaccess.conf')
 source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5299df01fd06777bf85da12e4d4ec3b9eca866bbab6cac64f3d674b0b3ecc90dc4c28f5bc2c94064b7654d381aa873626e98ec9f26fc2b546380bb9e40077a85')
+sha512sums=('7890fc35700db9ce1d3c720607cce6008a3140a14d143fcdd02f11a79f5344a26c648c9b7e6316a21d3ff07f588815bcdfb33072b5e0a18c429e9bfdb8bf99f4')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in vim/trunk (PKGBUILD)

2022-09-01 Thread Morten Linderud via arch-commits
Date: Thursday, September 1, 2022 @ 21:36:04
  Author: foxboron
Revision: 454884

test -v3

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:18:25 UTC (rev 454883)
+++ PKGBUILD2022-09-01 21:36:04 UTC (rev 454884)
@@ -15,7 +15,7 @@
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
 url='https://www.vim.org'
-arch=('x86_64')
+arch=('x86_64' 'x86_64_v3')
 license=('custom:vim')
 options=(debug)
 makedepends=('glibc' 'libgcrypt' 'gpm' 'python' 'ruby' 'libxt' 'gtk3' 'lua'



[arch-commits] Commit in python-setuptools-rust/repos/community-any (2 files)

2022-09-01 Thread Felix Yan via arch-commits
Date: Thursday, September 1, 2022 @ 21:33:28
  Author: felixonmars
Revision: 1290488

archrelease: copy trunk to community-any

Added:
  python-setuptools-rust/repos/community-any/PKGBUILD
(from rev 1290487, python-setuptools-rust/trunk/PKGBUILD)
Deleted:
  python-setuptools-rust/repos/community-any/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:33:14 UTC (rev 1290487)
+++ PKGBUILD2022-09-01 21:33:28 UTC (rev 1290488)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: codedust
-# Contributor: Dario Ostuni 
-# Contributor: Clayton Craft 
-
-pkgname=python-setuptools-rust
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Compile and distribute Python extensions written in rust as easily as 
if they were written in C."
-arch=('any')
-license=('MIT')
-url="https://github.com/PyO3/setuptools-rust;
-depends=('rust' 'python-setuptools' 'python-semantic-version' 'python-tomli' 
'python-typing-extensions')
-makedepends=('python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-benchmark' 
'python-beautifulsoup4' 'python-lxml' 'python-cffi')
-source=("https://github.com/PyO3/setuptools-rust/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c2bbb8adc02f2b1c9617e6095840a315794466d8312af082f1352129ef07061b96c7512e4e33e4591f75a4d6a7a339085c2760d6f47e0999d79a1e3a626320dc')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd setuptools-rust-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd setuptools-rust-$pkgver
-  python setup.py egg_info
-  for _dir in examples/*; do
-pushd $_dir
-PYTHONPATH="$PWD/../.." python setup.py build
-[[ -d tests || -d test ]] && 
PYTHONPATH="$PWD/build/lib:build/lib.linux-$CARCH-cpython-310" pytest
-popd
-  done
-}
-
-package() {
-  cd setuptools-rust-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-setuptools-rust/repos/community-any/PKGBUILD (from rev 1290487, 
python-setuptools-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:33:28 UTC (rev 1290488)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: codedust
+# Contributor: Dario Ostuni 
+# Contributor: Clayton Craft 
+
+pkgname=python-setuptools-rust
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Compile and distribute Python extensions written in rust as easily as 
if they were written in C."
+arch=('any')
+license=('MIT')
+url="https://github.com/PyO3/setuptools-rust;
+depends=('rust' 'python-setuptools' 'python-semantic-version' 'python-tomli' 
'python-typing-extensions')
+makedepends=('python-setuptools-scm' 'python-wheel')
+checkdepends=('python-pytest' 'python-pytest-benchmark' 
'python-beautifulsoup4' 'python-lxml' 'python-cffi')
+source=("https://github.com/PyO3/setuptools-rust/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('a580c7283074f516251386c0dc3f9e7cc770bb8760bc9ce7b263e1db93bae99c1f1de0d31ceb2038b9163002c9a2ccd5f443f5112187021c9bd692e53ea0b99f')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd setuptools-rust-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd setuptools-rust-$pkgver
+  python setup.py egg_info
+  for _dir in examples/*; do
+pushd $_dir
+PYTHONPATH="$PWD/../.." python setup.py build
+[[ -d tests || -d test ]] && 
PYTHONPATH="$PWD/build/lib:build/lib.linux-$CARCH-cpython-310" pytest
+popd
+  done
+  pytest --doctest-modules setuptools_rust
+}
+
+package() {
+  cd setuptools-rust-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in python-setuptools-rust/trunk (PKGBUILD)

2022-09-01 Thread Felix Yan via arch-commits
Date: Thursday, September 1, 2022 @ 21:33:14
  Author: felixonmars
Revision: 1290487

upgpkg: python-setuptools-rust 1.1.1-1

Modified:
  python-setuptools-rust/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:21:21 UTC (rev 1290486)
+++ PKGBUILD2022-09-01 21:33:14 UTC (rev 1290487)
@@ -4,7 +4,7 @@
 # Contributor: Clayton Craft 
 
 pkgname=python-setuptools-rust
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Compile and distribute Python extensions written in rust as easily as 
if they were written in C."
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools-scm' 'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-benchmark' 
'python-beautifulsoup4' 'python-lxml' 'python-cffi')
 
source=("https://github.com/PyO3/setuptools-rust/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c2bbb8adc02f2b1c9617e6095840a315794466d8312af082f1352129ef07061b96c7512e4e33e4591f75a4d6a7a339085c2760d6f47e0999d79a1e3a626320dc')
+sha512sums=('a580c7283074f516251386c0dc3f9e7cc770bb8760bc9ce7b263e1db93bae99c1f1de0d31ceb2038b9163002c9a2ccd5f443f5112187021c9bd692e53ea0b99f')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -32,6 +32,7 @@
 [[ -d tests || -d test ]] && 
PYTHONPATH="$PWD/build/lib:build/lib.linux-$CARCH-cpython-310" pytest
 popd
   done
+  pytest --doctest-modules setuptools_rust
 }
 
 package() {



[arch-commits] Commit in python-mongoengine/trunk (PKGBUILD)

2022-09-01 Thread Felix Yan via arch-commits
Date: Thursday, September 1, 2022 @ 21:21:07
  Author: felixonmars
Revision: 1290485

upgpkg: python-mongoengine 0.24.2-1

Modified:
  python-mongoengine/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:16:26 UTC (rev 1290484)
+++ PKGBUILD2022-09-01 21:21:07 UTC (rev 1290485)
@@ -3,7 +3,7 @@
 # Contributor: Kyle Keen 
 
 pkgname=python-mongoengine
-pkgver=0.24.1
+pkgver=0.24.2
 pkgrel=1
 pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
 url="https://github.com/MongoEngine/mongoengine;
@@ -16,7 +16,7 @@
 checkdepends=('python-pytest-cov' 'python-coverage' 'python-blinker' 
'python-pillow' 'python-zipp'
   'python-mongomock')
 
source=("https://github.com/MongoEngine/mongoengine/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5e01ca8168e3ebabf8944ff4280a527ae158b1fdda64b692d64cf58039e5448d48d8ac46b0ecf619b77502f950fd8afeec6e90810592406ea255c4fb808f8c55')
+sha512sums=('24e855e1da89d01b63e02a3476167efe6de2186eb17b091504605263c02efe1d9e128b6e3dbb7dace1926db9006ad79d7f1f675f58e66491e14426e398ab6aa1')
 
 build() {
   cd mongoengine-$pkgver



[arch-commits] Commit in python-mongoengine/repos/community-any (PKGBUILD PKGBUILD)

2022-09-01 Thread Felix Yan via arch-commits
Date: Thursday, September 1, 2022 @ 21:21:21
  Author: felixonmars
Revision: 1290486

archrelease: copy trunk to community-any

Added:
  python-mongoengine/repos/community-any/PKGBUILD
(from rev 1290485, python-mongoengine/trunk/PKGBUILD)
Deleted:
  python-mongoengine/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:21:07 UTC (rev 1290485)
+++ PKGBUILD2022-09-01 21:21:21 UTC (rev 1290486)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgname=python-mongoengine
-pkgver=0.24.1
-pkgrel=1
-pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
-url="https://github.com/MongoEngine/mongoengine;
-license=('MIT')
-arch=('any')
-depends=('python-pymongo')
-optdepends=('python-dateutil: for DateTimeField'
-'python-pillow: for ImageField / ImageGridFsProxy')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest-cov' 'python-coverage' 'python-blinker' 
'python-pillow' 'python-zipp'
-  'python-mongomock')
-source=("https://github.com/MongoEngine/mongoengine/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5e01ca8168e3ebabf8944ff4280a527ae158b1fdda64b692d64cf58039e5448d48d8ac46b0ecf619b77502f950fd8afeec6e90810592406ea255c4fb808f8c55')
-
-build() {
-  cd mongoengine-$pkgver
-  python -m build -nw
-}
-
-check() {
-  cd mongoengine-$pkgver
-  # No sane way to run it without mongodb
-  # python -m pytest
-}
-
-package() {
-  cd mongoengine-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-mongoengine/repos/community-any/PKGBUILD (from rev 1290485, 
python-mongoengine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:21:21 UTC (rev 1290486)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgname=python-mongoengine
+pkgver=0.24.2
+pkgrel=1
+pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
+url="https://github.com/MongoEngine/mongoengine;
+license=('MIT')
+arch=('any')
+depends=('python-pymongo')
+optdepends=('python-dateutil: for DateTimeField'
+'python-pillow: for ImageField / ImageGridFsProxy')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-pytest-cov' 'python-coverage' 'python-blinker' 
'python-pillow' 'python-zipp'
+  'python-mongomock')
+source=("https://github.com/MongoEngine/mongoengine/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('24e855e1da89d01b63e02a3476167efe6de2186eb17b091504605263c02efe1d9e128b6e3dbb7dace1926db9006ad79d7f1f675f58e66491e14426e398ab6aa1')
+
+build() {
+  cd mongoengine-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd mongoengine-$pkgver
+  # No sane way to run it without mongodb
+  # python -m pytest
+}
+
+package() {
+  cd mongoengine-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in vim/repos (5 files)

2022-09-01 Thread Morten Linderud via arch-commits
Date: Thursday, September 1, 2022 @ 21:18:25
  Author: foxboron
Revision: 454883

archrelease: copy trunk to testing-x86_64

Added:
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 454882, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 454882, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimdoc.hook
(from rev 454882, vim/trunk/vimdoc.hook)
  vim/repos/testing-x86_64/vimrc
(from rev 454882, vim/trunk/vimrc)

---+
 PKGBUILD  |  207 
 archlinux.vim |   46 
 vimdoc.hook   |   11 ++
 vimrc |   18 
 4 files changed, 282 insertions(+)

Copied: vim/repos/testing-x86_64/PKGBUILD (from rev 454882, vim/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-01 21:18:25 UTC (rev 454883)
@@ -0,0 +1,207 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Morten Linderud 
+# Contributor: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+# Contributor: Christian Hesse 
+# Contributor: Eli Schwartz 
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+pkgver=9.0.0354
+_versiondir=90
+pkgrel=1
+pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
+url='https://www.vim.org'
+arch=('x86_64')
+license=('custom:vim')
+options=(debug)
+makedepends=('glibc' 'libgcrypt' 'gpm' 'python' 'ruby' 'libxt' 'gtk3' 'lua'
+ 'gawk' 'tcl' 'zlib' 'libcanberra')
+source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
+vimrc
+archlinux.vim
+vimdoc.hook)
+sha256sums=('02a7bdf4105f36d569d4d953f504dcae5d8fe86112624f2524709e03577e3ea8'
+'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
+'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
+'8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
+sha512sums=('f7d1e41e5f6e1ba386a2f42e458bb8a1b21ce91f00f3a206e51b9a1bf5c7eb2ce9c3ca81303a3d8c64570f53420b4ba6628a12b1dc9c5b250a5a5e6424816eae'
+
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
+
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
+
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')
+
+prepare() {
+  (cd vim-${pkgver}/src
+# define the place for the global (g)vimrc file (set to /etc/vimrc)
+sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i feature.h
+sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i feature.h
+autoconf
+  )
+  cp -a vim-${pkgver} gvim-${pkgver}
+}
+
+build() {
+  echo "Building vim..."
+  (cd vim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=no \
+  --disable-gui \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic \
+  --disable-canberra
+make
+  )
+
+  echo "Building gvim..."
+  (cd gvim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=yes \
+  --enable-gui=gtk3 \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic \
+  --enable-canberra
+make
+  )
+}
+
+check() {
+  cd vim-${pkgver}
+  TERM=xterm make -j1 test
+}
+
+package_vim-runtime() {
+  pkgdesc+=' (shared runtime)'
+  optdepends=('sh: support for some tools and macros'
+  'python: demoserver example tool'
+  'gawk: mve tools upport')
+  backup=('etc/vimrc')
+
+  cd vim-${pkgver}
+
+  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
+  # man and bin files belong to 'vim'
+  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
+
+  # Don't forget logtalk.dict
+  install -Dm 644 runtime/ftplugin/logtalk.dict \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
+
+  # rc files
+  install -Dm 644 "${srcdir}"/vimrc "${pkgdir}"/etc/vimrc
+  install -Dm 644 

[arch-commits] Commit in vim/trunk (PKGBUILD)

2022-09-01 Thread Morten Linderud via arch-commits
Date: Thursday, September 1, 2022 @ 21:18:17
  Author: foxboron
Revision: 454882

upgpkg: vim 9.0.0354-1

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:40:13 UTC (rev 454881)
+++ PKGBUILD2022-09-01 21:18:17 UTC (rev 454882)
@@ -10,7 +10,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=9.0.0321
+pkgver=9.0.0354
 _versiondir=90
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -24,11 +24,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('5dbf71deda9929daaae2621dc14806c7e9694293eb148688299e090ae49f5095'
+sha256sums=('02a7bdf4105f36d569d4d953f504dcae5d8fe86112624f2524709e03577e3ea8'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
-sha512sums=('e7fd44b69eeaca03de493cdd4b5c7f945bf3844d735825e8cde063ae0c870ca04f2e3dd63b8bc7eebf0821432d04da8602158e75b0447a109bf0fd438b46cdf4'
+sha512sums=('f7d1e41e5f6e1ba386a2f42e458bb8a1b21ce91f00f3a206e51b9a1bf5c7eb2ce9c3ca81303a3d8c64570f53420b4ba6628a12b1dc9c5b250a5a5e6424816eae'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')



[arch-commits] Commit in elixir/repos (2 files)

2022-09-01 Thread Johannes Löthberg via arch-commits
Date: Thursday, September 1, 2022 @ 21:16:26
  Author: demize
Revision: 1290484

archrelease: copy trunk to community-testing-any

Added:
  elixir/repos/community-testing-any/
  elixir/repos/community-testing-any/PKGBUILD
(from rev 1290483, elixir/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: elixir/repos/community-testing-any/PKGBUILD (from rev 1290483, 
elixir/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-09-01 21:16:26 UTC (rev 1290484)
@@ -0,0 +1,39 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.14.0
+pkgrel=1
+
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="https://elixir-lang.org;
+license=('Apache' 'custom:EPL')
+
+arch=('any')
+
+depends=('erlang-nox')
+checkdepends=('git')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
+sha256sums=('ac129e266a1e04cdc389551843ec3dbdf36086bb2174d3d7e7936e820735003b')
+
+build() {
+  cd elixir-"$pkgver"
+  make
+}
+
+check() {
+  cd elixir-"$pkgver"
+  ERL_EPMD_PORT=5369 make test
+
+  # The elixir test suite starts up epmd and then doesn't kill it again 
afterwards.
+  epmd -port 5369 -kill
+}
+
+package() {
+  cd elixir-"$pkgver"
+  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}



[arch-commits] Commit in elixir/trunk (PKGBUILD)

2022-09-01 Thread Johannes Löthberg via arch-commits
Date: Thursday, September 1, 2022 @ 21:16:20
  Author: demize
Revision: 1290483

upgpkg: elixir 1.14.0-1

Modified:
  elixir/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:08:15 UTC (rev 1290482)
+++ PKGBUILD2022-09-01 21:16:20 UTC (rev 1290483)
@@ -3,7 +3,7 @@
 # Contributor: Gilbert Kennen 
 
 pkgname=elixir
-pkgver=1.13.4
+pkgver=1.14.0
 pkgrel=1
 
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
@@ -16,7 +16,7 @@
 checkdepends=('git')
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
-sha256sums=('95daf2dd3052e6ca7d4d849457eaaba09de52d65ca38d6933c65bc1cdf6b8579')
+sha256sums=('ac129e266a1e04cdc389551843ec3dbdf36086bb2174d3d7e7936e820735003b')
 
 build() {
   cd elixir-"$pkgver"



[arch-commits] Commit in tailscale/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-09-01 Thread Morten Linderud via arch-commits
Date: Thursday, September 1, 2022 @ 21:08:15
  Author: foxboron
Revision: 1290482

archrelease: copy trunk to community-x86_64

Added:
  tailscale/repos/community-x86_64/PKGBUILD
(from rev 1290481, tailscale/trunk/PKGBUILD)
Deleted:
  tailscale/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:08:10 UTC (rev 1290481)
+++ PKGBUILD2022-09-01 21:08:15 UTC (rev 1290482)
@@ -1,59 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: David Anderson 
-
-pkgname=tailscale
-pkgver=1.28.0
-pkgrel=1
-pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
-arch=("x86_64")
-url="https://tailscale.com;
-license=("MIT")
-makedepends=("git" "go")
-depends=("glibc")
-backup=("etc/default/tailscaled")
-# Important: Check if the version has been published before updating
-# curl -s "https://pkgs.tailscale.com/stable/?mode=json;
-_commit=aabca3a4c431d24199c1deb25d4684516ead88ca   #refs/tags/v1.28.0^{}
-source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-prepare() {
-cd "${pkgname}"
-go mod vendor
-}
-
-build() {
-cd "${pkgname}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-GO_LDFLAGS="\
--linkmode=external \
--X tailscale.com/version.Long=${pkgver} \
--X tailscale.com/version.Short=$(cut -d+ -f1 <<< "${pkgver}") \
--X tailscale.com/version.GitCommit=${_commit}"
-for cmd in ./cmd/tailscale ./cmd/tailscaled; do
-go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
-done
-}
-
-#TODO: Figure out why tests are failing
-# check() {
-# cd "${pkgname}"
-# go test $(go list ./... | grep -v tsdns_test)
-# }
-
-package() {
-cd "${pkgname}"
-install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
-install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
-install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: tailscale/repos/community-x86_64/PKGBUILD (from rev 1290481, 
tailscale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:08:15 UTC (rev 1290482)
@@ -0,0 +1,59 @@
+# Maintainer: Morten Linderud 
+# Contributor: David Anderson 
+
+pkgname=tailscale
+pkgver=1.30.0
+pkgrel=1
+pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
+arch=("x86_64")
+url="https://tailscale.com;
+license=("MIT")
+makedepends=("git" "go")
+depends=("glibc")
+backup=("etc/default/tailscaled")
+# Important: Check if the version has been published before updating
+# curl -s "https://pkgs.tailscale.com/stable/?mode=json;
+_commit=0b00b7a135b635fadd8a9a38567562798873ab82   #refs/tags/v1.30.0^{}
+source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+prepare() {
+cd "${pkgname}"
+go mod vendor
+}
+
+build() {
+cd "${pkgname}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+GO_LDFLAGS="\
+-linkmode=external \
+-X tailscale.com/version.Long=${pkgver} \
+-X tailscale.com/version.Short=$(cut -d+ -f1 <<< "${pkgver}") \
+-X tailscale.com/version.GitCommit=${_commit}"
+for cmd in ./cmd/tailscale ./cmd/tailscaled; do
+go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
+done
+}
+
+#TODO: Figure out why tests are failing
+# check() {
+# cd "${pkgname}"
+# go test $(go list ./... | grep -v tsdns_test)
+# }
+
+package() {
+cd "${pkgname}"
+install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
+install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
+install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



[arch-commits] Commit in tailscale/trunk (PKGBUILD)

2022-09-01 Thread Morten Linderud via arch-commits
Date: Thursday, September 1, 2022 @ 21:08:10
  Author: foxboron
Revision: 1290481

upgpkg: tailscale 1.30.0-1

Modified:
  tailscale/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:05:07 UTC (rev 1290480)
+++ PKGBUILD2022-09-01 21:08:10 UTC (rev 1290481)
@@ -2,7 +2,7 @@
 # Contributor: David Anderson 
 
 pkgname=tailscale
-pkgver=1.28.0
+pkgver=1.30.0
 pkgrel=1
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
 arch=("x86_64")
@@ -13,7 +13,7 @@
 backup=("etc/default/tailscaled")
 # Important: Check if the version has been published before updating
 # curl -s "https://pkgs.tailscale.com/stable/?mode=json;
-_commit=aabca3a4c431d24199c1deb25d4684516ead88ca   #refs/tags/v1.28.0^{}
+_commit=0b00b7a135b635fadd8a9a38567562798873ab82   #refs/tags/v1.30.0^{}
 source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
 sha256sums=('SKIP')
 



[arch-commits] Commit in electrum/repos/community-any (6 files)

2022-09-01 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, September 1, 2022 @ 21:05:07
  Author: sangy
Revision: 1290480

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 1290479, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 1290479, electrum/trunk/PKGBUILD)
  electrum/repos/community-any/keys/
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD
  electrum/repos/community-any/keys/

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 +++
 PKGBUILD|   98 
+-
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2022-09-01 21:04:37 UTC (rev 1290479)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2022-09-01 21:05:07 UTC (rev 1290480)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 1290479, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2022-09-01 21:05:07 UTC (rev 1290480)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:04:37 UTC (rev 1290479)
+++ PKGBUILD2022-09-01 21:05:07 UTC (rev 1290480)
@@ -1,49 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Co-Maintainer: Santiago Torres-Arias 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 

[arch-commits] Commit in opensearch-dashboards-maps-plugin/repos (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:04:37
  Author: hashworks
Revision: 1290479

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-maps-plugin/repos/community-x86_64/
  opensearch-dashboards-maps-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290478, opensearch-dashboards-maps-plugin/trunk/PKGBUILD)

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Copied: opensearch-dashboards-maps-plugin/repos/community-x86_64/PKGBUILD (from 
rev 1290478, opensearch-dashboards-maps-plugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-09-01 21:04:37 UTC (rev 1290479)
@@ -0,0 +1,43 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-maps-plugin'
+_pluginname='dashboards-maps'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Maps Plugin'
+url='https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'git')
+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};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+build() {
+  mv "${_pluginname}/src/plugins/custom_import_map" 
"OpenSearch-Dashboards/plugins/"
+  cd "OpenSearch-Dashboards/plugins/custom_import_map"
+  yarn osd bootstrap
+  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
+}
+
+check() {
+  cd "OpenSearch-Dashboards/plugins/custom_import_map"
+  yarn test:jest -u
+}
+
+package() {
+  install -Dm644 "${_pluginname}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/custom_import_map"
+  cp -r "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:



[arch-commits] Commit in electrum/trunk (PKGBUILD)

2022-09-01 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, September 1, 2022 @ 21:04:08
  Author: sangy
Revision: 1290478

upgpkg: electrum 4.3.1-1

Modified:
  electrum/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:03:44 UTC (rev 1290477)
+++ PKGBUILD2022-09-01 21:04:08 UTC (rev 1290478)
@@ -4,7 +4,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -27,7 +27,7 @@
 license=('MIT')
 source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz;
 
"${pkgname^}-${pkgver}.tar.gz.asc::https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz.ThomasV.asc;)
-sha512sums=('40ff380c4a7f6ddc298bda3402aa9721ada87c1967d13be50ec50793d75522295a4abb7e8b29c595f317d882d8ad8267c4c914e8224fe0843eb16bb174a44f44'
+sha512sums=('5b968814c2df5530fe3149915134c6faf054472bc9cd4fc36978ac3597869333c181ff7805a643647b7a9158d8aa7de0e5c375189103643eba1b3ac03b416893'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 



[arch-commits] Commit in python-json5/repos/community-any (PKGBUILD PKGBUILD)

2022-09-01 Thread Antonio Rojas via arch-commits
Date: Thursday, September 1, 2022 @ 21:03:44
  Author: arojas
Revision: 1290477

archrelease: copy trunk to community-any

Added:
  python-json5/repos/community-any/PKGBUILD
(from rev 1290476, python-json5/trunk/PKGBUILD)
Deleted:
  python-json5/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:03:39 UTC (rev 1290476)
+++ PKGBUILD2022-09-01 21:03:44 UTC (rev 1290477)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.9.9
-pkgrel=1
-pkgdesc='A Python implementation of the JSON5 data format'
-arch=(any)
-url='https://pypi.org/project/json5/'
-license=(MPL GPL LGPL)
-depends=(python)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('12b0f36e755b2cabea5ccb89a7939e3cd7cf45812213494eb8dede9942ebee43')
-
-build() {
-  cd pyjson5-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd pyjson5-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: python-json5/repos/community-any/PKGBUILD (from rev 1290476, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:03:44 UTC (rev 1290477)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.9.10
+pkgrel=1
+pkgdesc='A Python implementation of the JSON5 data format'
+arch=(any)
+url='https://pypi.org/project/json5/'
+license=(MPL GPL LGPL)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('e3f9fcc0b9e29331841b1c429eebdf1605fe32ee998a59825dd36ae6f4b97180')
+
+build() {
+  cd pyjson5-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd pyjson5-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in (4 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:03:39
  Author: hashworks
Revision: 1290476

Initial commit

Added:
  opensearch-dashboards-maps-plugin/
  opensearch-dashboards-maps-plugin/repos/
  opensearch-dashboards-maps-plugin/trunk/
  opensearch-dashboards-maps-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Added: opensearch-dashboards-maps-plugin/trunk/PKGBUILD
===
--- opensearch-dashboards-maps-plugin/trunk/PKGBUILD
(rev 0)
+++ opensearch-dashboards-maps-plugin/trunk/PKGBUILD2022-09-01 21:03:39 UTC 
(rev 1290476)
@@ -0,0 +1,43 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-maps-plugin'
+_pluginname='dashboards-maps'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Maps Plugin'
+url='https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'git')
+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};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+build() {
+  mv "${_pluginname}/src/plugins/custom_import_map" 
"OpenSearch-Dashboards/plugins/"
+  cd "OpenSearch-Dashboards/plugins/custom_import_map"
+  yarn osd bootstrap
+  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
+}
+
+check() {
+  cd "OpenSearch-Dashboards/plugins/custom_import_map"
+  yarn test:jest -u
+}
+
+package() {
+  install -Dm644 "${_pluginname}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/custom_import_map"
+  cp -r "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:



[arch-commits] Commit in python-json5/trunk (PKGBUILD)

2022-09-01 Thread Antonio Rojas via arch-commits
Date: Thursday, September 1, 2022 @ 21:03:36
  Author: arojas
Revision: 1290475

upgpkg: python-json5 0.9.10-1: Update to 0.9.10

Modified:
  python-json5/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:03:20 UTC (rev 1290474)
+++ PKGBUILD2022-09-01 21:03:36 UTC (rev 1290475)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc='A Python implementation of the JSON5 data format'
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-build python-installer python-setuptools python-wheel)
 
source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('12b0f36e755b2cabea5ccb89a7939e3cd7cf45812213494eb8dede9942ebee43')
+sha256sums=('e3f9fcc0b9e29331841b1c429eebdf1605fe32ee998a59825dd36ae6f4b97180')
 
 build() {
   cd pyjson5-$pkgver



[arch-commits] Commit in opensearch-geospatial-plugin/repos (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:03:20
  Author: hashworks
Revision: 1290474

archrelease: copy trunk to community-x86_64

Added:
  opensearch-geospatial-plugin/repos/community-x86_64/
  opensearch-geospatial-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290473, opensearch-geospatial-plugin/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: opensearch-geospatial-plugin/repos/community-x86_64/PKGBUILD (from rev 
1290473, opensearch-geospatial-plugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-09-01 21:03:20 UTC (rev 1290474)
@@ -0,0 +1,35 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-geospatial-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Geospatial Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/geospatial/archive/${pkgver}.tar.gz;
+)
+sha256sums=('cb903c79fc35cff2a61581254815f7e0fc15b771247d9ae292406429ec758e1f')
+
+build() {
+  cd "geospatial-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  ./gradlew build \
+--exclude-task ":jacocoTestReport" \
+--exclude-task ":jacocoTestCoverageVerification"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-geospatial"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-geospatial"
+  unzip 
"${srcdir}/geospatial-${pkgver}/build/distributions/opensearch-geospatial-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/geospatial-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in (4 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:03:15
  Author: hashworks
Revision: 1290473

Initial commit

Added:
  opensearch-geospatial-plugin/
  opensearch-geospatial-plugin/repos/
  opensearch-geospatial-plugin/trunk/
  opensearch-geospatial-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Added: opensearch-geospatial-plugin/trunk/PKGBUILD
===
--- opensearch-geospatial-plugin/trunk/PKGBUILD (rev 0)
+++ opensearch-geospatial-plugin/trunk/PKGBUILD 2022-09-01 21:03:15 UTC (rev 
1290473)
@@ -0,0 +1,35 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-geospatial-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Geospatial Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/geospatial/archive/${pkgver}.tar.gz;
+)
+sha256sums=('cb903c79fc35cff2a61581254815f7e0fc15b771247d9ae292406429ec758e1f')
+
+build() {
+  cd "geospatial-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  ./gradlew build \
+--exclude-task ":jacocoTestReport" \
+--exclude-task ":jacocoTestCoverageVerification"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-geospatial"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-geospatial"
+  unzip 
"${srcdir}/geospatial-${pkgver}/build/distributions/opensearch-geospatial-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/geospatial-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in opensearch-sql-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:02:47
  Author: hashworks
Revision: 1290472

archrelease: copy trunk to community-x86_64

Added:
  opensearch-sql-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290471, opensearch-sql-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-sql-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:02:44 UTC (rev 1290471)
+++ PKGBUILD2022-09-01 21:02:47 UTC (rev 1290472)
@@ -1,41 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-sql-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch SQL Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/search-plugins/sql;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/sql/archive/${pkgver}.tar.gz;
-)
-sha256sums=('e00bb2311830f952e28927dda21ec4d2962eecdccf9fd6e4874eaf24244687ed')
-
-build() {
-  cd "sql-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  # :doctest requires python 3.7
-  # :sql:build and :integ-test (reaper) require JDK 14
-  ./gradlew build \
---exclude-task ":doctest:bootstrap" \
---exclude-task ":doctest:stopOpenSearch" \
---exclude-task ":doctest:doctest" \
---exclude-task ":jacocoTestReport" \
---exclude-task ":sql:build" \
---exclude-task ":integ-test:integTest"
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-sql"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-sql"
-  unzip 
"${srcdir}/sql-${pkgver}/plugin/build/distributions/opensearch-sql-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/sql-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: opensearch-sql-plugin/repos/community-x86_64/PKGBUILD (from rev 
1290471, opensearch-sql-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:02:47 UTC (rev 1290472)
@@ -0,0 +1,41 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-sql-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch SQL Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/search-plugins/sql;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/sql/archive/${pkgver}.tar.gz;
+)
+sha256sums=('70fb3fd77b0708c897bb5b81341998887ffdf0a26291106da14fe6247869e34a')
+
+build() {
+  cd "sql-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  # :doctest requires python 3.7
+  # :sql:build and :integ-test (reaper) require JDK 14
+  ./gradlew build \
+--exclude-task ":doctest:bootstrap" \
+--exclude-task ":doctest:stopOpenSearch" \
+--exclude-task ":doctest:doctest" \
+--exclude-task ":jacocoTestReport" \
+--exclude-task ":sql:build" \
+--exclude-task ":integ-test:integTest"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-sql"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-sql"
+  unzip 
"${srcdir}/sql-${pkgver}/plugin/build/distributions/opensearch-sql-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/sql-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}



[arch-commits] Commit in opensearch-sql-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:02:44
  Author: hashworks
Revision: 1290471

upgpkg: opensearch-sql-plugin 2.2.1.0-1

Modified:
  opensearch-sql-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:02:33 UTC (rev 1290470)
+++ PKGBUILD2022-09-01 21:02:44 UTC (rev 1290471)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-sql-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch SQL Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/sql/archive/${pkgver}.tar.gz;
 )
-sha256sums=('e00bb2311830f952e28927dda21ec4d2962eecdccf9fd6e4874eaf24244687ed')
+sha256sums=('70fb3fd77b0708c897bb5b81341998887ffdf0a26291106da14fe6247869e34a')
 
 build() {
   cd "sql-${pkgver}"



[arch-commits] Commit in opensearch-security-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:02:33
  Author: hashworks
Revision: 1290470

archrelease: copy trunk to community-x86_64

Added:
  opensearch-security-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290469, opensearch-security-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-security-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:02:30 UTC (rev 1290469)
+++ PKGBUILD2022-09-01 21:02:33 UTC (rev 1290470)
@@ -1,34 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-security-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Security Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/security-plugin;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip' 'git')
-source=("git+https://github.com/opensearch-project/security.git#tag=${pkgver};)
 # Build requires git
-sha256sums=('SKIP')
-
-build() {
-  cd "security"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-
-  # Currently the tests don't provide a way to skip the integration tests
-  # … so we skip them entirely for now
-  ./gradlew assemble
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-security"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-security"
-  unzip 
"${srcdir}/security/build/distributions/opensearch-security-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/security/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: opensearch-security-plugin/repos/community-x86_64/PKGBUILD (from rev 
1290469, opensearch-security-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:02:33 UTC (rev 1290470)
@@ -0,0 +1,34 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-security-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Security Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/security-plugin;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip' 'git')
+source=("git+https://github.com/opensearch-project/security.git#tag=${pkgver};)
 # Build requires git
+sha256sums=('SKIP')
+
+build() {
+  cd "security"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+
+  # Currently the tests don't provide a way to skip the integration tests
+  # … so we skip them entirely for now
+  ./gradlew assemble
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-security"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-security"
+  unzip 
"${srcdir}/security/build/distributions/opensearch-security-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/security/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}



[arch-commits] Commit in opensearch-security-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:02:30
  Author: hashworks
Revision: 1290469

upgpkg: opensearch-security-plugin 2.2.1.0-1

Modified:
  opensearch-security-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:02:18 UTC (rev 1290468)
+++ PKGBUILD2022-09-01 21:02:30 UTC (rev 1290469)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-security-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Security Plugin"
 arch=('x86_64')



[arch-commits] Commit in opensearch-reports-scheduler-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:02:18
  Author: hashworks
Revision: 1290468

archrelease: copy trunk to community-x86_64

Added:
  opensearch-reports-scheduler-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290467, opensearch-reports-scheduler-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-reports-scheduler-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:02:15 UTC (rev 1290467)
+++ PKGBUILD2022-09-01 21:02:18 UTC (rev 1290468)
@@ -1,34 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-reports-scheduler-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Reports Scheduler Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/dashboards/reporting;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/dashboards-reports/archive/${pkgver}.tar.gz;
-)
-sha256sums=('0bfca3053c54a77a0173dd3ade09b4a44bc60cd01f33598f0d7b6fef40ab318f')
-
-build() {
-  cd "dashboards-reports-${pkgver}/reports-scheduler"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  ./gradlew assemble \
---exclude-task ":jacocoTestReport"
-}
-
-package() {
-  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-reports-scheduler"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-reports-scheduler"
-  unzip 
"${srcdir}/dashboards-reports-${pkgver}/reports-scheduler/build/distributions/opensearch-reports-scheduler-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/dashboards-reports-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: opensearch-reports-scheduler-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290467, opensearch-reports-scheduler-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:02:18 UTC (rev 1290468)
@@ -0,0 +1,34 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-reports-scheduler-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Reports Scheduler Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/dashboards/reporting;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/dashboards-reports/archive/${pkgver}.tar.gz;
+)
+sha256sums=('82afbf25788c646d1b2d4229ea294509e7904d849c3ac7418fdbfb2d3026589e')
+
+build() {
+  cd "dashboards-reports-${pkgver}/reports-scheduler"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  ./gradlew assemble \
+--exclude-task ":jacocoTestReport"
+}
+
+package() {
+  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-reports-scheduler"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-reports-scheduler"
+  unzip 
"${srcdir}/dashboards-reports-${pkgver}/reports-scheduler/build/distributions/opensearch-reports-scheduler-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/dashboards-reports-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in opensearch-reports-scheduler-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:02:15
  Author: hashworks
Revision: 1290467

upgpkg: opensearch-reports-scheduler-plugin 2.2.1.0-1

Modified:
  opensearch-reports-scheduler-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:02:06 UTC (rev 1290466)
+++ PKGBUILD2022-09-01 21:02:15 UTC (rev 1290467)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-reports-scheduler-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Reports Scheduler Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/dashboards-reports/archive/${pkgver}.tar.gz;
 )
-sha256sums=('0bfca3053c54a77a0173dd3ade09b4a44bc60cd01f33598f0d7b6fef40ab318f')
+sha256sums=('82afbf25788c646d1b2d4229ea294509e7904d849c3ac7418fdbfb2d3026589e')
 
 build() {
   cd "dashboards-reports-${pkgver}/reports-scheduler"



[arch-commits] Commit in opensearch-performance-analyzer-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:02:06
  Author: hashworks
Revision: 1290466

archrelease: copy trunk to community-x86_64

Added:
  opensearch-performance-analyzer-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290465, opensearch-performance-analyzer-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-performance-analyzer-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:02:03 UTC (rev 1290465)
+++ PKGBUILD2022-09-01 21:02:06 UTC (rev 1290466)
@@ -1,36 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-performance-analyzer-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Performance Analyzer Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/monitoring-plugins/pa;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/performance-analyzer/archive/${pkgver}.tar.gz;
-)
-sha256sums=('4050191a28c8adc52e9daa9d8043c7d70406d486c506ed8afe49227cfbda1e66')
-
-build() {
-  cd "performance-analyzer-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  # integTest (Reaper) requires JDK 14
-  ./gradlew assemble \
---exclude-task ":integTest" \
---exclude-task ":jacocoTestReport"
-}
-
-package() {
-  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-performance-analyzer"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-performance-analyzer"
-  unzip 
"${srcdir}/performance-analyzer-${pkgver}/build/distributions/opensearch-performance-analyzer-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/performance-analyzer-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: opensearch-performance-analyzer-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290465, opensearch-performance-analyzer-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:02:06 UTC (rev 1290466)
@@ -0,0 +1,36 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-performance-analyzer-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Performance Analyzer Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/monitoring-plugins/pa;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/performance-analyzer/archive/${pkgver}.tar.gz;
+)
+sha256sums=('ac537d13f8a3aa97ab8509d665aa0fbff7f86fc607da48f700043ebcc1958773')
+
+build() {
+  cd "performance-analyzer-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  # integTest (Reaper) requires JDK 14
+  ./gradlew assemble \
+--exclude-task ":integTest" \
+--exclude-task ":jacocoTestReport"
+}
+
+package() {
+  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-performance-analyzer"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-performance-analyzer"
+  unzip 
"${srcdir}/performance-analyzer-${pkgver}/build/distributions/opensearch-performance-analyzer-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/performance-analyzer-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}



[arch-commits] Commit in opensearch-performance-analyzer-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:02:03
  Author: hashworks
Revision: 1290465

upgpkg: opensearch-performance-analyzer-plugin 2.2.1.0-1

Modified:
  opensearch-performance-analyzer-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:57 UTC (rev 1290464)
+++ PKGBUILD2022-09-01 21:02:03 UTC (rev 1290465)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-performance-analyzer-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Performance Analyzer Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/performance-analyzer/archive/${pkgver}.tar.gz;
 )
-sha256sums=('4050191a28c8adc52e9daa9d8043c7d70406d486c506ed8afe49227cfbda1e66')
+sha256sums=('ac537d13f8a3aa97ab8509d665aa0fbff7f86fc607da48f700043ebcc1958773')
 
 build() {
   cd "performance-analyzer-${pkgver}"



[arch-commits] Commit in opensearch-notifications-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:57
  Author: hashworks
Revision: 1290464

archrelease: copy trunk to community-x86_64

Added:
  opensearch-notifications-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290463, opensearch-notifications-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-notifications-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   95 -
 1 file changed, 50 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:54 UTC (rev 1290463)
+++ PKGBUILD2022-09-01 21:01:57 UTC (rev 1290464)
@@ -1,45 +0,0 @@
-# Maintainer: Justin Kronotificationsinger 
-
-pkgname=opensearch-notifications-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Notifications Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/notifications-plugin/index/;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/notifications/archive/${pkgver}.tar.gz;
-)
-sha256sums=('2997b57eeacf6bf614570830d215e4464176eea4e514a738c117446f434e2858')
-
-build() {
-  cd "notifications-${pkgver}/notifications"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  ./gradlew build \
---exclude-task "notifications:jacocoTestCoverageVerification" \
---exclude-task 
"opensearch-notifications-core:jacocoTestCoverageVerification" \
---exclude-task 
"opensearch-notifications-core-spi:jacocoTestCoverageVerification" \
---exclude-task "notifications:jacocoTestReport" \
---exclude-task "opensearch-notifications-core:jacocoTestReport" \
---exclude-task "opensearch-notifications-core-spi:jacocoTestReport"
-#--exclude-task ":notifications:notificationsBwcCluster" # 2.2.0.0
-}
-
-package() {
-  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-notifications"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-notifications"
-  unzip 
"${srcdir}/notifications-${pkgver}/notifications/notifications/build/distributions/opensearch-notifications-${pkgver}.zip"
-
-  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-notifications-core"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-notifications-core"
-  unzip 
"${srcdir}/notifications-${pkgver}/notifications/core/build/distributions/opensearch-notifications-core-${pkgver}.zip"
-
-
-  install -Dm644 "${srcdir}/notifications-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: opensearch-notifications-plugin/repos/community-x86_64/PKGBUILD (from 
rev 1290463, opensearch-notifications-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:01:57 UTC (rev 1290464)
@@ -0,0 +1,50 @@
+# Maintainer: Justin Kronotificationsinger 
+
+pkgname=opensearch-notifications-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Notifications Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/notifications-plugin/index/;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/notifications/archive/${pkgver}.tar.gz;
+)
+sha256sums=('ec3a5dbdd99183715a28188ba4d238b5e4a25cafad906c44696cd378cf789b36')
+
+build() {
+  cd "notifications-${pkgver}/notifications"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  ./gradlew build \
+--exclude-task "notifications:jacocoTestCoverageVerification" \
+--exclude-task 
"opensearch-notifications-core:jacocoTestCoverageVerification" \
+--exclude-task 
"opensearch-notifications-core-spi:jacocoTestCoverageVerification" \
+--exclude-task "notifications:jacocoTestReport" \
+--exclude-task "opensearch-notifications-core:jacocoTestReport" \
+--exclude-task "opensearch-notifications-core-spi:jacocoTestReport" \
+--exclude-task 
":notifications:notificationsBwcCluster#fullRestartClusterTask" \
+--exclude-task ":notifications:notificationsBwcCluster#mixedClusterTask" \
+--exclude-task 
":notifications:notificationsBwcCluster#oldVersionClusterTask0" \
+--exclude-task 
":notifications:notificationsBwcCluster#oldVersionClusterTask1" \
+--exclude-task 
":notifications:notificationsBwcCluster#rollingUpgradeClusterTask" \
+--exclude-task 

[arch-commits] Commit in opensearch-notifications-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:54
  Author: hashworks
Revision: 1290463

upgpkg: opensearch-notifications-plugin 2.2.1.0-1

Modified:
  opensearch-notifications-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:50 UTC (rev 1290462)
+++ PKGBUILD2022-09-01 21:01:54 UTC (rev 1290463)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kronotificationsinger 
 
 pkgname=opensearch-notifications-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Notifications Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/notifications/archive/${pkgver}.tar.gz;
 )
-sha256sums=('2997b57eeacf6bf614570830d215e4464176eea4e514a738c117446f434e2858')
+sha256sums=('ec3a5dbdd99183715a28188ba4d238b5e4a25cafad906c44696cd378cf789b36')
 
 build() {
   cd "notifications-${pkgver}/notifications"
@@ -27,8 +27,13 @@
 --exclude-task 
"opensearch-notifications-core-spi:jacocoTestCoverageVerification" \
 --exclude-task "notifications:jacocoTestReport" \
 --exclude-task "opensearch-notifications-core:jacocoTestReport" \
---exclude-task "opensearch-notifications-core-spi:jacocoTestReport"
-#--exclude-task ":notifications:notificationsBwcCluster" # 2.2.0.0
+--exclude-task "opensearch-notifications-core-spi:jacocoTestReport" \
+--exclude-task 
":notifications:notificationsBwcCluster#fullRestartClusterTask" \
+--exclude-task ":notifications:notificationsBwcCluster#mixedClusterTask" \
+--exclude-task 
":notifications:notificationsBwcCluster#oldVersionClusterTask0" \
+--exclude-task 
":notifications:notificationsBwcCluster#oldVersionClusterTask1" \
+--exclude-task 
":notifications:notificationsBwcCluster#rollingUpgradeClusterTask" \
+--exclude-task 
":notifications:notificationsBwcCluster#twoThirdsUpgradedClusterTask"
 }
 
 package() {



[arch-commits] Commit in opensearch-observability-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:50
  Author: hashworks
Revision: 1290462

archrelease: copy trunk to community-x86_64

Added:
  opensearch-observability-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290461, opensearch-observability-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-observability-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:47 UTC (rev 1290461)
+++ PKGBUILD2022-09-01 21:01:50 UTC (rev 1290462)
@@ -1,34 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-observability-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Observability Plugin"
-arch=('x86_64')
-url="https://github.com/opensearch-project/observability;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/observability/archive/${pkgver}.tar.gz;
-)
-sha256sums=('986372659d42e1014d9a9b4a9e7f3faf292a1a5be3eebdd6b015f555707bfa28')
-
-build() {
-  cd "observability-${pkgver}/opensearch-observability"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  ./gradlew assemble \
---exclude-task ":jacocoTestReport"
-}
-
-package() {
-  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-observability"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-observability"
-  unzip 
"${srcdir}/observability-${pkgver}/opensearch-observability/build/distributions/opensearch-observability-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/observability-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: opensearch-observability-plugin/repos/community-x86_64/PKGBUILD (from 
rev 1290461, opensearch-observability-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:01:50 UTC (rev 1290462)
@@ -0,0 +1,34 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-observability-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Observability Plugin"
+arch=('x86_64')
+url="https://github.com/opensearch-project/observability;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/observability/archive/${pkgver}.tar.gz;
+)
+sha256sums=('0a4f7d40fde14372b302453b8bc0b46df8fdd9f4c10b662ea1f423fee3c9619d')
+
+build() {
+  cd "observability-${pkgver}/opensearch-observability"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  ./gradlew assemble \
+--exclude-task ":jacocoTestReport"
+}
+
+package() {
+  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-observability"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-observability"
+  unzip 
"${srcdir}/observability-${pkgver}/opensearch-observability/build/distributions/opensearch-observability-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/observability-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in opensearch-observability-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:47
  Author: hashworks
Revision: 1290461

upgpkg: opensearch-observability-plugin 2.2.1.0-1

Modified:
  opensearch-observability-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:39 UTC (rev 1290460)
+++ PKGBUILD2022-09-01 21:01:47 UTC (rev 1290461)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-observability-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Observability Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/observability/archive/${pkgver}.tar.gz;
 )
-sha256sums=('986372659d42e1014d9a9b4a9e7f3faf292a1a5be3eebdd6b015f555707bfa28')
+sha256sums=('0a4f7d40fde14372b302453b8bc0b46df8fdd9f4c10b662ea1f423fee3c9619d')
 
 build() {
   cd "observability-${pkgver}/opensearch-observability"



[arch-commits] Commit in opensearch-ml-commons-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:39
  Author: hashworks
Revision: 1290460

archrelease: copy trunk to community-x86_64

Added:
  opensearch-ml-commons-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290459, opensearch-ml-commons-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-ml-commons-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:36 UTC (rev 1290459)
+++ PKGBUILD2022-09-01 21:01:39 UTC (rev 1290460)
@@ -1,39 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-ml-commons-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Machine Learning Commons Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/ml-commons-plugin/index/;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/ml-commons/archive/${pkgver}.tar.gz;
-)
-sha256sums=('d972418ed01d1f9e031d5b133eba86d09756673fb3cdfa7bb132624cd535f176')
-
-build() {
-  cd "ml-commons-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  ./gradlew build \
---exclude-task ":opensearch-ml-algorithms:jacocoTestReport" \
---exclude-task ":opensearch-ml-algorithms:jacocoTestCoverageVerification" \
---exclude-task ":opensearch-ml-common:jacocoTestReport" \
---exclude-task ":opensearch-ml-common:jacocoTestCoverageVerification" \
---exclude-task ":opensearch-ml-client:jacocoTestReport" \
---exclude-task ":opensearch-ml-client:jacocoTestCoverageVerification"
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-ml"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-ml"
-  unzip 
"${srcdir}/ml-commons-${pkgver}/plugin/build/distributions/opensearch-ml-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/ml-commons-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: opensearch-ml-commons-plugin/repos/community-x86_64/PKGBUILD (from rev 
1290459, opensearch-ml-commons-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:01:39 UTC (rev 1290460)
@@ -0,0 +1,39 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-ml-commons-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Machine Learning Commons Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/ml-commons-plugin/index/;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/ml-commons/archive/${pkgver}.tar.gz;
+)
+sha256sums=('f4db62a0fdbc4f665784b3a0a5379ee0316cd151a99e09413284975de61421b3')
+
+build() {
+  cd "ml-commons-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  ./gradlew build \
+--exclude-task ":opensearch-ml-algorithms:jacocoTestReport" \
+--exclude-task ":opensearch-ml-algorithms:jacocoTestCoverageVerification" \
+--exclude-task ":opensearch-ml-common:jacocoTestReport" \
+--exclude-task ":opensearch-ml-common:jacocoTestCoverageVerification" \
+--exclude-task ":opensearch-ml-client:jacocoTestReport" \
+--exclude-task ":opensearch-ml-client:jacocoTestCoverageVerification"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-ml"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-ml"
+  unzip 
"${srcdir}/ml-commons-${pkgver}/plugin/build/distributions/opensearch-ml-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/ml-commons-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in opensearch-ml-commons-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:36
  Author: hashworks
Revision: 1290459

upgpkg: opensearch-ml-commons-plugin 2.2.1.0-1

Modified:
  opensearch-ml-commons-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:32 UTC (rev 1290458)
+++ PKGBUILD2022-09-01 21:01:36 UTC (rev 1290459)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-ml-commons-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Machine Learning Commons Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/ml-commons/archive/${pkgver}.tar.gz;
 )
-sha256sums=('d972418ed01d1f9e031d5b133eba86d09756673fb3cdfa7bb132624cd535f176')
+sha256sums=('f4db62a0fdbc4f665784b3a0a5379ee0316cd151a99e09413284975de61421b3')
 
 build() {
   cd "ml-commons-${pkgver}"



[arch-commits] Commit in opensearch-knn-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:32
  Author: hashworks
Revision: 1290458

archrelease: copy trunk to community-x86_64

Added:
  opensearch-knn-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290457, opensearch-knn-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-knn-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:29 UTC (rev 1290457)
+++ PKGBUILD2022-09-01 21:01:32 UTC (rev 1290458)
@@ -1,36 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-knn-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Index Management Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/search-plugins/knn;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/k-NN/archive/${pkgver}.tar.gz;
-)
-sha256sums=('4f926a295603f169c0d2ba31cf59ce05e2e0ffe561b510dee01cbc11d213d0c6')
-
-build() {
-  cd "k-NN-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  # integTest (Reaper) requires JDK 14
-  ./gradlew assemble \
---exclude-task ":integTest" \
---exclude-task ":jacocoTestReport"
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-knn"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-knn"
-  unzip 
"${srcdir}/k-NN-${pkgver}/build/distributions/opensearch-knn-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/k-NN-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: opensearch-knn-plugin/repos/community-x86_64/PKGBUILD (from rev 
1290457, opensearch-knn-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:01:32 UTC (rev 1290458)
@@ -0,0 +1,36 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-knn-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Index Management Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/search-plugins/knn;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/k-NN/archive/${pkgver}.tar.gz;
+)
+sha256sums=('752e17e8a55f0d349dc19927574ad7a5cef93ee1071dbb8fd8fe7abb4d5fffcf')
+
+build() {
+  cd "k-NN-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  # integTest (Reaper) requires JDK 14
+  ./gradlew assemble \
+--exclude-task ":integTest" \
+--exclude-task ":jacocoTestReport"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-knn"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-knn"
+  unzip 
"${srcdir}/k-NN-${pkgver}/build/distributions/opensearch-knn-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/k-NN-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}



[arch-commits] Commit in opensearch-knn-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:29
  Author: hashworks
Revision: 1290457

upgpkg: opensearch-knn-plugin 2.2.1.0-1

Modified:
  opensearch-knn-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:25 UTC (rev 1290456)
+++ PKGBUILD2022-09-01 21:01:29 UTC (rev 1290457)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-knn-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Index Management Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/k-NN/archive/${pkgver}.tar.gz;
 )
-sha256sums=('4f926a295603f169c0d2ba31cf59ce05e2e0ffe561b510dee01cbc11d213d0c6')
+sha256sums=('752e17e8a55f0d349dc19927574ad7a5cef93ee1071dbb8fd8fe7abb4d5fffcf')
 
 build() {
   cd "k-NN-${pkgver}"



[arch-commits] Commit in opensearch-job-scheduler-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:25
  Author: hashworks
Revision: 1290456

archrelease: copy trunk to community-x86_64

Added:
  opensearch-job-scheduler-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290455, opensearch-job-scheduler-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-job-scheduler-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:23 UTC (rev 1290455)
+++ PKGBUILD2022-09-01 21:01:25 UTC (rev 1290456)
@@ -1,34 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-job-scheduler-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Job Scheduler Plugin"
-arch=('x86_64')
-url="https://github.com/opensearch-project/job-scheduler;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/job-scheduler/archive/${pkgver}.tar.gz;
-)
-sha256sums=('8cfa9c11cbb22a43e9ea351399eb3048a7d14c8870044fc7867f8218ebac73c3')
-
-build() {
-  cd "job-scheduler-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  ./gradlew assemble \
---exclude-task ":jacocoTestReport"
-}
-
-package() {
-  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-job-scheduler"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-job-scheduler"
-  unzip 
"${srcdir}/job-scheduler-${pkgver}/build/distributions/opensearch-job-scheduler-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/job-scheduler-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: opensearch-job-scheduler-plugin/repos/community-x86_64/PKGBUILD (from 
rev 1290455, opensearch-job-scheduler-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:01:25 UTC (rev 1290456)
@@ -0,0 +1,34 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-job-scheduler-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Job Scheduler Plugin"
+arch=('x86_64')
+url="https://github.com/opensearch-project/job-scheduler;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/job-scheduler/archive/${pkgver}.tar.gz;
+)
+sha256sums=('0f96406b4089958548e6c2ee62d8541031cceb26e6a2c5c254be3e9958339b8c')
+
+build() {
+  cd "job-scheduler-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  ./gradlew assemble \
+--exclude-task ":jacocoTestReport"
+}
+
+package() {
+  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-job-scheduler"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-job-scheduler"
+  unzip 
"${srcdir}/job-scheduler-${pkgver}/build/distributions/opensearch-job-scheduler-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/job-scheduler-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}



[arch-commits] Commit in opensearch-job-scheduler-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:23
  Author: hashworks
Revision: 1290455

upgpkg: opensearch-job-scheduler-plugin 2.2.1.0-1

Modified:
  opensearch-job-scheduler-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:08 UTC (rev 1290454)
+++ PKGBUILD2022-09-01 21:01:23 UTC (rev 1290455)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-job-scheduler-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Job Scheduler Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/job-scheduler/archive/${pkgver}.tar.gz;
 )
-sha256sums=('8cfa9c11cbb22a43e9ea351399eb3048a7d14c8870044fc7867f8218ebac73c3')
+sha256sums=('0f96406b4089958548e6c2ee62d8541031cceb26e6a2c5c254be3e9958339b8c')
 
 build() {
   cd "job-scheduler-${pkgver}"



[arch-commits] Commit in opensearch-index-management-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:08
  Author: hashworks
Revision: 1290454

archrelease: copy trunk to community-x86_64

Added:
  opensearch-index-management-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290453, opensearch-index-management-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-index-management-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:01:05 UTC (rev 1290453)
+++ PKGBUILD2022-09-01 21:01:08 UTC (rev 1290454)
@@ -1,36 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-index-management-plugin
-pkgver=2.1.0.0
-pkgrel=2
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Index Management Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/im-plugin;
-license=('Apache')
-depends=("opensearch=${_opensearchver}" "opensearch-notifications-plugin")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/index-management/archive/${pkgver}.tar.gz;
-)
-sha256sums=('219196720553913c9116bbfae47e0a7af00eb849e9f8da79add49507db4ade34')
-
-build() {
-  cd "index-management-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  # integTest (Reaper) requires JDK 14
-  ./gradlew assemble \
---exclude-task ":integTest" \
---exclude-task ":jacocoTestReport"
-}
-
-package() {
-  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-index-management"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-index-management"
-  unzip 
"${srcdir}/index-management-${pkgver}/build/distributions/opensearch-index-management-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/index-management-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: opensearch-index-management-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290453, opensearch-index-management-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:01:08 UTC (rev 1290454)
@@ -0,0 +1,36 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-index-management-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Index Management Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/im-plugin;
+license=('Apache')
+depends=("opensearch=${_opensearchver}" "opensearch-notifications-plugin")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/index-management/archive/${pkgver}.tar.gz;
+)
+sha256sums=('ef5cee93d3c24258cd5721ca2a8f612a25abb92b7838e2fcb09671d5d12888cf')
+
+build() {
+  cd "index-management-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  # integTest (Reaper) requires JDK 14
+  ./gradlew assemble \
+--exclude-task ":integTest" \
+--exclude-task ":jacocoTestReport"
+}
+
+package() {
+  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-index-management"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-index-management"
+  unzip 
"${srcdir}/index-management-${pkgver}/build/distributions/opensearch-index-management-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/index-management-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in opensearch-index-management-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:01:05
  Author: hashworks
Revision: 1290453

upgpkg: opensearch-index-management-plugin 2.2.1.0-1

Modified:
  opensearch-index-management-plugin/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:57 UTC (rev 1290452)
+++ PKGBUILD2022-09-01 21:01:05 UTC (rev 1290453)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-index-management-plugin
-pkgver=2.1.0.0
-pkgrel=2
-_opensearchver=2.1.0
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Index Management Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/index-management/archive/${pkgver}.tar.gz;
 )
-sha256sums=('219196720553913c9116bbfae47e0a7af00eb849e9f8da79add49507db4ade34')
+sha256sums=('ef5cee93d3c24258cd5721ca2a8f612a25abb92b7838e2fcb09671d5d12888cf')
 
 build() {
   cd "index-management-${pkgver}"



[arch-commits] Commit in opensearch-dashboards-security-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:57
  Author: hashworks
Revision: 1290452

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-security-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290451, opensearch-dashboards-security-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-security-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:53 UTC (rev 1290451)
+++ PKGBUILD2022-09-01 21:00:57 UTC (rev 1290452)
@@ -1,54 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-security-plugin'
-_pluginname='security-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Security Plugin'
-url='https://opensearch.org/docs/latest/security-plugin'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-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};
-)
-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}\",/" \
-"${_pluginname}/package.json" \
-"OpenSearch-Dashboards/package.json"
-}
-
-build() {
-  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
-  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:jest_server # integration tests
-  yarn test:jest_ui
-}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "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-security-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290451, opensearch-dashboards-security-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:00:57 UTC (rev 1290452)
@@ -0,0 +1,54 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-security-plugin'
+_pluginname='security-dashboards-plugin'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Security Plugin'
+url='https://opensearch.org/docs/latest/security-plugin'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+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};
+)
+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}\",/" \
+"${_pluginname}/package.json" \
+"OpenSearch-Dashboards/package.json"
+}
+
+build() {
+  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
+  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:jest_server # integration tests
+  yarn test:jest_ui
+}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "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:



[arch-commits] Commit in opensearch-dashboards-security-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:53
  Author: hashworks
Revision: 1290451

upgpkg: opensearch-dashboards-security-plugin 2.2.1.0-1

Modified:
  opensearch-dashboards-security-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:46 UTC (rev 1290450)
+++ PKGBUILD2022-09-01 21:00:53 UTC (rev 1290451)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-security-plugin'
 _pluginname='security-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Security Plugin'
 url='https://opensearch.org/docs/latest/security-plugin'



[arch-commits] Commit in opensearch-dashboards-reports-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:46
  Author: hashworks
Revision: 1290450

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-reports-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290449, opensearch-dashboards-reports-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-reports-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:43 UTC (rev 1290449)
+++ PKGBUILD2022-09-01 21:00:46 UTC (rev 1290450)
@@ -1,52 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-reports-plugin'
-_pluginname='dashboards-reports'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Reports Plugin'
-url='https://opensearch.org/docs/latest/dashboards/reporting'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}" 'coffeescript')
-makedepends=('yarn' 'python' 'git')
-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};
-)
-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 "${_pluginname}/${_pluginname}" 
"OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests. Seem to include integration tests.
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  yarn test
-#}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "${srcdir}/dashboards-reports/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "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-reports-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290449, opensearch-dashboards-reports-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:00:46 UTC (rev 1290450)
@@ -0,0 +1,52 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-reports-plugin'
+_pluginname='dashboards-reports'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Reports Plugin'
+url='https://opensearch.org/docs/latest/dashboards/reporting'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}" 'coffeescript')
+makedepends=('yarn' 'python' 'git')
+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};
+)
+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 "${_pluginname}/${_pluginname}" 
"OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests. Seem to include integration tests.
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  yarn test
+#}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "${srcdir}/dashboards-reports/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "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:



[arch-commits] Commit in opensearch-dashboards-reports-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:43
  Author: hashworks
Revision: 1290449

upgpkg: opensearch-dashboards-reports-plugin 2.2.1.0-1

Modified:
  opensearch-dashboards-reports-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:38 UTC (rev 1290448)
+++ PKGBUILD2022-09-01 21:00:43 UTC (rev 1290449)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-reports-plugin'
 _pluginname='dashboards-reports'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Reports Plugin'
 url='https://opensearch.org/docs/latest/dashboards/reporting'



[arch-commits] Commit in opensearch-dashboards-query-workbench-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:38
  Author: hashworks
Revision: 1290448

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290447, 
opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:35 UTC (rev 1290447)
+++ PKGBUILD2022-09-01 21:00:38 UTC (rev 1290448)
@@ -1,52 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-query-workbench-plugin'
-_pluginname='query-workbench-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
-url='https://opensearch.org/docs/latest/query-workbench/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/sql.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" \
-"sql/workbench/package.json"
-}
-
-build() {
-  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  NODE_PATH=../../node_modules yarn test:jest
-#}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290447, opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:00:38 UTC (rev 1290448)
@@ -0,0 +1,52 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-query-workbench-plugin'
+_pluginname='query-workbench-dashboards-plugin'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
+url='https://opensearch.org/docs/latest/query-workbench/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/sql.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" \
+"sql/workbench/package.json"
+}
+
+build() {
+  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  NODE_PATH=../../node_modules yarn test:jest
+#}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-query-workbench-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:35
  Author: hashworks
Revision: 1290447

upgpkg: opensearch-dashboards-query-workbench-plugin 2.2.1.0-1

Modified:
  opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:29 UTC (rev 1290446)
+++ PKGBUILD2022-09-01 21:00:35 UTC (rev 1290447)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-query-workbench-plugin'
 _pluginname='query-workbench-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
 url='https://opensearch.org/docs/latest/query-workbench/index/'



[arch-commits] Commit in opensearch-dashboards-observability-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:29
  Author: hashworks
Revision: 1290446

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-observability-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290445, 
opensearch-dashboards-observability-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-observability-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:26 UTC (rev 1290445)
+++ PKGBUILD2022-09-01 21:00:29 UTC (rev 1290446)
@@ -1,50 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-observability-plugin'
-_pluginname='observability-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Observability Plugin'
-url='https://opensearch.org/docs/latest/observability/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}" 'gnuplot')
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/observability.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 "observability/dashboards-observability" 
"OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  yarn test
-#}
-
-package() {
-  install -Dm644 "${srcdir}/observability/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-observability-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290445, opensearch-dashboards-observability-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:00:29 UTC (rev 1290446)
@@ -0,0 +1,50 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-observability-plugin'
+_pluginname='observability-dashboards-plugin'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Observability Plugin'
+url='https://opensearch.org/docs/latest/observability/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}" 'gnuplot')
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/observability.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 "observability/dashboards-observability" 
"OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  yarn test
+#}
+
+package() {
+  install -Dm644 "${srcdir}/observability/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:



[arch-commits] Commit in opensearch-dashboards-observability-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:26
  Author: hashworks
Revision: 1290445

upgpkg: opensearch-dashboards-observability-plugin 2.2.1.0-1

Modified:
  opensearch-dashboards-observability-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:23 UTC (rev 1290444)
+++ PKGBUILD2022-09-01 21:00:26 UTC (rev 1290445)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-observability-plugin'
 _pluginname='observability-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Observability Plugin'
 url='https://opensearch.org/docs/latest/observability/index/'



[arch-commits] Commit in opensearch-dashboards-notifications-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:23
  Author: hashworks
Revision: 1290444

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-notifications-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290443, 
opensearch-dashboards-notifications-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-notifications-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:20 UTC (rev 1290443)
+++ PKGBUILD2022-09-01 21:00:23 UTC (rev 1290444)
@@ -1,55 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-notifications-plugin'
-_pluginname='notifications'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Notifications Plugin'
-url='https://opensearch.org/docs/latest/notifications-plugin/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}" 'coffeescript')
-makedepends=('yarn' 'python' 'git' 'unzip')
-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};
-)
-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 "${_pluginname}/dashboards-${_pluginname}" 
"OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build # --skip-archive breaks the build
-}
-
-check() {
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn test:jest
-}
-
-package() {
-  cd "${_pluginname}"
-  install -Dm644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}/build"
-  unzip "${_pluginname}-dashboards-${pkgver}.zip"
-
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "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-notifications-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290443, opensearch-dashboards-notifications-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:00:23 UTC (rev 1290444)
@@ -0,0 +1,55 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-notifications-plugin'
+_pluginname='notifications'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Notifications Plugin'
+url='https://opensearch.org/docs/latest/notifications-plugin/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}" 'coffeescript')
+makedepends=('yarn' 'python' 'git' 'unzip')
+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};
+)
+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 "${_pluginname}/dashboards-${_pluginname}" 
"OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build # --skip-archive breaks the build
+}
+
+check() {
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn test:jest
+}
+
+package() {
+  cd "${_pluginname}"
+  install -Dm644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}/build"
+  unzip "${_pluginname}-dashboards-${pkgver}.zip"
+
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "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:



[arch-commits] Commit in opensearch-dashboards-notifications-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:20
  Author: hashworks
Revision: 1290443

upgpkg: opensearch-dashboards-notifications-plugin 2.2.1.0-1

Modified:
  opensearch-dashboards-notifications-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:58:49 UTC (rev 1290442)
+++ PKGBUILD2022-09-01 21:00:20 UTC (rev 1290443)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-notifications-plugin'
 _pluginname='notifications'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Notifications Plugin'
 url='https://opensearch.org/docs/latest/notifications-plugin/index/'



[arch-commits] Commit in opensearch-dashboards-index-management-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:58:49
  Author: hashworks
Revision: 1290442

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-index-management-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290441, 
opensearch-dashboards-index-management-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-index-management-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:58:47 UTC (rev 1290441)
+++ PKGBUILD2022-09-01 20:58:49 UTC (rev 1290442)
@@ -1,53 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-index-management-plugin'
-_pluginname='index-management-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=2
-pkgdesc='OpenSearch Dashboards Index Management Plugin'
-url='https://opensearch.org/docs/latest/im-plugin/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}" 
"opensearch-dashboards-notifications-plugin")
-makedepends=('yarn' 'python' 'git')
-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};
-)
-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}\",/" \
-"${_pluginname}/package.json" \
-"OpenSearch-Dashboards/package.json"
-}
-
-build() {
-  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
-  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:jest
-}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "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-index-management-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290441, opensearch-dashboards-index-management-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 20:58:49 UTC (rev 1290442)
@@ -0,0 +1,53 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-index-management-plugin'
+_pluginname='index-management-dashboards-plugin'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Index Management Plugin'
+url='https://opensearch.org/docs/latest/im-plugin/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}" 
"opensearch-dashboards-notifications-plugin")
+makedepends=('yarn' 'python' 'git')
+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};
+)
+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}\",/" \
+"${_pluginname}/package.json" \
+"OpenSearch-Dashboards/package.json"
+}
+
+build() {
+  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
+  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:jest -u
+}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "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:



[arch-commits] Commit in opensearch-dashboards-index-management-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:58:47
  Author: hashworks
Revision: 1290441

upgpkg: opensearch-dashboards-index-management-plugin 2.2.1.0-1

Modified:
  opensearch-dashboards-index-management-plugin/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:58:26 UTC (rev 1290440)
+++ PKGBUILD2022-09-01 20:58:47 UTC (rev 1290441)
@@ -2,9 +2,9 @@
 
 pkgname='opensearch-dashboards-index-management-plugin'
 _pluginname='index-management-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=2
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
 pkgdesc='OpenSearch Dashboards Index Management Plugin'
 url='https://opensearch.org/docs/latest/im-plugin/index/'
 arch=('x86_64')
@@ -36,7 +36,7 @@
 
 check() {
   cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn test:jest
+  yarn test:jest -u
 }
 
 package() {



[arch-commits] Commit in opensearch-dashboards-gantt-chart-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:58:26
  Author: hashworks
Revision: 1290440

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-gantt-chart-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290439, 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
===
--- PKGBUILD2022-09-01 20:58:23 UTC (rev 1290439)
+++ PKGBUILD2022-09-01 20:58:26 UTC (rev 1290440)
@@ -1,49 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-gantt-chart-plugin'
-_pluginname='gantt-chart-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.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 1290439, opensearch-dashboards-gantt-chart-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 20:58:26 UTC (rev 1290440)
@@ -0,0 +1,49 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-gantt-chart-plugin'
+_pluginname='gantt-chart-dashboards-plugin'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+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:



[arch-commits] Commit in opensearch-dashboards-gantt-chart-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:58:23
  Author: hashworks
Revision: 1290439

upgpkg: opensearch-dashboards-gantt-chart-plugin 2.2.1.0-1

Modified:
  opensearch-dashboards-gantt-chart-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:58:17 UTC (rev 1290438)
+++ PKGBUILD2022-09-01 20:58:23 UTC (rev 1290439)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-gantt-chart-plugin'
 _pluginname='gantt-chart-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Gantt Chart Plugin'
 url='https://opensearch.org/docs/latest/dashboards/gantt/'



[arch-commits] Commit in opensearch-dashboards-anomaly-detection-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:58:17
  Author: hashworks
Revision: 1290438

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-anomaly-detection-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290437, 
opensearch-dashboards-anomaly-detection-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-anomaly-detection-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:58:14 UTC (rev 1290437)
+++ PKGBUILD2022-09-01 20:58:17 UTC (rev 1290438)
@@ -1,53 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-anomaly-detection-plugin'
-_pluginname='anomaly-detection-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
-url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-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};
-)
-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}\",/" \
-"${_pluginname}/package.json" \
-"OpenSearch-Dashboards/package.json"
-}
-
-build() {
-  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
-  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:jest
-}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "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-anomaly-detection-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290437, 
opensearch-dashboards-anomaly-detection-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 20:58:17 UTC (rev 1290438)
@@ -0,0 +1,53 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-anomaly-detection-plugin'
+_pluginname='anomaly-detection-dashboards-plugin'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
+url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+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};
+)
+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}\",/" \
+"${_pluginname}/package.json" \
+"OpenSearch-Dashboards/package.json"
+}
+
+build() {
+  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
+  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:jest
+}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "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:



[arch-commits] Commit in opensearch-dashboards-anomaly-detection-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:58:14
  Author: hashworks
Revision: 1290437

upgpkg: opensearch-dashboards-anomaly-detection-plugin 2.2.1.0-1

Modified:
  opensearch-dashboards-anomaly-detection-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:58:10 UTC (rev 1290436)
+++ PKGBUILD2022-09-01 20:58:14 UTC (rev 1290437)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-anomaly-detection-plugin'
 _pluginname='anomaly-detection-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
 url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'



[arch-commits] Commit in opensearch-dashboards-alerting-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:58:10
  Author: hashworks
Revision: 1290436

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-alerting-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290435, opensearch-dashboards-alerting-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-alerting-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:58:08 UTC (rev 1290435)
+++ PKGBUILD2022-09-01 20:58:10 UTC (rev 1290436)
@@ -1,53 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-alerting-plugin'
-_pluginname='alerting-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=2
-pkgdesc='OpenSearch Dashboards Alerting Plugin'
-url='https://opensearch.org/docs/latest/monitoring-plugins/alerting'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}" 
"opensearch-dashboards-notifications-plugin" 'coffeescript')
-makedepends=('yarn' 'python' 'git')
-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};
-)
-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}\",/" \
-"${_pluginname}/package.json" \
-"OpenSearch-Dashboards/package.json"
-}
-
-build() {
-  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
-  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:jest
-}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "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-alerting-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290435, opensearch-dashboards-alerting-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 20:58:10 UTC (rev 1290436)
@@ -0,0 +1,53 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-alerting-plugin'
+_pluginname='alerting-dashboards-plugin'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Alerting Plugin'
+url='https://opensearch.org/docs/latest/monitoring-plugins/alerting'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}" 
"opensearch-dashboards-notifications-plugin" 'coffeescript')
+makedepends=('yarn' 'python' 'git')
+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};
+)
+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}\",/" \
+"${_pluginname}/package.json" \
+"OpenSearch-Dashboards/package.json"
+}
+
+build() {
+  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
+  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:jest -u
+}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "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:



[arch-commits] Commit in opensearch-dashboards-alerting-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:58:08
  Author: hashworks
Revision: 1290435

upgpkg: opensearch-dashboards-alerting-plugin 2.2.1.0-1

Modified:
  opensearch-dashboards-alerting-plugin/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:57:45 UTC (rev 1290434)
+++ PKGBUILD2022-09-01 20:58:08 UTC (rev 1290435)
@@ -2,9 +2,9 @@
 
 pkgname='opensearch-dashboards-alerting-plugin'
 _pluginname='alerting-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=2
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
 pkgdesc='OpenSearch Dashboards Alerting Plugin'
 url='https://opensearch.org/docs/latest/monitoring-plugins/alerting'
 arch=('x86_64')
@@ -36,7 +36,7 @@
 
 check() {
   cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn test:jest
+  yarn test:jest -u
 }
 
 package() {



[arch-commits] Commit in opensearch-dashboards/repos/community-x86_64 (16 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:57:45
  Author: hashworks
Revision: 1290434

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards/repos/community-x86_64/PKGBUILD
(from rev 1290433, opensearch-dashboards/trunk/PKGBUILD)
  opensearch-dashboards/repos/community-x86_64/README.md
(from rev 1290433, opensearch-dashboards/trunk/README.md)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards
(from rev 1290433, opensearch-dashboards/trunk/opensearch-dashboards)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-keystore
(from rev 1290433, 
opensearch-dashboards/trunk/opensearch-dashboards-keystore)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-plugin
(from rev 1290433, opensearch-dashboards/trunk/opensearch-dashboards-plugin)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards.service
(from rev 1290433, 
opensearch-dashboards/trunk/opensearch-dashboards.service)
  opensearch-dashboards/repos/community-x86_64/tmpfile.conf
(from rev 1290433, opensearch-dashboards/trunk/tmpfile.conf)
  opensearch-dashboards/repos/community-x86_64/user.conf
(from rev 1290433, opensearch-dashboards/trunk/user.conf)
Deleted:
  opensearch-dashboards/repos/community-x86_64/PKGBUILD
  opensearch-dashboards/repos/community-x86_64/README.md
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-keystore
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-plugin
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards.service
  opensearch-dashboards/repos/community-x86_64/tmpfile.conf
  opensearch-dashboards/repos/community-x86_64/user.conf

+
 PKGBUILD   |  204 +++
 README.md  |   10 -
 opensearch-dashboards  |   24 ++--
 opensearch-dashboards-keystore |   24 ++--
 opensearch-dashboards-plugin   |   24 ++--
 opensearch-dashboards.service  |   30 ++---
 tmpfile.conf   |   12 +-
 user.conf  |2 
 8 files changed, 166 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:57:41 UTC (rev 1290433)
+++ PKGBUILD2022-09-01 20:57:45 UTC (rev 1290434)
@@ -1,101 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Levente Polyak 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Spider.007 
-
-pkgname=opensearch-dashboards
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Open source visualization dashboards for OpenSearch'
-url='https://opensearch.org/docs/dashboards/index/'
-arch=('x86_64')
-license=('Apache')
-depends=('nodejs-lts-fermium')
-optdepends=(
-  'opensearch'
-  'opensearch-dashboards-alerting-plugin'
-  'opensearch-dashboards-anomaly-detection-plugin'
-  'opensearch-dashboards-gantt-chart-plugin'
-  'opensearch-dashboards-index-management-plugin'
-  'opensearch-dashboards-observability-plugin'
-  'opensearch-dashboards-query-workbench-plugin'
-  'opensearch-dashboards-reports-plugin'
-  'opensearch-dashboards-security-plugin'
-)
-makedepends=('yarn' 'git' 'python')
-backup=('etc/opensearch-dashboards/opensearch_dashboards.yml')
-options=('!strip' 'emptydirs')
-source=(
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${pkgver};
-  opensearch-dashboards
-  opensearch-dashboards-keystore
-  opensearch-dashboards-plugin
-  opensearch-dashboards.service
-  tmpfile.conf
-  user.conf
-)
-sha512sums=('SKIP'
-
'c404c8f576ccc5d9202b6808eaf0ec4a1545eec63480ea5189f0f5b66f3e22f431090ece3e7488f6e7d20472e55e784110d4d393bef94ad959c8ee0665290d36'
-
'55bb1b7e86bafb9938b787c973aab318848bdb7a498d547948d58ee06fc8b96f9a184d6c00a9f1e7accb5caf64992b0db86cf4b31b0d0eb66c8a88f09b609d3e'
-
'bd3bb6a1d64b80bc0a5a5d73ccce7689b8aaf035262424414de404083085ae8e482770f62e5d8219313adeecd65003b7ce1bbe8943418dbd6a432e739e124493'
-
'bec175171d7ce2d9769b4247931f13e73713f6f6f5eba1c1c184c450e694ae52e54d16e79853331df5fa6b50ebc42e1408cf022dbb8e025526c9be783dfca5c2'
-
'ee7a82eb8b5a719913250159485b144ab94219e64f09a73210bd4cf82345e4f7d1b594e6e8d67aca7faaf6087a672bec478f19ce1493ca64d42e6c39f6b586b8'
-
'51cef07f4f4cdd467aa4a2665ee8aaa870ea8f11449f4be1cb239826292ee4044cc656204ab8836730ac1555387ddb20c2cfb9a50ba70f5c5fe59c271a332ab4')
-
-prepare() {
-  cd "OpenSearch-Dashboards"
-
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" 
"package.json"
-
-  # Don't check the nodejs version for now until 
https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1189
-  sed -i "/^require('.\/node_version_validator');$/d" 
src/setup_node_env/no_transpilation.js
-
-  # set default 

[arch-commits] Commit in opensearch-dashboards/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:57:41
  Author: hashworks
Revision: 1290433

upgpkg: opensearch-dashboards 2.2.1-1

Modified:
  opensearch-dashboards/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:57:37 UTC (rev 1290432)
+++ PKGBUILD2022-09-01 20:57:41 UTC (rev 1290433)
@@ -4,7 +4,7 @@
 # Contributor: Spider.007 
 
 pkgname=opensearch-dashboards
-pkgver=2.1.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Open source visualization dashboards for OpenSearch'
 url='https://opensearch.org/docs/dashboards/index/'
@@ -16,6 +16,8 @@
   'opensearch-dashboards-alerting-plugin'
   'opensearch-dashboards-anomaly-detection-plugin'
   'opensearch-dashboards-gantt-chart-plugin'
+  'opensearch-dashboards-maps-plugin'
+  'opensearch-dashboards-notifications-plugin'
   'opensearch-dashboards-index-management-plugin'
   'opensearch-dashboards-observability-plugin'
   'opensearch-dashboards-query-workbench-plugin'



[arch-commits] Commit in opensearch-cross-cluster-replication-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:57:37
  Author: hashworks
Revision: 1290432

archrelease: copy trunk to community-x86_64

Added:
  opensearch-cross-cluster-replication-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290431, 
opensearch-cross-cluster-replication-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-cross-cluster-replication-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:57:34 UTC (rev 1290431)
+++ PKGBUILD2022-09-01 20:57:37 UTC (rev 1290432)
@@ -1,36 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-cross-cluster-replication-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Cross-Cluster Replication Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/replication-plugin;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/cross-cluster-replication/archive/${pkgver}.tar.gz;
-)
-sha256sums=('6df43d883b9d19afd50f06a0b5f6742eaeea54b8fd6c5d4d9bd6f9e8f7b7691c')
-
-build() {
-  cd "cross-cluster-replication-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  # integTest (Reaper) requires JDK 14
-  ./gradlew assemble \
---exclude-task ":integTest" \
---exclude-task ":jacocoTestReport"
-}
-
-package() {
-  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-cross-cluster-replication"
-  cd 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-cross-cluster-replication"
-  unzip 
"${srcdir}/cross-cluster-replication-${pkgver}/build/distributions/opensearch-cross-cluster-replication-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/cross-cluster-replication-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: 
opensearch-cross-cluster-replication-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290431, opensearch-cross-cluster-replication-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 20:57:37 UTC (rev 1290432)
@@ -0,0 +1,36 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-cross-cluster-replication-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Cross-Cluster Replication Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/replication-plugin;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/cross-cluster-replication/archive/${pkgver}.tar.gz;
+)
+sha256sums=('b827d3b92118a31c8ac293d3148f98a3250d81baebc228dab0b6e9f8f2218f7b')
+
+build() {
+  cd "cross-cluster-replication-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  # integTest (Reaper) requires JDK 14
+  ./gradlew assemble \
+--exclude-task ":integTest" \
+--exclude-task ":jacocoTestReport"
+}
+
+package() {
+  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-cross-cluster-replication"
+  cd 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-cross-cluster-replication"
+  unzip 
"${srcdir}/cross-cluster-replication-${pkgver}/build/distributions/opensearch-cross-cluster-replication-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/cross-cluster-replication-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in opensearch-cross-cluster-replication-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:57:34
  Author: hashworks
Revision: 1290431

upgpkg: opensearch-cross-cluster-replication-plugin 2.2.1.0-1

Modified:
  opensearch-cross-cluster-replication-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:57:26 UTC (rev 1290430)
+++ PKGBUILD2022-09-01 20:57:34 UTC (rev 1290431)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-cross-cluster-replication-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Cross-Cluster Replication Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/cross-cluster-replication/archive/${pkgver}.tar.gz;
 )
-sha256sums=('6df43d883b9d19afd50f06a0b5f6742eaeea54b8fd6c5d4d9bd6f9e8f7b7691c')
+sha256sums=('b827d3b92118a31c8ac293d3148f98a3250d81baebc228dab0b6e9f8f2218f7b')
 
 build() {
   cd "cross-cluster-replication-${pkgver}"



[arch-commits] Commit in opensearch-asynchronous-search-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:57:26
  Author: hashworks
Revision: 1290430

archrelease: copy trunk to community-x86_64

Added:
  opensearch-asynchronous-search-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290429, opensearch-asynchronous-search-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-asynchronous-search-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:57:24 UTC (rev 1290429)
+++ PKGBUILD2022-09-01 20:57:26 UTC (rev 1290430)
@@ -1,36 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-asynchronous-search-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Asynchronous Search Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/search-plugins/async;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/${pkgver}.tar.gz;
-)
-sha256sums=('f8f0f696ba3f40e4d2c07abaaca8b5c141986e82b1dbd664b7699e8f171b005a')
-
-build() {
-  cd "asynchronous-search-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  # integTest (Reaper) requires JDK 14
-  ./gradlew assemble \
---exclude-task ":integTest" \
---exclude-task ":jacocoTestReport"
-}
-
-package() {
-  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-asynchronous-search"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-asynchronous-search"
-  unzip 
"${srcdir}/asynchronous-search-${pkgver}/build/distributions/opensearch-asynchronous-search-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/asynchronous-search-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: opensearch-asynchronous-search-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290429, opensearch-asynchronous-search-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 20:57:26 UTC (rev 1290430)
@@ -0,0 +1,36 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-asynchronous-search-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Asynchronous Search Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/search-plugins/async;
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/${pkgver}.tar.gz;
+)
+sha256sums=('302b12db2ffbb2c62b11bb8168595a9ea98c306c29fb8e1725c7910f0f348fdc')
+
+build() {
+  cd "asynchronous-search-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  # integTest (Reaper) requires JDK 14
+  ./gradlew assemble \
+--exclude-task ":integTest" \
+--exclude-task ":jacocoTestReport"
+}
+
+package() {
+  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-asynchronous-search"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-asynchronous-search"
+  unzip 
"${srcdir}/asynchronous-search-${pkgver}/build/distributions/opensearch-asynchronous-search-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/asynchronous-search-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in opensearch-asynchronous-search-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:57:24
  Author: hashworks
Revision: 1290429

upgpkg: opensearch-asynchronous-search-plugin 2.2.1.0-1

Modified:
  opensearch-asynchronous-search-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:57:05 UTC (rev 1290428)
+++ PKGBUILD2022-09-01 20:57:24 UTC (rev 1290429)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-asynchronous-search-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Asynchronous Search Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/${pkgver}.tar.gz;
 )
-sha256sums=('f8f0f696ba3f40e4d2c07abaaca8b5c141986e82b1dbd664b7699e8f171b005a')
+sha256sums=('302b12db2ffbb2c62b11bb8168595a9ea98c306c29fb8e1725c7910f0f348fdc')
 
 build() {
   cd "asynchronous-search-${pkgver}"



[arch-commits] Commit in opensearch-anomaly-detection-plugin/repos/community-x86_64 (4 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:57:05
  Author: hashworks
Revision: 1290428

archrelease: copy trunk to community-x86_64

Added:
  
opensearch-anomaly-detection-plugin/repos/community-x86_64/0001-Add-support-for-reproducible-builds.patch
(from rev 1290427, 
opensearch-anomaly-detection-plugin/trunk/0001-Add-support-for-reproducible-builds.patch)
  opensearch-anomaly-detection-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290427, opensearch-anomaly-detection-plugin/trunk/PKGBUILD)
Deleted:
  
opensearch-anomaly-detection-plugin/repos/community-x86_64/0001-Add-support-for-reproducible-builds.patch
  opensearch-anomaly-detection-plugin/repos/community-x86_64/PKGBUILD

+
 0001-Add-support-for-reproducible-builds.patch |   68 +-
 PKGBUILD   |   86 +++
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: 0001-Add-support-for-reproducible-builds.patch
===
--- 0001-Add-support-for-reproducible-builds.patch  2022-09-01 20:57:03 UTC 
(rev 1290427)
+++ 0001-Add-support-for-reproducible-builds.patch  2022-09-01 20:57:05 UTC 
(rev 1290428)
@@ -1,34 +0,0 @@
-From 960128ff72572dca864a600719b16d0cf6396e45 Mon Sep 17 00:00:00 2001
-From: Leonidas Spyropoulos 
-Date: Tue, 21 Jun 2022 09:56:50 +0100
-Subject: [PATCH] Add support for reproducible builds
-
-As per gradle [docs] add support to remove timestamps and package with same 
order which is required from
-[reproducible] builds
-
-[docs]: 
https://docs.gradle.org/current/userguide/working_with_files.html#sec:archives
-[reproducible]: https://reproducible-builds.org/
-
-Signed-off-by: Leonidas Spyropoulos 

- build.gradle | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/build.gradle b/build.gradle
-index 613a6be..f09d01e 100644
 a/build.gradle
-+++ b/build.gradle
-@@ -74,6 +74,10 @@ tasks.withType(Test) {
- tasks.withType(Javadoc) {
- options.encoding = 'UTF-8'
- }
-+tasks.withType(AbstractArchiveTask).configureEach {
-+preserveFileTimestamps = false
-+reproducibleFileOrder = true
-+}
- 
- repositories {
- mavenLocal()
--- 
-2.36.1
-

Copied: 
opensearch-anomaly-detection-plugin/repos/community-x86_64/0001-Add-support-for-reproducible-builds.patch
 (from rev 1290427, 
opensearch-anomaly-detection-plugin/trunk/0001-Add-support-for-reproducible-builds.patch)
===
--- 0001-Add-support-for-reproducible-builds.patch  
(rev 0)
+++ 0001-Add-support-for-reproducible-builds.patch  2022-09-01 20:57:05 UTC 
(rev 1290428)
@@ -0,0 +1,34 @@
+From 960128ff72572dca864a600719b16d0cf6396e45 Mon Sep 17 00:00:00 2001
+From: Leonidas Spyropoulos 
+Date: Tue, 21 Jun 2022 09:56:50 +0100
+Subject: [PATCH] Add support for reproducible builds
+
+As per gradle [docs] add support to remove timestamps and package with same 
order which is required from
+[reproducible] builds
+
+[docs]: 
https://docs.gradle.org/current/userguide/working_with_files.html#sec:archives
+[reproducible]: https://reproducible-builds.org/
+
+Signed-off-by: Leonidas Spyropoulos 
+---
+ build.gradle | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/build.gradle b/build.gradle
+index 613a6be..f09d01e 100644
+--- a/build.gradle
 b/build.gradle
+@@ -74,6 +74,10 @@ tasks.withType(Test) {
+ tasks.withType(Javadoc) {
+ options.encoding = 'UTF-8'
+ }
++tasks.withType(AbstractArchiveTask).configureEach {
++preserveFileTimestamps = false
++reproducibleFileOrder = true
++}
+ 
+ repositories {
+ mavenLocal()
+-- 
+2.36.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:57:03 UTC (rev 1290427)
+++ PKGBUILD2022-09-01 20:57:05 UTC (rev 1290428)
@@ -1,43 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-anomaly-detection-plugin
-pkgver=2.1.0.0
-pkgrel=1
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Anomaly Detection Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/monitoring-plugins/ad;
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/${pkgver}.tar.gz;
-  '0001-Add-support-for-reproducible-builds.patch'
-)
-sha256sums=('94f13aa6ad5d2373353efe507003f9501c8db061778a066fe3ca425ef15d1ddf'
-'f3e6649cd60834252dc97aaf913ba7003b859ee6955bfeeb38b7fd46230d600b')
-
-prepare() {
-  cd "anomaly-detection-${pkgver}"
-  patch -Np1 -i "$srcdir"/0001-Add-support-for-reproducible-builds.patch
-}
-
-build() {
-  cd "anomaly-detection-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export 

[arch-commits] Commit in opensearch-anomaly-detection-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:57:03
  Author: hashworks
Revision: 1290427

upgpkg: opensearch-anomaly-detection-plugin 2.2.1.0-1

Modified:
  opensearch-anomaly-detection-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:56:50 UTC (rev 1290426)
+++ PKGBUILD2022-09-01 20:57:03 UTC (rev 1290427)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-anomaly-detection-plugin
-pkgver=2.1.0.0
+pkgver=2.2.1.0
 pkgrel=1
-_opensearchver=2.1.0
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Anomaly Detection Plugin"
 arch=('x86_64')
@@ -15,7 +15,7 @@
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/${pkgver}.tar.gz;
   '0001-Add-support-for-reproducible-builds.patch'
 )
-sha256sums=('94f13aa6ad5d2373353efe507003f9501c8db061778a066fe3ca425ef15d1ddf'
+sha256sums=('c3def75f9ea48e040d1f74d54dc8aaa986e85d7ab9232ea1e8f1bd888cd30068'
 'f3e6649cd60834252dc97aaf913ba7003b859ee6955bfeeb38b7fd46230d600b')
 
 prepare() {



[arch-commits] Commit in opensearch-alerting-plugin/trunk (PKGBUILD)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:56:47
  Author: hashworks
Revision: 1290425

upgpkg: opensearch-alerting-plugin 2.2.1.0-1

Modified:
  opensearch-alerting-plugin/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:55:56 UTC (rev 1290424)
+++ PKGBUILD2022-09-01 20:56:47 UTC (rev 1290425)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-alerting-plugin
-pkgver=2.1.0.0
-pkgrel=2
-_opensearchver=2.1.0
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
 _jdkver=11
 pkgdesc="OpenSearch Alerting Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/alerting/archive/${pkgver}.tar.gz;
 )
-sha256sums=('2885fac111e65bd38dde8fc147a7e018ec897cc2374efeb1d51f864e74768e9f')
+sha256sums=('21a2cce787e552f2dd58fe75d2f826d716c910c62a1a5f3ad29451b14e593b9f')
 
 build() {
   cd "alerting-${pkgver}"



[arch-commits] Commit in opensearch-alerting-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:56:50
  Author: hashworks
Revision: 1290426

archrelease: copy trunk to community-x86_64

Added:
  opensearch-alerting-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290425, opensearch-alerting-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-alerting-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:56:47 UTC (rev 1290425)
+++ PKGBUILD2022-09-01 20:56:50 UTC (rev 1290426)
@@ -1,42 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname=opensearch-alerting-plugin
-pkgver=2.1.0.0
-pkgrel=2
-_opensearchver=2.1.0
-_jdkver=11
-pkgdesc="OpenSearch Alerting Plugin"
-arch=('x86_64')
-url="https://docs-beta.opensearch.org/monitoring-plugins/alerting;
-license=('Apache')
-depends=("opensearch=${_opensearchver}" "opensearch-notifications-plugin")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/alerting/archive/${pkgver}.tar.gz;
-)
-sha256sums=('2885fac111e65bd38dde8fc147a7e018ec897cc2374efeb1d51f864e74768e9f')
-
-build() {
-  cd "alerting-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
-  # alertingBwcCluster and integTest (Reaper) requires JDK 14
-  ./gradlew build \
---exclude-task ":alerting:alertingBwcCluster#fullRestartClusterTask" \
---exclude-task ":alerting:alertingBwcCluster#mixedClusterTask" \
---exclude-task ":alerting:alertingBwcCluster#oldVersionClusterTask0" \
---exclude-task ":alerting:alertingBwcCluster#oldVersionClusterTask1" \
---exclude-task ":alerting:alertingBwcCluster#rollingUpgradeClusterTask" \
---exclude-task ":alerting:alertingBwcCluster#twoThirdsUpgradedClusterTask" 
\
---exclude-task ":alerting:integTest" \
---exclude-task ":alerting:jacocoTestReport"
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-alerting"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-alerting"
-  unzip 
"${srcdir}/alerting-${pkgver}/alerting/build/distributions/opensearch-alerting-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/alerting-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: opensearch-alerting-plugin/repos/community-x86_64/PKGBUILD (from rev 
1290425, opensearch-alerting-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 20:56:50 UTC (rev 1290426)
@@ -0,0 +1,42 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname=opensearch-alerting-plugin
+pkgver=2.2.1.0
+pkgrel=1
+_opensearchver=2.2.1
+_jdkver=11
+pkgdesc="OpenSearch Alerting Plugin"
+arch=('x86_64')
+url="https://docs-beta.opensearch.org/monitoring-plugins/alerting;
+license=('Apache')
+depends=("opensearch=${_opensearchver}" "opensearch-notifications-plugin")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/alerting/archive/${pkgver}.tar.gz;
+)
+sha256sums=('21a2cce787e552f2dd58fe75d2f826d716c910c62a1a5f3ad29451b14e593b9f')
+
+build() {
+  cd "alerting-${pkgver}"
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dopensearch.version=${_opensearchver}"
+  # alertingBwcCluster and integTest (Reaper) requires JDK 14
+  ./gradlew build \
+--exclude-task ":alerting:alertingBwcCluster#fullRestartClusterTask" \
+--exclude-task ":alerting:alertingBwcCluster#mixedClusterTask" \
+--exclude-task ":alerting:alertingBwcCluster#oldVersionClusterTask0" \
+--exclude-task ":alerting:alertingBwcCluster#oldVersionClusterTask1" \
+--exclude-task ":alerting:alertingBwcCluster#rollingUpgradeClusterTask" \
+--exclude-task ":alerting:alertingBwcCluster#twoThirdsUpgradedClusterTask" 
\
+--exclude-task ":alerting:integTest" \
+--exclude-task ":alerting:jacocoTestReport"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-alerting"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-alerting"
+  unzip 
"${srcdir}/alerting-${pkgver}/alerting/build/distributions/opensearch-alerting-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/alerting-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}



[arch-commits] Commit in opensearch/repos/community-x86_64 (21 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:55:56
  Author: hashworks
Revision: 1290424

archrelease: copy trunk to community-x86_64

Added:
  opensearch/repos/community-x86_64/PKGBUILD
(from rev 1290423, opensearch/trunk/PKGBUILD)
  opensearch/repos/community-x86_64/README.md
(from rev 1290423, opensearch/trunk/README.md)
  opensearch/repos/community-x86_64/opensearch-keystore.service
(from rev 1290423, opensearch/trunk/opensearch-keystore.service)
  opensearch/repos/community-x86_64/opensearch-keystore@.service
(from rev 1290423, opensearch/trunk/opensearch-keystore@.service)
  opensearch/repos/community-x86_64/opensearch-sysctl.conf
(from rev 1290423, opensearch/trunk/opensearch-sysctl.conf)
  opensearch/repos/community-x86_64/opensearch-tmpfile.conf
(from rev 1290423, opensearch/trunk/opensearch-tmpfile.conf)
  opensearch/repos/community-x86_64/opensearch-user.conf
(from rev 1290423, opensearch/trunk/opensearch-user.conf)
  opensearch/repos/community-x86_64/opensearch.default
(from rev 1290423, opensearch/trunk/opensearch.default)
  opensearch/repos/community-x86_64/opensearch.service
(from rev 1290423, opensearch/trunk/opensearch.service)
  opensearch/repos/community-x86_64/opensearch@.service
(from rev 1290423, opensearch/trunk/opensearch@.service)
Deleted:
  opensearch/repos/community-x86_64/PKGBUILD
  opensearch/repos/community-x86_64/README.md
  opensearch/repos/community-x86_64/opensearch-keystore.service
  opensearch/repos/community-x86_64/opensearch-keystore@.service
  opensearch/repos/community-x86_64/opensearch-sysctl.conf
  opensearch/repos/community-x86_64/opensearch-tmpfile.conf
  opensearch/repos/community-x86_64/opensearch-user.conf
  opensearch/repos/community-x86_64/opensearch.default
  opensearch/repos/community-x86_64/opensearch.service
  opensearch/repos/community-x86_64/opensearch@.service
  opensearch/repos/community-x86_64/remove-systemd-distribution-check.patch

-+
 PKGBUILD|  646 ++
 README.md   |   10 
 opensearch-keystore.service |   20 
 opensearch-keystore@.service|   22 -
 opensearch-sysctl.conf  |2 
 opensearch-tmpfile.conf |   28 -
 opensearch-user.conf|2 
 opensearch.default  |   26 -
 opensearch.service  |  132 +++---
 opensearch@.service |  134 +++---
 remove-systemd-distribution-check.patch |   17 
 11 files changed, 509 insertions(+), 530 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:55:32 UTC (rev 1290423)
+++ PKGBUILD2022-09-01 20:55:56 UTC (rev 1290424)
@@ -1,325 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Contributor: Blaž "Speed" Hrastnik 
-
-pkgbase=opensearch
-pkgname=(
-  opensearch
-  opensearch-analysis-icu-plugin
-  opensearch-analysis-kuromoji-plugin
-  opensearch-analysis-nori-plugin
-  opensearch-analysis-phonetic-plugin
-  opensearch-analysis-smartcn-plugin
-  opensearch-analysis-stempel-plugin
-  opensearch-analysis-ukrainian-plugin
-  opensearch-discovery-azure-classic-plugin
-  opensearch-discovery-ec2-plugin
-  opensearch-discovery-gce-plugin
-  opensearch-ingest-attachment-plugin
-  opensearch-mapper-annotated-text-plugin
-  opensearch-mapper-murmur3-plugin
-  opensearch-mapper-size-plugin
-  opensearch-repository-azure-plugin
-  opensearch-repository-gcs-plugin
-  opensearch-repository-hdfs-plugin
-  opensearch-repository-s3-plugin
-  opensearch-store-smb-plugin
-  opensearch-transport-nio-plugin
-)
-pkgver=2.1.0
-pkgrel=1
-# See 
https://github.com/opensearch-project/OpenSearch/blob/main/.ci/java-versions.properties
-_jrever=11
-_jdkver=11
-arch=('x86_64')
-url="https://opensearch.org/docs/opensearch/index/;
-license=('Apache')
-makedepends=("jdk${_jdkver}-openjdk" 'unzip')
-source=(
-  
"OpenSearch-${pkgver}.tar.gz::https://github.com/opensearch-project/OpenSearch/archive/${pkgver}.tar.gz;
-  opensearch.service
-  opensearch@.service
-  opensearch-keystore.service
-  opensearch-keystore@.service
-  opensearch-sysctl.conf
-  opensearch-user.conf
-  opensearch-tmpfile.conf
-  opensearch.default
-  remove-systemd-distribution-check.patch
-)
-sha256sums=('608f3de99bb98b570e19c565bde908e1fce074c3a6bd354da15c857348f00278'
-'b59d064ce8e348f22b969cc2b7522a1c7b64d4b4e3fd98d9ad1f01d842e94d46'
-'02bfe1e723f6522d7b5bf72d43c7847c4d9329d105b543583aa5b9c952e7d54d'
-'097de1fc6ef1f12e99d2b3def9c9803cf0dd8609aeace608048d599a2cb85c5c'
-'a133b8944d57d81224caf03f8d0e5b127f2570123b2a1e2d2f6eb199446448ae'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
- 

[arch-commits] Commit in opensearch/trunk (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 20:55:32
  Author: hashworks
Revision: 1290423

upgpkg: opensearch 2.2.1-1

Modified:
  opensearch/trunk/PKGBUILD
Deleted:
  opensearch/trunk/remove-systemd-distribution-check.patch

-+
 PKGBUILD|   16 ++--
 remove-systemd-distribution-check.patch |   17 -
 2 files changed, 6 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:53:18 UTC (rev 1290422)
+++ PKGBUILD2022-09-01 20:55:32 UTC (rev 1290423)
@@ -27,7 +27,7 @@
   opensearch-store-smb-plugin
   opensearch-transport-nio-plugin
 )
-pkgver=2.1.0
+pkgver=2.2.1
 pkgrel=1
 # See 
https://github.com/opensearch-project/OpenSearch/blob/main/.ci/java-versions.properties
 _jrever=11
@@ -46,9 +46,8 @@
   opensearch-user.conf
   opensearch-tmpfile.conf
   opensearch.default
-  remove-systemd-distribution-check.patch
 )
-sha256sums=('608f3de99bb98b570e19c565bde908e1fce074c3a6bd354da15c857348f00278'
+sha256sums=('17899f43b2c40a2c28c94a1e7884f0768bc89620376748bf7388f1fdc68d636c'
 'b59d064ce8e348f22b969cc2b7522a1c7b64d4b4e3fd98d9ad1f01d842e94d46'
 '02bfe1e723f6522d7b5bf72d43c7847c4d9329d105b543583aa5b9c952e7d54d'
 '097de1fc6ef1f12e99d2b3def9c9803cf0dd8609aeace608048d599a2cb85c5c'
@@ -56,14 +55,8 @@
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
 '79cb5856b7105da7f25c6da2a25be88ccba2b849fd92cc32c3204e2fad530efc'
 '12c4feb01c5c42e98e53f9d6fd457727ec0bf0b19bf9c4bc2ee216f31afe7afc'
-'66401172f710e80e1f715c89bc6ed5a6d0ad567c58ad03101e59556c52245158'
-'0d158e9fc2ac6375ae9c140eb79e0308794c1a0220d3634a2b98e94b37b6f8dc')
+'66401172f710e80e1f715c89bc6ed5a6d0ad567c58ad03101e59556c52245158')
 
-prepare() {
-  cd "OpenSearch-${pkgver}"
-  patch -Np1 -i "${srcdir}/remove-systemd-distribution-check.patch"
-}
-
 build() {
   cd "OpenSearch-${pkgver}"
   export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
@@ -131,6 +124,9 @@
 'opensearch-anomaly-detection-plugin'
 'opensearch-asynchronous-search-plugin'
 'opensearch-cross-cluster-replication-plugin'
+'opensearch-geospatial-plugin'
+'opensearch-ml-commons-plugin'
+'opensearch-notifications-plugin'
 'opensearch-index-management-plugin'
 'opensearch-job-scheduler-plugin'
 'opensearch-knn-plugin'

Deleted: remove-systemd-distribution-check.patch
===
--- remove-systemd-distribution-check.patch 2022-09-01 20:53:18 UTC (rev 
1290422)
+++ remove-systemd-distribution-check.patch 2022-09-01 20:55:32 UTC (rev 
1290423)
@@ -1,17 +0,0 @@
-diff --git 
a/modules/systemd/src/main/java/org/opensearch/systemd/SystemdPlugin.java 
b/modules/systemd/src/main/java/org/opensearch/systemd/SystemdPlugin.java
-index 40cc219cbb4..5b89f469da7 100644
 a/modules/systemd/src/main/java/org/opensearch/systemd/SystemdPlugin.java
-+++ b/modules/systemd/src/main/java/org/opensearch/systemd/SystemdPlugin.java
-@@ -59,11 +59,7 @@ public class SystemdPlugin extends Plugin implements 
ClusterPlugin {
- }
- 
- SystemdPlugin(final boolean assertIsPackageDistribution, final Build.Type 
buildType, final String esSDNotify) {
--final boolean isPackageDistribution = buildType == Build.Type.DEB || 
buildType == Build.Type.RPM;
--if (assertIsPackageDistribution) {
--// our build is configured to only include this module in the 
package distributions
--assert isPackageDistribution : buildType;
--}
-+final boolean isPackageDistribution = true;
- if (isPackageDistribution == false) {
- logger.debug("disabling sd_notify as the build type [{}] is not a 
package distribution", buildType);
- enabled = false;



[arch-commits] Commit in sile/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-09-01 Thread Caleb Maclennan via arch-commits
Date: Thursday, September 1, 2022 @ 20:53:18
  Author: alerque
Revision: 1290422

archrelease: copy trunk to community-x86_64

Added:
  sile/repos/community-x86_64/PKGBUILD
(from rev 1290421, sile/trunk/PKGBUILD)
Deleted:
  sile/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  149 ++---
 1 file changed, 75 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:53:10 UTC (rev 1290421)
+++ PKGBUILD2022-09-01 20:53:18 UTC (rev 1290422)
@@ -1,74 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Adrián Pérez de Castro 
-
-pkgname=sile
-pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
-pkgver=0.14.3
-pkgrel=1
-arch=(x86_64)
-url=https://www.sile-typesetter.org
-_url="https://github.com/sile-typesetter/$pkgname;
-license=(MIT)
-_luadeps=(bit32
-  cassowary
-  cldr
-  cliargs
-  cosmo
-  expat
-  filesystem
-  fluent
-  linenoise
-  loadkit
-  lpeg
-  luaepnf
-  luarepl
-  luautf8
-  penlight
-  sec
-  socket
-  vstruct
-  zlib)
-depends=(glibc
- fontconfig
- freetype2
- harfbuzz
- gentium-plus-font
- git
- icu
- libpng # this goes with libtexpdf if ever split out to a library 
package
- lua
- "${_luadeps[@]/#/lua-}"
- zlib)
-depends+=(libfreetype.so
-  libharfbuzz.so
-  libicudata.so
-  libicui18n.so
-  libicuio.so
-  libicuuc.so)
-optdepends=('libertinus-font: default math font'
-'noto-fonts-cjk: default font for tate enabled classes'
-'ttf-hack: defaualt mono font')
-checkdepends=(poppler)
-provides=(libtexpdf.so)
-options=(debug)
-_archive="$pkgname-$pkgver"
-source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('7f9735bb2bdea5004b226037baa85bbb684d9de1653d65faa5d1dc0677a6f6d8')
-
-build () {
-   cd "$_archive"
-   ./configure \
-   --prefix /usr \
-   --with-system-luarocks
-   make all
-}
-
-check () {
-   cd "$_archive"
-   make check
-}
-
-package () {
-   cd "$_archive"
-   make install DESTDIR="$pkgdir"
-}

Copied: sile/repos/community-x86_64/PKGBUILD (from rev 1290421, 
sile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 20:53:18 UTC (rev 1290422)
@@ -0,0 +1,75 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Adrián Pérez de Castro 
+
+pkgname=sile
+pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
+pkgver=0.14.3
+pkgrel=2
+arch=(x86_64)
+url=https://www.sile-typesetter.org
+_url="https://github.com/sile-typesetter/$pkgname;
+license=(MIT)
+_luadeps=(bit32
+  cassowary
+  cldr
+  cliargs
+  cosmo
+  expat
+  filesystem
+  fluent
+  linenoise
+  loadkit
+  lpeg
+  luaepnf
+  luarepl
+  luautf8
+  penlight
+  sec
+  socket
+  vstruct
+  zlib)
+depends=(glibc
+ fontconfig
+ freetype2
+ harfbuzz
+ gentium-plus-font
+ git
+ icu
+ libpng # this goes with libtexpdf if ever split out to a library 
package
+ lua
+ "${_luadeps[@]/#/lua-}"
+ zlib)
+depends+=(libfreetype.so
+  libharfbuzz.so
+  libicudata.so
+  libicui18n.so
+  libicuio.so
+  libicuuc.so)
+optdepends=('libertinus-font: default math font'
+'luarocks: manage addon packages'
+'noto-fonts-cjk: default font for tate enabled classes'
+'ttf-hack: defaualt mono font')
+checkdepends=(poppler)
+provides=(libtexpdf.so)
+options=(debug)
+_archive="$pkgname-$pkgver"
+source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('7f9735bb2bdea5004b226037baa85bbb684d9de1653d65faa5d1dc0677a6f6d8')
+
+build () {
+   cd "$_archive"
+   ./configure \
+   --prefix /usr \
+   --with-system-luarocks
+   make all
+}
+
+check () {
+   cd "$_archive"
+   make check
+}
+
+package () {
+   cd "$_archive"
+   make install DESTDIR="$pkgdir"
+}



[arch-commits] Commit in sile/trunk (PKGBUILD)

2022-09-01 Thread Caleb Maclennan via arch-commits
Date: Thursday, September 1, 2022 @ 20:53:10
  Author: alerque
Revision: 1290421

upgpkg: sile 0.14.3-2; suggest installation of luarocks used for plugin 
management

Modified:
  sile/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:46:54 UTC (rev 1290420)
+++ PKGBUILD2022-09-01 20:53:10 UTC (rev 1290421)
@@ -4,7 +4,7 @@
 pkgname=sile
 pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
 pkgver=0.14.3
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url=https://www.sile-typesetter.org
 _url="https://github.com/sile-typesetter/$pkgname;
@@ -46,6 +46,7 @@
   libicuio.so
   libicuuc.so)
 optdepends=('libertinus-font: default math font'
+'luarocks: manage addon packages'
 'noto-fonts-cjk: default font for tate enabled classes'
 'ttf-hack: defaualt mono font')
 checkdepends=(poppler)



[arch-commits] Commit in sile/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-09-01 Thread Caleb Maclennan via arch-commits
Date: Thursday, September 1, 2022 @ 20:46:54
  Author: alerque
Revision: 1290420

archrelease: copy trunk to community-x86_64

Added:
  sile/repos/community-x86_64/PKGBUILD
(from rev 1290419, sile/trunk/PKGBUILD)
Deleted:
  sile/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  147 ++---
 1 file changed, 74 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 20:46:46 UTC (rev 1290419)
+++ PKGBUILD2022-09-01 20:46:54 UTC (rev 1290420)
@@ -1,73 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Adrián Pérez de Castro 
-
-pkgname=sile
-pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
-pkgver=0.14.2
-pkgrel=1
-arch=(x86_64)
-url=https://www.sile-typesetter.org
-_url="https://github.com/sile-typesetter/$pkgname;
-license=(MIT)
-_luadeps=(bit32
-  cassowary
-  cldr
-  cliargs
-  cosmo
-  expat
-  filesystem
-  fluent
-  linenoise
-  loadkit
-  lpeg
-  luaepnf
-  luarepl
-  luautf8
-  penlight
-  sec
-  socket
-  vstruct
-  zlib)
-depends=(glibc
- fontconfig
- freetype2
- harfbuzz
- gentium-plus-font
- git
- icu
- libpng # this goes with libtexpdf if ever split out to a library 
package
- lua
- "${_luadeps[@]/#/lua-}"
- zlib)
-depends+=(libfreetype.so
-  libharfbuzz.so
-  libicudata.so
-  libicui18n.so
-  libicuio.so
-  libicuuc.so)
-optdepends=('libertinus-font: math package default font'
-'noto-fonts-cjk: tate enabled classes default font')
-checkdepends=(poppler)
-provides=(libtexpdf.so)
-options=(debug)
-_archive="$pkgname-$pkgver"
-source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('a3de247d9c21a3b26e9bef10865dc04ccf72021285aa1197365519a36f5062e0')
-
-build () {
-   cd "$_archive"
-   ./configure \
-   --prefix /usr \
-   --with-system-luarocks
-   make all
-}
-
-check () {
-   cd "$_archive"
-   make check
-}
-
-package () {
-   cd "$_archive"
-   make install DESTDIR="$pkgdir"
-}

Copied: sile/repos/community-x86_64/PKGBUILD (from rev 1290419, 
sile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 20:46:54 UTC (rev 1290420)
@@ -0,0 +1,74 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Adrián Pérez de Castro 
+
+pkgname=sile
+pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
+pkgver=0.14.3
+pkgrel=1
+arch=(x86_64)
+url=https://www.sile-typesetter.org
+_url="https://github.com/sile-typesetter/$pkgname;
+license=(MIT)
+_luadeps=(bit32
+  cassowary
+  cldr
+  cliargs
+  cosmo
+  expat
+  filesystem
+  fluent
+  linenoise
+  loadkit
+  lpeg
+  luaepnf
+  luarepl
+  luautf8
+  penlight
+  sec
+  socket
+  vstruct
+  zlib)
+depends=(glibc
+ fontconfig
+ freetype2
+ harfbuzz
+ gentium-plus-font
+ git
+ icu
+ libpng # this goes with libtexpdf if ever split out to a library 
package
+ lua
+ "${_luadeps[@]/#/lua-}"
+ zlib)
+depends+=(libfreetype.so
+  libharfbuzz.so
+  libicudata.so
+  libicui18n.so
+  libicuio.so
+  libicuuc.so)
+optdepends=('libertinus-font: default math font'
+'noto-fonts-cjk: default font for tate enabled classes'
+'ttf-hack: defaualt mono font')
+checkdepends=(poppler)
+provides=(libtexpdf.so)
+options=(debug)
+_archive="$pkgname-$pkgver"
+source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('7f9735bb2bdea5004b226037baa85bbb684d9de1653d65faa5d1dc0677a6f6d8')
+
+build () {
+   cd "$_archive"
+   ./configure \
+   --prefix /usr \
+   --with-system-luarocks
+   make all
+}
+
+check () {
+   cd "$_archive"
+   make check
+}
+
+package () {
+   cd "$_archive"
+   make install DESTDIR="$pkgdir"
+}



[arch-commits] Commit in sile/trunk (PKGBUILD)

2022-09-01 Thread Caleb Maclennan via arch-commits
Date: Thursday, September 1, 2022 @ 20:46:46
  Author: alerque
Revision: 1290419

upgpkg: sile 0.14.3-1

Modified:
  sile/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 19:58:41 UTC (rev 1290418)
+++ PKGBUILD2022-09-01 20:46:46 UTC (rev 1290419)
@@ -3,7 +3,7 @@
 
 pkgname=sile
 pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
-pkgver=0.14.2
+pkgver=0.14.3
 pkgrel=1
 arch=(x86_64)
 url=https://www.sile-typesetter.org
@@ -45,14 +45,15 @@
   libicui18n.so
   libicuio.so
   libicuuc.so)
-optdepends=('libertinus-font: math package default font'
-'noto-fonts-cjk: tate enabled classes default font')
+optdepends=('libertinus-font: default math font'
+'noto-fonts-cjk: default font for tate enabled classes'
+'ttf-hack: defaualt mono font')
 checkdepends=(poppler)
 provides=(libtexpdf.so)
 options=(debug)
 _archive="$pkgname-$pkgver"
 source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('a3de247d9c21a3b26e9bef10865dc04ccf72021285aa1197365519a36f5062e0')
+sha256sums=('7f9735bb2bdea5004b226037baa85bbb684d9de1653d65faa5d1dc0677a6f6d8')
 
 build () {
cd "$_archive"



[arch-commits] Commit in kitinerary/repos (3 files)

2022-09-01 Thread Antonio Rojas via arch-commits
Date: Thursday, September 1, 2022 @ 20:40:13
  Author: arojas
Revision: 454881

archrelease: copy trunk to staging-x86_64

Added:
  kitinerary/repos/staging-x86_64/
  kitinerary/repos/staging-x86_64/PKGBUILD
(from rev 454880, kitinerary/trunk/PKGBUILD)
  kitinerary/repos/staging-x86_64/keys/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: kitinerary/repos/staging-x86_64/PKGBUILD (from rev 454880, 
kitinerary/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-09-01 20:40:13 UTC (rev 454881)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kitinerary
+pkgver=22.08.0
+pkgrel=2
+pkgdesc='Data model and extraction system for travel reservation information'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(kmime kpkpass kcalendarcore kcontacts poppler libphonenumber 
zxing-cpp)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('2fd35f322c48723b61c98006a2d10010eaf528360f93971d11d07d35168133cb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in kitinerary/trunk (PKGBUILD)

2022-09-01 Thread Antonio Rojas via arch-commits
Date: Thursday, September 1, 2022 @ 20:40:03
  Author: arojas
Revision: 454880

upgpkg: kitinerary 22.08.0-2: poppler 22.09 rebuild

Modified:
  kitinerary/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:37:29 UTC (rev 454879)
+++ PKGBUILD2022-09-01 20:40:03 UTC (rev 454880)
@@ -2,7 +2,7 @@
 
 pkgname=kitinerary
 pkgver=22.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Data model and extraction system for travel reservation information'
 arch=(x86_64)
 url='https://kontact.kde.org'



[arch-commits] Commit in calligra/repos (7 files)

2022-09-01 Thread Antonio Rojas via arch-commits
Date: Thursday, September 1, 2022 @ 20:37:29
  Author: arojas
Revision: 454879

archrelease: copy trunk to staging-x86_64

Added:
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/068cd9ae.patch
(from rev 454878, calligra/trunk/068cd9ae.patch)
  calligra/repos/staging-x86_64/2ac46db5.patch
(from rev 454878, calligra/trunk/2ac46db5.patch)
  calligra/repos/staging-x86_64/62f51070.patch
(from rev 454878, calligra/trunk/62f51070.patch)
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 454878, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-openexr3.patch
(from rev 454878, calligra/trunk/calligra-openexr3.patch)
  calligra/repos/staging-x86_64/keys/

-+
 068cd9ae.patch  |   72 +
 2ac46db5.patch  |   22 +++
 62f51070.patch  |   50 +
 PKGBUILD|   67 ++
 calligra-openexr3.patch |   89 ++
 5 files changed, 300 insertions(+)

Copied: calligra/repos/staging-x86_64/068cd9ae.patch (from rev 454878, 
calligra/trunk/068cd9ae.patch)
===
--- staging-x86_64/068cd9ae.patch   (rev 0)
+++ staging-x86_64/068cd9ae.patch   2022-09-01 20:37:29 UTC (rev 454879)
@@ -0,0 +1,72 @@
+From 068cd9aec11052733e393976142516d2190e4564 Mon Sep 17 00:00:00 2001
+From: Pierre Ducroquet 
+Date: Sun, 28 Feb 2021 23:23:02 +0100
+Subject: [PATCH] Fix some more warnings
+
+diff --git a/filters/words/msword-odf/wv2/src/styles.cpp 
b/filters/words/msword-odf/wv2/src/styles.cpp
+index f47c3dd8d51..d2c96e3d92b 100644
+--- a/filters/words/msword-odf/wv2/src/styles.cpp
 b/filters/words/msword-odf/wv2/src/styles.cpp
+@@ -42,7 +42,6 @@ STD::STD()
+ }
+ 
+ STD::STD( U16 baseSize, U16 totalSize, OLEStreamReader* stream, bool 
preservePos )
+-throw(InvalidFormatException)
+ {
+ clearInternal();
+ if (!read( baseSize, totalSize, stream, preservePos )) {
+@@ -112,7 +111,6 @@ STD& STD::operator=( const STD& rhs )
+ }
+ 
+ bool STD::read( const U16 cbStd, const U16 stdfSize, OLEStreamReader* stream, 
bool preservePos )
+-throw(InvalidFormatException)
+ {
+ U16 shifterU16;
+ S32 startOffset=stream->tell();  // address where the STD starts
+@@ -938,7 +936,7 @@ void Style::mergeUpechpx( const Style* parentStyle, 
WordVersion version )
+ }
+ 
+ 
+-StyleSheet::StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 
lcbStshf ) throw(InvalidFormatException)
++StyleSheet::StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 
lcbStshf )
+ : m_udsNum(0)
+ {
+ WordVersion version = Word8;
+diff --git a/filters/words/msword-odf/wv2/src/styles.h 
b/filters/words/msword-odf/wv2/src/styles.h
+index ba02def6845..41c8278dd21 100644
+--- a/filters/words/msword-odf/wv2/src/styles.h
 b/filters/words/msword-odf/wv2/src/styles.h
+@@ -58,8 +58,9 @@ struct STD
+ STD();
+ /**
+  * Simply calls read(...)
++ * @throw InvalidFormatException
+  */
+-STD( U16 stdfSize, U16 totalSize, OLEStreamReader* stream, bool 
preservePos = false ) throw(InvalidFormatException);
++STD( U16 stdfSize, U16 totalSize, OLEStreamReader* stream, bool 
preservePos = false );
+ /**
+  * Attention: This struct allocates memory on the heap
+  */
+@@ -74,8 +75,9 @@ struct STD
+  * false the state of stream will be changed!
+  *
+  * @return true - success, false - failed
++ * @throw InvalidFormatException
+  */
+-bool read( const U16 cbStd, const U16 stdfSize, OLEStreamReader* stream, 
bool preservePos = false ) throw(InvalidFormatException);
++bool read( const U16 cbStd, const U16 stdfSize, OLEStreamReader* stream, 
bool preservePos = false );
+ 
+ /**
+  * Same as reading :)
+@@ -365,7 +367,10 @@ class WV2_EXPORT Style
+ class WV2_EXPORT StyleSheet
+ {
+ public:
+-StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 lcbStshf ) 
throw(InvalidFormatException);
++/**
++ * @throw InvalidFormatException
++ */
++StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 lcbStshf );
+ ~StyleSheet();
+ 
+ /**

Copied: calligra/repos/staging-x86_64/2ac46db5.patch (from rev 454878, 
calligra/trunk/2ac46db5.patch)
===
--- staging-x86_64/2ac46db5.patch   (rev 0)
+++ staging-x86_64/2ac46db5.patch   2022-09-01 20:37:29 UTC (rev 454879)
@@ -0,0 +1,22 @@
+From 2ac46db52c6ad401f67ae5b5fcd859a5872f0311 Mon Sep 17 00:00:00 2001
+From: Pierre Ducroquet 
+Date: Sat, 1 May 2021 15:08:57 +0200
+Subject: [PATCH] Small CMake modernization
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index fe6502493ed..b237f68fcb6 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -105,11 +90,7 @@ endif()
+ message(STATUS "Release build: 

[arch-commits] Commit in calligra/trunk (PKGBUILD)

2022-09-01 Thread Antonio Rojas via arch-commits
Date: Thursday, September 1, 2022 @ 20:37:11
  Author: arojas
Revision: 454878

upgpkg: calligra 3.2.1-37: poppler 22.09 rebuild

Modified:
  calligra/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:09:17 UTC (rev 454877)
+++ PKGBUILD2022-09-01 20:37:11 UTC (rev 454878)
@@ -6,7 +6,7 @@
 pkgname=calligra
 pkgdesc='A set of applications for productivity and creative usage'
 pkgver=3.2.1
-pkgrel=36
+pkgrel=37
 arch=(x86_64)
 url='https://www.calligra-suite.org/'
 license=(FDL1.2 GPL2 LGPL)



[arch-commits] Commit in (sip4)

2022-09-01 Thread Antonio Rojas via arch-commits
Date: Thursday, September 1, 2022 @ 20:09:17
  Author: arojas
Revision: 454877

No longer needed

Deleted:
  sip4/



[arch-commits] Commit in virtualbox-host-modules-arch/repos/community-testing-x86_64 (2 files)

2022-09-01 Thread Christian Hesse via arch-commits
Date: Thursday, September 1, 2022 @ 19:58:41
  Author: eworm
Revision: 1290418

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 1290417, virtualbox-host-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 19:58:39 UTC (rev 1290417)
+++ PKGBUILD2022-09-01 19:58:41 UTC (rev 1290418)
@@ -1,40 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgname='virtualbox-host-modules-arch'
-pkgver=6.1.36
-pkgrel=16
-pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-arch=('x86_64')
-url='https://virtualbox.org/'
-license=('GPL')
-makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
-replaces=('virtualbox-modules' 'virtualbox-host-modules')
-conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-   'virtualbox-host-dkms')
-provides=('VIRTUALBOX-HOST-MODULES')
-
-build() {
-  _kernver="$(
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.38
+pkgrel=2
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

[arch-commits] Commit in virtualbox-host-modules-arch/trunk (PKGBUILD)

2022-09-01 Thread Christian Hesse via arch-commits
Date: Thursday, September 1, 2022 @ 19:58:39
  Author: eworm
Revision: 1290417

upgpkg: virtualbox-host-modules-arch 6.1.38-2: new upstream release, for linux 
5.19.6.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 19:57:22 UTC (rev 1290416)
+++ PKGBUILD2022-09-01 19:58:39 UTC (rev 1290417)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.38
-pkgrel=1
+pkgrel=2
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



[arch-commits] Commit in virtualbox-host-modules-arch/repos/community-x86_64 (2 files)

2022-09-01 Thread Christian Hesse via arch-commits
Date: Thursday, September 1, 2022 @ 19:57:22
  Author: eworm
Revision: 1290416

archrelease: copy trunk to community-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 1290415, virtualbox-host-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-host-modules-arch/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 19:57:19 UTC (rev 1290415)
+++ PKGBUILD2022-09-01 19:57:22 UTC (rev 1290416)
@@ -1,40 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgname='virtualbox-host-modules-arch'
-pkgver=6.1.36
-pkgrel=15
-pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-arch=('x86_64')
-url='https://virtualbox.org/'
-license=('GPL')
-makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
-replaces=('virtualbox-modules' 'virtualbox-host-modules')
-conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-   'virtualbox-host-dkms')
-provides=('VIRTUALBOX-HOST-MODULES')
-
-build() {
-  _kernver="$(
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.38
+pkgrel=1
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

[arch-commits] Commit in virtualbox-host-modules-arch/trunk (PKGBUILD)

2022-09-01 Thread Christian Hesse via arch-commits
Date: Thursday, September 1, 2022 @ 19:57:19
  Author: eworm
Revision: 1290415

upgpkg: virtualbox-host-modules-arch 6.1.38-1: new upstream release, for linux 
5.19.5.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 19:55:09 UTC (rev 1290414)
+++ PKGBUILD2022-09-01 19:57:19 UTC (rev 1290415)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname='virtualbox-host-modules-arch'
-pkgver=6.1.36
-pkgrel=16
+pkgver=6.1.38
+pkgrel=1
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



[arch-commits] Commit in virtualbox/repos (27 files)

2022-09-01 Thread Christian Hesse via arch-commits
Date: Thursday, September 1, 2022 @ 19:53:11
  Author: eworm
Revision: 1290412

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox/repos/community-testing-x86_64/
  virtualbox/repos/community-testing-x86_64/001-disable-update.patch
(from rev 1290411, virtualbox/trunk/001-disable-update.patch)
  virtualbox/repos/community-testing-x86_64/004-drop-Wno-format.patch
(from rev 1290411, virtualbox/trunk/004-drop-Wno-format.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 1290411, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 1290411, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/008-no-vboxvideo.patch
(from rev 1290411, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-testing-x86_64/009-i3wm.patch
(from rev 1290411, virtualbox/trunk/009-i3wm.patch)
  
virtualbox/repos/community-testing-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 1290411, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-testing-x86_64/013-Makefile.patch
(from rev 1290411, virtualbox/trunk/013-Makefile.patch)
  virtualbox/repos/community-testing-x86_64/017-fix-narrowing-conversion.patch
(from rev 1290411, virtualbox/trunk/017-fix-narrowing-conversion.patch)
  virtualbox/repos/community-testing-x86_64/018-xclient.patch
(from rev 1290411, virtualbox/trunk/018-xclient.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 1290411, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 1290411, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 1290411, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 1290411, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 1290411, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.path
(from rev 1290411, virtualbox/trunk/vboxdrmclient.path)
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.service
(from rev 1290411, virtualbox/trunk/vboxdrmclient.service)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 1290411, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 1290411, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 1290411, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 1290411, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-x86_64/virtualbox-ext-vnc.install
(from rev 1290411, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-utils.sysusers
(from rev 1290411, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.conf
(from rev 1290411, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.install
(from rev 1290411, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox.sysusers
(from rev 1290411, virtualbox/trunk/virtualbox.sysusers)

-+
 001-disable-update.patch|   13 
 004-drop-Wno-format.patch   |  122 ++
 005-gsoap-build.patch   |   11 
 006-rdesktop-vrdp-keymap-path.patch |   12 
 008-no-vboxvideo.patch  |   12 
 009-i3wm.patch  |   50 ++
 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch |   14 
 013-Makefile.patch  |   44 ++
 017-fix-narrowing-conversion.patch  |   37 +
 018-xclient.patch   |   24 +
 60-vboxdrv.rules|8 
 60-vboxguest.rules  |2 
 LocalConfig.kmk |   39 +
 PKGBUILD|  356 ++
 build.sh|3 
 vboxdrmclient.path  |6 
 vboxdrmclient.service   |7 
 vboxreload  |   37 +
 vboxservice-nox.service |   11 
 vboxservice.service |   13 
 vboxweb.service |   11 
 virtualbox-ext-vnc.install  | 

[arch-commits] Commit in virtualbox/trunk (PKGBUILD)

2022-09-01 Thread Christian Hesse via arch-commits
Date: Thursday, September 1, 2022 @ 19:53:01
  Author: eworm
Revision: 1290411

upgpkg: virtualbox 6.1.38-1: new upstream release

Modified:
  virtualbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 19:48:56 UTC (rev 1290410)
+++ PKGBUILD2022-09-01 19:53:01 UTC (rev 1290411)
@@ -8,7 +8,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=6.1.36
+pkgver=6.1.38
 _tarver=${pkgver}
 pkgrel=1
 arch=('x86_64')
@@ -73,7 +73,7 @@
 '013-Makefile.patch'
 '017-fix-narrowing-conversion.patch'
 '018-xclient.patch')
-sha256sums=('e47942e42892c13c621869865e2b7b320340154f0fa74ecbdaf18fdaf70ef047'
+sha256sums=('56d997b58154df3974ce040a64970fa774add41e84b23dfb84b279b24545d7e4'
 '76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db'
 '2101ebb58233bbfadf3aa74381f22f7e7e508559d2b46387114bc2d8e308554c'
 'da4c49f6ca94e047e196cdbcba2c321199f4760056ea66e0fbc659353e128c9e'



[arch-commits] Commit in poppler/repos (3 files)

2022-09-01 Thread Andreas Radke via arch-commits
Date: Thursday, September 1, 2022 @ 19:51:43
  Author: andyrtr
Revision: 454875

archrelease: copy trunk to staging-x86_64

Added:
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 454874, poppler/trunk/PKGBUILD)
  poppler/repos/staging-x86_64/keys/

--+
 PKGBUILD |   95 +
 1 file changed, 95 insertions(+)

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 454874, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-09-01 19:51:43 UTC (rev 454875)
@@ -0,0 +1,95 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
+pkgver=22.09.0
+pkgrel=1
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'qt6-base' 'git' 'nss' 
'gtk-doc' 'curl' 'poppler-data'
+ 'cmake' 'python' 'boost')
+options=('!emptydirs' 'debug')
+url="https://poppler.freedesktop.org/;
+# https://gitlab.freedesktop.org/poppler/poppler
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=920c89f8f43bdfe8966c8e397e7f67f5302e9435)
+sha256sums=('d7a8f748211359cadb774ba3e18ecda6464b34027045c0648eb30d5852a41e2e'
+'SKIP'
+'SKIP')
+validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
+-DENABLE_GTK_DOC=ON
+  make
+}
+
+check() {
+  cd build
+  LANG=en_US.UTF8 make test
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
+  optdepends=('poppler-data: highly recommended encoding data to display PDF 
documents with certain encodings and characters')
+  provides=('libpoppler.so' 'libpoppler-cpp.so')
+  conflicts=("poppler-qt3<${pkgver}" "poppler-qt4<${pkgver}")
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # cleanup for splitted build
+  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt5,qt6}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5,qt6}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5,qt6}.pc
+  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
+  rm -vrf "${pkgdir}"/usr/share/gtk-doc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+  provides=('libpoppler-glib.so')
+
+  cd build
+
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
+  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+  provides=('libpoppler-qt5.so')
+
+  cd build
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+}
+
+package_poppler-qt6() {
+  pkgdesc="Poppler Qt6 bindings"
+  depends=("poppler=${pkgver}" 'qt6-base')
+  provides=('libpoppler-qt6.so')
+
+  cd build
+  make -C qt6 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt6.pc "${pkgdir}/usr/lib/pkgconfig/"
+}



[arch-commits] Commit in poppler/trunk (PKGBUILD)

2022-09-01 Thread Andreas Radke via arch-commits
Date: Thursday, September 1, 2022 @ 19:51:27
  Author: andyrtr
Revision: 454874

upgpkg: poppler 22.09.0-1: upstream update 22.09.0

Modified:
  poppler/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 17:36:40 UTC (rev 454873)
+++ PKGBUILD2022-09-01 19:51:27 UTC (rev 454874)
@@ -3,8 +3,8 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
-pkgver=22.08.0
-pkgrel=2
+pkgver=22.09.0
+pkgrel=1
 arch=(x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
@@ -14,20 +14,14 @@
 url="https://poppler.freedesktop.org/;
 # https://gitlab.freedesktop.org/poppler/poppler
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
-
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=920c89f8f43bdfe8966c8e397e7f67f5302e9435
-
JBIG2Stream_Fix_crash_on_broken_file.patch::https://gitlab.freedesktop.org/poppler/poppler/-/commit/27354e9d96.patch
-)
-sha256sums=('b493328721402f25cb7523f9cdc2f7d7c59f45ad999bde75c63c90604db0f20b'
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=920c89f8f43bdfe8966c8e397e7f67f5302e9435)
+sha256sums=('d7a8f748211359cadb774ba3e18ecda6464b34027045c0648eb30d5852a41e2e'
 'SKIP'
-'SKIP'
 'SKIP')
 validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
 
 prepare() {
   mkdir build
- cd ${pkgname}-${pkgver}
- # FS#75713 / CVE-2022-38171
- patch -Np1 -i  ../JBIG2Stream_Fix_crash_on_broken_file.patch
 }
 
 build() {



[arch-commits] Commit in virtualbox-guest-iso/repos (4 files)

2022-09-01 Thread Christian Hesse via arch-commits
Date: Thursday, September 1, 2022 @ 19:48:56
  Author: eworm
Revision: 1290410

archrelease: copy trunk to community-testing-any

Added:
  virtualbox-guest-iso/repos/community-testing-any/
  virtualbox-guest-iso/repos/community-testing-any/PKGBUILD
(from rev 1290409, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-testing-any/license
(from rev 1290409, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-testing-any/virtualbox-guest-iso.install
(from rev 1290409, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)

--+
 PKGBUILD |   29 +
 license  |   34 ++
 virtualbox-guest-iso.install |   18 ++
 3 files changed, 81 insertions(+)

Copied: virtualbox-guest-iso/repos/community-testing-any/PKGBUILD (from rev 
1290409, virtualbox-guest-iso/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-09-01 19:48:56 UTC (rev 1290410)
@@ -0,0 +1,29 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=6.1.38
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='https://www.virtualbox.org/'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+sha256sums=('54e62a292bd0178d352d395bb715fd8cd25927cc955ef052d69d4b42f2587165'
+'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
+
+package() {
+  install -D -m 0644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -D -m 0644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: virtualbox-guest-iso/repos/community-testing-any/license (from rev 
1290409, virtualbox-guest-iso/trunk/license)
===
--- community-testing-any/license   (rev 0)
+++ community-testing-any/license   2022-09-01 19:48:56 UTC (rev 1290410)
@@ -0,0 +1,34 @@
+VirtualBox Personal Use and Evaluation License (PUEL) 
+
+This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
+
+In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
+
+* for personal use or, alternatively,
+* for product evaluation. 
+
+In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
+
+If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
+
+If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
+VirtualBox PUEL terms and conditions ¶
+
+Version 1.2, 2007-02-21
+
+InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the product, because only InnoTek as the product’s 
owner can give you permission to use it.
+
+§ 1 Subject of license. “Product”, as referred to in this License, shall be 
the binary software package “VirtualBox”, which allows for creating multiple 
virtual computers, each with different operating systems (“Guest Computers”), 
on a physical computer with a specific operating system (“Host Computer”), to 
allow for installing and executing these Guest Computers simultaneously. The 
Product consists of executable files in machine code for the Windows 2000/XP 
and Linux operating systems as well as other data files as required by the 
executable files at run-time and documentation in electronic form.
+
+§ 2 Grant of license. (1) InnoTek grants you a personal right to install and 
execute the Product on a Host Computer for Personal Use or Educational Use or 
for Evaluation. “Personal Use” requires that you use the product on the same 
Host Computer where you installed it yourself and that no more than one client 
connect to that Host Computer at a time for the purpose of displaying Guest 
Computers remotely. “Educational use” is any 

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2022-09-01 Thread Christian Hesse via arch-commits
Date: Thursday, September 1, 2022 @ 19:48:53
  Author: eworm
Revision: 1290409

upgpkg: virtualbox-guest-iso 6.1.38-1: new upstream release

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 19:38:44 UTC (rev 1290408)
+++ PKGBUILD2022-09-01 19:48:53 UTC (rev 1290409)
@@ -6,7 +6,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=6.1.36
+pkgver=6.1.38
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -18,7 +18,7 @@
 noextract=(VBoxGuestAdditions_$pkgver.iso)
 
source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
 'license')
-sha256sums=('c987cdc8c08c579f56d921c85269aeeac3faf636babd01d9461ce579c9362cdd'
+sha256sums=('54e62a292bd0178d352d395bb715fd8cd25927cc955ef052d69d4b42f2587165'
 'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
 
 package() {



[arch-commits] Commit in grafana/repos/community-x86_64 (10 files)

2022-09-01 Thread Jelle van der Waa via arch-commits
Date: Thursday, September 1, 2022 @ 19:37:14
  Author: jelle
Revision: 1290404

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 1290403, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 1290403, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 1290403, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 1290403, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 1290403, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  170 ++---
 grafana.install  |   44 ++---
 grafana.service  |   46 +++---
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 19:36:59 UTC (rev 1290403)
+++ PKGBUILD2022-09-01 19:37:14 UTC (rev 1290404)
@@ -1,85 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=9.1.0
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('AGPL' 'Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-gallium' 'yarn')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-sha512sums=('SKIP'
-
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
-
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
-
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-
-  sed -i "s/v8.4.0-pre/v$pkgver/" package.json
-}
-
-build() {
-  cd grafana
-  echo 'Generate golang'
-  make gen-go
-
-  echo 'building the backend'
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go run build.go setup
-  go run build.go build
-
-  echo 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  export NODE_OPTIONS="--max-old-space-size=16000" # Increase to 8 GB
-  yarn install || cat /tmp/*/build.log
-  NODE_ENV=production yarn run build
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/linux-amd64/grafana-server 
"$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/linux-amd64/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-  install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-  install -dm755 "$pkgdir/usr/share/grafana/"
-  for i in public tools; do
-cp -r "$i" "$pkgdir/usr/share/grafana/$i"
-  done
-
-  # Remove unit tests
-  rm -r "$pkgdir/usr/share/grafana/public/test"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafana/repos/community-x86_64/PKGBUILD (from rev 1290403, 
grafana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 19:37:14 UTC (rev 1290404)
@@ -0,0 +1,85 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: 

[arch-commits] Commit in grafana/trunk (PKGBUILD)

2022-09-01 Thread Jelle van der Waa via arch-commits
Date: Thursday, September 1, 2022 @ 19:36:59
  Author: jelle
Revision: 1290403

upgpkg: grafana 9.1.2-1

Modified:
  grafana/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 19:31:52 UTC (rev 1290402)
+++ PKGBUILD2022-09-01 19:36:59 UTC (rev 1290403)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=9.1.0
+pkgver=9.1.2
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'



[arch-commits] Commit in vscode-languageservers/repos/community-any (2 files)

2022-09-01 Thread Daniel M. Capella via arch-commits
Date: Thursday, September 1, 2022 @ 19:31:52
  Author: polyzen
Revision: 1290402

archrelease: copy trunk to community-any

Added:
  vscode-languageservers/repos/community-any/PKGBUILD
(from rev 1290401, vscode-languageservers/trunk/PKGBUILD)
Deleted:
  vscode-languageservers/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 19:31:30 UTC (rev 1290401)
+++ PKGBUILD2022-09-01 19:31:52 UTC (rev 1290402)
@@ -1,69 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Ilango Rajagopal 
-
-pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
-pkgbase=vscode-languageservers
-pkgver=1.70.0
-pkgrel=1
-pkgdesc='VS Code language servers'
-arch=('any')
-url=https://github.com/Microsoft/vscode
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'typescript' 'yarn')
-source=("git+$url.git#tag=$pkgver")
-b2sums=('SKIP')
-
-prepare() {
-  for i in 'css' 'html' 'json'; do
-pushd vscode/extensions/$i-language-features/server
-yarn --frozen-lockfile
-popd
-  done
-}
-
-build() {
-  for i in 'css' 'html' 'json'; do
-pushd vscode/extensions/$i-language-features/server
-tsc || true
-popd
-  done
-}
-
-_package() {
-  install -d "$pkgdir"/usr/{bin,lib/node_modules/"$1"}
-
-  cd vscode/extensions
-
-  case "$1" in
-vscode-css-languageserver)
-  pkgdesc='CSS/LESS/SCSS language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/cssServerMain');" 
>"$pkgdir"/usr/bin/"$1"
-  cd css-language-features/server
-  ;;
-vscode-html-languageserver)
-  pkgdesc='HTML language server'
-  depends+=('typescript')
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/htmlServerMain');" 
>"$pkgdir"/usr/bin/"$1"
-  cd html-language-features/server
-  ;;
-vscode-json-languageserver)
-  pkgdesc='JSON language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/jsonServerMain');" 
>"$pkgdir"/usr/bin/"$1"
-  cd json-language-features/server
-  ;;
-  esac
-
-  chmod +x "$pkgdir"/usr/bin/"$1"
-  rm -r node_modules/@types
-  cp -r node_modules out package.json "$pkgdir"/usr/lib/node_modules/"$1"
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/"$1" \
-"$srcdir"/vscode/LICENSE.txt
-}
-
-for _pkgname in "${pkgname[@]}"; do
-  eval "package_$_pkgname() { _package $_pkgname; }"
-done

Copied: vscode-languageservers/repos/community-any/PKGBUILD (from rev 1290401, 
vscode-languageservers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 19:31:52 UTC (rev 1290402)
@@ -0,0 +1,69 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Ilango Rajagopal 
+
+pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
+pkgbase=vscode-languageservers
+pkgver=1.71.0
+pkgrel=1
+pkgdesc='VS Code language servers'
+arch=('any')
+url=https://github.com/Microsoft/vscode
+license=('MIT')
+depends=('nodejs')
+makedepends=('git' 'typescript' 'yarn')
+source=("git+$url.git#tag=$pkgver")
+b2sums=('SKIP')
+
+prepare() {
+  for i in 'css' 'html' 'json'; do
+pushd vscode/extensions/$i-language-features/server
+yarn --frozen-lockfile
+popd
+  done
+}
+
+build() {
+  for i in 'css' 'html' 'json'; do
+pushd vscode/extensions/$i-language-features/server
+tsc || true
+popd
+  done
+}
+
+_package() {
+  install -d "$pkgdir"/usr/{bin,lib/node_modules/"$1"}
+
+  cd vscode/extensions
+
+  case "$1" in
+vscode-css-languageserver)
+  pkgdesc='CSS/LESS/SCSS language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/cssServerMain');" 
>"$pkgdir"/usr/bin/"$1"
+  cd css-language-features/server
+  ;;
+vscode-html-languageserver)
+  pkgdesc='HTML language server'
+  depends+=('typescript')
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/htmlServerMain');" 
>"$pkgdir"/usr/bin/"$1"
+  cd html-language-features/server
+  ;;
+vscode-json-languageserver)
+  pkgdesc='JSON language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/jsonServerMain');" 
>"$pkgdir"/usr/bin/"$1"
+  cd json-language-features/server
+  ;;
+  esac
+
+  chmod +x "$pkgdir"/usr/bin/"$1"
+  rm -r node_modules/@types
+  cp -r node_modules out package.json "$pkgdir"/usr/lib/node_modules/"$1"
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/"$1" \
+"$srcdir"/vscode/LICENSE.txt
+}
+
+for _pkgname in "${pkgname[@]}"; do
+  eval "package_$_pkgname() { _package $_pkgname; }"
+done



  1   2   3   4   5   6   >