[arch-commits] Commit in lib32-libglvnd/repos/multilib-x86_64 (4 files)

2022-08-10 Thread Laurent Carlier via arch-commits
Date: Thursday, August 11, 2022 @ 04:01:14
  Author: lcarlier
Revision: 1265156

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
(from rev 1265155, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD
(from rev 1265155, lib32-libglvnd/trunk/PKGBUILD)
Deleted:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |   52 
 PKGBUILD |   79 ++---
 2 files changed, 66 insertions(+), 65 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-08-11 04:01:08 UTC (rev 1265155)
+++ LICENSE 2022-08-11 04:01:14 UTC (rev 1265156)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-x86_64/LICENSE (from rev 1265155, 
lib32-libglvnd/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-08-11 04:01:14 UTC (rev 1265156)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-11 04:01:08 UTC (rev 1265155)
+++ PKGBUILD2022-08-11 04:01:14 UTC (rev 1265156)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=lib32-libglvnd
-pkgver=1.4.0
-pkgrel=2
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://gitlab.freedesktop.org/glvnd/libglvnd;
-license=('custom:BSD-like')
-makedepends=('lib32-libx11' 'lib32-libxext' 'xorgproto' 'python' 'meson')
-provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-options=('debug')
-source=("https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v$pkgver/libglvnd-v$pkgver.tar.gz;)
-sha512sums=('ca741bdd7ac2fba919f1f85e685e92396bc1cdc436e77bca921d87738bb273a6d48f77650e2781593ce9084dcec6b1fa8f78dc84534a225629e7f61d92df8d89')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
-
-  arch-meson libglvnd-v$pkgver build \
-

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

2022-08-10 Thread Laurent Carlier via arch-commits
Date: Thursday, August 11, 2022 @ 04:01:08
  Author: lcarlier
Revision: 1265155

upgpkg: lib32-libglvnd 1.4.0-3: provide shared objects (FS#74734)

Modified:
  lib32-libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-11 03:16:33 UTC (rev 1265154)
+++ PKGBUILD2022-08-11 04:01:08 UTC (rev 1265155)
@@ -2,7 +2,7 @@
 
 pkgname=lib32-libglvnd
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
 url="https://gitlab.freedesktop.org/glvnd/libglvnd;
@@ -9,6 +9,7 @@
 license=('custom:BSD-like')
 makedepends=('lib32-libx11' 'lib32-libxext' 'xorgproto' 'python' 'meson')
 provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
+provides+=(libEGL.so libGL.so libGLESv2.so libGLX.so libGLdispatch.so 
libOpenGL.so)
 options=('debug')
 
source=("https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v$pkgver/libglvnd-v$pkgver.tar.gz;)
 
sha512sums=('ca741bdd7ac2fba919f1f85e685e92396bc1cdc436e77bca921d87738bb273a6d48f77650e2781593ce9084dcec6b1fa8f78dc84534a225629e7f61d92df8d89')



[arch-commits] Commit in libglvnd/repos/extra-x86_64 (4 files)

2022-08-10 Thread Laurent Carlier via arch-commits
Date: Thursday, August 11, 2022 @ 03:57:56
  Author: lcarlier
Revision: 452539

archrelease: copy trunk to extra-x86_64

Added:
  libglvnd/repos/extra-x86_64/LICENSE
(from rev 452538, libglvnd/trunk/LICENSE)
  libglvnd/repos/extra-x86_64/PKGBUILD
(from rev 452538, libglvnd/trunk/PKGBUILD)
Deleted:
  libglvnd/repos/extra-x86_64/LICENSE
  libglvnd/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |   52 
 PKGBUILD |   65 ++---
 2 files changed, 59 insertions(+), 58 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-08-11 03:57:51 UTC (rev 452538)
+++ LICENSE 2022-08-11 03:57:56 UTC (rev 452539)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/extra-x86_64/LICENSE (from rev 452538, 
libglvnd/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-08-11 03:57:56 UTC (rev 452539)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-11 03:57:51 UTC (rev 452538)
+++ PKGBUILD2022-08-11 03:57:56 UTC (rev 452539)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=libglvnd
-pkgver=1.4.0
-pkgrel=2
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://gitlab.freedesktop.org/glvnd/libglvnd;
-license=('custom:BSD-like')
-makedepends=('libxext' 'libx11' 'xorgproto' 'python' 'meson')
-provides=('libgl' 'libegl' 'libgles')
-options=('debug')
-source=("https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v$pkgver/libglvnd-v$pkgver.tar.gz;
-LICENSE)
-sha512sums=('ca741bdd7ac2fba919f1f85e685e92396bc1cdc436e77bca921d87738bb273a6d48f77650e2781593ce9084dcec6b1fa8f78dc84534a225629e7f61d92df8d89'
-
'bf0f4a7e04220a407400f89226ecc1f798cc43035f2538cc8860e5088e1f84140baf0d4b0b28f66e4b802d4d6925769a1297c24e1ba39c1c093902b2931781a5')
-
-build() {
-  arch-meson $pkgname-v$pkgver build \
--D gles1=false
-
-  meson compile -C build
-}
-

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

2022-08-10 Thread Laurent Carlier via arch-commits
Date: Thursday, August 11, 2022 @ 03:57:51
  Author: lcarlier
Revision: 452538

upgpkg: libglvnd 1.4.0-3: provide shared objects (FS#74734)

Modified:
  libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-11 00:00:31 UTC (rev 452537)
+++ PKGBUILD2022-08-11 03:57:51 UTC (rev 452538)
@@ -2,7 +2,7 @@
 
 pkgname=libglvnd
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
 url="https://gitlab.freedesktop.org/glvnd/libglvnd;
@@ -9,6 +9,7 @@
 license=('custom:BSD-like')
 makedepends=('libxext' 'libx11' 'xorgproto' 'python' 'meson')
 provides=('libgl' 'libegl' 'libgles')
+provides+=(libEGL.so libGL.so libGLESv2.so libGLX.so libGLdispatch.so 
libOpenGL.so)
 options=('debug')
 
source=("https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v$pkgver/libglvnd-v$pkgver.tar.gz;
 LICENSE)



[arch-commits] Commit in 0ad/repos (4 files)

2022-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 11, 2022 @ 03:16:33
  Author: svenstaro
Revision: 1265154

archrelease: copy trunk to community-staging-x86_64

Added:
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 1265153, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/glibc-2.35.patch
(from rev 1265153, 0ad/trunk/glibc-2.35.patch)
  0ad/repos/community-staging-x86_64/python-3.10.patch
(from rev 1265153, 0ad/trunk/python-3.10.patch)

---+
 PKGBUILD  |   55 ++
 glibc-2.35.patch  |  157 
 python-3.10.patch |   78 +
 3 files changed, 290 insertions(+)

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 1265153, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-11 03:16:33 UTC (rev 1265154)
@@ -0,0 +1,55 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a25.b
+_pkgver=0.0.25b-alpha
+pkgrel=8
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('0ad-data' 'binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 
'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxwidgets-gtk3' 'zlib' 'libgl' 'glu' 'fmt'
+ 'gloox' 'miniupnpc' 'libminiupnpc.so' 'icu' 'nspr' 'libsodium')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'libsm' 'rust' 'python' 'clang')
+options=('!lto') # breaks spidermonkey linking (https://bugs.gentoo.org/746947)
+source=("https://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;
+ glibc-2.35.patch
+ python-3.10.patch)
+sha512sums=('e8069897b97b381099ab5ec5868d27e96c699105b3307054d1bc7bf9236a537f02625ba9034892d91f3e951b4f95c9ce5fb75ed0a7c14b8a294882482fd9c1b4'
+
'e56fa4a3a43f7510dde50d5fd0ccda2f935d9ad2aac44d9af9e89109c655b605f8ef582e1188be3dc1d42b7feef0caefa0ec514776696603c237f054fd6778c9'
+
'42df5eb7c4a99b31365b7f15c5bcd76c978339f2837eb8bc6ec371979429d0f0a6e31e870f6851aa40fc4859cb3e82f74821a01d04b82b486342db0fa60bf55e')
+
+prepare() {
+  cd $pkgname-$_pkgver
+  patch -Np1 -i ../glibc-2.35.patch # https://code.wildfiregames.com/rP26536
+  patch -Np1 -i ../python-3.10.patch # Fix spidermonkey build with Python 3.10
+}
+
+build() {
+  cd "$pkgname-$_pkgver/build/workspaces"
+
+  ./update-workspaces.sh -j$(nproc) \
+  --without-pch \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/0ad/data
+
+  cd gcc
+
+  VERBOSE=1 make
+}
+
+package() {
+  cd "$pkgname-$_pkgver"
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ "${pkgdir}/usr/share/${pkgname}/data/"
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}

Copied: 0ad/repos/community-staging-x86_64/glibc-2.35.patch (from rev 1265153, 
0ad/trunk/glibc-2.35.patch)
===
--- community-staging-x86_64/glibc-2.35.patch   (rev 0)
+++ community-staging-x86_64/glibc-2.35.patch   2022-08-11 03:16:33 UTC (rev 
1265154)
@@ -0,0 +1,157 @@
+From 7df614338cbd41f5e254ce75f649490b2637e1d0 Mon Sep 17 00:00:00 2001
+From: vladislavbelov 
+Date: Thu, 3 Mar 2022 18:10:05 +
+Subject: [PATCH] Replaces M_PIf by M_PI in Atlas, fixes compilation with gcc
+ 11.2.0 and glibc 2.35.
+
+There was added a workaround in glibc to fix tests.
+
+Refs:
+https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103735
+https://sourceware.org/bugzilla/show_bug.cgi?id=28713
+
+
+git-svn-id: https://svn.wildfiregames.com/public/ps/trunk@26536 
3db68df2-c116-0410-a063-a993310a9797
+---
+ .../Sections/Environment/Environment.cpp  | 88 ---
+ 1 file changed, 57 insertions(+), 31 deletions(-)
+
+diff --git 
a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
 
b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
+index d4796ec1f2f..2cc265230d9 100644
+--- 
a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
 
b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
+@@ -1,4 +1,4 @@
+-/* Copyright (C) 2021 Wildfire Games.
++/* Copyright (C) 2022 Wildfire Games.
+  * This file is part of 0 A.D.
+  *
+  * 0 A.D. is free software: you can redistribute it and/or modify
+@@ -29,8 

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

2022-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 11, 2022 @ 03:16:07
  Author: svenstaro
Revision: 1265153

upgpkg: 0ad a25.b-8: fmt 9 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-11 02:04:29 UTC (rev 1265152)
+++ PKGBUILD2022-08-11 03:16:07 UTC (rev 1265153)
@@ -1,10 +1,10 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: t3ddy  
 # Contributor: Adrián Chaves Fernández (Gallaecio) 
 pkgname=0ad
 pkgver=a25.b
 _pkgver=0.0.25b-alpha
-pkgrel=6
+pkgrel=8
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('x86_64')
 url="http://play0ad.com/;
@@ -30,9 +30,6 @@
 build() {
   cd "$pkgname-$_pkgver/build/workspaces"
 
-  # Work around GCC 12 ICE (https://bugs.gentoo.org/847601)
-  export CC=clang CXX=clang++
-
   ./update-workspaces.sh -j$(nproc) \
   --without-pch \
   --bindir=/usr/bin \



[arch-commits] Commit in xonsh/repos/community-any (4 files)

2022-08-10 Thread Jerome Leclanche via arch-commits
Date: Thursday, August 11, 2022 @ 02:04:29
  Author: jleclanche
Revision: 1265152

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 1265151, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 1265151, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-11 02:04:10 UTC (rev 1265151)
+++ PKGBUILD2022-08-11 02:04:29 UTC (rev 1265152)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply" "python-setproctitle")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools" "python-wheel")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("067f593ac1bc784c8c86e8a3297b8f2bd9f3bcd35f451916298c386c782018c3")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 1265151, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-11 02:04:29 UTC (rev 1265152)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.13.1
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply" "python-setproctitle")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools" "python-wheel")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("86c02629031b3bdd5bd1e57569308ca0fe2f2361854108ce61e650f4a83e1fe6")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2022-08-11 02:04:10 UTC (rev 1265151)
+++ xonsh.install   2022-08-11 02:04:29 UTC (rev 1265152)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 1265151, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2022-08-11 02:04:29 UTC (rev 1265152)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}



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

2022-08-10 Thread Jerome Leclanche via arch-commits
Date: Thursday, August 11, 2022 @ 02:04:10
  Author: jleclanche
Revision: 1265151

upgpkg: xonsh 0.13.1-1: Upstream release 0.13.1

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-11 00:10:59 UTC (rev 1265150)
+++ PKGBUILD2022-08-11 02:04:10 UTC (rev 1265151)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools" "python-wheel")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("067f593ac1bc784c8c86e8a3297b8f2bd9f3bcd35f451916298c386c782018c3")
+sha256sums=("86c02629031b3bdd5bd1e57569308ca0fe2f2361854108ce61e650f4a83e1fe6")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"



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

2022-08-10 Thread Daurnimator via arch-commits
Date: Thursday, August 11, 2022 @ 00:10:59
  Author: daurnimator
Revision: 1265150

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 1265149, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-11 00:10:38 UTC (rev 1265149)
+++ PKGBUILD2022-08-11 00:10:59 UTC (rev 1265150)
@@ -1,38 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-# LuaJIT has abandoned versioned releases and now advises using git HEAD
-# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=5677985dc1f19cf0a67112f4365c7fb79237fa16
-pkgver="2.1.0.beta3.r431.g${_commit::8}"
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='https://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-options=('debug')
-source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('6aa29242073aab7c7d24f09b73e306f7')
-sha256sums=('d0538dcca7243afc3cd4a3d5def799860d96970818af8cf2cf46515c1e8b5e6d')
-b2sums=('8f0de080f43cd0200e99b60cd1707ef751a39208ccad6505c3a312da7c76f9eefb1030c77684b07217ee65a0d14860d36469463943653bb55e08f28a471320cf')
-
-build() {
-  cd "luajit-2.0-${_commit::7}"
-  # Avoid early stripping
-  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
-}
-
-package() {
-  cd "luajit-2.0-${_commit::7}"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
-  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 1265149, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-11 00:10:59 UTC (rev 1265150)
@@ -0,0 +1,38 @@
+# Maintainer: Daurnimator 
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=633f265f67f322cbe2c5fd11d3e46d968ac220f7
+pkgver="2.1.0.beta3.r439.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=('debug')
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
+md5sums=('476291b242d856a20e45e9f89984a93f')
+sha256sums=('11744e8a63c9a189c409ca7cc9a8169cb65d3a23b335d5509000c5045ce8b4c9')
+b2sums=('b5362174f9913ef7fa39ac19395a70104a62ca201914973e326a464fbfa0fc21ebb24a503ef11595c8f2ba3bb350420e7529cee35d17cfce4905d827f177b9bb')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



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

2022-08-10 Thread Daurnimator via arch-commits
Date: Thursday, August 11, 2022 @ 00:10:38
  Author: daurnimator
Revision: 1265149

upgpkg: luajit 2.1.0.beta3.r439.g633f265f-1

Modified:
  luajit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-11 00:00:27 UTC (rev 1265148)
+++ PKGBUILD2022-08-11 00:10:38 UTC (rev 1265149)
@@ -8,8 +8,8 @@
 pkgname=luajit
 # LuaJIT has abandoned versioned releases and now advises using git HEAD
 # https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
-_commit=5677985dc1f19cf0a67112f4365c7fb79237fa16
-pkgver="2.1.0.beta3.r431.g${_commit::8}"
+_commit=633f265f67f322cbe2c5fd11d3e46d968ac220f7
+pkgver="2.1.0.beta3.r439.g${_commit::8}"
 pkgrel=1
 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
 arch=('x86_64')
@@ -18,9 +18,9 @@
 depends=('gcc-libs')
 options=('debug')
 
source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz;)
-md5sums=('6aa29242073aab7c7d24f09b73e306f7')
-sha256sums=('d0538dcca7243afc3cd4a3d5def799860d96970818af8cf2cf46515c1e8b5e6d')
-b2sums=('8f0de080f43cd0200e99b60cd1707ef751a39208ccad6505c3a312da7c76f9eefb1030c77684b07217ee65a0d14860d36469463943653bb55e08f28a471320cf')
+md5sums=('476291b242d856a20e45e9f89984a93f')
+sha256sums=('11744e8a63c9a189c409ca7cc9a8169cb65d3a23b335d5509000c5045ce8b4c9')
+b2sums=('b5362174f9913ef7fa39ac19395a70104a62ca201914973e326a464fbfa0fc21ebb24a503ef11595c8f2ba3bb350420e7529cee35d17cfce4905d827f177b9bb')
 
 build() {
   cd "luajit-2.0-${_commit::7}"



[arch-commits] Commit in qemu/repos/testing-x86_64 (22 files)

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Thursday, August 11, 2022 @ 00:00:31
  Author: anatolik
Revision: 452537

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 452536, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/99-qemu-guest-agent.rules
(from rev 452536, qemu/trunk/99-qemu-guest-agent.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 452536, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/bridge.conf
(from rev 452536, qemu/trunk/bridge.conf)
  qemu/repos/testing-x86_64/build-most-modules-statically-hack.diff
(from rev 452536, qemu/trunk/build-most-modules-statically-hack.diff)
  qemu/repos/testing-x86_64/keys/
  qemu/repos/testing-x86_64/qemu-7.0.0-glibc-2.36.patch
(from rev 452536, qemu/trunk/qemu-7.0.0-glibc-2.36.patch)
  qemu/repos/testing-x86_64/qemu-common.install
(from rev 452536, qemu/trunk/qemu-common.install)
  qemu/repos/testing-x86_64/qemu-ga.conf
(from rev 452536, qemu/trunk/qemu-ga.conf)
  qemu/repos/testing-x86_64/qemu-guest-agent.install
(from rev 452536, qemu/trunk/qemu-guest-agent.install)
  qemu/repos/testing-x86_64/qemu-sysusers.conf
(from rev 452536, qemu/trunk/qemu-sysusers.conf)
Deleted:
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/99-qemu-guest-agent.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/bridge.conf
  qemu/repos/testing-x86_64/build-most-modules-statically-hack.diff
  qemu/repos/testing-x86_64/keys/
  qemu/repos/testing-x86_64/qemu-7.0.0-glibc-2.36.patch
  qemu/repos/testing-x86_64/qemu-common.install
  qemu/repos/testing-x86_64/qemu-ga.conf
  qemu/repos/testing-x86_64/qemu-guest-agent.install
  qemu/repos/testing-x86_64/qemu-sysusers.conf

-+
 65-kvm.rules|2 
 99-qemu-guest-agent.rules   |2 
 PKGBUILD| 2035 ++
 bridge.conf |2 
 build-most-modules-statically-hack.diff |   80 -
 qemu-7.0.0-glibc-2.36.patch |   86 -
 qemu-common.install |   28 
 qemu-ga.conf|   20 
 qemu-guest-agent.install|   18 
 qemu-sysusers.conf  |4 
 10 files changed, 1134 insertions(+), 1143 deletions(-)

Deleted: 65-kvm.rules
===
--- 65-kvm.rules2022-08-10 23:59:21 UTC (rev 452536)
+++ 65-kvm.rules2022-08-11 00:00:31 UTC (rev 452537)
@@ -1 +0,0 @@
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 452536, 
qemu/trunk/65-kvm.rules)
===
--- 65-kvm.rules(rev 0)
+++ 65-kvm.rules2022-08-11 00:00:31 UTC (rev 452537)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: 99-qemu-guest-agent.rules
===
--- 99-qemu-guest-agent.rules   2022-08-10 23:59:21 UTC (rev 452536)
+++ 99-qemu-guest-agent.rules   2022-08-11 00:00:31 UTC (rev 452537)
@@ -1 +0,0 @@
-SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", 
TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"

Copied: qemu/repos/testing-x86_64/99-qemu-guest-agent.rules (from rev 452536, 
qemu/trunk/99-qemu-guest-agent.rules)
===
--- 99-qemu-guest-agent.rules   (rev 0)
+++ 99-qemu-guest-agent.rules   2022-08-11 00:00:31 UTC (rev 452537)
@@ -0,0 +1 @@
+SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", 
TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 23:59:21 UTC (rev 452536)
+++ PKGBUILD2022-08-11 00:00:31 UTC (rev 452537)
@@ -1,1022 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Tobias Powalowski 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgbase=qemu
-pkgname=(
-  qemu-common
-  qemu-audio-{alsa,dbus,jack,oss,pa,sdl,spice}
-  qemu-block-{curl,dmg,gluster,iscsi,nfs,rbd,ssh}
-  qemu-chardev-{baum,spice}
-  qemu-docs
-  qemu-guest-agent
-  qemu-hw-display-{qxl,virtio-{gpu{,-{gl,pci,pci-gl}},vga{,-gl}}}
-  qemu-hw-s390x-virtio-gpu-ccw
-  qemu-hw-usb-{host,redirect,smartcard}
-  qemu-img
-  qemu-pr-helper
-  
qemu-system-{aarch64,alpha,arm,avr,cris,hppa,m68k,microblaze,mips,nios2,or1k,ppc,riscv,rx,s390x,sh4,sparc,tricore,x86,xtensa}
-  qemu-tests
-  qemu-tools
-  qemu-ui-{curses,dbus,egl-headless,gtk,opengl,sdl,spice-{app,core}}
-  qemu-user
-  qemu-vhost-user-gpu
-  qemu-virtiofsd
-  qemu-{base,desktop,emulators-full,full}
-)
-pkgver=7.0.0
-pkgrel=11
-pkgdesc="A generic and open source machine 

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

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Thursday, August 11, 2022 @ 00:00:27
  Author: anatolik
Revision: 1265148

No need to use git+ prefix for git-based repo

Modified:
  tinygo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 23:56:48 UTC (rev 1265147)
+++ PKGBUILD2022-08-11 00:00:27 UTC (rev 1265148)
@@ -21,7 +21,7 @@
 git+https://github.com/CraneStation/wasi-libc
 git+https://github.com/keith-packard/picolibc.git
 git+https://github.com/tinygo-org/stm32-svd
-git+git://git.musl-libc.org/musl
+git://git.musl-libc.org/musl
 git+https://github.com/WebAssembly/binaryen.git
 git+https://github.com/mingw-w64/mingw-w64.git
 git+https://github.com/aykevl/macos-minimal-sdk.git



[arch-commits] Commit in qemu/repos (community-testing-x86_64)

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 10, 2022 @ 23:59:21
  Author: anatolik
Revision: 452536

Drop community-testing-x86_64 for qemu, it should be pushed to testing instead

Deleted:
  qemu/repos/community-testing-x86_64/



[arch-commits] Commit in avr-binutils/repos/community-x86_64 (5 files)

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 10, 2022 @ 23:56:48
  Author: anatolik
Revision: 1265147

archrelease: copy trunk to community-x86_64

Added:
  avr-binutils/repos/community-x86_64/PKGBUILD
(from rev 1265146, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-x86_64/avr-size.patch
(from rev 1265146, avr-binutils/trunk/avr-size.patch)
  avr-binutils/repos/community-x86_64/keys/
Deleted:
  avr-binutils/repos/community-x86_64/PKGBUILD
  avr-binutils/repos/community-x86_64/avr-size.patch

+
 PKGBUILD   |  169 +-
 avr-size.patch |  870 +++
 2 files changed, 519 insertions(+), 520 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 23:56:20 UTC (rev 1265146)
+++ PKGBUILD2022-08-10 23:56:48 UTC (rev 1265147)
@@ -1,85 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Brad Fanella 
-# Contributor: Corrado Primier 
-# Contributor: danst0 
-
-# Build order: avr-binutils -> avr-gcc -> avr-libc
-
-pkgname=avr-binutils
-pkgver=2.38
-pkgrel=2
-pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
-arch=('x86_64')
-url="https://www.gnu.org/software/binutils/;
-license=('GPL')
-depends=('glibc' 'zlib')
-options=('!distcc' '!ccache')
-source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-avr-size.patch)
-sha1sums=('50e0acc9ffe920e90b699e8e5db0aa9449c22cb4'
-  'SKIP'
-  'bb820f761fbbe7379ddf8e75235866c44591c899')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-_builddir=binutils-build
-
-prepare() {
-cd "${srcdir}"/binutils-${pkgver}
-
-# See https://bugs.archlinux.org/task/32504
-# And https://bugs.archlinux.org/task/40986
-patch -p1 < "${srcdir}"/avr-size.patch
-
-# https://bugs.archlinux.org/task/34629
-sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-
-rm -rf "${srcdir}"/${_builddir}
-mkdir "${srcdir}"/${_builddir}
-}
-
-build() {
-cd "${srcdir}"/binutils-${pkgver}
-
-config_guess=$(./config.guess)
-
-cd "${srcdir}"/${_builddir}
-
-"${srcdir}"/binutils-${pkgver}/configure \
---prefix=/usr \
---with-lib-path=/usr/lib:/usr/local/lib \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-ld=default \
---enable-gold \
---enable-plugins \
---enable-threads \
---with-pic \
---disable-werror \
---disable-multilib \
---build=${config_guess} \
---target=avr \
-$CONFIGFLAG
-
-# This checks the host environment and makes sure all the necessary tools 
are available to compile Binutils.
-make configure-host
-
-make tooldir=/usr
-}
-
-package() {
-cd "${srcdir}"/${_builddir}
-
-make prefix="${pkgdir}"/usr tooldir="${pkgdir}"/usr install
-
-for bin in ar as nm objcopy objdump ranlib strip readelf; do
-rm "${pkgdir}"/usr/bin/${bin}
-done
-
-rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-for info in as bfd binutils gprof ld ctf-spec; do
-mv "${pkgdir}"/usr/share/info/${info}.info 
"${pkgdir}"/usr/share/info/avr-${info}.info
-done
-
-rm -r "${pkgdir}"/usr/share/locale
-}

Copied: avr-binutils/repos/community-x86_64/PKGBUILD (from rev 1265146, 
avr-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 23:56:48 UTC (rev 1265147)
@@ -0,0 +1,84 @@
+# Maintainer: schuay 
+# Contributor: Brad Fanella 
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-binutils
+pkgver=2.39
+pkgrel=1
+pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
+arch=('x86_64')
+url="https://www.gnu.org/software/binutils/;
+license=('GPL')
+depends=('glibc' 'zlib' 'libelf')
+options=('!distcc' '!ccache')
+source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+avr-size.patch)
+sha1sums=('d9028547385694d61d98fb4e2882a2b9c40ce7e9'
+  'SKIP'
+  'bb820f761fbbe7379ddf8e75235866c44591c899')
+validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+_builddir=binutils-build
+
+prepare() {
+cd "${srcdir}"/binutils-${pkgver}
+
+# See https://bugs.archlinux.org/task/32504
+# And https://bugs.archlinux.org/task/40986
+patch -p1 < "${srcdir}"/avr-size.patch
+
+# https://bugs.archlinux.org/task/34629
+sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+rm -rf "${srcdir}"/${_builddir}
+mkdir "${srcdir}"/${_builddir}
+}
+
+build() {
+cd "${srcdir}"/binutils-${pkgver}
+
+

[arch-commits] Commit in avr-binutils/trunk (4 files)

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 10, 2022 @ 23:56:20
  Author: anatolik
Revision: 1265146

upgpkg: avr-binutils 2.39-1

Added:
  avr-binutils/trunk/keys/
  avr-binutils/trunk/keys/pgp/
  avr-binutils/trunk/keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
Modified:
  avr-binutils/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +--
 keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc |1 +
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 23:55:35 UTC (rev 1265145)
+++ PKGBUILD2022-08-10 23:56:20 UTC (rev 1265146)
@@ -6,21 +6,20 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-binutils
-pkgver=2.38
-pkgrel=2
+pkgver=2.39
+pkgrel=1
 pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
 arch=('x86_64')
 url="https://www.gnu.org/software/binutils/;
 license=('GPL')
-depends=('glibc' 'zlib')
+depends=('glibc' 'zlib' 'libelf')
 options=('!distcc' '!ccache')
 source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
 avr-size.patch)
-sha1sums=('50e0acc9ffe920e90b699e8e5db0aa9449c22cb4'
+sha1sums=('d9028547385694d61d98fb4e2882a2b9c40ce7e9'
   'SKIP'
   'bb820f761fbbe7379ddf8e75235866c44591c899')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
 
 _builddir=binutils-build
 

Added: keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
===
(Binary files differ)

Index: avr-binutils/trunk/keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
===
--- keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc   2022-08-10 
23:55:35 UTC (rev 1265145)
+++ keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc   2022-08-10 
23:56:20 UTC (rev 1265146)

Property changes on: 
avr-binutils/trunk/keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in aarch64-linux-gnu-binutils/repos/community-x86_64 (3 files)

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 10, 2022 @ 23:55:35
  Author: anatolik
Revision: 1265145

archrelease: copy trunk to community-x86_64

Added:
  aarch64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD
(from rev 1265144, aarch64-linux-gnu-binutils/trunk/PKGBUILD)
  aarch64-linux-gnu-binutils/repos/community-x86_64/keys/
Deleted:
  aarch64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 23:55:10 UTC (rev 1265144)
+++ PKGBUILD2022-08-10 23:55:35 UTC (rev 1265145)
@@ -1,66 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_target=aarch64-linux-gnu
-pkgname=$_target-binutils
-pkgver=2.38
-pkgrel=1
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib libelf)
-source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('50e0acc9ffe920e90b699e8e5db0aa9449c22cb4'
-  'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  if [ "${CARCH}" != "i686" ];
-  then
-# enabling gold linker at i686 makes the install fail
-enable_gold='--enable-gold'
-  fi
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --disable-multilib \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  $enable_gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make -k LDFLAGS="" check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}

Copied: aarch64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD (from rev 
1265144, aarch64-linux-gnu-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 23:55:35 UTC (rev 1265145)
@@ -0,0 +1,68 @@
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-binutils
+pkgver=2.39
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib libelf)
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('d9028547385694d61d98fb4e2882a2b9c40ce7e9'
+  'SKIP')
+validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  if [ "${CARCH}" != "i686" ];
+  then
+# enabling gold linker at i686 makes the install fail
+enable_gold='--enable-gold'
+  fi
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --disable-multilib \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  $enable_gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make -k LDFLAGS="" check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+  rm "$pkgdir"/usr/etc/gprofng.rc
+  rm -r "$pkgdir"/usr/include
+  rm -r "$pkgdir"/usr/lib/gprofng/
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}



[arch-commits] Commit in aarch64-linux-gnu-binutils/trunk (4 files)

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 10, 2022 @ 23:55:10
  Author: anatolik
Revision: 1265144

upgpkg: aarch64-linux-gnu-binutils 2.39-1

Added:
  aarch64-linux-gnu-binutils/trunk/keys/
  aarch64-linux-gnu-binutils/trunk/keys/pgp/
  
aarch64-linux-gnu-binutils/trunk/keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
Modified:
  aarch64-linux-gnu-binutils/trunk/PKGBUILD

---+
 PKGBUILD  |   10 ++
 keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc |1 +
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 23:54:40 UTC (rev 1265143)
+++ PKGBUILD2022-08-10 23:55:10 UTC (rev 1265144)
@@ -2,7 +2,7 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-binutils
-pkgver=2.38
+pkgver=2.39
 pkgrel=1
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
 arch=(x86_64)
@@ -10,10 +10,9 @@
 license=(GPL)
 depends=(zlib libelf)
 source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('50e0acc9ffe920e90b699e8e5db0aa9449c22cb4'
+sha1sums=('d9028547385694d61d98fb4e2882a2b9c40ce7e9'
   'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
 
 prepare() {
   cd binutils-$pkgver
@@ -60,6 +59,9 @@
   # Remove file conflicting with host binutils and manpages for MS Windows 
tools
   rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
   rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+  rm "$pkgdir"/usr/etc/gprofng.rc
+  rm -r "$pkgdir"/usr/include
+  rm -r "$pkgdir"/usr/lib/gprofng/
 
   # Remove info documents that conflict with host version
   rm -r "$pkgdir"/usr/share/info

Added: keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
===
(Binary files differ)

Index: 
aarch64-linux-gnu-binutils/trunk/keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
===
--- keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc   2022-08-10 
23:54:40 UTC (rev 1265143)
+++ keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc   2022-08-10 
23:55:10 UTC (rev 1265144)

Property changes on: 
aarch64-linux-gnu-binutils/trunk/keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in arm-none-eabi-binutils/repos/community-x86_64 (3 files)

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 10, 2022 @ 23:54:40
  Author: anatolik
Revision: 1265143

archrelease: copy trunk to community-x86_64

Added:
  arm-none-eabi-binutils/repos/community-x86_64/PKGBUILD
(from rev 1265142, arm-none-eabi-binutils/trunk/PKGBUILD)
  arm-none-eabi-binutils/repos/community-x86_64/keys/
Deleted:
  arm-none-eabi-binutils/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  123 ++---
 1 file changed, 61 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 23:54:15 UTC (rev 1265142)
+++ PKGBUILD2022-08-10 23:54:40 UTC (rev 1265143)
@@ -1,62 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=arm-none-eabi
-pkgname=$_target-binutils
-pkgver=2.38
-pkgrel=1
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('50e0acc9ffe920e90b699e8e5db0aa9449c22cb4'
-  'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,windres,windmc}*
-  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}

Copied: arm-none-eabi-binutils/repos/community-x86_64/PKGBUILD (from rev 
1265142, arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 23:54:40 UTC (rev 1265143)
@@ -0,0 +1,61 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.39
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib libelf)
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('d9028547385694d61d98fb4e2882a2b9c40ce7e9'
+  'SKIP')
+validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,windres,windmc}*
+  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}



[arch-commits] Commit in arm-none-eabi-binutils/trunk (4 files)

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 10, 2022 @ 23:54:15
  Author: anatolik
Revision: 1265142

upgpkg: arm-none-eabi-binutils 2.39-1

Added:
  arm-none-eabi-binutils/trunk/keys/
  arm-none-eabi-binutils/trunk/keys/pgp/
  
arm-none-eabi-binutils/trunk/keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

---+
 PKGBUILD  |9 -
 keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc |1 +
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 23:52:14 UTC (rev 1265141)
+++ PKGBUILD2022-08-10 23:54:15 UTC (rev 1265142)
@@ -3,18 +3,17 @@
 
 _target=arm-none-eabi
 pkgname=$_target-binutils
-pkgver=2.38
+pkgver=2.39
 pkgrel=1
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'
 license=(GPL)
-depends=(zlib)
+depends=(zlib libelf)
 source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('50e0acc9ffe920e90b699e8e5db0aa9449c22cb4'
+sha1sums=('d9028547385694d61d98fb4e2882a2b9c40ce7e9'
   'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
 
 prepare() {
   cd binutils-$pkgver

Added: keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
===
(Binary files differ)

Index: 
arm-none-eabi-binutils/trunk/keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
===
--- keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc   2022-08-10 
23:52:14 UTC (rev 1265141)
+++ keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc   2022-08-10 
23:54:15 UTC (rev 1265142)

Property changes on: 
arm-none-eabi-binutils/trunk/keys/pgp/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in qemu/repos (12 files)

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 10, 2022 @ 23:53:57
  Author: anatolik
Revision: 452535

archrelease: copy trunk to community-testing-x86_64

Added:
  qemu/repos/community-testing-x86_64/
  qemu/repos/community-testing-x86_64/65-kvm.rules
(from rev 452534, qemu/trunk/65-kvm.rules)
  qemu/repos/community-testing-x86_64/99-qemu-guest-agent.rules
(from rev 452534, qemu/trunk/99-qemu-guest-agent.rules)
  qemu/repos/community-testing-x86_64/PKGBUILD
(from rev 452534, qemu/trunk/PKGBUILD)
  qemu/repos/community-testing-x86_64/bridge.conf
(from rev 452534, qemu/trunk/bridge.conf)
  qemu/repos/community-testing-x86_64/build-most-modules-statically-hack.diff
(from rev 452534, qemu/trunk/build-most-modules-statically-hack.diff)
  qemu/repos/community-testing-x86_64/keys/
  qemu/repos/community-testing-x86_64/qemu-7.0.0-glibc-2.36.patch
(from rev 452534, qemu/trunk/qemu-7.0.0-glibc-2.36.patch)
  qemu/repos/community-testing-x86_64/qemu-common.install
(from rev 452534, qemu/trunk/qemu-common.install)
  qemu/repos/community-testing-x86_64/qemu-ga.conf
(from rev 452534, qemu/trunk/qemu-ga.conf)
  qemu/repos/community-testing-x86_64/qemu-guest-agent.install
(from rev 452534, qemu/trunk/qemu-guest-agent.install)
  qemu/repos/community-testing-x86_64/qemu-sysusers.conf
(from rev 452534, qemu/trunk/qemu-sysusers.conf)

-+
 65-kvm.rules|1 
 99-qemu-guest-agent.rules   |1 
 PKGBUILD| 1013 ++
 bridge.conf |1 
 build-most-modules-statically-hack.diff |   40 +
 qemu-7.0.0-glibc-2.36.patch |   43 +
 qemu-common.install |   14 
 qemu-ga.conf|   10 
 qemu-guest-agent.install|9 
 qemu-sysusers.conf  |2 
 10 files changed, 1134 insertions(+)

Copied: qemu/repos/community-testing-x86_64/65-kvm.rules (from rev 452534, 
qemu/trunk/65-kvm.rules)
===
--- community-testing-x86_64/65-kvm.rules   (rev 0)
+++ community-testing-x86_64/65-kvm.rules   2022-08-10 23:53:57 UTC (rev 
452535)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/community-testing-x86_64/99-qemu-guest-agent.rules (from rev 
452534, qemu/trunk/99-qemu-guest-agent.rules)
===
--- community-testing-x86_64/99-qemu-guest-agent.rules  
(rev 0)
+++ community-testing-x86_64/99-qemu-guest-agent.rules  2022-08-10 23:53:57 UTC 
(rev 452535)
@@ -0,0 +1 @@
+SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", 
TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"

Copied: qemu/repos/community-testing-x86_64/PKGBUILD (from rev 452534, 
qemu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-10 23:53:57 UTC (rev 452535)
@@ -0,0 +1,1013 @@
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(
+  qemu-common
+  qemu-audio-{alsa,dbus,jack,oss,pa,sdl,spice}
+  qemu-block-{curl,dmg,gluster,iscsi,nfs,ssh}
+  qemu-chardev-{baum,spice}
+  qemu-docs
+  qemu-guest-agent
+  qemu-hw-display-{qxl,virtio-{gpu{,-{gl,pci,pci-gl}},vga{,-gl}}}
+  qemu-hw-s390x-virtio-gpu-ccw
+  qemu-hw-usb-{host,redirect,smartcard}
+  qemu-img
+  qemu-pr-helper
+  
qemu-system-{aarch64,alpha,arm,avr,cris,hppa,m68k,microblaze,mips,nios2,or1k,ppc,riscv,rx,s390x,sh4,sparc,tricore,x86,xtensa}
+  qemu-tests
+  qemu-tools
+  qemu-ui-{curses,dbus,egl-headless,gtk,opengl,sdl,spice-{app,core}}
+  qemu-user
+  qemu-vhost-user-gpu
+  qemu-virtiofsd
+  qemu-{base,desktop,emulators-full,full}
+)
+pkgver=7.0.0
+pkgrel=12
+pkgdesc="A generic and open source machine emulator and virtualizer"
+arch=(x86_64)
+url="https://www.qemu.org/;
+license=(GPL2 LGPL2.1)
+# TODO: consider providing rdma-core
+# TODO: consider providing lzfse
+# TODO: package systemtap
+# TODO: package openbios for qemu-system-{ppc,sparc}
+# TODO: package /usr/share/qemu/{efi,pxe}-* for qemu (ipxe)
+# TODO: package /usr/share/qemu/slof.bin for qemu-system-ppc (slof)
+# TODO: package /usr/share/qemu/sgabios.bin for qemu-system-x86 (sgabios)
+# TODO: package static libs of glib2 and pcre for qemu-user-static
+makedepends=(
+  alsa-lib
+  brltty
+  bzip2
+  cairo
+  curl
+  dtc
+  fuse3
+  gcc-libs
+  gdk-pixbuf2
+  glib2
+  glusterfs
+  gnutls
+  gtk3
+  jack
+  libaio
+  libbpf
+  libcacard
+  libcap-ng
+  libepoxy
+  libiscsi
+  libnfs
+  libpng
+  libpulse
+  libsasl
+  libseccomp
+  libslirp
+  libssh
+  liburing
+  libusb
+  libx11
+  

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

2022-08-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, August 10, 2022 @ 23:52:55
  Author: anatolik
Revision: 452534

Drop qemu-block-rbd, a component that depends on Ceph

https://archlinux.org/todo/removal-of-ceph-libs/

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 20:47:29 UTC (rev 452533)
+++ PKGBUILD2022-08-10 23:52:55 UTC (rev 452534)
@@ -6,7 +6,7 @@
 pkgname=(
   qemu-common
   qemu-audio-{alsa,dbus,jack,oss,pa,sdl,spice}
-  qemu-block-{curl,dmg,gluster,iscsi,nfs,rbd,ssh}
+  qemu-block-{curl,dmg,gluster,iscsi,nfs,ssh}
   qemu-chardev-{baum,spice}
   qemu-docs
   qemu-guest-agent
@@ -25,7 +25,7 @@
   qemu-{base,desktop,emulators-full,full}
 )
 pkgver=7.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc="A generic and open source machine emulator and virtualizer"
 arch=(x86_64)
 url="https://www.qemu.org/;
@@ -43,7 +43,6 @@
   brltty
   bzip2
   cairo
-  ceph
   curl
   dtc
   fuse3
@@ -172,7 +171,6 @@
   'qemu-block-gluster: for Gluster block driver'
   'qemu-block-iscsi: for iSCSI block driver'
   'qemu-block-nfs: for NFS block driver'
-  'qemu-block-rbd: for Ceph/RBD block driver'
   'qemu-block-ssh: for SSH block driver'
   'qemu-chardev-baum: for Baum chardev driver'
   'qemu-chardev-spice: for spice chardev driver'
@@ -361,7 +359,6 @@
 _pick qemu-block-gluster usr/lib/qemu/block-gluster.so
 _pick qemu-block-iscsi usr/lib/qemu/block-iscsi.so
 _pick qemu-block-nfs usr/lib/qemu/block-nfs.so
-_pick qemu-block-rbd usr/lib/qemu/block-rbd.so
 _pick qemu-block-ssh usr/lib/qemu/block-ssh.so
 
 _pick qemu-chardev-baum usr/lib/qemu/chardev-baum.so
@@ -575,12 +572,6 @@
   mv -v $pkgname/* "$pkgdir"
 }
 
-package_qemu-block-rbd() {
-  pkgdesc="QEMU Ceph/RBD block driver"
-  depends=(ceph-libs glibc qemu-common)
-  mv -v $pkgname/* "$pkgdir"
-}
-
 package_qemu-block-ssh() {
   pkgdesc="QEMU SSH block driver"
   depends=(gcc-libs glibc libssh libssh.so qemu-common)
@@ -998,7 +989,7 @@
   depends=(
 qemu-common
 qemu-audio-{alsa,dbus,jack,oss,pa,sdl,spice}
-qemu-block-{curl,dmg,gluster,iscsi,nfs,rbd,ssh}
+qemu-block-{curl,dmg,gluster,iscsi,nfs,ssh}
 qemu-chardev-{baum,spice}
 qemu-docs
 qemu-hw-display-{qxl,virtio-{gpu{,-{gl,pci,pci-gl}},vga{,-gl}}}



[arch-commits] Commit in dark-reader/repos/community-any (PKGBUILD PKGBUILD)

2022-08-10 Thread Daniel M. Capella via arch-commits
Date: Wednesday, August 10, 2022 @ 23:52:14
  Author: polyzen
Revision: 1265141

archrelease: copy trunk to community-any

Added:
  dark-reader/repos/community-any/PKGBUILD
(from rev 1265140, dark-reader/trunk/PKGBUILD)
Deleted:
  dark-reader/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 23:51:51 UTC (rev 1265140)
+++ PKGBUILD2022-08-10 23:52:14 UTC (rev 1265141)
@@ -1,50 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Cookie Engineer 
-
-pkgname=('dark-reader' 'firefox-dark-reader' 'thunderbird-dark-reader')
-pkgbase=dark-reader
-pkgver=4.9.54
-pkgrel=1
-pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
-arch=('any')
-url=https://darkreader.org/
-license=('MIT')
-makedepends=('npm' 'strip-nondeterminism')
-source=("https://github.com/darkreader/darkreader/archive/v$pkgver/darkreader-$pkgver.tar.gz;)
-b2sums=('fc3d33b706ead4bb4889a793d14c26c8353f676be1f8a369c17642490879545ccdcfdc2fcdf97a5630070c691db26ea7ea211dcf2056a3cfe88e68793aafcb22')
-
-prepare() {
-  cd darkreader-$pkgver
-  npm ci
-}
-
-build() {
-  cd darkreader-$pkgver
-  npm run build
-  strip-nondeterminism -t zip build/release/*.xpi
-}
-
-check() {
-  cd darkreader-$pkgver
-  npm test
-}
-
-package_dark-reader() {
-  pkgdesc+=' (unpacked webextension)'
-  cd darkreader-$pkgver/build/release/chrome
-  install -d "$pkgdir"/usr/lib/$pkgbase
-  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
-}
-
-package_firefox-dark-reader() {
-  groups=('firefox-addons')
-  cd darkreader-$pkgver/build/release
-  install -Dm644 darkreader-firefox.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/ad...@darkreader.org.xpi
-}
-
-package_thunderbird-dark-reader() {
-  cd darkreader-$pkgver/build/release
-  install -Dm644 darkreader-thunderbird.xpi \
-"$pkgdir"/usr/lib/thunderbird/extensions/ad...@darkreader.org.xpi
-}

Copied: dark-reader/repos/community-any/PKGBUILD (from rev 1265140, 
dark-reader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 23:52:14 UTC (rev 1265141)
@@ -0,0 +1,50 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Cookie Engineer 
+
+pkgname=('dark-reader' 'firefox-dark-reader' 'thunderbird-dark-reader')
+pkgbase=dark-reader
+pkgver=4.9.55
+pkgrel=1
+pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
+arch=('any')
+url=https://darkreader.org/
+license=('MIT')
+makedepends=('npm' 'strip-nondeterminism')
+source=("https://github.com/darkreader/darkreader/archive/v$pkgver/darkreader-$pkgver.tar.gz;)
+b2sums=('5026f217d95c620a6bbf3de2732389faac56622c34efe92d35034ad3bcf3adcc522fd27c0b28a50fd4cf44efe5deb9260758a62198ba5af58a40a8d3480c6349')
+
+prepare() {
+  cd darkreader-$pkgver
+  npm ci
+}
+
+build() {
+  cd darkreader-$pkgver
+  npm run build
+  strip-nondeterminism -t zip build/release/*.xpi
+}
+
+check() {
+  cd darkreader-$pkgver
+  npm test
+}
+
+package_dark-reader() {
+  pkgdesc+=' (unpacked webextension)'
+  cd darkreader-$pkgver/build/release/chrome
+  install -d "$pkgdir"/usr/lib/$pkgbase
+  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
+}
+
+package_firefox-dark-reader() {
+  groups=('firefox-addons')
+  cd darkreader-$pkgver/build/release
+  install -Dm644 darkreader-firefox.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/ad...@darkreader.org.xpi
+}
+
+package_thunderbird-dark-reader() {
+  cd darkreader-$pkgver/build/release
+  install -Dm644 darkreader-thunderbird.xpi \
+"$pkgdir"/usr/lib/thunderbird/extensions/ad...@darkreader.org.xpi
+}



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

2022-08-10 Thread Daniel M. Capella via arch-commits
Date: Wednesday, August 10, 2022 @ 23:51:51
  Author: polyzen
Revision: 1265140

upgpkg: dark-reader 4.9.55-1

Modified:
  dark-reader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 22:50:23 UTC (rev 1265139)
+++ PKGBUILD2022-08-10 23:51:51 UTC (rev 1265140)
@@ -3,7 +3,7 @@
 
 pkgname=('dark-reader' 'firefox-dark-reader' 'thunderbird-dark-reader')
 pkgbase=dark-reader
-pkgver=4.9.54
+pkgver=4.9.55
 pkgrel=1
 pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
 arch=('any')
@@ -11,7 +11,7 @@
 license=('MIT')
 makedepends=('npm' 'strip-nondeterminism')
 
source=("https://github.com/darkreader/darkreader/archive/v$pkgver/darkreader-$pkgver.tar.gz;)
-b2sums=('fc3d33b706ead4bb4889a793d14c26c8353f676be1f8a369c17642490879545ccdcfdc2fcdf97a5630070c691db26ea7ea211dcf2056a3cfe88e68793aafcb22')
+b2sums=('5026f217d95c620a6bbf3de2732389faac56622c34efe92d35034ad3bcf3adcc522fd27c0b28a50fd4cf44efe5deb9260758a62198ba5af58a40a8d3480c6349')
 
 prepare() {
   cd darkreader-$pkgver



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

2022-08-10 Thread Levente Polyak via arch-commits
Date: Wednesday, August 10, 2022 @ 22:50:23
  Author: anthraxx
Revision: 1265139

archrelease: copy trunk to community-x86_64

Added:
  rz-cutter/repos/community-x86_64/PKGBUILD
(from rev 1265138, rz-cutter/trunk/PKGBUILD)
Deleted:
  rz-cutter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 22:50:18 UTC (rev 1265138)
+++ PKGBUILD2022-08-10 22:50:23 UTC (rev 1265139)
@@ -1,60 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
-
-pkgname=rz-cutter
-_gitcommit=7eb4311c2be2c0e5e6bcd098abf06beda2e96519
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
-url='https://github.com/rizinorg/cutter'
-arch=('x86_64')
-license=('GPL3')
-depends=('rizin' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 'python'
- 'pyside2' 'python-shiboken2' 'graphviz' 'gcc-libs' 
'syntax-highlighting')
-makedepends=('git' 'cmake' 'ninja' 'shiboken2' 'qt5-tools')
-optdepends=('rz-ghidra: ghidra decompiler plugin')
-source=("git+https://github.com/rizinorg/cutter#commit=${_gitcommit};
-"git+https://github.com/rizinorg/cutter-translations;)
-sha512sums=('SKIP'
-'SKIP')
-b2sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd cutter
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd cutter
-  git config 'submodule.src/translations.url' "${srcdir}/cutter-translations"
-  git submodule update --init src/translations
-
-  git cherry-pick -n 1ef6d1269cf0ffde2d91eb067134ee9215791296 # Fix build with 
syntax-highlighting 5.92
-}
-
-build() {
-  cd cutter
-  cmake -B build \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DCUTTER_ENABLE_PYTHON=ON \
--DCUTTER_ENABLE_PYTHON_BINDINGS=ON \
--DCUTTER_USE_BUNDLED_RIZIN=OFF \
--DCUTTER_USE_ADDITIONAL_RIZIN_PATHS=OFF \
--DCUTTER_ENABLE_CRASH_REPORTS=OFF \
--DCUTTER_ENABLE_GRAPHVIZ=ON \
--Wno-dev \
--G Ninja
-  ninja -C build
-}
-
-package() {
-  cd cutter
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rz-cutter/repos/community-x86_64/PKGBUILD (from rev 1265138, 
rz-cutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 22:50:23 UTC (rev 1265139)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=rz-cutter
+_gitcommit=7eb4311c2be2c0e5e6bcd098abf06beda2e96519
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
+url='https://github.com/rizinorg/cutter'
+arch=('x86_64')
+license=('GPL3')
+depends=('rizin' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 'python'
+ 'pyside2' 'python-shiboken2' 'graphviz' 'gcc-libs' 
'syntax-highlighting')
+makedepends=('git' 'cmake' 'ninja' 'shiboken2' 'qt5-tools')
+optdepends=('rz-ghidra: ghidra decompiler plugin')
+source=("git+https://github.com/rizinorg/cutter#commit=${_gitcommit};
+"git+https://github.com/rizinorg/cutter-translations;)
+sha512sums=('SKIP'
+'SKIP')
+b2sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd cutter
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd cutter
+  git config 'submodule.src/translations.url' "${srcdir}/cutter-translations"
+  git submodule update --init src/translations
+}
+
+build() {
+  cd cutter
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCUTTER_ENABLE_PYTHON=ON \
+-DCUTTER_ENABLE_PYTHON_BINDINGS=ON \
+-DCUTTER_USE_BUNDLED_RIZIN=OFF \
+-DCUTTER_USE_ADDITIONAL_RIZIN_PATHS=OFF \
+-DCUTTER_ENABLE_CRASH_REPORTS=OFF \
+-DCUTTER_ENABLE_GRAPHVIZ=ON \
+-Wno-dev \
+-G Ninja
+  ninja -C build
+}
+
+package() {
+  cd cutter
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-10 Thread Levente Polyak via arch-commits
Date: Wednesday, August 10, 2022 @ 22:50:18
  Author: anthraxx
Revision: 1265138

upgpkg: rz-cutter 2.1.0-2: drop old cherry-pick

Modified:
  rz-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 22:43:59 UTC (rev 1265137)
+++ PKGBUILD2022-08-10 22:50:18 UTC (rev 1265138)
@@ -5,7 +5,7 @@
 pkgname=rz-cutter
 _gitcommit=7eb4311c2be2c0e5e6bcd098abf06beda2e96519
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
 url='https://github.com/rizinorg/cutter'
 arch=('x86_64')
@@ -30,8 +30,6 @@
   cd cutter
   git config 'submodule.src/translations.url' "${srcdir}/cutter-translations"
   git submodule update --init src/translations
-
-  git cherry-pick -n 1ef6d1269cf0ffde2d91eb067134ee9215791296 # Fix build with 
syntax-highlighting 5.92
 }
 
 build() {



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

2022-08-10 Thread Levente Polyak via arch-commits
Date: Wednesday, August 10, 2022 @ 22:31:18
  Author: anthraxx
Revision: 1265134

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 1265133, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 22:31:14 UTC (rev 1265133)
+++ PKGBUILD2022-08-10 22:31:18 UTC (rev 1265134)
@@ -1,68 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: kpcyrd 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=6.2.10
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://github.com/rapid7/metasploit-framework'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'ruby-bundler' 'libpcap' 'postgresql-libs' 'sqlite' 'libxslt' 
'libxml2' 'inetutils' 'git')
-options=('!strip' '!emptydirs')
-source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('bd70e3f65071541546a5b5a13594940259971e4cb421dc6a6e086712e3365cd887a86684dfc29b82d5e942f9320905132ea0f6eb29a3ec1d55e17d8096698166')
-b2sums=('c654975099da7334f7f6a51ce799f581fc954774e13085da8b8e775b33f7d41e6729d26aa48b0631656240bfdede2bf7ad2218d2403a20de0a7c11a59223a657')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-
-  # https://github.com/undler/bundler/issues/6882
-  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
-
-  bundle config build.nokogiri --use-system-libraries
-  bundle config set --local deployment 'true'
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --no-cache
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile exec bundle 
exec ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile exec bundle 
exec ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-  rm -r "${pkgdir}"/opt/metasploit/vendor/bundle/ruby/*/cache
-  sed -e '/^BUNDLE_JOBS/d' -i "${pkgdir}/opt/metasploit/.bundle/config"
-  find "${pkgdir}/opt/metasploit/vendor/bundle/ruby/" -name Makefile -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 1265133, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 22:31:18 UTC (rev 1265134)
@@ -0,0 +1,68 @@
+# Maintainer: Levente Polyak 
+# Maintainer: kpcyrd 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=6.2.11
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'ruby-bundler' 'libpcap' 'postgresql-libs' 'sqlite' 'libxslt' 
'libxml2' 'inetutils' 'git')
+options=('!strip' '!emptydirs')
+source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b0ccb892dd74353218757b0700fa5a235427bf6fd3218374da35b9a469af1f22f6eb5875750e5d42fd0b115228374e6113cf6d8d1bee4a2c7f3ca5b893552a8c')
+b2sums=('7fc2dd522fa0e3a8e3e358fa5bb3c3a231dfc62cfcaa6fbafa1476ccf4e9546b2b596b6daf1422f40cdf30b243007fae450c726f4e22ae9e5d30ac9a6c385d87')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/undler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
+  bundle config build.nokogiri --use-system-libraries
+  bundle config set --local deployment 'true'
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" 

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

2022-08-10 Thread Levente Polyak via arch-commits
Date: Wednesday, August 10, 2022 @ 22:31:14
  Author: anthraxx
Revision: 1265133

upgpkg: metasploit 6.2.11-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 22:07:58 UTC (rev 1265132)
+++ PKGBUILD2022-08-10 22:31:14 UTC (rev 1265133)
@@ -4,17 +4,17 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=6.2.10
+pkgver=6.2.11
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://github.com/rapid7/metasploit-framework'
+url='https://www.metasploit.com/'
 arch=('x86_64')
 license=('BSD')
 depends=('ruby' 'ruby-bundler' 'libpcap' 'postgresql-libs' 'sqlite' 'libxslt' 
'libxml2' 'inetutils' 'git')
 options=('!strip' '!emptydirs')
 
source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('bd70e3f65071541546a5b5a13594940259971e4cb421dc6a6e086712e3365cd887a86684dfc29b82d5e942f9320905132ea0f6eb29a3ec1d55e17d8096698166')
-b2sums=('c654975099da7334f7f6a51ce799f581fc954774e13085da8b8e775b33f7d41e6729d26aa48b0631656240bfdede2bf7ad2218d2403a20de0a7c11a59223a657')
+sha512sums=('b0ccb892dd74353218757b0700fa5a235427bf6fd3218374da35b9a469af1f22f6eb5875750e5d42fd0b115228374e6113cf6d8d1bee4a2c7f3ca5b893552a8c')
+b2sums=('7fc2dd522fa0e3a8e3e358fa5bb3c3a231dfc62cfcaa6fbafa1476ccf4e9546b2b596b6daf1422f40cdf30b243007fae450c726f4e22ae9e5d30ac9a6c385d87')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}



[arch-commits] Commit in pypy3/repos/community-x86_64 (4 files)

2022-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, August 10, 2022 @ 22:07:58
  Author: svenstaro
Revision: 1265132

archrelease: copy trunk to community-x86_64

Added:
  pypy3/repos/community-x86_64/PKGBUILD
(from rev 1265131, pypy3/trunk/PKGBUILD)
  pypy3/repos/community-x86_64/a93dfb333afe.patch
(from rev 1265131, pypy3/trunk/a93dfb333afe.patch)
Deleted:
  pypy3/repos/community-x86_64/PKGBUILD
  pypy3/repos/community-x86_64/a93dfb333afe.patch

+
 PKGBUILD   |  103 +--
 a93dfb333afe.patch |   64 +++
 2 files changed, 84 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 22:07:33 UTC (rev 1265131)
+++ PKGBUILD2022-08-10 22:07:58 UTC (rev 1265132)
@@ -1,51 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=pypy3
-pkgver=7.3.9
-pkgrel=1
-pkgdesc="A Python3 implementation written in Python, JIT enabled"
-url="https://pypy.org;
-arch=('x86_64')
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'ncurses')
-makedepends=('pypy' 'sqlite' 'tk')
-optdepends=('sqlite: sqlite module'
-'tk: tk module')
-options=(!buildflags)
-license=('MIT')
-source=("https://downloads.python.org/pypy/pypy3.8-v${pkgver}-src.zip;)
-sha512sums=('f9e37f29a3292eb0803bf72e04937590b52bf08fbb03005cb72eb2fb6b18b6630e6067c795bb9f75db2287e74722ef0a8b747c853cba79e860f6bd4611c547af')
-
-build() {
-  cd pypy3.8-v${pkgver}-src/pypy/goal
-
-  # For some reason, PyPy wants to use their vendored dependencies when 
detecting linux.
-  # Weird, we'll patch it out.
-  sed -i "s/, 'linux', 'linux2'//" targetpypystandalone.py
-  pypy ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
-
-  # Compile binary modules
-  PYTHONPATH=../.. ./pypy3-c ../../lib_pypy/pypy_tools/build_cffi_imports.py
-}
-
-package() {
-  cd pypy3.8-v${pkgver}-src
-
-  # Prepare installation
-  pypy pypy/tool/release/package.py --archive-name pypy --targetdir .
-  mkdir unpacked
-  tar xf pypy.tar.bz2 -C unpacked
-
-  # Install pypy
-  mkdir -p "${pkgdir}"/usr/bin "${pkgdir}"/usr/lib "${pkgdir}"/opt/pypy3
-  cp -r unpacked/pypy/* "${pkgdir}"/opt/pypy3
-
-  # Install symlinks
-  ln -s /opt/pypy3/bin/pypy3 "${pkgdir}"/usr/bin/pypy3
-  ln -s /opt/pypy3/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
-
-  # Install misc stuff
-  install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst
-  install -Dm644 LICENSE "${pkgdir}"/opt/pypy3/LICENSE
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
-}
-# vim: ts=2 sw=2 et:

Copied: pypy3/repos/community-x86_64/PKGBUILD (from rev 1265131, 
pypy3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 22:07:58 UTC (rev 1265132)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=pypy3
+_pyversion=3.9
+pkgver=7.3.9
+pkgrel=2
+pkgdesc="A Python3 implementation written in Python, JIT enabled"
+url="https://pypy.org;
+arch=('x86_64')
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'ncurses')
+makedepends=('pypy' 'sqlite' 'tk')
+optdepends=('sqlite: sqlite module'
+'tk: tk module')
+options=(!buildflags)
+license=('MIT')
+source=("https://downloads.python.org/pypy/pypy${_pyversion}-v${pkgver}-src.zip;)
+sha512sums=('b08e8a6436be18ec26f654029d03883d3a7f5e0ba4f8c091503c5a33ec146f02dda757ef27d6cb92264b2ac80625d8dbe7f20278225a468ecb5f3e97fae7dc82')
+
+build() {
+  cd pypy${_pyversion}-v${pkgver}-src/pypy/goal
+
+  # For some reason, PyPy wants to use their vendored dependencies when 
detecting linux.
+  # Weird, we'll patch it out.
+  sed -i "s/, 'linux', 'linux2'//" targetpypystandalone.py
+  pypy ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
+
+  # Compile binary modules
+  PYTHONPATH=../.. ./pypy3.9-c ../../lib_pypy/pypy_tools/build_cffi_imports.py
+}
+
+package() {
+  cd pypy${_pyversion}-v${pkgver}-src
+
+  # Prepare installation
+  pypy pypy/tool/release/package.py --archive-name pypy --targetdir .
+  mkdir unpacked
+  tar xf pypy.tar.bz2 -C unpacked
+
+  # Install pypy
+  mkdir -p "${pkgdir}"/usr/bin "${pkgdir}"/usr/lib "${pkgdir}"/opt/pypy3
+  cp -r unpacked/pypy/* "${pkgdir}"/opt/pypy3
+
+  # Install symlinks
+  ln -s /opt/pypy3/bin/pypy3 "${pkgdir}"/usr/bin/pypy3
+  ln -s /opt/pypy3/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
+
+  # Install misc stuff
+  install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst
+  install -Dm644 LICENSE "${pkgdir}"/opt/pypy3/LICENSE
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
+}
+# vim: ts=2 sw=2 et:

Deleted: a93dfb333afe.patch
===
--- a93dfb333afe.patch  2022-08-10 22:07:33 UTC (rev 1265131)
+++ a93dfb333afe.patch  2022-08-10 22:07:58 UTC (rev 1265132)
@@ -1,32 +0,0 @@
-# HG changeset patch
-# User Matti Picus 
-# Date 

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

2022-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, August 10, 2022 @ 22:07:33
  Author: svenstaro
Revision: 1265131

upgpkg: pypy3 7.3.9-2: Switch to pypy3.9

Modified:
  pypy3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 21:46:19 UTC (rev 1265130)
+++ PKGBUILD2022-08-10 22:07:33 UTC (rev 1265131)
@@ -1,8 +1,9 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=pypy3
+_pyversion=3.9
 pkgver=7.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python3 implementation written in Python, JIT enabled"
 url="https://pypy.org;
 arch=('x86_64')
@@ -12,11 +13,11 @@
 'tk: tk module')
 options=(!buildflags)
 license=('MIT')
-source=("https://downloads.python.org/pypy/pypy3.8-v${pkgver}-src.zip;)
-sha512sums=('f9e37f29a3292eb0803bf72e04937590b52bf08fbb03005cb72eb2fb6b18b6630e6067c795bb9f75db2287e74722ef0a8b747c853cba79e860f6bd4611c547af')
+source=("https://downloads.python.org/pypy/pypy${_pyversion}-v${pkgver}-src.zip;)
+sha512sums=('b08e8a6436be18ec26f654029d03883d3a7f5e0ba4f8c091503c5a33ec146f02dda757ef27d6cb92264b2ac80625d8dbe7f20278225a468ecb5f3e97fae7dc82')
 
 build() {
-  cd pypy3.8-v${pkgver}-src/pypy/goal
+  cd pypy${_pyversion}-v${pkgver}-src/pypy/goal
 
   # For some reason, PyPy wants to use their vendored dependencies when 
detecting linux.
   # Weird, we'll patch it out.
@@ -24,11 +25,11 @@
   pypy ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
 
   # Compile binary modules
-  PYTHONPATH=../.. ./pypy3-c ../../lib_pypy/pypy_tools/build_cffi_imports.py
+  PYTHONPATH=../.. ./pypy3.9-c ../../lib_pypy/pypy_tools/build_cffi_imports.py
 }
 
 package() {
-  cd pypy3.8-v${pkgver}-src
+  cd pypy${_pyversion}-v${pkgver}-src
 
   # Prepare installation
   pypy pypy/tool/release/package.py --archive-name pypy --targetdir .



[arch-commits] Commit in zsh-completions/repos/community-any (4 files)

2022-08-10 Thread Morten Linderud via arch-commits
Date: Wednesday, August 10, 2022 @ 21:04:23
  Author: foxboron
Revision: 1265129

archrelease: copy trunk to community-any

Added:
  zsh-completions/repos/community-any/ChangeLog
(from rev 1265128, zsh-completions/trunk/ChangeLog)
  zsh-completions/repos/community-any/PKGBUILD
(from rev 1265128, zsh-completions/trunk/PKGBUILD)
Deleted:
  zsh-completions/repos/community-any/ChangeLog
  zsh-completions/repos/community-any/PKGBUILD

---+
 ChangeLog |  136 ++--
 PKGBUILD  |   53 ---
 2 files changed, 96 insertions(+), 93 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2022-08-10 21:04:15 UTC (rev 1265128)
+++ ChangeLog   2022-08-10 21:04:23 UTC (rev 1265129)
@@ -1,68 +0,0 @@
-0.34.0-1:
-upstream update
-
-0.30.0-1:
-upstream update
-
-0.29.0-1:
-upstream update
-
-0.28.0-1:
-upstream update
-
-0.27.0-1:
-upstream update
-
-0.26.0-1:
-upstream update
-
-0.25.0-1:
-upstream update
-
-0.24.0-1:
-upstream update
-
-0.23.0-2:
-remove _rg completion since it provided by ripgrep package
-
-0.23.0-1:
-upstream update
-
-0.22.0-1:
-upstream update
-
-0.21.0-1:
-upstream update
-
-0.20.0-1:
-upstream update
-
-0.19.0-2:
-fix FS#50243
-
-0.19.0-1:
-upstream update
-
-0.18.0-1:
-upstream update
-
-0.17.0-1:
-upstream update
-
-0.16.0-1:
-upstream update
-
-0.15.0-1:
-upstream update
-
-0.14.0-2:
-fix build
-
-0.14.0-1:
-upstream update
-
-0.12.0-2:
-drop _salt completions since it is provided by upstream
-
-0.12.0-1:
-ustream update

Copied: zsh-completions/repos/community-any/ChangeLog (from rev 1265128, 
zsh-completions/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2022-08-10 21:04:23 UTC (rev 1265129)
@@ -0,0 +1,68 @@
+0.34.0-1:
+upstream update
+
+0.30.0-1:
+upstream update
+
+0.29.0-1:
+upstream update
+
+0.28.0-1:
+upstream update
+
+0.27.0-1:
+upstream update
+
+0.26.0-1:
+upstream update
+
+0.25.0-1:
+upstream update
+
+0.24.0-1:
+upstream update
+
+0.23.0-2:
+remove _rg completion since it provided by ripgrep package
+
+0.23.0-1:
+upstream update
+
+0.22.0-1:
+upstream update
+
+0.21.0-1:
+upstream update
+
+0.20.0-1:
+upstream update
+
+0.19.0-2:
+fix FS#50243
+
+0.19.0-1:
+upstream update
+
+0.18.0-1:
+upstream update
+
+0.17.0-1:
+upstream update
+
+0.16.0-1:
+upstream update
+
+0.15.0-1:
+upstream update
+
+0.14.0-2:
+fix build
+
+0.14.0-1:
+upstream update
+
+0.12.0-2:
+drop _salt completions since it is provided by upstream
+
+0.12.0-1:
+ustream update

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 21:04:15 UTC (rev 1265128)
+++ PKGBUILD2022-08-10 21:04:23 UTC (rev 1265129)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Evgeniy Alekseev 
-# Contributor: Julien Nicoulaud 
-
-pkgname=zsh-completions
-pkgver=0.34.0
-pkgrel=1
-pkgdesc="Additional completion definitions for Zsh"
-arch=(any)
-url="https://github.com/zsh-users/zsh-completions;
-license=(BSD)
-depends=(zsh)
-source=($pkgname-$pkgver.tar.gz::https://github.com/zsh-users/$pkgname/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('643e967a77ab708c6316a9b43edd8b411f133aa4abe10bf69d3f5e545b2128423ad80d3509e7f9077b30cb8a83f60fe8d4355ed0a697dadffe1e1aaac6597c04')
-b2sums=('75afed3059e889f92843099ad3eddae1f939a7d9a46d87a8048c5742b44699c2da13a9c2ea00ca2ea02898472199f064c420aac8943338e3b22189a7cc0d23b4')
-changelog=ChangeLog
-
-package() {
-  cd $pkgname-$pkgver
-  install -vDm 644 src/* -t "$pkgdir/usr/share/zsh/site-functions/"
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: zsh-completions/repos/community-any/PKGBUILD (from rev 1265128, 
zsh-completions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 21:04:23 UTC (rev 1265129)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Julien Nicoulaud 
+
+pkgname=zsh-completions
+pkgver=0.34.0
+pkgrel=2
+pkgdesc="Additional completion definitions for Zsh"
+arch=(any)
+url="https://github.com/zsh-users/zsh-completions;
+license=(BSD)
+depends=(zsh)
+source=($pkgname-$pkgver.tar.gz::https://github.com/zsh-users/$pkgname/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('643e967a77ab708c6316a9b43edd8b411f133aa4abe10bf69d3f5e545b2128423ad80d3509e7f9077b30cb8a83f60fe8d4355ed0a697dadffe1e1aaac6597c04')
+b2sums=('75afed3059e889f92843099ad3eddae1f939a7d9a46d87a8048c5742b44699c2da13a9c2ea00ca2ea02898472199f064c420aac8943338e3b22189a7cc0d23b4')
+changelog=ChangeLog
+
+package() {
+  cd $pkgname-$pkgver
+  install -vDm 644 src/* -t "$pkgdir/usr/share/zsh/site-functions/"
+  install -vDm 644 README.md -t 

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

2022-08-10 Thread Morten Linderud via arch-commits
Date: Wednesday, August 10, 2022 @ 21:04:15
  Author: foxboron
Revision: 1265128

upgpkg: zsh-completions 0.34.0-2

Modified:
  zsh-completions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 20:46:03 UTC (rev 1265127)
+++ PKGBUILD2022-08-10 21:04:15 UTC (rev 1265128)
@@ -4,7 +4,7 @@
 
 pkgname=zsh-completions
 pkgver=0.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional completion definitions for Zsh"
 arch=(any)
 url="https://github.com/zsh-users/zsh-completions;
@@ -20,6 +20,9 @@
   install -vDm 644 src/* -t "$pkgdir/usr/share/zsh/site-functions/"
   install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
   install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  for cmpl in _vagrant; do
+rm "$pkgdir/usr/share/zsh/site-functions/$cmpl"
+  done
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in glade/repos/extra-x86_64 (PKGBUILD PKGBUILD python-dep.diff)

2022-08-10 Thread Jan Steffens via arch-commits
Date: Wednesday, August 10, 2022 @ 20:47:29
  Author: heftig
Revision: 452533

archrelease: copy trunk to extra-x86_64

Added:
  glade/repos/extra-x86_64/PKGBUILD
(from rev 452532, glade/trunk/PKGBUILD)
Deleted:
  glade/repos/extra-x86_64/PKGBUILD
  glade/repos/extra-x86_64/python-dep.diff

-+
 PKGBUILD|   98 --
 python-dep.diff |   13 ---
 2 files changed, 44 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 20:47:04 UTC (rev 452532)
+++ PKGBUILD2022-08-10 20:47:29 UTC (rev 452533)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=glade
-pkgver=3.38.2
-pkgrel=3
-pkgdesc="User Interface Builder for GTK+ applications"
-url="https://glade.gnome.org/;
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxml2)
-makedepends=(gtk-doc gobject-introspection python-gobject itstool docbook-xsl
- git webkit2gtk meson gjs)
-checkdepends=(xorg-server-xvfb)
-optdepends=('devhelp: development help')
-groups=(gnome-extra)
-provides=(libgladeui-2.so)
-_commit=152031927c60c167ae7b035a78fca4d70678775c  # glade-3-38
-source=("git+https://gitlab.gnome.org/GNOME/glade.git#commit=$_commit;
-python-dep.diff)
-sha256sums=('SKIP'
-'dc1ed48403d473fcacef37fc6dd693e0442e7fed31bb852b20957c71595e2124')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GLADE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Add missing tag
-  git tag -f GLADE_3_38_2 152031927c60c167ae7b035a78fca4d70678775c
-
-  # Fix build with Python 3.9
-  git apply -3 ../python-dep.diff
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  # Requires Glade to be installed to pass
-  # GladeUI-FATAL-CRITICAL: Unable to load image (Failed to open file 
"/usr/share/glade/pixmaps/plus.png": No such file or directory)
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: glade/repos/extra-x86_64/PKGBUILD (from rev 452532, 
glade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 20:47:29 UTC (rev 452533)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=glade
+pkgver=3.40.0
+pkgrel=1
+pkgdesc="User Interface Builder for GTK+ applications"
+url="https://glade.gnome.org/;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxml2)
+makedepends=(gtk-doc gobject-introspection python-gobject itstool docbook-xsl
+ git webkit2gtk meson gjs)
+checkdepends=(xorg-server-xvfb)
+optdepends=('devhelp: development help')
+provides=(libgladeui-2.so)
+groups=(gnome-extra)
+options=(debug)
+_commit=b3823efd0acea2b0a5629b261cf56b1d3f2664aa  # tags/GLADE_3_40_0^0
+source=("git+https://gitlab.gnome.org/GNOME/glade.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd glade
+  git describe --tags | sed 's/^GLADE_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd glade
+}
+
+build() {
+  arch-meson glade build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}

Deleted: python-dep.diff
===
--- python-dep.diff 2022-08-10 20:47:04 UTC (rev 452532)
+++ python-dep.diff 2022-08-10 20:47:29 UTC (rev 452533)
@@ -1,13 +0,0 @@
-diff --git i/meson.build w/meson.build
-index fc4c4492..0c4b412f 100644
 i/meson.build
-+++ w/meson.build
-@@ -153,7 +153,7 @@ pygobject_version = '3.8.0'
- pygobject_dep = dependency('pygobject-3.0', version: '>= ' + 
pygobject_version, required: get_option('python'))
- have_python = pygobject_dep.found()
- if have_python
--  python_dep = dependency('python-3.8-embed', version: '>= 3.8')
-+  python_dep = import('python').find_installation().dependency(embed: true)
- 
-   version_array = pygobject_version.split('.')
-   config_h.set('PYGOBJECT_REQUIRED_MAJOR', version_array[0].to_int())



[arch-commits] Commit in glade/trunk (PKGBUILD python-dep.diff)

2022-08-10 Thread Jan Steffens via arch-commits
Date: Wednesday, August 10, 2022 @ 20:47:04
  Author: heftig
Revision: 452532

3.40.0-1

Modified:
  glade/trunk/PKGBUILD
Deleted:
  glade/trunk/python-dep.diff

-+
 PKGBUILD|   38 ++
 python-dep.diff |   13 -
 2 files changed, 14 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 20:00:47 UTC (rev 452531)
+++ PKGBUILD2022-08-10 20:47:04 UTC (rev 452532)
@@ -2,8 +2,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=glade
-pkgver=3.38.2
-pkgrel=3
+pkgver=3.40.0
+pkgrel=1
 pkgdesc="User Interface Builder for GTK+ applications"
 url="https://glade.gnome.org/;
 arch=(x86_64)
@@ -13,42 +13,32 @@
  git webkit2gtk meson gjs)
 checkdepends=(xorg-server-xvfb)
 optdepends=('devhelp: development help')
+provides=(libgladeui-2.so)
 groups=(gnome-extra)
-provides=(libgladeui-2.so)
-_commit=152031927c60c167ae7b035a78fca4d70678775c  # glade-3-38
-source=("git+https://gitlab.gnome.org/GNOME/glade.git#commit=$_commit;
-python-dep.diff)
-sha256sums=('SKIP'
-'dc1ed48403d473fcacef37fc6dd693e0442e7fed31bb852b20957c71595e2124')
+options=(debug)
+_commit=b3823efd0acea2b0a5629b261cf56b1d3f2664aa  # tags/GLADE_3_40_0^0
+source=("git+https://gitlab.gnome.org/GNOME/glade.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GLADE_//;s/_/./g;s/-/+/g'
+  cd glade
+  git describe --tags | sed 's/^GLADE_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
-
-  # Add missing tag
-  git tag -f GLADE_3_38_2 152031927c60c167ae7b035a78fca4d70678775c
-
-  # Fix build with Python 3.9
-  git apply -3 ../python-dep.diff
+  cd glade
 }
 
 build() {
-  arch-meson $pkgname build -D gtk_doc=true
+  arch-meson glade build -D gtk_doc=true
   meson compile -C build
 }
 
 check() {
-  # Requires Glade to be installed to pass
-  # GladeUI-FATAL-CRITICAL: Unable to load image (Failed to open file 
"/usr/share/glade/pixmaps/plus.png": No such file or directory)
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs || :
+  dbus-run-session xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }

Deleted: python-dep.diff
===
--- python-dep.diff 2022-08-10 20:00:47 UTC (rev 452531)
+++ python-dep.diff 2022-08-10 20:47:04 UTC (rev 452532)
@@ -1,13 +0,0 @@
-diff --git i/meson.build w/meson.build
-index fc4c4492..0c4b412f 100644
 i/meson.build
-+++ w/meson.build
-@@ -153,7 +153,7 @@ pygobject_version = '3.8.0'
- pygobject_dep = dependency('pygobject-3.0', version: '>= ' + 
pygobject_version, required: get_option('python'))
- have_python = pygobject_dep.found()
- if have_python
--  python_dep = dependency('python-3.8-embed', version: '>= 3.8')
-+  python_dep = import('python').find_installation().dependency(embed: true)
- 
-   version_array = pygobject_version.split('.')
-   config_h.set('PYGOBJECT_REQUIRED_MAJOR', version_array[0].to_int())



[arch-commits] Commit in netdata/repos/community-x86_64 (6 files)

2022-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, August 10, 2022 @ 20:46:03
  Author: svenstaro
Revision: 1265127

archrelease: copy trunk to community-x86_64

Added:
  netdata/repos/community-x86_64/PKGBUILD
(from rev 1265126, netdata/trunk/PKGBUILD)
  netdata/repos/community-x86_64/netdata.install
(from rev 1265126, netdata/trunk/netdata.install)
  netdata/repos/community-x86_64/netdata.sysusers
(from rev 1265126, netdata/trunk/netdata.sysusers)
Deleted:
  netdata/repos/community-x86_64/PKGBUILD
  netdata/repos/community-x86_64/netdata.install
  netdata/repos/community-x86_64/netdata.sysusers

--+
 PKGBUILD |  116 ++---
 netdata.install  |   24 +-
 netdata.sysusers |2 
 3 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 20:45:36 UTC (rev 1265126)
+++ PKGBUILD2022-08-10 20:46:03 UTC (rev 1265127)
@@ -1,58 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.35.1
-pkgrel=1
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
-url="https://github.com/netdata/netdata;
-arch=('x86_64')
-license=('GPL')
-backup=('etc/netdata/netdata.conf')
-depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4' 'openssl' 'which' 'snappy' 'protobuf'
- 'libwebsockets' 'mongo-c-driver')
-makedepends=('cups')
-optdepends=('nodejs: for monitoring named and SNMP devices'
-'lm_sensors: for monitoring hardware sensors'
-'iproute2: for monitoring Linux QoS'
-'python: for most of the external plugins'
-'python-psycopg2: for monitoring PostgreSQL databases'
-'python-mysqlclient: for monitoring MySQL/MariaDB databases'
-'python-requests: for monitoring elasticsearch'
-'hddtemp: for monitoring hhd temperature'
-'fping: for for fping module'
-'apcupsd: for monitoring APC UPS'
-'cups: for CUPS plugin'
-'iw: for monitoring Linux as access point')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/releases/download/v$pkgver/netdata-v$pkgver.tar.gz;
-"$pkgname.sysusers")
-sha512sums=('43cbf099841fe2547b7de56610f811e55fdf2e9af3dc18fde818e09de1125a7f8d57f6a16f2dee8ea4b9e6f2683959549810a1ea7f8f7b5007eb7069bfddb477'
-
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
-
-build() {
-  cd "$pkgname-v$pkgver"
-
-  autoreconf -i
-  ./configure \
-  --prefix="/usr" \
-  --sbindir="/usr/bin" \
-  --sysconfdir="/etc" \
-  --libexecdir="/usr/lib" \
-  --localstatedir="/var" \
-  --with-zlib --with-math --with-user=netdata
-  make
-}
-
-package() {
-  cd "$pkgname-v$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 system/netdata.conf "$pkgdir"/etc/netdata/netdata.conf
-  chown -R 0:134 "$pkgdir"/usr/share/netdata/web
-
-  install -Dm0644 "system/netdata.service.v235" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-  install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
-  install -Dm0644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-}

Copied: netdata/repos/community-x86_64/PKGBUILD (from rev 1265126, 
netdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 20:46:03 UTC (rev 1265127)
@@ -0,0 +1,58 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.36.0
+pkgrel=1
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
+url="https://github.com/netdata/netdata;
+arch=('x86_64')
+license=('GPL')
+backup=('etc/netdata/netdata.conf')
+depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4' 'openssl' 'which' 'snappy' 'protobuf'
+ 'libwebsockets' 'mongo-c-driver')
+makedepends=('cups')
+optdepends=('nodejs: for monitoring named and SNMP devices'
+'lm_sensors: for monitoring hardware sensors'
+'iproute2: for monitoring Linux QoS'
+'python: for most of the external plugins'
+'python-psycopg2: for monitoring PostgreSQL databases'
+'python-mysqlclient: for monitoring MySQL/MariaDB databases'
+'python-requests: for monitoring elasticsearch'
+'hddtemp: for monitoring hhd temperature'
+'fping: for for fping module'
+'apcupsd: for monitoring APC UPS'
+'cups: for CUPS plugin'
+'iw: for monitoring Linux as access point')
+install=$pkgname.install

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

2022-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, August 10, 2022 @ 20:45:36
  Author: svenstaro
Revision: 1265126

upgpkg: netdata 1.36.0-1

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 20:40:50 UTC (rev 1265125)
+++ PKGBUILD2022-08-10 20:45:36 UTC (rev 1265126)
@@ -2,7 +2,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=netdata
-pkgver=1.35.1
+pkgver=1.36.0
 pkgrel=1
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
 url="https://github.com/netdata/netdata;
@@ -27,7 +27,7 @@
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/releases/download/v$pkgver/netdata-v$pkgver.tar.gz;
 "$pkgname.sysusers")
-sha512sums=('43cbf099841fe2547b7de56610f811e55fdf2e9af3dc18fde818e09de1125a7f8d57f6a16f2dee8ea4b9e6f2683959549810a1ea7f8f7b5007eb7069bfddb477'
+sha512sums=('1748c5f6ea392b6cfc6b761632bc632422fb6910f53fb26a796003cdc0048f28ab550daa0658a6d5de5fec65b0a5aae8f44f68ec65c19f06b11eda6fd337c8d4'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
 
 build() {



[arch-commits] Commit in ruby-minitest/repos/community-any (PKGBUILD PKGBUILD)

2022-08-10 Thread Andreas Schleifer via arch-commits
Date: Wednesday, August 10, 2022 @ 20:40:50
  Author: segaja
Revision: 1265125

archrelease: copy trunk to community-any

Added:
  ruby-minitest/repos/community-any/PKGBUILD
(from rev 1265124, ruby-minitest/trunk/PKGBUILD)
Deleted:
  ruby-minitest/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 20:40:39 UTC (rev 1265124)
+++ PKGBUILD2022-08-10 20:40:50 UTC (rev 1265125)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Kohlmeyer 
-
-_gemname=minitest
-pkgname=ruby-${_gemname}
-_gitcommit=fe3992e85b40792cf7bff2a876887d8d9e392068
-pkgver=5.15.0
-pkgrel=1
-pkgdesc='Complete suite of testing facilities supporting TDD, BDD, mocking, 
and benchmarking'
-url='https://github.com/seattlerb/minitest'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-makedepends=('git' 'rubygems' 'ruby-rake' 'ruby-rdoc' 'ruby-hoe')
-options=('!emptydirs')
-source=("git+https://github.com/seattlerb/minitest#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${_gemname}
-  grep 'VERSION = "' lib/minitest.rb|sed -E 's|.*"(.+)".*|\1|'
-}
-
-build() {
-  cd ${_gemname}
-  rake gem
-}
-
-check() {
-  cd ${_gemname}
-  rake test
-}
-
-package() {
-  cd ${_gemname}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
--n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
-  install -Dm 644 README.rdoc History.rdoc -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -r "${pkgdir}/${_gemdir}/cache"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-minitest/repos/community-any/PKGBUILD (from rev 1265124, 
ruby-minitest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 20:40:50 UTC (rev 1265125)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Kohlmeyer 
+
+_gemname=minitest
+pkgname=ruby-${_gemname}
+_gitcommit=9c5f10084663fbee0ed57b9da11396b3643b609e
+pkgver=5.16.2
+pkgrel=1
+pkgdesc='Complete suite of testing facilities supporting TDD, BDD, mocking, 
and benchmarking'
+url='https://github.com/seattlerb/minitest'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('git' 'rubygems' 'ruby-rake' 'ruby-rdoc' 'ruby-hoe')
+options=('!emptydirs')
+source=("git+https://github.com/seattlerb/minitest#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${_gemname}
+  grep 'VERSION = "' lib/minitest.rb|sed -E 's|.*"(.+)".*|\1|'
+}
+
+build() {
+  cd ${_gemname}
+  rake gem
+}
+
+check() {
+  cd ${_gemname}
+  rake test
+}
+
+package() {
+  cd ${_gemname}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc History.rdoc -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -r "${pkgdir}/${_gemdir}/cache"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-10 Thread Andreas Schleifer via arch-commits
Date: Wednesday, August 10, 2022 @ 20:40:39
  Author: segaja
Revision: 1265124

upgpkg: ruby-minitest 5.16.2-1

Modified:
  ruby-minitest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 20:22:15 UTC (rev 1265123)
+++ PKGBUILD2022-08-10 20:40:39 UTC (rev 1265124)
@@ -3,8 +3,8 @@
 
 _gemname=minitest
 pkgname=ruby-${_gemname}
-_gitcommit=fe3992e85b40792cf7bff2a876887d8d9e392068
-pkgver=5.15.0
+_gitcommit=9c5f10084663fbee0ed57b9da11396b3643b609e
+pkgver=5.16.2
 pkgrel=1
 pkgdesc='Complete suite of testing facilities supporting TDD, BDD, mocking, 
and benchmarking'
 url='https://github.com/seattlerb/minitest'



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

2022-08-10 Thread Andreas Schleifer via arch-commits
Date: Wednesday, August 10, 2022 @ 20:22:15
  Author: segaja
Revision: 1265123

archrelease: copy trunk to community-x86_64

Added:
  ruby-sqlite3/repos/community-x86_64/PKGBUILD
(from rev 1265122, ruby-sqlite3/trunk/PKGBUILD)
Deleted:
  ruby-sqlite3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 20:22:04 UTC (rev 1265122)
+++ PKGBUILD2022-08-10 20:22:15 UTC (rev 1265123)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname=sqlite3
-pkgname=ruby-${_gemname}
-pkgver=1.4.2
-pkgrel=5
-pkgdesc='Ruby bindings for the SQLite3 embedded database'
-url='https://github.com/luislavena/sqlite3-ruby'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'sqlite')
-options=('!emptydirs')
-makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rake-compiler' 'ruby-hoe' 
'ruby-mini_portile' 'ruby-minitest')
-source=(https://github.com/sparklemotion/sqlite3-ruby/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz
-# https://github.com/sparklemotion/sqlite3-ruby/pull/309
-
ruby-sqlite3-fix-tests.patch::https://github.com/sparklemotion/sqlite3-ruby/commit/f687023b58e2bd7ab793ecf4dcf1452d439a944f.patch)
-sha256sums=('7e876104c0feb6e0e69befc3f6055fb7f20f37b13a667c8f9782d22272f37479'
-'3bcc0b1848189c7fafd5b2bcb5a2ea51a8eba4d1b06788d497b306585d17b49e')
-sha512sums=('c30938f0ad835e23f9e857323ea654d111d1ef5d6f055471ca5f8f080bcdcbb56ac773be9aab34b6432cdb53d69a842c99dcebbd3ea9808967f04907863abc89'
-
'57f3c3cbfb89fbe208dd2b85e7ddd68781cfb1094b8e43753a7cf8e907b6d31b597355ea268a529c30c985f7ff9d8367a1bb2090d33652f5abe2a2413ecb65f4')
-
-prepare() {
-  cd ${_gemname}-ruby-${pkgver}
-
-  patch --verbose --strip=1 --input=../ruby-sqlite3-fix-tests.patch
-
-  sed 's|~>|>=|g' -i Gemfile
-}
-
-build() {
-  cd ${_gemname}-ruby-${pkgver}
-  rake compile
-  rake gem
-}
-
-check() {
-  cd ${_gemname}-ruby-${pkgver}
-  rake test
-}
-
-package() {
-  cd ${_gemname}-ruby-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
--n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
-
-  install -Dm 644 README.rdoc CHANGELOG.rdoc API_CHANGES.rdoc -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  cd "${pkgdir}/${_gemdir}"
-  rm -r cache gems/${_gemname}-${pkgver}/ext
-  rm -rf "${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-  rm extensions/*/*/${_gemname}-${pkgver}/{mkmf.log,gem_make.out}
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-sqlite3/repos/community-x86_64/PKGBUILD (from rev 1265122, 
ruby-sqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 20:22:15 UTC (rev 1265123)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname=sqlite3
+pkgname=ruby-${_gemname}
+pkgver=1.4.4
+pkgrel=1
+pkgdesc='Ruby bindings for the SQLite3 embedded database'
+url='https://github.com/luislavena/sqlite3-ruby'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'sqlite')
+options=('!emptydirs')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rake-compiler' 'ruby-hoe' 
'ruby-mini_portile2' 'ruby-minitest')
+source=(https://github.com/sparklemotion/sqlite3-ruby/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
+sha256sums=('d6a1030c69dc4066fef55f05226ca2f885de468b31d9aa4fa5c431d74255179b')
+sha512sums=('fd06f9163f915af9f9e35e9405574319095968da66d66da97bf30dfdfe813a555115dcbc918ff087d0887dd214979f074ee717c3defc879125dafe214692c174')
+
+prepare() {
+  cd ${_gemname}-ruby-${pkgver}
+
+  sed 's|~>|>=|g' -i Gemfile
+}
+
+build() {
+  cd ${_gemname}-ruby-${pkgver}
+  rake compile
+  rake gem
+}
+
+check() {
+  cd ${_gemname}-ruby-${pkgver}
+  rake test
+}
+
+package() {
+  cd ${_gemname}-ruby-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+
+  install -Dm 644 README.rdoc CHANGELOG.rdoc API_CHANGES.rdoc -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -r cache gems/${_gemname}-${pkgver}/ext
+  rm -rf "${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+  rm extensions/*/*/${_gemname}-${pkgver}/{mkmf.log,gem_make.out}
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-10 Thread Andreas Schleifer via arch-commits
Date: Wednesday, August 10, 2022 @ 20:22:04
  Author: segaja
Revision: 1265122

upgpkg: ruby-sqlite3 1.4.4-1

Modified:
  ruby-sqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 20:00:36 UTC (rev 1265121)
+++ PKGBUILD2022-08-10 20:22:04 UTC (rev 1265122)
@@ -3,8 +3,8 @@
 
 _gemname=sqlite3
 pkgname=ruby-${_gemname}
-pkgver=1.4.2
-pkgrel=5
+pkgver=1.4.4
+pkgrel=1
 pkgdesc='Ruby bindings for the SQLite3 embedded database'
 url='https://github.com/luislavena/sqlite3-ruby'
 arch=('x86_64')
@@ -11,20 +11,14 @@
 license=('BSD')
 depends=('ruby' 'sqlite')
 options=('!emptydirs')
-makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rake-compiler' 'ruby-hoe' 
'ruby-mini_portile' 'ruby-minitest')
-source=(https://github.com/sparklemotion/sqlite3-ruby/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz
-# https://github.com/sparklemotion/sqlite3-ruby/pull/309
-
ruby-sqlite3-fix-tests.patch::https://github.com/sparklemotion/sqlite3-ruby/commit/f687023b58e2bd7ab793ecf4dcf1452d439a944f.patch)
-sha256sums=('7e876104c0feb6e0e69befc3f6055fb7f20f37b13a667c8f9782d22272f37479'
-'3bcc0b1848189c7fafd5b2bcb5a2ea51a8eba4d1b06788d497b306585d17b49e')
-sha512sums=('c30938f0ad835e23f9e857323ea654d111d1ef5d6f055471ca5f8f080bcdcbb56ac773be9aab34b6432cdb53d69a842c99dcebbd3ea9808967f04907863abc89'
-
'57f3c3cbfb89fbe208dd2b85e7ddd68781cfb1094b8e43753a7cf8e907b6d31b597355ea268a529c30c985f7ff9d8367a1bb2090d33652f5abe2a2413ecb65f4')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rake-compiler' 'ruby-hoe' 
'ruby-mini_portile2' 'ruby-minitest')
+source=(https://github.com/sparklemotion/sqlite3-ruby/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
+sha256sums=('d6a1030c69dc4066fef55f05226ca2f885de468b31d9aa4fa5c431d74255179b')
+sha512sums=('fd06f9163f915af9f9e35e9405574319095968da66d66da97bf30dfdfe813a555115dcbc918ff087d0887dd214979f074ee717c3defc879125dafe214692c174')
 
 prepare() {
   cd ${_gemname}-ruby-${pkgver}
 
-  patch --verbose --strip=1 --input=../ruby-sqlite3-fix-tests.patch
-
   sed 's|~>|>=|g' -i Gemfile
 }
 



[arch-commits] Commit in cups-filters/repos/extra-x86_64 (8 files)

2022-08-10 Thread Andreas Radke via arch-commits
Date: Wednesday, August 10, 2022 @ 20:00:47
  Author: andyrtr
Revision: 452531

archrelease: copy trunk to extra-x86_64

Added:
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 452530, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD.v20
(from rev 452530, cups-filters/trunk/PKGBUILD.v20)
  cups-filters/repos/extra-x86_64/buildfix.diff
(from rev 452530, cups-filters/trunk/buildfix.diff)
  cups-filters/repos/extra-x86_64/test.patch
(from rev 452530, cups-filters/trunk/test.patch)
Deleted:
  cups-filters/repos/extra-x86_64/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD.v20
  cups-filters/repos/extra-x86_64/buildfix.diff
  cups-filters/repos/extra-x86_64/test.patch

---+
 PKGBUILD  |  117 +-
 PKGBUILD.v20  |  156 
 buildfix.diff |   46 
 test.patch|   50 -
 4 files changed, 185 insertions(+), 184 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 20:00:35 UTC (rev 452530)
+++ PKGBUILD2022-08-10 20:00:47 UTC (rev 452531)
@@ -1,58 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.28.15
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
-makedepends=('ghostscript' 'python' 'mupdf-tools')
-checkdepends=('ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: to convert MS Word documents'
-   'docx2txt: to convert Microsoft OOXML text from DOCX files')
-backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('a907ec769fbb72efbfbf9b540b250a08e33b6e373a8a7c343f9840fba4d0478b')
-
-build() {
-  cd "$pkgname"-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd "$pkgname"-$pkgver
-  make check
-}
-
-package() {
-  cd "$pkgname"-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  #sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  
-  # use cups group from cups pkg FS#56818
-  chgrp -R 209 "${pkgdir}"/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 452530, 
cups-filters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 20:00:47 UTC (rev 452531)
@@ -0,0 +1,59 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.28.15
+pkgrel=2
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'ijs' 'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'python' 'mupdf-tools' 'liblouis')
+checkdepends=('ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'imagemagick: for Braille embosser support'
+   'liblouis: for Braille embosser support'
+   'antiword: to convert MS Word documents for Braille embosser 
support'
+   'docx2txt: to convert Microsoft OOXML text from DOCX files for 

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

2022-08-10 Thread Andreas Radke via arch-commits
Date: Wednesday, August 10, 2022 @ 20:00:35
  Author: andyrtr
Revision: 452530

upgpkg: cups-filters 1.28.15-2: imagemagick and liblouis are optional 
dependencies only required for braille support - FS#75527

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:04:22 UTC (rev 452529)
+++ PKGBUILD2022-08-10 20:00:35 UTC (rev 452530)
@@ -2,20 +2,22 @@
 
 pkgname=cups-filters
 pkgver=1.28.15
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
 license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
-makedepends=('ghostscript' 'python' 'mupdf-tools')
+depends=('lcms2' 'poppler' 'qpdf' 'ijs' 'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'python' 'mupdf-tools' 'liblouis')
 checkdepends=('ttf-dejavu') # ttf-dejavu for make check
 optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: to convert MS Word documents'
-   'docx2txt: to convert Microsoft OOXML text from DOCX files')
+   'imagemagick: for Braille embosser support'
+   'liblouis: for Braille embosser support'
+   'antiword: to convert MS Word documents for Braille embosser 
support'
+   'docx2txt: to convert Microsoft OOXML text from DOCX files for 
Braille embosser support')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
 sha256sums=('a907ec769fbb72efbfbf9b540b250a08e33b6e373a8a7c343f9840fba4d0478b')
@@ -29,7 +31,6 @@
 --with-rcdir=no \
 --enable-avahi \
 --with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
 --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 20:00:36
  Author: shibumi
Revision: 1265121

archrelease: copy trunk to community-x86_64

Added:
  kustomize/repos/community-x86_64/PKGBUILD
(from rev 1265120, kustomize/trunk/PKGBUILD)
Deleted:
  kustomize/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:56:04 UTC (rev 1265120)
+++ PKGBUILD2022-08-10 20:00:36 UTC (rev 1265121)
@@ -1,66 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: Daurnimator 
-
-pkgname=kustomize
-pkgver=4.5.4
-pkgrel=2
-pkgdesc="Template-free customization of Kubernetes YAML manifests"
-arch=('x86_64')
-url="https://github.com/kubernetes-sigs/kustomize;
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-optdepends=('helm')
-options=('!lto')
-source=("https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f557dc10b44e760efbc15826c608c16cb41b7efa6b06aac5bc777da64f30ef93236e87dc902791d6029b6653a4196211dd5edee70726de0338dee80e2d63686f')
-b2sums=('b3dd3156ea45b7461364173c8710012d8fa5b89e3a65e833a2c9ea31dc5ce57d72882da1aee153d24289cf389b8b7db6624e7ac84d51db7b1e5867e728513d02')
-
-prepare() {
-  cd "kustomize-kustomize-v${pkgver}/kustomize"
-
-  go mod download
-}
-
-build(){
-  cd "kustomize-kustomize-v${pkgver}/kustomize"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOPROXY=off
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags " \
-  -X sigs.k8s.io/kustomize/api/provenance.version=${pkgver} \
-  -X sigs.k8s.io/kustomize/api/provenance.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
-  -extldflags ${LDFLAGS}" \
-.
-}
-
-check(){
-  cd "kustomize-kustomize-v${pkgver}/kustomize"
-
-  go test ./...
-}
-
-package(){
-  cd "kustomize-kustomize-v${pkgver}/kustomize"
-
-  # install completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  ./kustomize completion bash >  
"${pkgdir}/usr/share/bash-completion/completions/kustomize"
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions/"
-  ./kustomize completion zsh >  
"${pkgdir}/usr/share/zsh/site-functions/_kustomize"
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d"
-  ./kustomize completion fish >  
"${pkgdir}/usr/share/fish/vendor_completions.d/kustomize.fish"
-
-  # install binary
-  install -D kustomize "${pkgdir}/usr/bin/kustomize"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kustomize/repos/community-x86_64/PKGBUILD (from rev 1265120, 
kustomize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 20:00:36 UTC (rev 1265121)
@@ -0,0 +1,66 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Daurnimator 
+
+pkgname=kustomize
+pkgver=4.5.6
+pkgrel=1
+pkgdesc="Template-free customization of Kubernetes YAML manifests"
+arch=('x86_64')
+url="https://github.com/kubernetes-sigs/kustomize;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+optdepends=('helm')
+options=('!lto')
+source=("https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('70da06de5c6f72a833eb53d15cbaea17824dd71f7930371b6acc96bff283b52675387084e3714255385727540c84dc38e55f701f93326233ec038247e664c8b1')
+b2sums=('5a068908c9729459f7fef622c083a93b767aefe590e6012c7026a02a03d312d11ebfaa80c3754817a0fe05cdb9eeaabdc466ee06fd3052de5f587f942247880b')
+
+prepare() {
+  cd "kustomize-kustomize-v${pkgver}/kustomize"
+
+  go mod download
+}
+
+build(){
+  cd "kustomize-kustomize-v${pkgver}/kustomize"
+
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOPROXY=off
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags " \
+  -X sigs.k8s.io/kustomize/api/provenance.version=${pkgver} \
+  -X sigs.k8s.io/kustomize/api/provenance.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
+  -extldflags ${LDFLAGS}" \
+.
+}
+
+check(){
+  cd "kustomize-kustomize-v${pkgver}/kustomize"
+
+  go test ./...
+}
+
+package(){
+  cd "kustomize-kustomize-v${pkgver}/kustomize"
+
+  # install completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  ./kustomize completion bash >  
"${pkgdir}/usr/share/bash-completion/completions/kustomize"
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions/"
+  ./kustomize completion zsh >  
"${pkgdir}/usr/share/zsh/site-functions/_kustomize"
+  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d"
+  

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

2022-08-10 Thread Andreas Schleifer via arch-commits
Date: Wednesday, August 10, 2022 @ 19:56:04
  Author: segaja
Revision: 1265120

archrelease: copy trunk to community-x86_64

Added:
  ruby-pcaprub/repos/community-x86_64/PKGBUILD
(from rev 1265119, ruby-pcaprub/trunk/PKGBUILD)
Deleted:
  ruby-pcaprub/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:55:54 UTC (rev 1265119)
+++ PKGBUILD2022-08-10 19:56:04 UTC (rev 1265120)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname=pcaprub
-pkgname=ruby-${_gemname}
-pkgver=0.12.4
-pkgrel=8
-pkgdesc='Consistent interface to libpcap packet capture library'
-url='https://github.com/pcaprub/pcaprub'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('ruby' 'libpcap')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('707221429dcdf95eba24076589054dd022ba8a479148c3ec8ce9667016225ee64bed13d3fdf8ebd46027244feec8e77a484c67f040d0439bfa44d9212997645b')
-
-package() {
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/"{USAGE.rdoc,README.rdoc,FAQ.rdoc}
 \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  ln -s "${_gemdir}/gems/${_gemname}-${pkgver}/examples" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
-"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/pcaprub_c/Makefile"
-  rm -rf "${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-pcaprub/repos/community-x86_64/PKGBUILD (from rev 1265119, 
ruby-pcaprub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:56:04 UTC (rev 1265120)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname=pcaprub
+pkgname=ruby-${_gemname}
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='Consistent interface to libpcap packet capture library'
+url='https://github.com/pcaprub/pcaprub'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('ruby' 'libpcap')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('3079a5f7b29df502b5bbf0afdb7c670c9a43fbb4024163001018ebffd660597197cb0c146005f1ce027f00f2ba4c2e0430a8574cb10c4fac310a8b04411c53dd')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/"{USAGE.rdoc,README.rdoc,FAQ.rdoc}
 \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s "${_gemdir}/gems/${_gemname}-${pkgver}/examples" 
"${pkgdir}/usr/share/doc/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/pcaprub_c/Makefile"
+  rm -rf "${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-10 Thread Andreas Schleifer via arch-commits
Date: Wednesday, August 10, 2022 @ 19:55:54
  Author: segaja
Revision: 1265119

upgpkg: ruby-pcaprub 0.13.1-1

Modified:
  ruby-pcaprub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:51:58 UTC (rev 1265118)
+++ PKGBUILD2022-08-10 19:55:54 UTC (rev 1265119)
@@ -3,8 +3,8 @@
 
 _gemname=pcaprub
 pkgname=ruby-${_gemname}
-pkgver=0.12.4
-pkgrel=8
+pkgver=0.13.1
+pkgrel=1
 pkgdesc='Consistent interface to libpcap packet capture library'
 url='https://github.com/pcaprub/pcaprub'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('707221429dcdf95eba24076589054dd022ba8a479148c3ec8ce9667016225ee64bed13d3fdf8ebd46027244feec8e77a484c67f040d0439bfa44d9212997645b')
+sha512sums=('3079a5f7b29df502b5bbf0afdb7c670c9a43fbb4024163001018ebffd660597197cb0c146005f1ce027f00f2ba4c2e0430a8574cb10c4fac310a8b04411c53dd')
 
 package() {
   local _gemdir="$(gem env gemdir)"



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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:51:58
  Author: shibumi
Revision: 1265118

archrelease: copy trunk to community-x86_64

Added:
  helm/repos/community-x86_64/PKGBUILD
(from rev 1265117, helm/trunk/PKGBUILD)
  helm/repos/community-x86_64/keys/
Deleted:
  helm/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:51:50 UTC (rev 1265117)
+++ PKGBUILD2022-08-10 19:51:58 UTC (rev 1265118)
@@ -1,58 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Lukas Grossar 
-# Contributor: Ivan Shapovalov 
-# Contributor: Wayne Cheng 
-# Contributor: Matthias Lisin 
-
-pkgname=helm
-pkgver=3.8.2
-pkgrel=1
-pkgdesc="The Kubernetes Package Manager"
-arch=("x86_64")
-url="https://helm.sh/;
-license=("Apache")
-depends=('glibc')
-makedepends=("go" "git")
-options=("!lto")
-_commit=6e3701edea09e5d55a8ca2aae03a68917630e91b   #refs/tags/v3.8.2^{}
-source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
-#source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
-validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
-  'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
-  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd "${pkgname}"
-  go mod tidy
-}
-
-build() {
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
-}
-
-check(){
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
-}
-
-package(){
-cd "${pkgname}"
-install -Dm755 bin/helm -t "$pkgdir/usr/bin"
-bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
-bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
-}

Copied: helm/repos/community-x86_64/PKGBUILD (from rev 1265117, 
helm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:51:58 UTC (rev 1265118)
@@ -0,0 +1,58 @@
+# Maintainer: Morten Linderud 
+# Contributor: Lukas Grossar 
+# Contributor: Ivan Shapovalov 
+# Contributor: Wayne Cheng 
+# Contributor: Matthias Lisin 
+
+pkgname=helm
+pkgver=3.9.3
+pkgrel=2
+pkgdesc="The Kubernetes Package Manager"
+arch=("x86_64")
+url="https://github.com/helm/helm;
+license=("Apache")
+depends=('glibc')
+makedepends=("go" "git")
+options=("!lto")
+#_commit=1addefbfe665c350f4daf868a9adc5600cc064fd
+#source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
+source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
+validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+  'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
+  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd "${pkgname}"
+  go mod tidy
+}
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
+}
+
+check(){
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
+}
+
+package(){
+cd "${pkgname}"
+install -Dm755 bin/helm -t "$pkgdir/usr/bin"
+bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
+bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
+}



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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:51:50
  Author: shibumi
Revision: 1265117

upgpkg: helm 3.9.3-2

Modified:
  helm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:47:23 UTC (rev 1265116)
+++ PKGBUILD2022-08-10 19:51:50 UTC (rev 1265117)
@@ -6,7 +6,7 @@
 
 pkgname=helm
 pkgver=3.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
 url="https://github.com/helm/helm;



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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:47:23
  Author: shibumi
Revision: 1265116

archrelease: copy trunk to community-x86_64

Modified:
  helm/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:47:17 UTC (rev 1265115)
+++ PKGBUILD2022-08-10 19:47:23 UTC (rev 1265116)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.9.0
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
@@ -14,7 +14,7 @@
 depends=('glibc')
 makedepends=("go" "git")
 options=("!lto")
-_commit=7ceeda6c585217a19a1131663d8cd1f7d641b2a7   #refs/tags/v3.9.0^{}
+_commit=6e3701edea09e5d55a8ca2aae03a68917630e91b   #refs/tags/v3.8.2^{}
 source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
 #source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
 validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'



[arch-commits] Commit in helm/trunk (6 files)

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:47:17
  Author: shibumi
Revision: 1265115

upgpkg: helm 3.9.3-1

Added:
  helm/trunk/keys/
  helm/trunk/keys/pgp/
  helm/trunk/keys/pgp/672C657BE06B4B30969C4A57461449C25E36B98E.asc
  helm/trunk/keys/pgp/967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B.asc
  helm/trunk/keys/pgp/CABAA8D44DFACA14791FBE9892C44A3D421FF7F9.asc
Modified:
  helm/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +-
 keys/pgp/672C657BE06B4B30969C4A57461449C25E36B98E.asc |1 +
 keys/pgp/967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B.asc |1 +
 keys/pgp/CABAA8D44DFACA14791FBE9892C44A3D421FF7F9.asc |1 +
 4 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:43:34 UTC (rev 1265114)
+++ PKGBUILD2022-08-10 19:47:17 UTC (rev 1265115)
@@ -5,18 +5,18 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.9.0
+pkgver=3.9.3
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
-url="https://helm.sh/;
+url="https://github.com/helm/helm;
 license=("Apache")
 depends=('glibc')
 makedepends=("go" "git")
 options=("!lto")
-_commit=7ceeda6c585217a19a1131663d8cd1f7d641b2a7   #refs/tags/v3.9.0^{}
-source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
-#source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
+#_commit=1addefbfe665c350f4daf868a9adc5600cc064fd
+#source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
+source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
 validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
   'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
   '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')

Added: keys/pgp/672C657BE06B4B30969C4A57461449C25E36B98E.asc
===
(Binary files differ)

Index: helm/trunk/keys/pgp/672C657BE06B4B30969C4A57461449C25E36B98E.asc
===
--- keys/pgp/672C657BE06B4B30969C4A57461449C25E36B98E.asc   2022-08-10 
19:43:34 UTC (rev 1265114)
+++ keys/pgp/672C657BE06B4B30969C4A57461449C25E36B98E.asc   2022-08-10 
19:47:17 UTC (rev 1265115)

Property changes on: 
helm/trunk/keys/pgp/672C657BE06B4B30969C4A57461449C25E36B98E.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B.asc
===
(Binary files differ)

Index: helm/trunk/keys/pgp/967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B.asc
===
--- keys/pgp/967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B.asc   2022-08-10 
19:43:34 UTC (rev 1265114)
+++ keys/pgp/967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B.asc   2022-08-10 
19:47:17 UTC (rev 1265115)

Property changes on: 
helm/trunk/keys/pgp/967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/CABAA8D44DFACA14791FBE9892C44A3D421FF7F9.asc
===
(Binary files differ)

Index: helm/trunk/keys/pgp/CABAA8D44DFACA14791FBE9892C44A3D421FF7F9.asc
===
--- keys/pgp/CABAA8D44DFACA14791FBE9892C44A3D421FF7F9.asc   2022-08-10 
19:43:34 UTC (rev 1265114)
+++ keys/pgp/CABAA8D44DFACA14791FBE9892C44A3D421FF7F9.asc   2022-08-10 
19:47:17 UTC (rev 1265115)

Property changes on: 
helm/trunk/keys/pgp/CABAA8D44DFACA14791FBE9892C44A3D421FF7F9.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in ruby-erubi/repos/community-any (PKGBUILD PKGBUILD)

2022-08-10 Thread Andreas Schleifer via arch-commits
Date: Wednesday, August 10, 2022 @ 19:43:34
  Author: segaja
Revision: 1265114

archrelease: copy trunk to community-any

Added:
  ruby-erubi/repos/community-any/PKGBUILD
(from rev 1265113, ruby-erubi/trunk/PKGBUILD)
Deleted:
  ruby-erubi/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:43:23 UTC (rev 1265113)
+++ PKGBUILD2022-08-10 19:43:34 UTC (rev 1265114)
@@ -1,48 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='erubi'
-pkgname="ruby-${_gemname}"
-pkgver=1.10.0
-pkgrel=2
-pkgdesc='Small ERB Implementation'
-arch=('any')
-url="https://github.com/jeremyevans/erubi;
-license=('MIT')
-depends=('ruby')
-makedepends=('ruby-rake' 'ruby-rdoc')
-checkdepends=('ruby-minitest' 'ruby-minitest-global_expectations')
-options=(!emptydirs)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('adf62511ce9324b4c5f7a95863254c9d95cf40f2107eddad1118ef97d7f534fb74d79b48575ff17209e492811a9a8f87c52fa7a30e4b6ea4e50504cf5572c024')
-
-prepare() {
-  cd "${_gemname}-${pkgver}"
-
-  # update gemspec/Gemfile to allow newer version of the dependencies
-  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
-}
-
-build() {
-  cd "${_gemname}-${pkgver}"
-
-  rake package
-}
-
-check() {
-  cd "${_gemname}-${pkgver}"
-
-  rake spec
-}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-
-  gem install --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem"
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-
-  install -Dm 644 MIT-LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 CHANGELOG README.rdoc --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-erubi/repos/community-any/PKGBUILD (from rev 1265113, 
ruby-erubi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:43:34 UTC (rev 1265114)
@@ -0,0 +1,72 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='erubi'
+pkgname="ruby-${_gemname}"
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='Small ERB Implementation'
+arch=('any')
+url="https://github.com/jeremyevans/erubi;
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rake' 'ruby-rdoc')
+checkdepends=('ruby-minitest' 'ruby-minitest-global_expectations')
+options=(!emptydirs)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('6e1a044a8468b6cd0262e4058a45415b9a4e1f230bbd7256956d5416674feb4af6a1dea290733a3dbaeab92394625664a1e61cbe36e7278e1e030c6a9b16d692')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake spec
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -Dm 644 MIT-LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 CHANGELOG README.rdoc --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-08-10 Thread Andreas Schleifer via arch-commits
Date: Wednesday, August 10, 2022 @ 19:43:23
  Author: segaja
Revision: 1265113

upgpkg: ruby-erubi 1.11.0-1

Modified:
  ruby-erubi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:41:38 UTC (rev 1265112)
+++ PKGBUILD2022-08-10 19:43:23 UTC (rev 1265113)
@@ -2,8 +2,8 @@
 
 _gemname='erubi'
 pkgname="ruby-${_gemname}"
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
 pkgdesc='Small ERB Implementation'
 arch=('any')
 url="https://github.com/jeremyevans/erubi;
@@ -13,7 +13,7 @@
 checkdepends=('ruby-minitest' 'ruby-minitest-global_expectations')
 options=(!emptydirs)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('adf62511ce9324b4c5f7a95863254c9d95cf40f2107eddad1118ef97d7f534fb74d79b48575ff17209e492811a9a8f87c52fa7a30e4b6ea4e50504cf5572c024')
+sha512sums=('6e1a044a8468b6cd0262e4058a45415b9a4e1f230bbd7256956d5416674feb4af6a1dea290733a3dbaeab92394625664a1e61cbe36e7278e1e030c6a9b16d692')
 
 prepare() {
   cd "${_gemname}-${pkgver}"
@@ -25,7 +25,7 @@
 build() {
   cd "${_gemname}-${pkgver}"
 
-  rake package
+  gem build "${_gemname}.gemspec"
 }
 
 check() {
@@ -41,8 +41,32 @@
 
   gem install --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem"
 
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
 
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
   install -Dm 644 MIT-LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm 644 CHANGELOG README.rdoc --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
 }



[arch-commits] Commit in consul-template/repos/community-x86_64 (6 files)

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:41:38
  Author: shibumi
Revision: 1265112

archrelease: copy trunk to community-x86_64

Added:
  consul-template/repos/community-x86_64/PKGBUILD
(from rev 1265111, consul-template/trunk/PKGBUILD)
  consul-template/repos/community-x86_64/consul-template.hcl
(from rev 1265111, consul-template/trunk/consul-template.hcl)
  consul-template/repos/community-x86_64/consul-template.service
(from rev 1265111, consul-template/trunk/consul-template.service)
Deleted:
  consul-template/repos/community-x86_64/PKGBUILD
  consul-template/repos/community-x86_64/consul-template.hcl
  consul-template/repos/community-x86_64/consul-template.service

-+
 PKGBUILD|   95 +++---
 consul-template.hcl |  700 +++---
 consul-template.service |   24 -
 3 files changed, 410 insertions(+), 409 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:41:30 UTC (rev 1265111)
+++ PKGBUILD2022-08-10 19:41:38 UTC (rev 1265112)
@@ -1,47 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Tyler Langlois 
-# Contributor: Tim Meusel 
-pkgname=consul-template
-pkgver=0.25.2
-pkgrel=1
-pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
-arch=('x86_64')
-url='https://github.com/hashicorp/consul-template'
-license=('MPL')
-backup=("etc/${pkgname}/${pkgname}.hcl")
-makedepends=('go' 'git')
-depends=('glibc')
-optdepends=('consul: interpolate values from a distributed key/value store'
-'vault: reference secure secrets in template files')
-_consul_template_commit='870905de57f085588c3b718b779d8550aefc5dcf'
-source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit};
-"${pkgname}.service"
-"${pkgname}.hcl")
-sha512sums=('SKIP'
-
'8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b'
-
'b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}" src/github.com/hashicorp/
-  export GO111MODULE=on
-}
-
-build() {
-  cd src/github.com/hashicorp/"${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 build -o consul-template-binary
-}
-
-package() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  install -Dm755 consul-template-binary "${pkgdir}/usr/bin/consul-template"
-  install -Dm644 "${srcdir}/${pkgname}.hcl" 
"${pkgdir}/etc/${pkgname}/${pkgname}.hcl"
-  install -Dm644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: consul-template/repos/community-x86_64/PKGBUILD (from rev 1265111, 
consul-template/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:41:38 UTC (rev 1265112)
@@ -0,0 +1,48 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Tyler Langlois 
+# Contributor: Tim Meusel 
+pkgname=consul-template
+pkgver=0.29.1
+pkgrel=1
+pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
+arch=('x86_64')
+url='https://github.com/hashicorp/consul-template'
+license=('MPL')
+backup=("etc/${pkgname}/${pkgname}.hcl")
+makedepends=('go' 'git')
+depends=('glibc')
+optdepends=('consul: interpolate values from a distributed key/value store'
+'vault: reference secure secrets in template files')
+_consul_template_commit='4525703f9dd1347a38446e137d56de94dcd06ee7'
+source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit};
+"${pkgname}.service"
+"${pkgname}.hcl")
+sha512sums=('SKIP'
+
'8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b'
+
'b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674')
+options=(!lto)
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p src/github.com/hashicorp/
+  mv "${pkgname}" src/github.com/hashicorp/
+  export GO111MODULE=on
+}
+
+build() {
+  cd src/github.com/hashicorp/"${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 build -o consul-template-binary
+}
+
+package() {
+  cd 

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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:41:30
  Author: shibumi
Revision: 1265111

upgpkg: consul-template 0.29.1-1

Modified:
  consul-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:36:36 UTC (rev 1265110)
+++ PKGBUILD2022-08-10 19:41:30 UTC (rev 1265111)
@@ -2,7 +2,7 @@
 # Contributor: Tyler Langlois 
 # Contributor: Tim Meusel 
 pkgname=consul-template
-pkgver=0.25.2
+pkgver=0.29.1
 pkgrel=1
 pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 optdepends=('consul: interpolate values from a distributed key/value store'
 'vault: reference secure secrets in template files')
-_consul_template_commit='870905de57f085588c3b718b779d8550aefc5dcf'
+_consul_template_commit='4525703f9dd1347a38446e137d56de94dcd06ee7'
 
source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit};
 "${pkgname}.service"
 "${pkgname}.hcl")
@@ -20,6 +20,7 @@
 sha512sums=('SKIP'
 
'8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b'
 
'b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674')
+options=(!lto)
 
 prepare() {
   export GOPATH="${srcdir}"



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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:36:36
  Author: shibumi
Revision: 1265110

archrelease: copy trunk to community-x86_64

Added:
  terragrunt/repos/community-x86_64/PKGBUILD
(from rev 1265109, terragrunt/trunk/PKGBUILD)
Deleted:
  terragrunt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:36:29 UTC (rev 1265109)
+++ PKGBUILD2022-08-10 19:36:36 UTC (rev 1265110)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Benjamin Denhartog 
-# Contributor: Andreas 'Segaja' Schleifer 
-
-pkgname=terragrunt
-pkgver=0.38.1
-pkgrel=1
-pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
-url='https://github.com/gruntwork-io/terragrunt'
-arch=('x86_64')
-makedepends=('git' 'go')
-depends=('glibc' 'terraform')
-license=('MIT')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7c8b187a5a516e3e90467960c161c7ef20b105ac9c391ddde27b0cbf98b0ea4c')
-b2sums=('1b30e8ce07c922d93c4b32965a84037e9babc1844506d70aeae68e5e27090775b5acf559a2a16f916d67a818b5b4a866e15989f400ad4c8b5e32cf25f8ac92b3')
-options=('!lto')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build -v \
--ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
main.VERSION=${pkgver}" \
-.
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terragrunt/repos/community-x86_64/PKGBUILD (from rev 1265109, 
terragrunt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:36:36 UTC (rev 1265110)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Benjamin Denhartog 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=terragrunt
+pkgver=0.38.7
+pkgrel=1
+pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
+url='https://github.com/gruntwork-io/terragrunt'
+arch=('x86_64')
+makedepends=('git' 'go')
+depends=('glibc' 'terraform')
+license=('MIT')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('99b24f1b88f3b1df3eb69978373d93b8fcfb37a2c3d1a7f944a78b2071b67a5c')
+b2sums=('b492d30006fa4f8ea38271780f8a90ec313a67849fc926b407c324b5c64c42e0e5cc36da92c60141b45e3f4df0008293f24e173f627a5c3750e1ce621831f037')
+options=('!lto')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build -v \
+-ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
main.VERSION=${pkgver}" \
+.
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:36:29
  Author: shibumi
Revision: 1265109

upgpkg: terragrunt 0.38.7-1

Modified:
  terragrunt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:34:35 UTC (rev 1265108)
+++ PKGBUILD2022-08-10 19:36:29 UTC (rev 1265109)
@@ -3,7 +3,7 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=terragrunt
-pkgver=0.38.1
+pkgver=0.38.7
 pkgrel=1
 pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
 url='https://github.com/gruntwork-io/terragrunt'
@@ -12,8 +12,8 @@
 depends=('glibc' 'terraform')
 license=('MIT')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7c8b187a5a516e3e90467960c161c7ef20b105ac9c391ddde27b0cbf98b0ea4c')
-b2sums=('1b30e8ce07c922d93c4b32965a84037e9babc1844506d70aeae68e5e27090775b5acf559a2a16f916d67a818b5b4a866e15989f400ad4c8b5e32cf25f8ac92b3')
+sha256sums=('99b24f1b88f3b1df3eb69978373d93b8fcfb37a2c3d1a7f944a78b2071b67a5c')
+b2sums=('b492d30006fa4f8ea38271780f8a90ec313a67849fc926b407c324b5c64c42e0e5cc36da92c60141b45e3f4df0008293f24e173f627a5c3750e1ce621831f037')
 options=('!lto')
 
 build() {



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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:34:35
  Author: shibumi
Revision: 1265108

archrelease: copy trunk to community-x86_64

Added:
  yaegi/repos/community-x86_64/PKGBUILD
(from rev 1265107, yaegi/trunk/PKGBUILD)
Deleted:
  yaegi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:34:29 UTC (rev 1265107)
+++ PKGBUILD2022-08-10 19:34:35 UTC (rev 1265108)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: navigaid 
-pkgname=yaegi
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Yet another Elegant Go Interpreter'
-arch=('x86_64')
-url='https://github.com/containous/yaegi'
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
-sha512sums=('f5aace3106ff75a26fd8f6db1d680ea18d8942b8a535fca3465cbe30fdbf47ceab9e9bb22f1ca091b7af142785f92457a4b7c0d5c0773addeb3e93624677a1b6')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v ./cmd/yaegi
-}
-
-# disabling tests...
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#  sed -i 's|"-race", ||' ./cmd/yaegi/yaegi_test.go
-#  GOROOT="/usr/lib/go" go test -v ./...
-#}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: yaegi/repos/community-x86_64/PKGBUILD (from rev 1265107, 
yaegi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:34:35 UTC (rev 1265108)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Rebischke 
+# Contributor: navigaid 
+pkgname=yaegi
+pkgver=0.14.1
+pkgrel=1
+pkgdesc='Yet another Elegant Go Interpreter'
+arch=('x86_64')
+url='https://github.com/containous/yaegi'
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
+sha512sums=('17d87196fa895dae6511a91041dbd992535db5c2a55bff36f084e11d91573d4b62b105f341efd98910c01def1bde6f2df43f5e6e8cf3a2a8dc72ef79d7fdd790')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v ./cmd/yaegi
+}
+
+# disabling tests...
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#  sed -i 's|"-race", ||' ./cmd/yaegi/yaegi_test.go
+#  GOROOT="/usr/lib/go" go test -v ./...
+#}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:34:29
  Author: shibumi
Revision: 1265107

upgpkg: yaegi 0.14.1-1

Modified:
  yaegi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:32:47 UTC (rev 1265106)
+++ PKGBUILD2022-08-10 19:34:29 UTC (rev 1265107)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 # Contributor: navigaid 
 pkgname=yaegi
-pkgver=0.12.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc='Yet another Elegant Go Interpreter'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
-sha512sums=('f5aace3106ff75a26fd8f6db1d680ea18d8942b8a535fca3465cbe30fdbf47ceab9e9bb22f1ca091b7af142785f92457a4b7c0d5c0773addeb3e93624677a1b6')
+sha512sums=('17d87196fa895dae6511a91041dbd992535db5c2a55bff36f084e11d91573d4b62b105f341efd98910c01def1bde6f2df43f5e6e8cf3a2a8dc72ef79d7fdd790')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:32:47
  Author: shibumi
Revision: 1265106

archrelease: copy trunk to community-x86_64

Added:
  k9s/repos/community-x86_64/PKGBUILD
(from rev 1265105, k9s/trunk/PKGBUILD)
Deleted:
  k9s/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:32:39 UTC (rev 1265105)
+++ PKGBUILD2022-08-10 19:32:47 UTC (rev 1265106)
@@ -1,47 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: Morten Linderud 
-
-pkgname=k9s
-pkgver=0.26.1
-pkgrel=1
-pkgdesc='TUI for managing Kubernetes clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go)
-options=('!lto')
-_commit=e309c28d260b4e9d4b0ea02cfb562126baf9b886   #refs/tags/v0.26.1^{}
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-options=('!lto')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make VERSION=$pkgver build
-}
-
-check() {
-  make -C $pkgname test
-}
-
-package() {
-  cd $pkgname
-  execs/k9s completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/k9s"
-  execs/k9s completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_k9s"
-  execs/k9s completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/k9s.fish"
-  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/derailed/k9s/releases
-# vim: ts=2 sw=2 et:

Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 1265105, 
k9s/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:32:47 UTC (rev 1265106)
@@ -0,0 +1,47 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Morten Linderud 
+
+pkgname=k9s
+pkgver=0.26.3
+pkgrel=1
+pkgdesc='TUI for managing Kubernetes clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go)
+options=('!lto')
+_commit=0893f13b3ca6b563dd0c38fdebaefdb8be594825
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+options=('!lto')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make VERSION=$pkgver build
+}
+
+check() {
+  make -C $pkgname test
+}
+
+package() {
+  cd $pkgname
+  execs/k9s completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/k9s"
+  execs/k9s completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_k9s"
+  execs/k9s completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/k9s.fish"
+  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/derailed/k9s/releases
+# vim: ts=2 sw=2 et:



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

2022-08-10 Thread Christian Rebischke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:32:39
  Author: shibumi
Revision: 1265105

upgpkg: k9s 0.26.3-1

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:32:00 UTC (rev 1265104)
+++ PKGBUILD2022-08-10 19:32:39 UTC (rev 1265105)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=k9s
-pkgver=0.26.1
+pkgver=0.26.3
 pkgrel=1
 pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(APACHE)
 makedepends=(git go)
 options=('!lto')
-_commit=e309c28d260b4e9d4b0ea02cfb562126baf9b886   #refs/tags/v0.26.1^{}
+_commit=0893f13b3ca6b563dd0c38fdebaefdb8be594825
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 options=('!lto')



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

2022-08-10 Thread Andreas Schleifer via arch-commits
Date: Wednesday, August 10, 2022 @ 19:32:00
  Author: segaja
Revision: 1265104

archrelease: copy trunk to community-x86_64

Added:
  ruby-nokogiri/repos/community-x86_64/PKGBUILD
(from rev 1265103, ruby-nokogiri/trunk/PKGBUILD)
Deleted:
  ruby-nokogiri/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   93 -
 1 file changed, 56 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:31:47 UTC (rev 1265103)
+++ PKGBUILD2022-08-10 19:32:00 UTC (rev 1265104)
@@ -1,37 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='nokogiri'
-pkgname="ruby-${_gemname}"
-pkgver=1.13.8
-pkgrel=1
-pkgdesc='Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser'
-arch=('x86_64')
-url='https://nokogiri.org'
-license=('MIT')
-depends=('ruby' 'ruby-mini_portile2' 'libxslt')
-options=(!emptydirs)
-source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem;)
-noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('5fd9a62e76e7b59342245ae41b15b46a408eabd289afa0ef6238b3d01af5c44c737c1ffd7f17791d7501dd240aa1c53e6d49c2e97580fc226de90f5a60b62e33')
-
-package() {
-  CFLAGS+=' -ffat-lto-objects'
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  local _platform="$(gem env platform | cut -d':' -f2)"
-  local _extension_api_version="$(ruby -e'puts Gem.extension_api_version')"
-
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem" -- 
--use-system-libraries
-
-  sed -r 's|~>|>=|g' -i 
"${pkgdir}/${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec"
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
-  
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/nokogiri"/{*.o,*.c,*.h} \
-  "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/nokogiri/Makefile" \
-  
"${pkgdir}/${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/gem_make.out"
-
-  install -D -m644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE-DEPENDENCIES.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-DEPENDENCIES.md"
-  install -D -m644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: ruby-nokogiri/repos/community-x86_64/PKGBUILD (from rev 1265103, 
ruby-nokogiri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:32:00 UTC (rev 1265104)
@@ -0,0 +1,56 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='nokogiri'
+pkgname="ruby-${_gemname}"
+pkgver=1.13.8
+pkgrel=2
+pkgdesc='Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser'
+arch=('x86_64')
+url='https://nokogiri.org'
+license=('MIT')
+depends=('ruby' 'ruby-mini_portile2' 'libxslt')
+options=(!emptydirs)
+source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem;)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('5fd9a62e76e7b59342245ae41b15b46a408eabd289afa0ef6238b3d01af5c44c737c1ffd7f17791d7501dd240aa1c53e6d49c2e97580fc226de90f5a60b62e33')
+
+package() {
+  CFLAGS+=' -ffat-lto-objects'
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem" -- 
--use-system-libraries
+
+  sed -r 's|~>|>=|g' -i 
"${pkgdir}/${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D -m644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE-DEPENDENCIES.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-DEPENDENCIES.md"
+  install -D -m644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+}



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

2022-08-10 Thread Andreas Schleifer via arch-commits
Date: Wednesday, August 10, 2022 @ 19:31:47
  Author: segaja
Revision: 1265103

upgpkg: ruby-nokogiri 1.13.8-2; make package reproducible again

Modified:
  ruby-nokogiri/trunk/PKGBUILD

--+
 PKGBUILD |   33 ++---
 1 file changed, 26 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:24:53 UTC (rev 1265102)
+++ PKGBUILD2022-08-10 19:31:47 UTC (rev 1265103)
@@ -5,7 +5,7 @@
 _gemname='nokogiri'
 pkgname="ruby-${_gemname}"
 pkgver=1.13.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser'
 arch=('x86_64')
 url='https://nokogiri.org'
@@ -20,18 +20,37 @@
   CFLAGS+=' -ffat-lto-objects'
 
   local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  local _platform="$(gem env platform | cut -d':' -f2)"
-  local _extension_api_version="$(ruby -e'puts Gem.extension_api_version')"
 
   gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem" -- 
--use-system-libraries
 
   sed -r 's|~>|>=|g' -i 
"${pkgdir}/${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec"
 
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
-  
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/nokogiri"/{*.o,*.c,*.h} \
-  "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/nokogiri/Makefile" \
-  
"${pkgdir}/${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/gem_make.out"
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
 
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
   install -D -m644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE-DEPENDENCIES.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-DEPENDENCIES.md"
   install -D -m644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
 }



[arch-commits] Commit in bitwarden-cli/repos/community-any (PKGBUILD PKGBUILD)

2022-08-10 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, August 10, 2022 @ 19:24:53
  Author: alex19ep
Revision: 1265102

archrelease: copy trunk to community-any

Added:
  bitwarden-cli/repos/community-any/PKGBUILD
(from rev 1265101, bitwarden-cli/trunk/PKGBUILD)
Deleted:
  bitwarden-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:24:49 UTC (rev 1265101)
+++ PKGBUILD2022-08-10 19:24:53 UTC (rev 1265102)
@@ -1,52 +0,0 @@
-# Maintainer: Alexander Epaneshnikov 
-# Contributor: libertylocked 
-
-pkgname=bitwarden-cli
-pkgver=2022.6.2 
-pkgrel=2
-pkgdesc="The command line vault"
-arch=('any')
-url="https://github.com/bitwarden/cli;
-license=('GPL3')
-depends=('nodejs-lts-gallium')
-makedepends=('git' 'npm' 'modclean')
-options=(!emptydirs)
-source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver})
-sha512sums=('SKIP')
-
-prepare() {
-   cd bitwarden
-
-   export npm_config_build_from_source=true
-   export npm_config_cache="$srcdir/npm_cache"
-
-   npm ci
-}
-
-build() {
-   cd bitwarden/apps/cli
-   export npm_config_cache="$srcdir/npm_cache"
-   npm run dist:lin
-   npm run clean
-   node ./build/bw.js completion --shell zsh > _bw
-}
-
-package() {
-   cd bitwarden/apps/cli
-   npm install --production -g --prefix "$pkgdir"/usr $(npm pack . | tail 
-1)
-
-   # Non-deterministic race in npm gives 777 permissions to random 
directories.
-   # See https://github.com/npm/npm/issues/9359 for details.
-   chmod -R u=rwX,go=rX "$pkgdir"
-   # npm gives ownership of ALL FILES to build user
-   # https://bugs.archlinux.org/task/63396
-   chown -R root:root "${pkgdir}"
-
-   # package zsh completions
-   install -vDm644 _bw -t "${pkgdir}/usr/share/zsh/site-functions"
-
-   # cleanup
-   sed -e "s|${srcdir}|/|" -i 
"$pkgdir"/usr/lib/node_modules/@bitwarden/cli/package.json
-   find "$pkgdir"/usr/lib/node_modules -name 'package.json' -exec sed -e 
"s|${srcdir}||" -i {} \;
-   modclean --path "$pkgdir"/usr/lib -r -a 
"*.ts,.bin,.github,.vscode,bin.js" --ignore='license'
-}

Copied: bitwarden-cli/repos/community-any/PKGBUILD (from rev 1265101, 
bitwarden-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:24:53 UTC (rev 1265102)
@@ -0,0 +1,52 @@
+# Maintainer: Alexander Epaneshnikov 
+# Contributor: libertylocked 
+
+pkgname=bitwarden-cli
+pkgver=2022.8.0
+pkgrel=1
+pkgdesc="The command line vault"
+arch=('any')
+url="https://github.com/bitwarden/cli;
+license=('GPL3')
+depends=('nodejs-lts-gallium')
+makedepends=('git' 'npm' 'modclean')
+options=(!emptydirs)
+source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver})
+sha512sums=('SKIP')
+
+prepare() {
+   cd bitwarden
+
+   export npm_config_build_from_source=true
+   export npm_config_cache="$srcdir/npm_cache"
+
+   npm ci
+}
+
+build() {
+   cd bitwarden/apps/cli
+   export npm_config_cache="$srcdir/npm_cache"
+   npm run dist:lin
+   npm run clean
+   node ./build/bw.js completion --shell zsh > _bw
+}
+
+package() {
+   cd bitwarden/apps/cli
+   npm install --production -g --prefix "$pkgdir"/usr $(npm pack . | tail 
-1)
+
+   # Non-deterministic race in npm gives 777 permissions to random 
directories.
+   # See https://github.com/npm/npm/issues/9359 for details.
+   chmod -R u=rwX,go=rX "$pkgdir"
+   # npm gives ownership of ALL FILES to build user
+   # https://bugs.archlinux.org/task/63396
+   chown -R root:root "${pkgdir}"
+
+   # package zsh completions
+   install -vDm644 _bw -t "${pkgdir}/usr/share/zsh/site-functions"
+
+   # cleanup
+   sed -e "s|${srcdir}|/|" -i 
"$pkgdir"/usr/lib/node_modules/@bitwarden/cli/package.json
+   find "$pkgdir"/usr/lib/node_modules -name 'package.json' -exec sed -e 
"s|${srcdir}||" -i {} \;
+   modclean --path "$pkgdir"/usr/lib -r -a 
"*.ts,.bin,.github,.vscode,bin.js" --ignore='license'
+}



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

2022-08-10 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, August 10, 2022 @ 19:24:49
  Author: alex19ep
Revision: 1265101

upgpkg: bitwarden-cli 2022.8.0-1 upstream release

Modified:
  bitwarden-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:24:17 UTC (rev 1265100)
+++ PKGBUILD2022-08-10 19:24:49 UTC (rev 1265101)
@@ -2,8 +2,8 @@
 # Contributor: libertylocked 
 
 pkgname=bitwarden-cli
-pkgver=2022.6.2 
-pkgrel=2
+pkgver=2022.8.0
+pkgrel=1
 pkgdesc="The command line vault"
 arch=('any')
 url="https://github.com/bitwarden/cli;



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

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:22:34
  Author: felixonmars
Revision: 1265092

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 1265091, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 1265091, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-10 19:22:34 UTC (rev 1265092)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=9.0.1
+pkgrel=3
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-base64-bytestring'
+ 'haskell-case-insensitive' 'haskell-cassava' 'haskell-configurator-pg'
+ 'haskell-contravariant-extras' 'haskell-cookie' 'haskell-either' 
'haskell-gitrev'
+ 'haskell-hasql' 'haskell-hasql-dynamic-statements' 
'haskell-hasql-notifications'
+ 'haskell-hasql-pool' 'haskell-hasql-transaction' 'haskell-heredoc' 
'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-protolude' 'haskell-regex-tdfa' 'haskell-scientific' 
'haskell-swagger2'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' 
'haskell-wai-cors'
+ 'haskell-wai-extra' 'haskell-auto-update' 'haskell-retry' 
'haskell-warp')
+makedepends=('ghc' 'uusi' 'haskell-aeson-qq' 'haskell-async' 
'haskell-contravariant'
+ 'haskell-doctest' 'haskell-hspec' 'haskell-hspec-wai' 
'haskell-hspec-wai-json'
+ 'haskell-monad-control' 'haskell-pretty-simple' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("https://github.com/begriffs/postgrest/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('caa50771e935f7618d6dd5694f9d0b079a5d6f2463b3dc7fa1f408fdb4a5171ac4928fdc98e40564ae165f4030b099a2cbd86079b49ef7bee62b0d7da52101c4')
+
+prepare() {
+cd $pkgname-$pkgver
+uusi -u hasql -u hspec -u HTTP -u lens $pkgname.cabal
+
+# TODO: not a proper fix. probably newly added "column" should be shown too
+sed -i 's/SQL.RowError i/SQL.RowError i _/' src/PostgREST/Error.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgrest_test
+# https://github.com/PostgREST/postgrest/issues/1857
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test 
--show-details=direct || echo "Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:22:20
  Author: felixonmars
Revision: 1265091

upgpkg: postgrest 9.0.1-3: rebuild with text-builder 0.6.7

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:20:23 UTC (rev 1265090)
+++ PKGBUILD2022-08-10 19:22:20 UTC (rev 1265091)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=9.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")



[arch-commits] Commit in haskell-hasql-dynamic-statements/repos (2 files)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:20:23
  Author: felixonmars
Revision: 1265090

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-dynamic-statements/repos/community-staging-x86_64/
  haskell-hasql-dynamic-statements/repos/community-staging-x86_64/PKGBUILD
(from rev 1265089, haskell-hasql-dynamic-statements/trunk/PKGBUILD)

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

Copied: 
haskell-hasql-dynamic-statements/repos/community-staging-x86_64/PKGBUILD (from 
rev 1265089, haskell-hasql-dynamic-statements/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-10 19:20:23 UTC (rev 1265090)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-dynamic-statements
+pkgname=haskell-hasql-dynamic-statements
+pkgver=0.3.1
+pkgrel=150
+pkgdesc="Toolkit for constructing Hasql statements dynamically"
+url="https://github.com/nikita-volkov/hasql-dynamic-statements;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-implicits' 'haskell-ptr')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('0c7a7c01c9bd01ad15655635e8bbded57198ba0515b1e72391a27930bb5b45bb')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u hasql $_hkgname.cabal
+  sed -i 's/5432/9824/' test/Main.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  eval $(pifpaf run postgresql --host 127.0.0.1)
+  createuser -s postgres
+  runhaskell Setup test --show-details=direct
+  pifpaf_stop
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hasql-dynamic-statements/trunk (PKGBUILD)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:20:10
  Author: felixonmars
Revision: 1265089

upgpkg: haskell-hasql-dynamic-statements 0.3.1-150: rebuild with text-builder 
0.6.7

Modified:
  haskell-hasql-dynamic-statements/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:19:53 UTC (rev 1265088)
+++ PKGBUILD2022-08-10 19:20:10 UTC (rev 1265089)
@@ -3,7 +3,7 @@
 _hkgname=hasql-dynamic-statements
 pkgname=haskell-hasql-dynamic-statements
 pkgver=0.3.1
-pkgrel=149
+pkgrel=150
 pkgdesc="Toolkit for constructing Hasql statements dynamically"
 url="https://github.com/nikita-volkov/hasql-dynamic-statements;
 license=("MIT")



[arch-commits] Commit in haskell-hasql-notifications/repos (2 files)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:19:53
  Author: felixonmars
Revision: 1265088

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-notifications/repos/community-staging-x86_64/
  haskell-hasql-notifications/repos/community-staging-x86_64/PKGBUILD
(from rev 1265087, haskell-hasql-notifications/trunk/PKGBUILD)

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

Copied: haskell-hasql-notifications/repos/community-staging-x86_64/PKGBUILD 
(from rev 1265087, haskell-hasql-notifications/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-10 19:19:53 UTC (rev 1265088)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-notifications
+pkgname=haskell-hasql-notifications
+pkgver=0.2.0.1
+pkgrel=23
+pkgdesc="LISTEN/NOTIFY support for Hasql"
+url="https://github.com/diogob/hasql-notifications;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-postgresql-libpq')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('7b5e2eab841d7f2d07869039b8674cd119408817794e884785b30417754825a4')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  eval $(pifpaf run postgresql --host 127.0.0.1)
+  createuser -s postgres
+  createdb hasql_notifications_test
+  runhaskell Setup test --show-details=direct
+  pifpaf_stop
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hasql-notifications/trunk (PKGBUILD)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:19:40
  Author: felixonmars
Revision: 1265087

upgpkg: haskell-hasql-notifications 0.2.0.1-23: rebuild with text-builder 0.6.7

Modified:
  haskell-hasql-notifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:19:04 UTC (rev 1265086)
+++ PKGBUILD2022-08-10 19:19:40 UTC (rev 1265087)
@@ -3,7 +3,7 @@
 _hkgname=hasql-notifications
 pkgname=haskell-hasql-notifications
 pkgver=0.2.0.1
-pkgrel=22
+pkgrel=23
 pkgdesc="LISTEN/NOTIFY support for Hasql"
 url="https://github.com/diogob/hasql-notifications;
 license=("BSD")



[arch-commits] Commit in haskell-hasql-implicits/repos (2 files)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:19:04
  Author: felixonmars
Revision: 1265086

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-implicits/repos/community-staging-x86_64/
  haskell-hasql-implicits/repos/community-staging-x86_64/PKGBUILD
(from rev 1265085, haskell-hasql-implicits/trunk/PKGBUILD)

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

Copied: haskell-hasql-implicits/repos/community-staging-x86_64/PKGBUILD (from 
rev 1265085, haskell-hasql-implicits/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-10 19:19:04 UTC (rev 1265086)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-implicits
+pkgname=haskell-hasql-implicits
+pkgver=0.1.0.4
+pkgrel=12
+pkgdesc="Implicit definitions for Hasql, such as default codecs for standard 
types"
+url="https://github.com/nikita-volkov/hasql-implicits;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-hasql' 'haskell-network-ip' 
'haskell-scientific'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('caa836d76901d2650b10faf27e2525ceb513a893fdf50006b923bffb6bec48d3')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hasql-implicits/trunk (PKGBUILD)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:18:51
  Author: felixonmars
Revision: 1265085

upgpkg: haskell-hasql-implicits 0.1.0.4-12: rebuild with text-builder 0.6.7

Modified:
  haskell-hasql-implicits/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:18:41 UTC (rev 1265084)
+++ PKGBUILD2022-08-10 19:18:51 UTC (rev 1265085)
@@ -3,7 +3,7 @@
 _hkgname=hasql-implicits
 pkgname=haskell-hasql-implicits
 pkgver=0.1.0.4
-pkgrel=11
+pkgrel=12
 pkgdesc="Implicit definitions for Hasql, such as default codecs for standard 
types"
 url="https://github.com/nikita-volkov/hasql-implicits;
 license=("MIT")



[arch-commits] Commit in haskell-hasql-transaction/repos (2 files)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:18:41
  Author: felixonmars
Revision: 1265084

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 1265083, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 1265083, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-10 19:18:41 UTC (rev 1265084)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=1.0.1.1
+pkgrel=90
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'uusi' 'haskell-async' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c37c463c3cce859cb3afb35ab3ac6a55db27209bbed4209f77b027ace2c21888b544223ceabf86cde92d60c26e65d03df26c2974bcbca99b466f3ccc683f0583')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' conflicts-test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hasql-transaction/trunk (PKGBUILD)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:18:27
  Author: felixonmars
Revision: 1265083

upgpkg: haskell-hasql-transaction 1.0.1.1-90: rebuild with text-builder 0.6.7

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:17:12 UTC (rev 1265082)
+++ PKGBUILD2022-08-10 19:18:27 UTC (rev 1265083)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=1.0.1.1
-pkgrel=89
+pkgrel=90
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')



[arch-commits] Commit in haskell-hasql-pool/repos (2 files)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:17:12
  Author: felixonmars
Revision: 1265082

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 1265081, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
1265081, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-10 19:17:12 UTC (rev 1265082)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.2.2
+pkgrel=72
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4e3336ab6fac3b2023f83f28e53a2d44cc961f164e51d1420fba3745d95e874c7f2300358b3a8568bef1506d46f468343e78b58f7c1d39a3673a7565cefc2092')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+#runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hasql-pool/trunk (PKGBUILD)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:16:59
  Author: felixonmars
Revision: 1265081

upgpkg: haskell-hasql-pool 0.5.2.2-72: rebuild with text-builder 0.6.7

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:16:13 UTC (rev 1265080)
+++ PKGBUILD2022-08-10 19:16:59 UTC (rev 1265081)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.2.2
-pkgrel=71
+pkgrel=72
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')



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

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:16:13
  Author: felixonmars
Revision: 1265080

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql/repos/community-staging-x86_64/
  haskell-hasql/repos/community-staging-x86_64/PKGBUILD
(from rev 1265079, haskell-hasql/trunk/PKGBUILD)

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 
1265079, haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-10 19:16:13 UTC (rev 1265080)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.5.0.3
+pkgrel=5
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bytestring-strict-builder' 
'haskell-contravariant'
+ 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'uusi' 'haskell-contravariant-extras' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck-instances' 
'haskell-quickcheck'
+ 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8aff70d63f45e079ed17a2f6fd7dd5a671900bb1825eb9fc043c7e3175c4a3184559b9b7d4ca0db0812338442b889e5da9f7573f3dc2a784979479892566659b')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:16:00
  Author: felixonmars
Revision: 1265079

upgpkg: haskell-hasql 1.5.0.3-5: rebuild with text-builder 0.6.7

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:11:50 UTC (rev 1265078)
+++ PKGBUILD2022-08-10 19:16:00 UTC (rev 1265079)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.5.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')



[arch-commits] Commit in haskell-text-builder/repos (2 files)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:11:50
  Author: felixonmars
Revision: 1265078

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-text-builder/repos/community-staging-x86_64/
  haskell-text-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 1265077, haskell-text-builder/trunk/PKGBUILD)

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

Copied: haskell-text-builder/repos/community-staging-x86_64/PKGBUILD (from rev 
1265077, haskell-text-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-10 19:11:50 UTC (rev 1265078)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=text-builder
+pkgname=haskell-text-builder
+pkgver=0.6.7
+pkgrel=1
+pkgdesc="An efficient strict text builder"
+url="https://github.com/nikita-volkov/text-builder;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-text-builder-dev')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('36e08771dc353af6674da49714e2b6ede888636317b68638a77e439945b8046a50cf2c9fb70fe08fe8f99d38e9d0bf0b165c70397a1e7f900d2a87db80e46d96')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-text-builder/trunk (PKGBUILD)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:11:35
  Author: felixonmars
Revision: 1265077

upgpkg: haskell-text-builder 0.6.7-1: rebuild with text-builder 0.6.7

Modified:
  haskell-text-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 19:10:02 UTC (rev 1265076)
+++ PKGBUILD2022-08-10 19:11:35 UTC (rev 1265077)
@@ -2,8 +2,8 @@
 
 _hkgname=text-builder
 pkgname=haskell-text-builder
-pkgver=0.6.6.6
-pkgrel=18
+pkgver=0.6.7
+pkgrel=1
 pkgdesc="An efficient strict text builder"
 url="https://github.com/nikita-volkov/text-builder;
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
  'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ba7a294d6f06a1fe84d2ce62b9db49a38a88d9088458526174358b3f7717c9af37f601b67e6ed593fde8d4d232c7e406a8177b1cdb9a69b396d052bea8549c78')
+sha512sums=('36e08771dc353af6674da49714e2b6ede888636317b68638a77e439945b8046a50cf2c9fb70fe08fe8f99d38e9d0bf0b165c70397a1e7f900d2a87db80e46d96')
 
 prepare() {
 cd $_hkgname-$pkgver



[arch-commits] Commit in haskell-yesod-auth/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:10:02
  Author: felixonmars
Revision: 1265076

archrelease: copy trunk to community-x86_64

Added:
  haskell-yesod-auth/repos/community-x86_64/PKGBUILD
(from rev 1265075, haskell-yesod-auth/trunk/PKGBUILD)
Deleted:
  haskell-yesod-auth/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:09:48 UTC (rev 1265075)
+++ PKGBUILD2022-08-10 19:10:02 UTC (rev 1265076)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=yesod-auth
-pkgname=haskell-yesod-auth
-pkgver=1.6.10.5
-pkgrel=60
-pkgdesc="Authentication for Yesod."
-url="http://www.yesodweb.com/;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
- 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
- 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
- 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
- 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
- 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
- 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
- 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
- 'haskell-yesod-persistent')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('a4df199de85c6efcbe3ff468e7054885414492ea2e9bbe9b39ed3b432a75a4b22ef986e68197efa62ec52c95aa2b7506f9f0e2617913ccd9955405dafc64ce63')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
--fnetwork-uri
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-yesod-auth/repos/community-x86_64/PKGBUILD (from rev 1265075, 
haskell-yesod-auth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:10:02 UTC (rev 1265076)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.11
+pkgrel=1
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f6238fa58b40d72fe67efb637eb910c3704f11f89168871ce03455ed897adadc0c5758bedba6681a26aab71157e0ddfb040812291cc5255e2e3250ed55284ae7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+

[arch-commits] Commit in haskell-yesod-auth/trunk (PKGBUILD)

2022-08-10 Thread Felix Yan via arch-commits
Date: Wednesday, August 10, 2022 @ 19:09:48
  Author: felixonmars
Revision: 1265075

upgpkg: haskell-yesod-auth 1.6.11-1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 18:15:04 UTC (rev 1265074)
+++ PKGBUILD2022-08-10 19:09:48 UTC (rev 1265075)
@@ -3,8 +3,8 @@
 
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
-pkgver=1.6.10.5
-pkgrel=60
+pkgver=1.6.11
+pkgrel=1
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -20,7 +20,7 @@
  'haskell-yesod-persistent')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('a4df199de85c6efcbe3ff468e7054885414492ea2e9bbe9b39ed3b432a75a4b22ef986e68197efa62ec52c95aa2b7506f9f0e2617913ccd9955405dafc64ce63')
+sha512sums=('f6238fa58b40d72fe67efb637eb910c3704f11f89168871ce03455ed897adadc0c5758bedba6681a26aab71157e0ddfb040812291cc5255e2e3250ed55284ae7')
 
 build() {
 cd $_hkgname-$pkgver



[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD keys)

2022-08-10 Thread Andreas Radke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:04:22
  Author: andyrtr
Revision: 452529

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 452528, xkeyboard-config/trunk/PKGBUILD)
  xkeyboard-config/repos/extra-any/keys/
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   99 +++--
 1 file changed, 51 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 19:04:15 UTC (rev 452528)
+++ PKGBUILD2022-08-10 19:04:22 UTC (rev 452529)
@@ -1,48 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=xkeyboard-config
-pkgver=2.36
-pkgrel=2
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config;
-makedepends=('xorg-xkbcomp' 'libxslt' 'python' 'meson')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-
alujiskeys.patch::https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/dc1534b4b0cf2153e4b8848310efc8393fb73830.patch)
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145') # Sergey Udaltsov 

-#validpgpkeys=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha256sums=('1f1bb1292a161d520a3485d378609277d108cd07cde0327c16811ff54c3e1595'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # FS##75007 / 
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/325
-  patch -Np1 -i ../alujiskeys.patch
-}
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build \
-   -D xkb-base="/usr/share/X11/xkb" \
-   -D compat-rules=true \
-   -D xorg-rules-symlinks=true
-
-  # Print config
-  meson configure build
-
-  ninja -C build
-
- }
- 
- package() { 
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 ${pkgname}-${pkgver}/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 452528, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 19:04:22 UTC (rev 452529)
@@ -0,0 +1,51 @@
+# Maintainer: Andreas Radke 
+
+pkgname=xkeyboard-config
+pkgver=2.36
+pkgrel=3
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config;
+makedepends=('xorg-xkbcomp' 'libxslt' 'python' 'meson')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+
alujiskeys.patch::https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/dc1534b4b0cf2153e4b8848310efc8393fb73830.patch
+
backslahes-instead-of-slashes.patch::https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/8ac41c50ab0aa7cd3a7e94313074115de2a172d2.patch)
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145') # Sergey Udaltsov 

+#validpgpkeys=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha256sums=('1f1bb1292a161d520a3485d378609277d108cd07cde0327c16811ff54c3e1595'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # FS##75007 / 
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/325
+  patch -Np1 -i ../alujiskeys.patch
+  patch -Np1 -i ../backslahes-instead-of-slashes.patch
+}
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build \
+   -D xkb-base="/usr/share/X11/xkb" \
+   -D compat-rules=true \
+   -D xorg-rules-symlinks=true
+
+  # Print config
+  meson configure build
+
+  ninja -C build
+
+ }
+ 
+ package() { 
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${pkgname}-${pkgver}/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+}



[arch-commits] Commit in xkeyboard-config/trunk (4 files)

2022-08-10 Thread Andreas Radke via arch-commits
Date: Wednesday, August 10, 2022 @ 19:04:15
  Author: andyrtr
Revision: 452528

upgpkg: xkeyboard-config 2.36-3: use backslashes instead of slashes for line 
continuation - FS#75526

Added:
  xkeyboard-config/trunk/keys/
  xkeyboard-config/trunk/keys/pgp/
  xkeyboard-config/trunk/keys/pgp/FFB4CCD275AAA422F5F9808E0661D98FC933A145.asc
Modified:
  xkeyboard-config/trunk/PKGBUILD

---+
 PKGBUILD  |7 +--
 keys/pgp/FFB4CCD275AAA422F5F9808E0661D98FC933A145.asc |1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 18:57:38 UTC (rev 452527)
+++ PKGBUILD2022-08-10 19:04:15 UTC (rev 452528)
@@ -2,7 +2,7 @@
 
 pkgname=xkeyboard-config
 pkgver=2.36
-pkgrel=2
+pkgrel=3
 pkgdesc="X keyboard configuration files"
 arch=(any)
 license=('custom')
@@ -12,11 +12,13 @@
 replaces=('xkbdata')
 conflicts=('xkbdata')
 
source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-
alujiskeys.patch::https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/dc1534b4b0cf2153e4b8848310efc8393fb73830.patch)
+
alujiskeys.patch::https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/dc1534b4b0cf2153e4b8848310efc8393fb73830.patch
+
backslahes-instead-of-slashes.patch::https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/8ac41c50ab0aa7cd3a7e94313074115de2a172d2.patch)
 validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145') # Sergey Udaltsov 

 #validpgpkeys=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
 sha256sums=('1f1bb1292a161d520a3485d378609277d108cd07cde0327c16811ff54c3e1595'
 'SKIP'
+'SKIP'
 'SKIP')
 
 prepare() {
@@ -23,6 +25,7 @@
   cd ${pkgname}-${pkgver}
   # FS##75007 / 
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/325
   patch -Np1 -i ../alujiskeys.patch
+  patch -Np1 -i ../backslahes-instead-of-slashes.patch
 }
 
 build() {

Added: keys/pgp/FFB4CCD275AAA422F5F9808E0661D98FC933A145.asc
===
(Binary files differ)

Index: 
xkeyboard-config/trunk/keys/pgp/FFB4CCD275AAA422F5F9808E0661D98FC933A145.asc
===
--- keys/pgp/FFB4CCD275AAA422F5F9808E0661D98FC933A145.asc   2022-08-10 
18:57:38 UTC (rev 452527)
+++ keys/pgp/FFB4CCD275AAA422F5F9808E0661D98FC933A145.asc   2022-08-10 
19:04:15 UTC (rev 452528)

Property changes on: 
xkeyboard-config/trunk/keys/pgp/FFB4CCD275AAA422F5F9808E0661D98FC933A145.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in lprint/repos/extra-x86_64 (5 files)

2022-08-10 Thread Andreas Radke via arch-commits
Date: Wednesday, August 10, 2022 @ 18:57:38
  Author: andyrtr
Revision: 452527

archrelease: copy trunk to extra-x86_64

Added:
  lprint/repos/extra-x86_64/PKGBUILD
(from rev 452526, lprint/trunk/PKGBUILD)
  lprint/repos/extra-x86_64/fix-systemd-installdir.patch
(from rev 452526, lprint/trunk/fix-systemd-installdir.patch)
  lprint/repos/extra-x86_64/keys/
Deleted:
  lprint/repos/extra-x86_64/PKGBUILD
  lprint/repos/extra-x86_64/fix-systemd-installdir.patch

--+
 PKGBUILD |   86 +
 fix-systemd-installdir.patch |   30 +++---
 2 files changed, 60 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 18:57:24 UTC (rev 452526)
+++ PKGBUILD2022-08-10 18:57:38 UTC (rev 452527)
@@ -1,41 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: WorMzy Tykashi 
-
-pkgname=lprint
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Label Printer Application"
-arch=('x86_64')
-url="https://www.msweet.org/lprint/;
-license=('Apache' 'custom')
-depends=('pappl' 'libcups' 'libpng' 'libusb' 'pam')
-source=("https://github.com/michaelrsweet/lprint/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
-fix-systemd-installdir.patch)
-#validpgpkeys=('845464660B686AAB36540B6F999559A027815955')  # "Michael R Sweet 
"
-validpgpkeys=('9086C3CDC66C3F563CF8F405BE67C75EC81F3244') # "Michael R Sweet 
"
-sha256sums=('d40e353ac9f6b0de96974717255fa1df0f9655d37ef3f9a6f35b6391992daf73'
-'SKIP'
-'5afaf8dad1e766f0c99a27095e56face16d2eae681d576c395db5d3c3761d182')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../fix-systemd-installdir.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   #make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  # add license + exception
-  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
-}

Copied: lprint/repos/extra-x86_64/PKGBUILD (from rev 452526, 
lprint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 18:57:38 UTC (rev 452527)
@@ -0,0 +1,45 @@
+# Maintainer: Andreas Radke 
+# Contributor: WorMzy Tykashi 
+
+pkgname=lprint
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Label Printer Application"
+arch=('x86_64')
+url="https://www.msweet.org/lprint/;
+license=('Apache' 'custom')
+depends=('pappl' 'libcups' 'libpng' 'libusb' 'pam')
+options=('debug')
+source=("https://github.com/michaelrsweet/lprint/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
+fix-systemd-installdir.patch)
+#validpgpkeys=('845464660B686AAB36540B6F999559A027815955')  # "Michael R Sweet 
"
+validpgpkeys=('9086C3CDC66C3F563CF8F405BE67C75EC81F3244') # "Michael R Sweet 
"
+sha256sums=('d40e353ac9f6b0de96974717255fa1df0f9655d37ef3f9a6f35b6391992daf73'
+'SKIP'
+'5afaf8dad1e766f0c99a27095e56face16d2eae681d576c395db5d3c3761d182')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../fix-systemd-installdir.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   #make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # add license + exception
+  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
+
+  # workaround until next release - FS#75465 / 
https://github.com/michaelrsweet/lprint/pull/63
+  sed -i "s:/local::" "${pkgdir}"/usr/lib/systemd/system/lprint.service
+}

Deleted: fix-systemd-installdir.patch
===
--- fix-systemd-installdir.patch2022-08-10 18:57:24 UTC (rev 452526)
+++ fix-systemd-installdir.patch2022-08-10 18:57:38 UTC (rev 452527)
@@ -1,15 +0,0 @@
 lprint-1.1.0/Makefile.in   2022-01-04 13:28:46.0 +0100
-+++ lprint-1.1.0/Makefile.in.new   2022-01-04 13:30:11.355829642 +0100
-@@ -131,9 +131,9 @@
-   $(INSTALL) -d -m 755 $(BUILDROOT)/Library/LaunchDaemons; \
-   $(INSTALL) -c -m 644 org.msweet.lprint.plist 
$(BUILDROOT)/Library/LaunchDaemons; \
-   else \
--  echo "Installing systemd service to 
$(BUILDROOT)$(sysconfdir)/systemd/system..."; \
--  $(INSTALL) -d -m 755 $(BUILDROOT)$(sysconfdir)/systemd/system; \
--  $(INSTALL) -c -m 644 lprint.service 
$(BUILDROOT)$(sysconfdir)/systemd/system; \
-+  echo "Installing systemd service to 
$(BUILDROOT)$(libdir)/systemd/system..."; \
-+  $(INSTALL) -d -m 755 $(BUILDROOT)$(libdir)/systemd/system; \
-+  $(INSTALL) -c -m 644 lprint.service 
$(BUILDROOT)$(libdir)/systemd/system; \
-   fi
- 
- 

Copied: lprint/repos/extra-x86_64/fix-systemd-installdir.patch 

[arch-commits] Commit in lprint/trunk (4 files)

2022-08-10 Thread Andreas Radke via arch-commits
Date: Wednesday, August 10, 2022 @ 18:57:24
  Author: andyrtr
Revision: 452526

upgpkg: lprint 1.1.0-2: fix wrong path in systemd service file - FS#75465 + 
enable debug

Added:
  lprint/trunk/keys/
  lprint/trunk/keys/pgp/
  lprint/trunk/keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc
Modified:
  lprint/trunk/PKGBUILD

---+
 PKGBUILD  |6 +-
 keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc |1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 17:48:25 UTC (rev 452525)
+++ PKGBUILD2022-08-10 18:57:24 UTC (rev 452526)
@@ -3,12 +3,13 @@
 
 pkgname=lprint
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Label Printer Application"
 arch=('x86_64')
 url="https://www.msweet.org/lprint/;
 license=('Apache' 'custom')
 depends=('pappl' 'libcups' 'libpng' 'libusb' 'pam')
+options=('debug')
 
source=("https://github.com/michaelrsweet/lprint/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
 fix-systemd-installdir.patch)
 #validpgpkeys=('845464660B686AAB36540B6F999559A027815955')  # "Michael R Sweet 
"
@@ -38,4 +39,7 @@
   make DESTDIR="${pkgdir}" install
   # add license + exception
   install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
+
+  # workaround until next release - FS#75465 / 
https://github.com/michaelrsweet/lprint/pull/63
+  sed -i "s:/local::" "${pkgdir}"/usr/lib/systemd/system/lprint.service
 }

Added: keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc
===
(Binary files differ)

Index: lprint/trunk/keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc
===
--- keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc   2022-08-10 
17:48:25 UTC (rev 452525)
+++ keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc   2022-08-10 
18:57:24 UTC (rev 452526)

Property changes on: 
lprint/trunk/keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in herbstluftwm/repos/community-x86_64 (4 files)

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 18:15:04
  Author: jsteel
Revision: 1265074

archrelease: copy trunk to community-x86_64

Added:
  herbstluftwm/repos/community-x86_64/PKGBUILD
(from rev 1265073, herbstluftwm/trunk/PKGBUILD)
  herbstluftwm/repos/community-x86_64/keys/
Deleted:
  herbstluftwm/repos/community-x86_64/PKGBUILD
  herbstluftwm/repos/community-x86_64/keys/

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 18:14:42 UTC (rev 1265073)
+++ PKGBUILD2022-08-10 18:15:04 UTC (rev 1265074)
@@ -1,44 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: thorsten w. 
-
-pkgname=herbstluftwm
-pkgver=0.9.4
-pkgrel=2
-pkgdesc="Manual tiling window manager for X"
-arch=('x86_64')
-url="https://herbstluftwm.org;
-license=('BSD')
-depends=('glib2' 'libxinerama' 'libxrandr' 'libxft' 'libxfixes')
-makedepends=('cmake' 'asciidoc')
-optdepends=('xorg-xsetroot: to set wallpaper color in default autostart'
-'xterm: used as the terminal in default autostart'
-'dzen2: used in the default panel.sh'
-'dmenu: used in some example scripts')
-source=(https://herbstluftwm.org/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('eef8eed076af33af2a75911c0fb1215fdb3427606a034ea8b44fe76872cb03cc'
-'SKIP')
-validpgpkeys=('72B6C05CDFF309C6396167D464EF02821CAFF810') # Thorsten Wißmann 

-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake \
--DBASHCOMPLETIONDIR=/usr/share/bash-completion/completions \
--DZSHCOMPLETIONDIR=/usr/share/zsh/functions/Completion/X \
--DCMAKE_INSTALL_PREFIX="/usr" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname/
-
-  ln -s /usr/share/doc/$pkgname/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: herbstluftwm/repos/community-x86_64/PKGBUILD (from rev 1265073, 
herbstluftwm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 18:15:04 UTC (rev 1265074)
@@ -0,0 +1,44 @@
+# Maintainer: Jonathan Steel 
+# Contributor: thorsten w. 
+
+pkgname=herbstluftwm
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="Manual tiling window manager for X"
+arch=('x86_64')
+url="https://herbstluftwm.org;
+license=('BSD')
+depends=('libxinerama' 'libxrandr' 'libxft' 'libxext' 'libxfixes' 'libxrender' 
'freetype2')
+makedepends=('cmake' 'asciidoc')
+optdepends=('xorg-xsetroot: to set wallpaper color in default autostart'
+'xterm: used as the terminal in default autostart'
+'dzen2: used in the default panel.sh'
+'dmenu: used in some example scripts')
+source=(https://herbstluftwm.org/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('b2d4600909e5bece5ad63818dfb30bb19fd2ac9f52847b1a7a74ad4040718105'
+'SKIP')
+validpgpkeys=('72B6C05CDFF309C6396167D464EF02821CAFF810') # Thorsten Wißmann 

+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake \
+-DBASHCOMPLETIONDIR=/usr/share/bash-completion/completions \
+-DZSHCOMPLETIONDIR=/usr/share/zsh/functions/Completion/X \
+-DCMAKE_INSTALL_PREFIX="/usr" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+
+  ln -s /usr/share/doc/$pkgname/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 18:14:42
  Author: jsteel
Revision: 1265073

upgpkg: herbstluftwm 0.9.5-1

Modified:
  herbstluftwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 17:56:46 UTC (rev 1265072)
+++ PKGBUILD2022-08-10 18:14:42 UTC (rev 1265073)
@@ -2,13 +2,13 @@
 # Contributor: thorsten w. 
 
 pkgname=herbstluftwm
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="Manual tiling window manager for X"
 arch=('x86_64')
 url="https://herbstluftwm.org;
 license=('BSD')
-depends=('glib2' 'libxinerama' 'libxrandr' 'libxft' 'libxfixes')
+depends=('libxinerama' 'libxrandr' 'libxft' 'libxext' 'libxfixes' 'libxrender' 
'freetype2')
 makedepends=('cmake' 'asciidoc')
 optdepends=('xorg-xsetroot: to set wallpaper color in default autostart'
 'xterm: used as the terminal in default autostart'
@@ -15,7 +15,7 @@
 'dzen2: used in the default panel.sh'
 'dmenu: used in some example scripts')
 source=(https://herbstluftwm.org/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('eef8eed076af33af2a75911c0fb1215fdb3427606a034ea8b44fe76872cb03cc'
+sha256sums=('b2d4600909e5bece5ad63818dfb30bb19fd2ac9f52847b1a7a74ad4040718105'
 'SKIP')
 validpgpkeys=('72B6C05CDFF309C6396167D464EF02821CAFF810') # Thorsten Wißmann 

 



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

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 17:56:46
  Author: jsteel
Revision: 1265072

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 17:56:38 UTC (rev 1265071)
+++ PKGBUILD2022-08-10 17:56:46 UTC (rev 1265072)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=python-boto3
-pkgver=1.24.44
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('0db4e2f664bb123a4aa5ff57165d5fc70650f8a73fd1014eb760971d8df0c02d7dddec10a4bd677dd917f38c4c8be448343aa48ade964b3168a4054c7b8bd7b2')
-
-build() {
-  cd boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 1265071, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 17:56:46 UTC (rev 1265072)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=python-boto3
+pkgver=1.24.48
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('d9ac55f4bb2a9515e98c25f3996639a85ab877526eac9d4977ec4b3265a9fb2121fdd9a982b065feef3c358f7df03b06f090af75d193e374e98084f309d15392')
+
+build() {
+  cd boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 17:56:38
  Author: jsteel
Revision: 1265071

upgpkg: python-boto3 1.24.48-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 17:56:18 UTC (rev 1265070)
+++ PKGBUILD2022-08-10 17:56:38 UTC (rev 1265071)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=python-boto3
-pkgver=1.24.44
+pkgver=1.24.48
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('0db4e2f664bb123a4aa5ff57165d5fc70650f8a73fd1014eb760971d8df0c02d7dddec10a4bd677dd917f38c4c8be448343aa48ade964b3168a4054c7b8bd7b2')
+sha512sums=('d9ac55f4bb2a9515e98c25f3996639a85ab877526eac9d4977ec4b3265a9fb2121fdd9a982b065feef3c358f7df03b06f090af75d193e374e98084f309d15392')
 
 build() {
   cd boto3-$pkgver



[arch-commits] Commit in aws-cli/repos/community-any (PKGBUILD PKGBUILD)

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 17:56:18
  Author: jsteel
Revision: 1265070

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 1265069, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 17:56:10 UTC (rev 1265069)
+++ PKGBUILD2022-08-10 17:56:18 UTC (rev 1265070)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.25.44
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('853cb0d3ef2f3aac6eb3ad095696dec5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 1265069, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 17:56:18 UTC (rev 1265070)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.25.48
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('696943c1a9b1597b35a8357c0ed09696')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}



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

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 17:56:10
  Author: jsteel
Revision: 1265069

upgpkg: aws-cli 1.25.48-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 17:55:37 UTC (rev 1265068)
+++ PKGBUILD2022-08-10 17:56:10 UTC (rev 1265069)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.25.44
+pkgver=1.25.48
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('853cb0d3ef2f3aac6eb3ad095696dec5')
+md5sums=('696943c1a9b1597b35a8357c0ed09696')
 
 build() {
   cd $pkgname-$pkgver



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

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 17:55:37
  Author: jsteel
Revision: 1265068

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 17:55:29 UTC (rev 1265067)
+++ PKGBUILD2022-08-10 17:55:37 UTC (rev 1265068)
@@ -1,27 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.27.44
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('13cd84b0d07139eb6331826d54f7cbb3')
-
-build() {
-  cd botocore-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 1265067, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 17:55:37 UTC (rev 1265068)
@@ -0,0 +1,27 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.27.48
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('b90dcc51d255ea5b993577e98b7c4fd1')
+
+build() {
+  cd botocore-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 17:55:29
  Author: jsteel
Revision: 1265067

upgpkg: python-botocore 1.27.48-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 17:55:14 UTC (rev 1265066)
+++ PKGBUILD2022-08-10 17:55:29 UTC (rev 1265067)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.27.44
+pkgver=1.27.48
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('13cd84b0d07139eb6331826d54f7cbb3')
+md5sums=('b90dcc51d255ea5b993577e98b7c4fd1')
 
 build() {
   cd botocore-$pkgver



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

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 17:55:14
  Author: jsteel
Revision: 1265066

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 1265065, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 17:53:55 UTC (rev 1265065)
+++ PKGBUILD2022-08-10 17:55:14 UTC (rev 1265066)
@@ -1,72 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz' 'perl')
-makedepends=('git' 'go')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=4629e74;)
-md5sums=('872b623fd3ba919185b4cc671ea7c20f'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  gem build $pkgname.gemspec
-
-  export GO111MODULE=off # golang 1.16 uses modules by default and packages 
below fail to compile
-  cd "$srcdir"/vagrant-installers/substrate/launcher
-  go get github.com/mitchellh/osext
-
-  go build \
--trimpath \
--buildmode=pie \
--ldflags "-extldflags \"${LDFLAGS}\"" \
--o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-  install -Dm644 "$INSTALLERS_DIR"/common/gemrc "$EMBEDDED_DIR"/etc/gemrc
-
-  echo "{ \"vagrant_version\": \"$pkgver\" }" > "$EMBEDDED_DIR"/manifest.json
-
-  GEM_PATH="$EMBEDDED_DIR"/gems/$pkgver GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document --prerelease
-
-  install -Dm755 "$INSTALLERS_DIR"/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 1265065, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 17:55:14 UTC (rev 1265066)
@@ -0,0 +1,75 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz' 'perl')
+makedepends=('git' 'go')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=4629e74;)
+md5sums=('872b623fd3ba919185b4cc671ea7c20f'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  gem build $pkgname.gemspec
+
+  export GO111MODULE=off # golang 1.16 uses modules by default and packages 
below fail to compile
+  cd "$srcdir"/vagrant-installers/substrate/launcher
+  go get github.com/mitchellh/osext
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-ldflags "-extldflags \"${LDFLAGS}\"" \
+-o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate
+  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
+
+  install -d 
"$pkgdir"/usr/{bin,share/bash-completion/completions,share/zsh/site-functions}
+  install -Dm644 "$INSTALLERS_DIR"/common/gemrc "$EMBEDDED_DIR"/etc/gemrc
+
+  echo "{ \"vagrant_version\": \"$pkgver\" }" > "$EMBEDDED_DIR"/manifest.json
+
+  GEM_PATH="$EMBEDDED_DIR"/gems/$pkgver GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+gem install 

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

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 17:53:55
  Author: jsteel
Revision: 1265065

upgpkg: vagrant 2.3.0-2

FS#74103

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 17:48:25 UTC (rev 1265064)
+++ PKGBUILD2022-08-10 17:53:55 UTC (rev 1265065)
@@ -10,7 +10,7 @@
 
 pkgname=vagrant
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Build and distribute virtualized development environments"
 arch=('x86_64')
 url="https://vagrantup.com;
@@ -47,7 +47,7 @@
   INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate
   EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
 
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+  install -d 
"$pkgdir"/usr/{bin,share/bash-completion/completions,share/zsh/site-functions}
   install -Dm644 "$INSTALLERS_DIR"/common/gemrc "$EMBEDDED_DIR"/etc/gemrc
 
   echo "{ \"vagrant_version\": \"$pkgver\" }" > "$EMBEDDED_DIR"/manifest.json
@@ -64,6 +64,9 @@
   install -Dm644 contrib/bash/completion.sh \
 "$pkgdir"/usr/share/bash-completion/completions/$pkgname
 
+  install -Dm644 contrib/zsh/_vagrant \
+"$pkgdir"/usr/share/zsh/site-functions/_vagrant
+
   install -Dm644 contrib/vim/vagrantfile.vim \
 "$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
 



[arch-commits] Commit in pango/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-08-10 Thread Jan Steffens via arch-commits
Date: Wednesday, August 10, 2022 @ 17:48:25
  Author: heftig
Revision: 452525

archrelease: copy trunk to testing-x86_64

Added:
  pango/repos/testing-x86_64/
  pango/repos/testing-x86_64/PKGBUILD
(from rev 452524, pango/trunk/PKGBUILD)

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

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 452524, 
pango/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-10 17:48:25 UTC (rev 452525)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pango
+pkgname=(pango pango-docs)
+pkgver=1.50.9
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man git meson gi-docgen)
+options=(debug)
+_commit=a3517dcc6de9bae1193075b7112aa7db97b39dcc  # tags/1.50.9^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd pango
+}
+
+build() {
+  arch-meson pango build \
+-D gtk_doc=true
+  meson compile -C build
+}
+
+# not running checks: validation breaks when deps
+# (especially harfbuzz) don't match upstream CI
+
+package_pango() {
+  provides=(libpango{,cairo,ft2,xft}-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_pango-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:



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

2022-08-10 Thread Jan Steffens via arch-commits
Date: Wednesday, August 10, 2022 @ 17:48:25
  Author: heftig
Revision: 1265064

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-pango/repos/multilib-testing-x86_64/
  lib32-pango/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1265063, lib32-pango/trunk/PKGBUILD)

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

Copied: lib32-pango/repos/multilib-testing-x86_64/PKGBUILD (from rev 1265063, 
lib32-pango/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2022-08-10 17:48:25 UTC (rev 1265064)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-pango
+pkgver=1.50.9
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
+makedepends=(git meson)
+options=(debug)
+_commit=a3517dcc6de9bae1193075b7112aa7db97b39dcc  # tags/1.50.9^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd pango
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson pango build \
+--libdir=/usr/lib32 \
+-D introspection=disabled
+  meson compile -C build
+}
+
+# not running checks: validation breaks when deps
+# (especially harfbuzz) don't match upstream CI
+
+package() {
+  provides=(libpango{,cairo,ft2,xft}-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  rm -r "$pkgdir"/usr/{bin,include}
+}
+
+# vim:set sw=2 sts=-1 et:



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

2022-08-10 Thread Jan Steffens via arch-commits
Date: Wednesday, August 10, 2022 @ 17:48:01
  Author: heftig
Revision: 1265063

1.50.9-1

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 17:40:21 UTC (rev 1265062)
+++ PKGBUILD2022-08-10 17:48:01 UTC (rev 1265063)
@@ -4,7 +4,7 @@
 # Contributor: Mikko Seppälä 
 
 pkgname=lib32-pango
-pkgver=1.50.8
+pkgver=1.50.9
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
@@ -14,7 +14,7 @@
 depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
 makedepends=(git meson)
 options=(debug)
-_commit=641d8a2b056621fd1f1d5d58e6a9e4dbdfe8e7ae  # tags/1.50.8^0
+_commit=a3517dcc6de9bae1193075b7112aa7db97b39dcc  # tags/1.50.9^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -49,4 +49,4 @@
   rm -r "$pkgdir"/usr/{bin,include}
 }
 
-# vim:set sw=2 et:
+# vim:set sw=2 sts=-1 et:



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

2022-08-10 Thread Jan Steffens via arch-commits
Date: Wednesday, August 10, 2022 @ 17:48:00
  Author: heftig
Revision: 452524

1.50.9-1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 15:53:22 UTC (rev 452523)
+++ PKGBUILD2022-08-10 17:48:00 UTC (rev 452524)
@@ -3,7 +3,7 @@
 
 pkgbase=pango
 pkgname=(pango pango-docs)
-pkgver=1.50.8
+pkgver=1.50.9
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
@@ -13,7 +13,7 @@
 depends=(libthai cairo libxft harfbuzz fribidi)
 makedepends=(gobject-introspection help2man git meson gi-docgen)
 options=(debug)
-_commit=641d8a2b056621fd1f1d5d58e6a9e4dbdfe8e7ae  # tags/1.50.8^0
+_commit=a3517dcc6de9bae1193075b7112aa7db97b39dcc  # tags/1.50.9^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,7 +27,8 @@
 }
 
 build() {
-  arch-meson pango build -D gtk_doc=true
+  arch-meson pango build \
+-D gtk_doc=true
   meson compile -C build
 }
 
@@ -50,4 +51,4 @@
   mv doc/* "$pkgdir"
 }
 
-# vim:set sw=2 et:
+# vim:set sw=2 sts=-1 et:



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

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 17:40:21
  Author: jsteel
Revision: 1265062

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 1265061, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 17:40:07 UTC (rev 1265061)
+++ PKGBUILD2022-08-10 17:40:21 UTC (rev 1265062)
@@ -1,78 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.19
-pkgrel=2
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby2.7' 'xz' 'perl')
-makedepends=('git' 'go')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=751f6b5;)
-md5sums=('0738a0384ccd9cbf4d047638ea493625'
- 'SKIP')
-
-prepare() {
-  cd vagrant-installers
-
-  sed -i 's/rubyPath = "ruby"$/rubyPath = "ruby-2.7"/' 
substrate/launcher/main.go
-}
-
-build() {
-  cd $pkgname-$pkgver
-  gem-2.7 build $pkgname.gemspec
-
-  export GO111MODULE=off # golang 1.16 uses modules by default and packages 
below fail to compile
-  cd "$srcdir"/vagrant-installers/substrate/launcher
-  go get github.com/mitchellh/osext
-
-  go build \
--trimpath \
--buildmode=pie \
--ldflags "-extldflags \"${LDFLAGS}\"" \
--o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-  install -Dm644 "$INSTALLERS_DIR"/common/gemrc "$EMBEDDED_DIR"/etc/gemrc
-
-  echo "{ \"vagrant_version\": \"$pkgver\" }" > "$EMBEDDED_DIR"/manifest.json
-
-  GEM_PATH="$EMBEDDED_DIR"/gems/$pkgver GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem-2.7 install $pkgname-$pkgver.gem --no-document --prerelease
-
-  install -Dm755 "$INSTALLERS_DIR"/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 1265061, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 17:40:21 UTC (rev 1265062)
@@ -0,0 +1,72 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz' 'perl')
+makedepends=('git' 'go')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=4629e74;)
+md5sums=('872b623fd3ba919185b4cc671ea7c20f'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  gem build $pkgname.gemspec
+
+  export GO111MODULE=off # golang 1.16 uses modules by default and packages 
below fail to compile
+  cd "$srcdir"/vagrant-installers/substrate/launcher
+  go get github.com/mitchellh/osext
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-ldflags "-extldflags \"${LDFLAGS}\"" \
+-o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate
+  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+  install -Dm644 "$INSTALLERS_DIR"/common/gemrc "$EMBEDDED_DIR"/etc/gemrc
+
+  echo "{ \"vagrant_version\": \"$pkgver\" }" > "$EMBEDDED_DIR"/manifest.json
+
+  

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

2022-08-10 Thread Jonathan Steel via arch-commits
Date: Wednesday, August 10, 2022 @ 17:40:07
  Author: jsteel
Revision: 1265061

upgpkg: vagrant 2.3.0-1

Modified:
  vagrant/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 17:30:18 UTC (rev 1265060)
+++ PKGBUILD2022-08-10 17:40:07 UTC (rev 1265061)
@@ -9,8 +9,8 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=2.2.19
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('x86_64')
 url="https://vagrantup.com;
@@ -17,24 +17,18 @@
 license=('MIT')
 options=('!emptydirs')
 depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby2.7' 'xz' 'perl')
+ 'ruby' 'xz' 'perl')
 makedepends=('git' 'go')
 conflicts=('vagrant-substrate')
 replaces=('vagrant-substrate')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=751f6b5;)
-md5sums=('0738a0384ccd9cbf4d047638ea493625'
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=4629e74;)
+md5sums=('872b623fd3ba919185b4cc671ea7c20f'
  'SKIP')
 
-prepare() {
-  cd vagrant-installers
-
-  sed -i 's/rubyPath = "ruby"$/rubyPath = "ruby-2.7"/' 
substrate/launcher/main.go
-}
-
 build() {
   cd $pkgname-$pkgver
-  gem-2.7 build $pkgname.gemspec
+  gem build $pkgname.gemspec
 
   export GO111MODULE=off # golang 1.16 uses modules by default and packages 
below fail to compile
   cd "$srcdir"/vagrant-installers/substrate/launcher
@@ -60,7 +54,7 @@
 
   GEM_PATH="$EMBEDDED_DIR"/gems/$pkgver GEM_HOME="$GEM_PATH" \
   GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem-2.7 install $pkgname-$pkgver.gem --no-document --prerelease
+gem install $pkgname-$pkgver.gem --no-document --prerelease
 
   install -Dm755 "$INSTALLERS_DIR"/launcher/vagrant \
 "$pkgdir"/opt/$pkgname/bin/$pkgname



  1   2   >