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

2022-07-13 Thread Felix Yan via arch-commits
Date: Thursday, July 14, 2022 @ 02:26:05
  Author: felixonmars
Revision: 1252629

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 1252628, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 1252628, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  116 -
 rebuild.list |4 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-14 02:25:49 UTC (rev 1252628)
+++ PKGBUILD2022-07-14 02:26:05 UTC (rev 1252629)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=18.5.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-options=(!lto)
-depends=('brotli' 'openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 
'http-parser' 'v8')
-makedepends=('python' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz;)
-sha512sums=('a33411f49cc0a95bc8429e1093700a126e440e58c186b045bac8bd17adc6feea758f5535ab8fa96fb9ff67d3020730274dce2f69ee8884eac6033894104ea717')
-
-build() {
-  cd node-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-nghttp2 \
---shared-cares \
---shared-brotli
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  make test || :
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 1252628, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-14 02:26:05 UTC (rev 1252629)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=18.6.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+options=(!lto)
+depends=('brotli' 'openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 
'http-parser' 'v8')
+makedepends=('python' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz;)
+sha512sums=('a325c714b570d1f378933894bdb1808d3f8cca1e461b1e00da4c8fd32eedc7b8e9b3f06cefcd7a5a6fea0ea90c63a1f775cadeec5d4933b5eda172b6e5568d75')
+
+build() {
+  cd node-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-nghttp2 \
+--shared-cares \
+--shared-brotli
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  make test || :
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: rebuild.list
===
--- rebuild.list2022-07-14 02:25:49 UTC (rev 1252628)
+++ rebuild.list2022-07-14 02:26:05 UTC (rev 1252629)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 1252628, 
nodejs/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ rebuild.list2022-07-14 02:26:05 UTC (rev 1252629)
@@ -0,0 +1,2 @@
+apm
+bash-language-server



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

2022-07-13 Thread Felix Yan via arch-commits
Date: Thursday, July 14, 2022 @ 02:25:49
  Author: felixonmars
Revision: 1252628

upgpkg: nodejs 18.6.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-14 02:16:57 UTC (rev 1252627)
+++ PKGBUILD2022-07-14 02:25:49 UTC (rev 1252628)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=18.5.0
+pkgver=18.6.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz;)
-sha512sums=('a33411f49cc0a95bc8429e1093700a126e440e58c186b045bac8bd17adc6feea758f5535ab8fa96fb9ff67d3020730274dce2f69ee8884eac6033894104ea717')
+sha512sums=('a325c714b570d1f378933894bdb1808d3f8cca1e461b1e00da4c8fd32eedc7b8e9b3f06cefcd7a5a6fea0ea90c63a1f775cadeec5d4933b5eda172b6e5568d75')
 
 build() {
   cd node-$pkgver



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

2022-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 14, 2022 @ 02:16:57
  Author: svenstaro
Revision: 1252627

archrelease: copy trunk to community-x86_64

Added:
  hcloud/repos/community-x86_64/PKGBUILD
(from rev 1252626, hcloud/trunk/PKGBUILD)
Deleted:
  hcloud/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-14 02:16:48 UTC (rev 1252626)
+++ PKGBUILD2022-07-14 02:16:57 UTC (rev 1252627)
@@ -1,49 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konrad Tegtmeier 
-
-_pkgname=cli
-pkgname=hcloud
-pkgver=1.30.0
-pkgrel=1
-pkgdesc="CLI for Hetzner Cloud"
-arch=('x86_64')
-url="https://github.com/hetznercloud/cli;
-license=('MIT')
-optdepends=('bash-completion: tab auto-completion'
-'zsh: tab auto-completion')
-makedepends=('go-pie')
-depends=('glibc')
-provides=('hcloud')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hetznercloud/cli/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('97a5a560c15cbb5f7db50f87fc387d2c35912909f6fcdf8004a3826b418c37d255b1ddcdc4d1829f2e00166e4f22a525915d70f8d927cd7d35386d8303fff4e2')
-
-build() {
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  cd "cli-${pkgver}"
-  go build \
--ldflags "-linkmode=external -w -X 
github.com/hetznercloud/cli/internal/version.Version=${pkgver}" \
-github.com/hetznercloud/cli/cmd/hcloud
-  chmod +x ./hcloud
-}
-
-check() {
-  cd "cli-${pkgver}"
-  #go test -v -x ./...
-}
-
-package() {
-  cd "cli-${pkgver}"
-  install -Dsm755 ./hcloud "${pkgdir}/usr/bin/hcloud"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  mkdir -p 
"$pkgdir"/usr/share/{bash-completion/completions,zsh/site-functions,fish/vendor_completions.d}
-  ./hcloud completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/hcloud"
-  ./hcloud completion zsh > "${pkgdir}/usr/share/zsh/site-functions/_hcloud"
-  ./hcloud completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/hcloud.fish"
-}

Copied: hcloud/repos/community-x86_64/PKGBUILD (from rev 1252626, 
hcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-14 02:16:57 UTC (rev 1252627)
@@ -0,0 +1,49 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konrad Tegtmeier 
+
+_pkgname=cli
+pkgname=hcloud
+pkgver=1.30.1
+pkgrel=1
+pkgdesc="CLI for Hetzner Cloud"
+arch=('x86_64')
+url="https://github.com/hetznercloud/cli;
+license=('MIT')
+optdepends=('bash-completion: tab auto-completion'
+'zsh: tab auto-completion')
+makedepends=('go-pie')
+depends=('glibc')
+provides=('hcloud')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hetznercloud/cli/archive/refs/tags/v${pkgver}.tar.gz;)
+sha512sums=('82c854a40eec0cc0ecfc1b7b744674d2342b5f603e41903d327ff49e94aedf1c92415b89504be53d10cc1feb0ffe8198f4063924c1ef6ae1c3107a2a44a28c54')
+
+build() {
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  cd "cli-${pkgver}"
+  go build \
+-ldflags "-linkmode=external -w -X 
github.com/hetznercloud/cli/internal/version.Version=${pkgver}" \
+github.com/hetznercloud/cli/cmd/hcloud
+  chmod +x ./hcloud
+}
+
+check() {
+  cd "cli-${pkgver}"
+  # go test -v -x ./...
+}
+
+package() {
+  cd "cli-${pkgver}"
+  install -Dsm755 ./hcloud "${pkgdir}/usr/bin/hcloud"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  mkdir -p 
"$pkgdir"/usr/share/{bash-completion/completions,zsh/site-functions,fish/vendor_completions.d}
+  ./hcloud completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/hcloud"
+  ./hcloud completion zsh > "${pkgdir}/usr/share/zsh/site-functions/_hcloud"
+  ./hcloud completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/hcloud.fish"
+}



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

2022-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 14, 2022 @ 02:16:48
  Author: svenstaro
Revision: 1252626

upgpkg: hcloud 1.30.1-1

Modified:
  hcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-14 02:10:24 UTC (rev 1252625)
+++ PKGBUILD2022-07-14 02:16:48 UTC (rev 1252626)
@@ -4,7 +4,7 @@
 
 _pkgname=cli
 pkgname=hcloud
-pkgver=1.30.0
+pkgver=1.30.1
 pkgrel=1
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('glibc')
 provides=('hcloud')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hetznercloud/cli/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('97a5a560c15cbb5f7db50f87fc387d2c35912909f6fcdf8004a3826b418c37d255b1ddcdc4d1829f2e00166e4f22a525915d70f8d927cd7d35386d8303fff4e2')
+sha512sums=('82c854a40eec0cc0ecfc1b7b744674d2342b5f603e41903d327ff49e94aedf1c92415b89504be53d10cc1feb0ffe8198f4063924c1ef6ae1c3107a2a44a28c54')
 
 build() {
   export CGO_ENABLED=1
@@ -34,7 +34,7 @@
 
 check() {
   cd "cli-${pkgver}"
-  #go test -v -x ./...
+  # go test -v -x ./...
 }
 
 package() {



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

2022-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 14, 2022 @ 02:10:24
  Author: svenstaro
Revision: 1252625

archrelease: copy trunk to community-x86_64

Added:
  obsidian/repos/community-x86_64/PKGBUILD
(from rev 1252624, obsidian/trunk/PKGBUILD)
  obsidian/repos/community-x86_64/Packaging permission from Arch Linux.eml
(from rev 1252624, obsidian/trunk/Packaging permission from Arch Linux.eml)
  obsidian/repos/community-x86_64/obsidian.desktop
(from rev 1252624, obsidian/trunk/obsidian.desktop)
  obsidian/repos/community-x86_64/obsidian.sh
(from rev 1252624, obsidian/trunk/obsidian.sh)
Deleted:
  obsidian/repos/community-x86_64/PKGBUILD
  obsidian/repos/community-x86_64/Packaging permission from Arch Linux.eml
  obsidian/repos/community-x86_64/obsidian.desktop
  obsidian/repos/community-x86_64/obsidian.sh

--+
 PKGBUILD |   90 ++---
 obsidian.desktop |   20 +--
 obsidian.sh  |4 +-
 3 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-14 02:10:12 UTC (rev 1252624)
+++ PKGBUILD2022-07-14 02:10:24 UTC (rev 1252625)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Gennadiy Mykhailiuta 
-# Contributor: Xuanwo 
-
-pkgname=obsidian
-pkgver=0.14.15
-pkgrel=1
-pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
-arch=('x86_64')
-url="https://obsidian.md/;
-license=('custom:Commercial')
-depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron17')
-makedepends=('asar')
-options=(!strip)
-source=(
-"${pkgname}.sh"
-"${pkgname}.desktop"
-
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz;
-)
-sha256sums=('1a241233ac8ac2946f6ac05195afa66c60c954c03c7b169696f36d470f497f93'
-'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-'6d22ede049e50adc5978a21a86beb5f2a32e2bda20521c67f8d28ed863e48ce4')
-
-prepare() {
-cd "$srcdir"
-asar ef "${pkgname}-${pkgver}"/resources/obsidian.asar icon.png
-}
-
-package() {
-cd "$srcdir"
-
-# Install executable file
-install -Dm755 "$pkgname".sh "$pkgdir"/usr/bin/obsidian
-
-# Install desktop file
-install -Dm644 "$pkgname".desktop -t "$pkgdir"/usr/share/applications/
-install -Dm644 icon.png "$pkgdir"/usr/share/pixmaps/obsidian.png
-
-# Most of the release package is electron, but we use system's default one
-# So strip away asar packages and put them to /usr/lib/
-cd "${pkgname}-${pkgver}"/resources/
-install -dm0755 "$pkgdir"/usr/lib/obsidian
-find . -type d -exec install -d {,"$pkgdir"/usr/lib/obsidian/}{} \;
-find . -type f -exec install -D {,"$pkgdir"/usr/lib/obsidian/}{} \;
-}

Copied: obsidian/repos/community-x86_64/PKGBUILD (from rev 1252624, 
obsidian/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-14 02:10:24 UTC (rev 1252625)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gennadiy Mykhailiuta 
+# Contributor: Xuanwo 
+
+pkgname=obsidian
+pkgver=0.15.6
+pkgrel=1
+pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
+arch=('x86_64')
+url="https://obsidian.md/;
+license=('custom:Commercial')
+depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron17')
+makedepends=('asar')
+options=(!strip)
+source=(
+"${pkgname}.sh"
+"${pkgname}.desktop"
+
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz;
+)
+sha256sums=('1a241233ac8ac2946f6ac05195afa66c60c954c03c7b169696f36d470f497f93'
+'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
+'609dd8c7d2cfe4acb9d2ac9e909dc4fccaa0ad86cdfa7f0095ce86a377a14ae4')
+
+prepare() {
+cd "$srcdir"
+asar ef "${pkgname}-${pkgver}"/resources/obsidian.asar icon.png
+}
+
+package() {
+cd "$srcdir"
+
+# Install executable file
+install -Dm755 "$pkgname".sh "$pkgdir"/usr/bin/obsidian
+
+# Install desktop file
+install -Dm644 "$pkgname".desktop -t "$pkgdir"/usr/share/applications/
+install -Dm644 icon.png "$pkgdir"/usr/share/pixmaps/obsidian.png
+
+# Most of the release package is electron, but we use system's default one
+# So strip away asar packages and put them to /usr/lib/
+cd "${pkgname}-${pkgver}"/resources/
+install -dm0755 "$pkgdir"/usr/lib/obsidian
+find . -type d -exec install -d {,"$pkgdir"/usr/lib/obsidian/}{} \;
+find . -type f -exec install -D {,"$pkgdir"/usr/lib/obsidian/}{} \;
+}

Deleted: Packaging permission from Arch Linux.eml
===
(Binary files differ)

Copied: obsidian/repos/community-x86_64/Packaging permission from Arch 
Linux.eml (from 

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

2022-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 14, 2022 @ 02:10:12
  Author: svenstaro
Revision: 1252624

upgpkg: obsidian 0.15.6-1

Modified:
  obsidian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-14 02:08:34 UTC (rev 1252623)
+++ PKGBUILD2022-07-14 02:10:12 UTC (rev 1252624)
@@ -3,7 +3,7 @@
 # Contributor: Xuanwo 
 
 pkgname=obsidian
-pkgver=0.14.15
+pkgver=0.15.6
 pkgrel=1
 pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 )
 sha256sums=('1a241233ac8ac2946f6ac05195afa66c60c954c03c7b169696f36d470f497f93'
 'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-'6d22ede049e50adc5978a21a86beb5f2a32e2bda20521c67f8d28ed863e48ce4')
+'609dd8c7d2cfe4acb9d2ac9e909dc4fccaa0ad86cdfa7f0095ce86a377a14ae4')
 
 prepare() {
 cd "$srcdir"



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

2022-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 14, 2022 @ 02:08:34
  Author: svenstaro
Revision: 1252623

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-14 02:08:25 UTC (rev 1252622)
+++ PKGBUILD2022-07-14 02:08:34 UTC (rev 1252623)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: crab2313 
-
-pkgname=python-gitlab
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="Python wrapper for the GitLab API"
-arch=('any')
-url="https://github.com/python-gitlab/python-gitlab;
-license=('LGPL3')
-depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
-sha512sums=('161c7ed7c7bab580318bc89b41478c8b9c03ff78808aae6ef1aa6ac5bc4157ebad9983529ef5b44e10f259f1f1d92b30cdbb81912b68ae49bd026e5dcd90b432')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  # Tests get installed into the package for some reason
-  rm -rf "$pkgdir/usr/lib/python3.10/site-packages/tests"
-}

Copied: python-gitlab/repos/community-any/PKGBUILD (from rev 1252622, 
python-gitlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-14 02:08:34 UTC (rev 1252623)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: crab2313 
+
+pkgname=python-gitlab
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Python wrapper for the GitLab API"
+arch=('any')
+url="https://github.com/python-gitlab/python-gitlab;
+license=('LGPL3')
+depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
+sha512sums=('c28b211bc63cbb3eee1df250fdadce0d7ed076dfe46cdc27f8eb1214275a43fa7bd8c261a37892ea0246cf7b0dcfb9cd453ff82a0b25e0b9e8860acbf7c4dd7c')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  # Tests get installed into the package for some reason
+  rm -rf "$pkgdir/usr/lib/python3.10/site-packages/tests"
+}



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

2022-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, July 14, 2022 @ 02:08:25
  Author: svenstaro
Revision: 1252622

upgpkg: python-gitlab 3.6.0-1

Modified:
  python-gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 21:52:14 UTC (rev 1252621)
+++ PKGBUILD2022-07-14 02:08:25 UTC (rev 1252622)
@@ -2,7 +2,7 @@
 # Contributor: crab2313 
 
 pkgname=python-gitlab
-pkgver=3.5.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Python wrapper for the GitLab API"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
 makedepends=('python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
-sha512sums=('161c7ed7c7bab580318bc89b41478c8b9c03ff78808aae6ef1aa6ac5bc4157ebad9983529ef5b44e10f259f1f1d92b30cdbb81912b68ae49bd026e5dcd90b432')
+sha512sums=('c28b211bc63cbb3eee1df250fdadce0d7ed076dfe46cdc27f8eb1214275a43fa7bd8c261a37892ea0246cf7b0dcfb9cd453ff82a0b25e0b9e8860acbf7c4dd7c')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-07-13 Thread Frederik Schwan via arch-commits
Date: Wednesday, July 13, 2022 @ 21:52:14
  Author: freswa
Revision: 1252621

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 1252620, skopeo/trunk/PKGBUILD)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 21:52:07 UTC (rev 1252620)
+++ PKGBUILD2022-07-13 21:52:14 UTC (rev 1252621)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/containers/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper containers-common)
-makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=37727a45f96ac208785b606f7772d609bf50dbc4   #refs/tags/v1.8.0
-source=(git+$url#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare(){
-  cd ${pkgname}
-  sed -i 's|.PHONY: bin/skopeo||' Makefile
-  sed -i 's|-gcflags "$(GOGCFLAGS)"||' Makefile
-}
-
-build() {
-  cd ${pkgname}
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  make bin/skopeo GO_DYN_FLAGS="-buildmode=pie -trimpath" 
BUILDTAGS='containers_image_ostree_stub'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  rm -rf "${pkgdir}/etc/containers/registries.d"
-  rm "${pkgdir}/etc/containers/policy.json"
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 1252620, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 21:52:14 UTC (rev 1252621)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/containers/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper containers-common)
+makedepends=(go go-md2man btrfs-progs git systemd)
+_commit=a03cba7c7ef4c49cf98336063ee4f1e235bf80e0   #refs/tags/v1.9.0
+source=(git+$url#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare(){
+  cd ${pkgname}
+  sed -i 's|.PHONY: bin/skopeo||' Makefile
+  sed -i 's|-gcflags "$(GOGCFLAGS)"||' Makefile
+}
+
+build() {
+  cd ${pkgname}
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  make bin/skopeo GO_DYN_FLAGS="-buildmode=pie -trimpath" 
BUILDTAGS='containers_image_ostree_stub'
+  make docs
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  rm -rf "${pkgdir}/etc/containers/registries.d"
+  rm "${pkgdir}/etc/containers/policy.json"
+}



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

2022-07-13 Thread Frederik Schwan via arch-commits
Date: Wednesday, July 13, 2022 @ 21:52:07
  Author: freswa
Revision: 1252620

upgpkg: skopeo 1.9.0-1

Modified:
  skopeo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 21:45:57 UTC (rev 1252619)
+++ PKGBUILD2022-07-13 21:52:07 UTC (rev 1252620)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=skopeo
-pkgver=1.8.0
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='A command line utility for various operations on container images and 
image repositories.'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(APACHE)
 depends=(gpgme device-mapper containers-common)
 makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=37727a45f96ac208785b606f7772d609bf50dbc4   #refs/tags/v1.8.0
+_commit=a03cba7c7ef4c49cf98336063ee4f1e235bf80e0   #refs/tags/v1.9.0
 source=(git+$url#commit=$_commit)
 sha256sums=('SKIP')
 



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

2022-07-13 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, July 13, 2022 @ 21:45:57
  Author: orhun
Revision: 1252619

archrelease: copy trunk to community-x86_64

Added:
  cargo-nextest/repos/community-x86_64/PKGBUILD
(from rev 1252618, cargo-nextest/trunk/PKGBUILD)
Deleted:
  cargo-nextest/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 21:45:49 UTC (rev 1252618)
+++ PKGBUILD2022-07-13 21:45:57 UTC (rev 1252619)
@@ -1,41 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: KokaKiwi 
-
-pkgname=cargo-nextest
-pkgver=0.9.24
-pkgrel=1
-pkgdesc="A next-generation test runner for Rust."
-arch=('x86_64')
-url="https://github.com/nextest-rs/nextest;
-license=('Apache' 'MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/cargo-nextest-$pkgver.tar.gz")
-sha256sums=('a35eb59651fdbccc68ba7a82ce71590f1e12ede6a9c4b96bf5f67b3860d3132a')
-b2sums=('dcad36de39d184d6ef828086a14f07977dd14a7e578ac07be0c36c19bf34b32cd1d334dd6ce77f490f999023d2126e3de866ac97522d16f51f02f0845860cf10')
-options=('!lto')
-
-prepare() {
-  mv "nextest-$pkgname-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen --package "$pkgname" --no-default-features 
--features default-no-update
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo run --package cargo-nextest -- nextest run --all-features --profile ci
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-nextest/repos/community-x86_64/PKGBUILD (from rev 1252618, 
cargo-nextest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 21:45:57 UTC (rev 1252619)
@@ -0,0 +1,41 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: KokaKiwi 
+
+pkgname=cargo-nextest
+pkgver=0.9.25
+pkgrel=1
+pkgdesc="A next-generation test runner for Rust."
+arch=('x86_64')
+url="https://github.com/nextest-rs/nextest;
+license=('Apache' 'MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/cargo-nextest-$pkgver.tar.gz")
+sha256sums=('02953f1c26abb02dffcc8cf51f39780838e4cb5970bc448b07eccb154f854fee')
+b2sums=('2d26f5557281ebe77991ffdf8c060f17c66ff18abfbdaf41d97bf6afa528deeaa44f6d1d96f5d4f41890fefac22d4afe5991b588f1bce60f9e4bc30e9fe09ba9')
+options=('!lto')
+
+prepare() {
+  mv "nextest-$pkgname-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen --package "$pkgname" --no-default-features 
--features default-no-update
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo run --package cargo-nextest -- nextest run --all-features --profile ci
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-13 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, July 13, 2022 @ 21:45:49
  Author: orhun
Revision: 1252618

upgpkg: cargo-nextest 0.9.25-1: upstream release

Modified:
  cargo-nextest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 21:19:02 UTC (rev 1252617)
+++ PKGBUILD2022-07-13 21:45:49 UTC (rev 1252618)
@@ -2,7 +2,7 @@
 # Contributor: KokaKiwi 
 
 pkgname=cargo-nextest
-pkgver=0.9.24
+pkgver=0.9.25
 pkgrel=1
 pkgdesc="A next-generation test runner for Rust."
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/cargo-nextest-$pkgver.tar.gz")
-sha256sums=('a35eb59651fdbccc68ba7a82ce71590f1e12ede6a9c4b96bf5f67b3860d3132a')
-b2sums=('dcad36de39d184d6ef828086a14f07977dd14a7e578ac07be0c36c19bf34b32cd1d334dd6ce77f490f999023d2126e3de866ac97522d16f51f02f0845860cf10')
+sha256sums=('02953f1c26abb02dffcc8cf51f39780838e4cb5970bc448b07eccb154f854fee')
+b2sums=('2d26f5557281ebe77991ffdf8c060f17c66ff18abfbdaf41d97bf6afa528deeaa44f6d1d96f5d4f41890fefac22d4afe5991b588f1bce60f9e4bc30e9fe09ba9')
 options=('!lto')
 
 prepare() {



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

2022-07-13 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, July 13, 2022 @ 21:19:02
  Author: orhun
Revision: 1252617

archrelease: copy trunk to community-x86_64

Added:
  dart/repos/community-x86_64/PKGBUILD
(from rev 1252616, dart/trunk/PKGBUILD)
Deleted:
  dart/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 21:18:47 UTC (rev 1252616)
+++ PKGBUILD2022-07-13 21:19:02 UTC (rev 1252617)
@@ -1,59 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Maintainer: Orhun Parmaksız 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=2.17.5
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64')
-url='https://www.dartlang.org/'
-depends=('bash')
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/$pkgver/sdk/dartsdk-linux-x64-release.zip;)
-sha512sums=('834a2b5ef281c1cb5faeb4a76a838464fb2a96842b791d1cac87a9626f4f45b2db9f55a659a6557e94332e4b046e873e024acd718c502e21912edb496ee84167')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \
--or -type f -exec chmod a+r '{}' +
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  for _f in dart2js dartdevc; do
-setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin"
-setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f"
-setconf $_f SDK_DIR "/opt/$pkgname-sdk/"
-  done
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartdevc dartaotruntime; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package documentation
-  install -Dm644 "$pkgdir/opt/$pkgname-sdk/README" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-  # BSD License
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-x86_64/PKGBUILD (from rev 1252616, 
dart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 21:19:02 UTC (rev 1252617)
@@ -0,0 +1,59 @@
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Maintainer: Orhun Parmaksız 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=2.17.6
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64')
+url='https://www.dartlang.org/'
+depends=('bash')
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/$pkgver/sdk/dartsdk-linux-x64-release.zip;)
+sha512sums=('6712b6e3691dc241846f8c1353d2bd88cd24c4b37bca3050266cc88e119f9ab5a041aee896db43f00c73ecf93bf8078fe1159b832717465263e188744e874b24')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \
+-or -type f -exec chmod a+r '{}' +
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  for _f in dart2js dartdevc; do
+setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin"
+setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f"
+setconf $_f SDK_DIR "/opt/$pkgname-sdk/"
+  done
+
+  # Extract license (AUTHORS and LICENSE files are missing)
+  head -n5 "../include/dart_api.h" > ../../LICENSE
+}
+
+package() {
+  # Create directories
+  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname"}}
+
+  # Package the files
+  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
+
+  # Set up symbolic links for the executables
+  for f in dart dart2js dartdevc dartaotruntime; do
+ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
+  done
+
+  # Package documentation
+  install -Dm644 "$pkgdir/opt/$pkgname-sdk/README" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+  # BSD License
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-13 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, July 13, 2022 @ 21:18:47
  Author: orhun
Revision: 1252616

upgpkg: dart 2.17.6-1: upstream release

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 20:29:45 UTC (rev 1252615)
+++ PKGBUILD2022-07-13 21:18:47 UTC (rev 1252616)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=2.17.5
+pkgver=2.17.6
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 makedepends=('setconf')
 options=('!strip')
 
source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/$pkgver/sdk/dartsdk-linux-x64-release.zip;)
-sha512sums=('834a2b5ef281c1cb5faeb4a76a838464fb2a96842b791d1cac87a9626f4f45b2db9f55a659a6557e94332e4b046e873e024acd718c502e21912edb496ee84167')
+sha512sums=('6712b6e3691dc241846f8c1353d2bd88cd24c4b37bca3050266cc88e119f9ab5a041aee896db43f00c73ecf93bf8078fe1159b832717465263e188744e874b24')
 
 prepare() {
   # Fix permissions



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

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 20:29:45
  Author: felixonmars
Revision: 1252615

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 1252614, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 20:29:32 UTC (rev 1252614)
+++ PKGBUILD2022-07-13 20:29:45 UTC (rev 1252615)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=8.13.2
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
-# libgl: TODO
-# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
-# libxi: for cwebp (doc build)
-makedepends=('libgl' 'libxi' 'procps-ng' 'python')
-options=('!emptydirs')
-source=("https://github.com/npm/cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b9a3a3ebcea9669cf2a9e55aea723738c3f75205dbc7406743db8d37b121a8225fb7aba9beb6d0ba99e3330c63c13334120e1fbe1a8c461ce30d0cfec4a886e3')
-
-prepare() {
-  cd cli-$pkgver
-  # 'deps' was added as a dep for many Makefile targets since 8.6 but it's not 
easy to fix.
-  # Let's skip and do it ourselves instead.
-  sed -i 's|node bin/npm-cli.js run resetdeps|true|' Makefile
-}
-
-build() {
-  cd cli-$pkgver
-  node . i --ignore-scripts --no-audit --no-fund
-  NODE_PATH=/usr/lib/node_modules make
-}
-
-package() {
-  cd cli-$pkgver
-  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js 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 installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  # Experimental dedup
-  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
-  rm -r "$_npmdir"/node_modules/{,.bin/}semver
-  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
-  rm -r "$_npmdir"/node_modules/{,.bin/}nopt
-  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
-"$_npmdir"/bin/node-gyp-bin/node-gyp
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
-
-  mv "$pkgdir"/usr/lib/node_modules/npm/man "$pkgdir"/usr/share/
-
-  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 1252614, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 20:29:45 UTC (rev 1252615)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=8.14.0
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
+# libgl: TODO
+# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
+# libxi: for cwebp (doc build)
+makedepends=('libgl' 'libxi' 'procps-ng' 'python')
+options=('!emptydirs')
+source=("https://github.com/npm/cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('596e167f712fde7b172a8a91bd69c108dc4675e1cb08ae80783284b3b190ae478e790e149b8fea763b6f83e36603d481b4e72a42b020db7cb5ccdcad475cb8a1')
+
+prepare() {
+  cd cli-$pkgver
+  # 'deps' was added as a dep for many Makefile targets since 8.6 but it's not 
easy to fix.
+  # Let's skip and do it ourselves instead.
+  sed -i 's|node bin/npm-cli.js run resetdeps|true|' Makefile
+}
+
+build() {
+  cd cli-$pkgver
+  node . i --ignore-scripts --no-audit --no-fund
+  NODE_PATH=/usr/lib/node_modules make
+}
+
+package() {
+  cd cli-$pkgver
+  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js 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 installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  # Experimental dedup
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
+  rm -r "$_npmdir"/node_modules/{,.bin/}nopt
+  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
+"$_npmdir"/bin/node-gyp-bin/node-gyp
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  node 

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

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 20:29:32
  Author: felixonmars
Revision: 1252614

upgpkg: npm 8.14.0-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 20:26:37 UTC (rev 1252613)
+++ PKGBUILD2022-07-13 20:29:32 UTC (rev 1252614)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=8.13.2
+pkgver=8.14.0
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('libgl' 'libxi' 'procps-ng' 'python')
 options=('!emptydirs')
 source=("https://github.com/npm/cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b9a3a3ebcea9669cf2a9e55aea723738c3f75205dbc7406743db8d37b121a8225fb7aba9beb6d0ba99e3330c63c13334120e1fbe1a8c461ce30d0cfec4a886e3')
+sha512sums=('596e167f712fde7b172a8a91bd69c108dc4675e1cb08ae80783284b3b190ae478e790e149b8fea763b6f83e36603d481b4e72a42b020db7cb5ccdcad475cb8a1')
 
 prepare() {
   cd cli-$pkgver



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

2022-07-13 Thread Brett Cornwall via arch-commits
Date: Wednesday, July 13, 2022 @ 20:26:37
  Author: ainola
Revision: 1252613

archrelease: copy trunk to community-x86_64

Added:
  spice-gtk/repos/community-x86_64/PKGBUILD
(from rev 1252612, spice-gtk/trunk/PKGBUILD)
  spice-gtk/repos/community-x86_64/spice-gtk.install
(from rev 1252612, spice-gtk/trunk/spice-gtk.install)
Deleted:
  spice-gtk/repos/community-x86_64/PKGBUILD
  spice-gtk/repos/community-x86_64/spice-gtk.install

---+
 PKGBUILD  |  106 ++--
 spice-gtk.install |   16 +++
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 20:26:10 UTC (rev 1252612)
+++ PKGBUILD2022-07-13 20:26:37 UTC (rev 1252613)
@@ -1,53 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Brett Cornwall 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk
-pkgver=0.40
-pkgrel=1
-pkgdesc="GTK+ client library for SPICE"
-arch=('x86_64')
-url="https://www.spice-space.org/;
-license=('LGPL2.1')
-depends=(
-'gst-plugins-base'
-'gst-plugins-good'
-'libcacard'
-'libgtk-3.so'
-'libjpeg.so'
-'libopus.so'
-'phodav'
-'polkit'
-'usbredir'
-)
-makedepends=(
-'gobject-introspection'
-'meson'
-'spice-protocol'
-'usbutils'
-'vala'
-'wayland-protocols'
-)
-provides=("spice-glib=$pkgver" "spice-gtk3=$pkgver")
-replaces=('spice-glib' 'spice-gtk3')
-source=("https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.xz"{,.sig})
-install=spice-gtk.install
-sha256sums=('23f5ff7fa80b75647ce73cda5eaf8b322f3432dbbb7f6f3a839634618adbced3'
-'SKIP')
-validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de 
Carvalho 
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: spice-gtk/repos/community-x86_64/PKGBUILD (from rev 1252612, 
spice-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 20:26:37 UTC (rev 1252613)
@@ -0,0 +1,53 @@
+# Maintainer: Balló György 
+# Maintainer: Brett Cornwall 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk
+pkgver=0.41
+pkgrel=1
+pkgdesc="GTK+ client library for SPICE"
+arch=('x86_64')
+url="https://www.spice-space.org/;
+license=('LGPL2.1')
+depends=(
+'gst-plugins-base'
+'gst-plugins-good'
+'libcacard'
+'libgtk-3.so'
+'libjpeg.so'
+'libopus.so'
+'phodav'
+'polkit'
+'usbredir'
+)
+makedepends=(
+'gobject-introspection'
+'meson'
+'spice-protocol'
+'usbutils'
+'vala'
+'wayland-protocols'
+)
+provides=("spice-glib=$pkgver" "spice-gtk3=$pkgver")
+replaces=('spice-glib' 'spice-gtk3')
+source=("https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.xz"{,.sig})
+install=spice-gtk.install
+sha256sums=('d8f8b5cbea9184702eeb8cc276a67d72acdb6e36e7c73349fb8445e5bca0969f'
+'SKIP')
+validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de 
Carvalho 
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: spice-gtk.install
===
--- spice-gtk.install   2022-07-13 20:26:10 UTC (rev 1252612)
+++ spice-gtk.install   2022-07-13 20:26:37 UTC (rev 1252613)
@@ -1,8 +0,0 @@
-post_install() {
-# this is executed by make install, but doesn't work since setcap can only be 
run as root
-  setcap CAP_FOWNER=+ep /usr/lib/spice-client-glib-usb-acl-helper
-}
-
-post_upgrade() {
-  post_install
-}

Copied: spice-gtk/repos/community-x86_64/spice-gtk.install (from rev 1252612, 
spice-gtk/trunk/spice-gtk.install)
===
--- spice-gtk.install   (rev 0)
+++ spice-gtk.install   2022-07-13 20:26:37 UTC (rev 1252613)
@@ -0,0 +1,8 @@
+post_install() {
+# this is executed by make install, but doesn't work since setcap can only be 
run as root
+  setcap CAP_FOWNER=+ep /usr/lib/spice-client-glib-usb-acl-helper
+}
+
+post_upgrade() {
+  post_install
+}



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

2022-07-13 Thread Brett Cornwall via arch-commits
Date: Wednesday, July 13, 2022 @ 20:26:10
  Author: ainola
Revision: 1252612

upgpkg: spice-gtk 0.41-1

Modified:
  spice-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 19:17:51 UTC (rev 1252611)
+++ PKGBUILD2022-07-13 20:26:10 UTC (rev 1252612)
@@ -6,7 +6,7 @@
 # Contributor: Lucio Zara 
 
 pkgname=spice-gtk
-pkgver=0.40
+pkgver=0.41
 pkgrel=1
 pkgdesc="GTK+ client library for SPICE"
 arch=('x86_64')
@@ -35,7 +35,7 @@
 replaces=('spice-glib' 'spice-gtk3')
 
source=("https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.xz"{,.sig})
 install=spice-gtk.install
-sha256sums=('23f5ff7fa80b75647ce73cda5eaf8b322f3432dbbb7f6f3a839634618adbced3'
+sha256sums=('d8f8b5cbea9184702eeb8cc276a67d72acdb6e36e7c73349fb8445e5bca0969f'
 'SKIP')
 validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de 
Carvalho 
 



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

2022-07-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 13, 2022 @ 19:11:24
  Author: arojas
Revision: 1252596

archrelease: copy trunk to community-x86_64

Added:
  smb4k/repos/community-x86_64/PKGBUILD
(from rev 1252595, smb4k/trunk/PKGBUILD)
Deleted:
  smb4k/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 19:11:13 UTC (rev 1252595)
+++ PKGBUILD2022-07-13 19:11:24 UTC (rev 1252596)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: Emanuele Rampichini 
-
-pkgname=smb4k
-pkgver=3.1.2
-pkgrel=1
-pkgdesc='A KDE program that browses samba shares'
-arch=(x86_64)
-url='https://smb4k.sourceforge.net/'
-license=(GPL)
-depends=(kparts kdnssd hicolor-icon-theme smbclient)
-makedepends=(extra-cmake-modules kdoctools plasma-framework)
-source=(https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('1586a390dd4644e04453fe307c0aae2dcc0a60f9b74c65e0552438d3cbaea5d8')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: smb4k/repos/community-x86_64/PKGBUILD (from rev 1252595, 
smb4k/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 19:11:24 UTC (rev 1252596)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: Emanuele Rampichini 
+
+pkgname=smb4k
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='A KDE program that browses samba shares'
+arch=(x86_64)
+url='https://smb4k.sourceforge.net/'
+license=(GPL)
+depends=(kparts kdnssd hicolor-icon-theme smbclient)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('2db516b205913448fd8f28998ba067eb26ae9633ac82d288b6e95b13b0023c5f')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-07-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 13, 2022 @ 19:11:13
  Author: arojas
Revision: 1252595

Update to 3.1.3

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 18:59:46 UTC (rev 1252594)
+++ PKGBUILD2022-07-13 19:11:13 UTC (rev 1252595)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini 
 
 pkgname=smb4k
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc='A KDE program that browses samba shares'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(kparts kdnssd hicolor-icon-theme smbclient)
 makedepends=(extra-cmake-modules kdoctools plasma-framework)
 
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('1586a390dd4644e04453fe307c0aae2dcc0a60f9b74c65e0552438d3cbaea5d8')
+sha256sums=('2db516b205913448fd8f28998ba067eb26ae9633ac82d288b6e95b13b0023c5f')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2022-07-13 Thread Daniel M. Capella via arch-commits
Date: Wednesday, July 13, 2022 @ 18:59:46
  Author: polyzen
Revision: 1252594

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 1252593, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 18:59:25 UTC (rev 1252593)
+++ PKGBUILD2022-07-13 18:59:46 UTC (rev 1252594)
@@ -1,39 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.259
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('91f115d67a04d8c97c39d4789591332ce8c7cd15dd17fb87b5f60f24d8c3cdc29d437c8fa60073e56c2b64384ec278affe88c8150d157b706123fdf3acdc5044')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  local _npmdir=/usr/lib/node_modules/$pkgname
-  install -d "$pkgdir"/{usr/bin,$_npmdir,usr/share/doc/$pkgname}
-  ln -s $_npmdir/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s $_npmdir/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/$_npmdir
-}

Copied: pyright/repos/community-any/PKGBUILD (from rev 1252593, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 18:59:46 UTC (rev 1252594)
@@ -0,0 +1,39 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.260
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('1789aa94fa189d1061f0c21509a603b3125a753ca1014b61c3dda2f23c02c845f25ab0d63240af63635a69fb87b1af983e1dba3247545e616a1718bd61e8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  local _npmdir=/usr/lib/node_modules/$pkgname
+  install -d "$pkgdir"/{usr/bin,$_npmdir,usr/share/doc/$pkgname}
+  ln -s $_npmdir/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s $_npmdir/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/$_npmdir
+}



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

2022-07-13 Thread Daniel M. Capella via arch-commits
Date: Wednesday, July 13, 2022 @ 18:59:25
  Author: polyzen
Revision: 1252593

upgpkg: pyright 1.1.260-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 18:45:09 UTC (rev 1252592)
+++ PKGBUILD2022-07-13 18:59:25 UTC (rev 1252593)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.259
+pkgver=1.1.260
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('91f115d67a04d8c97c39d4789591332ce8c7cd15dd17fb87b5f60f24d8c3cdc29d437c8fa60073e56c2b64384ec278affe88c8150d157b706123fdf3acdc5044')
+b2sums=('1789aa94fa189d1061f0c21509a603b3125a753ca1014b61c3dda2f23c02c845f25ab0d63240af63635a69fb87b1af983e1dba3247545e616a1718bd61e8')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-07-13 Thread Daniel M. Capella via arch-commits
Date: Wednesday, July 13, 2022 @ 18:45:09
  Author: polyzen
Revision: 1252592

archrelease: copy trunk to community-any

Added:
  python-aiohttp-openmetrics/repos/community-any/PKGBUILD
(from rev 1252591, python-aiohttp-openmetrics/trunk/PKGBUILD)
Deleted:
  python-aiohttp-openmetrics/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 18:44:50 UTC (rev 1252591)
+++ PKGBUILD2022-07-13 18:45:09 UTC (rev 1252592)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=aiohttp-openmetrics
-pkgname=python-aiohttp-openmetrics
-pkgver=0.0.5
-pkgrel=1
-pkgdesc='OpenMetrics provider for aiohttp'
-arch=('any')
-url=https://github.com/jelmer/aiohttp-openmetrics
-license=('Apache')
-depends=('python-aiohttp' 'python-prometheus_client')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('a770cc4a1b1bb0ca45aae71b0cc63fcd57aac322125882a20c5fcd09e457dff1')
-b2sums=('ca769cd18b84b929667500b60635ff7545f149033f9d6134d8f83273c7b003231c76941cc9eab1056a1c980d0ad096916c40b285e87e8f7f1ed80cdeb4140bd2')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-aiohttp-openmetrics/repos/community-any/PKGBUILD (from rev 
1252591, python-aiohttp-openmetrics/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 18:45:09 UTC (rev 1252592)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel M. Capella 
+
+_name=aiohttp-openmetrics
+pkgname=python-aiohttp-openmetrics
+pkgver=0.0.6
+pkgrel=1
+pkgdesc='OpenMetrics provider for aiohttp'
+arch=('any')
+url=https://github.com/jelmer/aiohttp-openmetrics
+license=('Apache')
+depends=('python-aiohttp' 'python-prometheus_client')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('799264e4f2c1ea32f18597f220f156032cd41a5f1eb6bf2c2d60ab4d5f3de0d7')
+b2sums=('32058d25b91ff20d90a5575be40a2e8d05498e124bf643b2e0ada876481c242c0ee76ac51148739ab4576d68aa527ed053ec57dca73c29386e11a8244f3f')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2022-07-13 Thread Daniel M. Capella via arch-commits
Date: Wednesday, July 13, 2022 @ 18:44:50
  Author: polyzen
Revision: 1252591

upgpkg: python-aiohttp-openmetrics 0.0.6-1

Modified:
  python-aiohttp-openmetrics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 18:25:57 UTC (rev 1252590)
+++ PKGBUILD2022-07-13 18:44:50 UTC (rev 1252591)
@@ -2,7 +2,7 @@
 
 _name=aiohttp-openmetrics
 pkgname=python-aiohttp-openmetrics
-pkgver=0.0.5
+pkgver=0.0.6
 pkgrel=1
 pkgdesc='OpenMetrics provider for aiohttp'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('python-aiohttp' 'python-prometheus_client')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('a770cc4a1b1bb0ca45aae71b0cc63fcd57aac322125882a20c5fcd09e457dff1')
-b2sums=('ca769cd18b84b929667500b60635ff7545f149033f9d6134d8f83273c7b003231c76941cc9eab1056a1c980d0ad096916c40b285e87e8f7f1ed80cdeb4140bd2')
+sha256sums=('799264e4f2c1ea32f18597f220f156032cd41a5f1eb6bf2c2d60ab4d5f3de0d7')
+b2sums=('32058d25b91ff20d90a5575be40a2e8d05498e124bf643b2e0ada876481c242c0ee76ac51148739ab4576d68aa527ed053ec57dca73c29386e11a8244f3f')
 
 build() {
   cd $_name-$pkgver
@@ -23,5 +23,3 @@
   cd $_name-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
-
-# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (js78)

2022-07-13 Thread Jan Steffens via arch-commits
Date: Wednesday, July 13, 2022 @ 18:26:12
  Author: heftig
Revision: 451046

extra2community: Moving js78 from extra to community

Deleted:
  js78/



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

2022-07-13 Thread Jan Steffens via arch-commits
Date: Wednesday, July 13, 2022 @ 18:25:57
  Author: heftig
Revision: 1252590

archrelease: copy trunk to community-x86_64

Added:
  js78/repos/community-x86_64/
  js78/repos/community-x86_64/0001-Fixes-for-LTO-PGO-support.patch
(from rev 1252589, js78/trunk/0001-Fixes-for-LTO-PGO-support.patch)
  js78/repos/community-x86_64/0002-Fixes-for-Python-3.10.patch
(from rev 1252589, js78/trunk/0002-Fixes-for-Python-3.10.patch)
  js78/repos/community-x86_64/0003-Fixes-for-Rust-1.56.patch
(from rev 1252589, js78/trunk/0003-Fixes-for-Rust-1.56.patch)
  js78/repos/community-x86_64/PKGBUILD
(from rev 1252589, js78/trunk/PKGBUILD)

--+
 0001-Fixes-for-LTO-PGO-support.patch |  103 +++
 0002-Fixes-for-Python-3.10.patch | 1013 +
 0003-Fixes-for-Rust-1.56.patch   |  447 ++
 PKGBUILD |  140 
 4 files changed, 1703 insertions(+)

Copied: js78/repos/community-x86_64/0001-Fixes-for-LTO-PGO-support.patch (from 
rev 1252589, js78/trunk/0001-Fixes-for-LTO-PGO-support.patch)
===
--- community-x86_64/0001-Fixes-for-LTO-PGO-support.patch   
(rev 0)
+++ community-x86_64/0001-Fixes-for-LTO-PGO-support.patch   2022-07-13 
18:25:57 UTC (rev 1252590)
@@ -0,0 +1,103 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 17 Nov 2020 22:45:47 +0100
+Subject: [PATCH] Fixes for LTO+PGO support
+
+Cherry-picked from Firefox Nightly.
+---
+ build/moz.configure/lto-pgo.configure |  7 +--
+ config/makefiles/rust.mk  | 21 +
+ 2 files changed, 22 insertions(+), 6 deletions(-)
+
+diff --git a/build/moz.configure/lto-pgo.configure 
b/build/moz.configure/lto-pgo.configure
+index 366c6691f7d1..e5342a037ee9 100644
+--- a/build/moz.configure/lto-pgo.configure
 b/build/moz.configure/lto-pgo.configure
+@@ -229,7 +229,10 @@ def lto(value, c_compiler, ld64_known_good, target, 
instrumented_build):
+ # instruction sets.
+ else:
+ num_cores = multiprocessing.cpu_count()
+-cflags.append("-flto")
++if len(value) and value[0].lower() == 'full':
++cflags.append("-flto")
++else:
++cflags.append("-flto=thin")
+ cflags.append("-flifetime-dse=1")
+ 
+ ldflags.append("-flto=%s" % num_cores)
+@@ -258,6 +261,6 @@ set_config('MOZ_LTO', lto.enabled)
+ set_define('MOZ_LTO', lto.enabled)
+ set_config('MOZ_LTO_CFLAGS', lto.cflags)
+ set_config('MOZ_LTO_LDFLAGS', lto.ldflags)
+-set_config('MOZ_LTO_RUST', lto.rust_lto)
++set_config('MOZ_LTO_RUST_CROSS', lto.rust_lto)
+ add_old_configure_assignment('MOZ_LTO_CFLAGS', lto.cflags)
+ add_old_configure_assignment('MOZ_LTO_LDFLAGS', lto.ldflags)
+diff --git a/config/makefiles/rust.mk b/config/makefiles/rust.mk
+index f4475054f897..f19dfbc72fad 100644
+--- a/config/makefiles/rust.mk
 b/config/makefiles/rust.mk
+@@ -59,17 +59,19 @@ cargo_rustc_flags = $(CARGO_RUSTCFLAGS)
+ ifndef DEVELOPER_OPTIONS
+ ifndef MOZ_DEBUG_RUST
+ # Enable link-time optimization for release builds, but not when linking
+-# gkrust_gtest.
++# gkrust_gtest. And not when doing cross-language LTO.
++ifndef MOZ_LTO_RUST_CROSS
+ ifeq (,$(findstring gkrust_gtest,$(RUST_LIBRARY_FILE)))
+ cargo_rustc_flags += -Clto
+ endif
+ # Versions of rust >= 1.45 need -Cembed-bitcode=yes for all crates when
+ # using -Clto.
+ ifeq (,$(filter 1.38.% 1.39.% 1.40.% 1.41.% 1.42.% 1.43.% 
1.44.%,$(RUSTC_VERSION)))
+ RUSTFLAGS += -Cembed-bitcode=yes
+ endif
+ endif
+ endif
++endif
+ 
+ ifdef CARGO_INCREMENTAL
+ export CARGO_INCREMENTAL
+@@ -195,10 +197,19 @@ target_rust_ltoable := force-cargo-library-build
+ target_rust_nonltoable := force-cargo-test-run force-cargo-library-check 
$(foreach b,build check,force-cargo-program-$(b))
+ 
+ ifdef MOZ_PGO_RUST
+-rust_pgo_flags := $(if $(MOZ_PROFILE_GENERATE),-C 
profile-generate=$(topobjdir)) $(if $(MOZ_PROFILE_USE),-C 
profile-use=$(PGO_PROFILE_PATH))
++ifdef MOZ_PROFILE_GENERATE
++rust_pgo_flags := -C profile-generate=$(topobjdir)
++# The C compiler may be passed extra llvm flags for PGO that we also want to 
pass to rust as well.
++# In PROFILE_GEN_CFLAGS, they look like "-mllvm foo", and we want "-C 
llvm-args=foo", so first turn
++# "-mllvm foo" into "-mllvm:foo" so that it becomes a unique argument, that 
we can then filter for,
++# excluding other flags, and then turn into the right string.
++rust_pgo_flags += $(patsubst -mllvm:%,-C llvm-args=%,$(filter 
-mllvm:%,$(subst -mllvm ,-mllvm:,$(PROFILE_GEN_CFLAGS
++else # MOZ_PROFILE_USE
++rust_pgo_flags := -C profile-use=$(PGO_PROFILE_PATH)
++endif
+ endif
+ 
+-$(target_rust_ltoable): RUSTFLAGS:=$(rustflags_override) $(rustflags_sancov) 
$(RUSTFLAGS) $(if $(MOZ_LTO_RUST),-Clinker-plugin-lto) $(rust_pgo_flags)

[arch-commits] Commit in (7 files)

2022-07-13 Thread Jan Steffens via arch-commits
Date: Wednesday, July 13, 2022 @ 18:25:55
  Author: heftig
Revision: 1252589

extra2community: Moving js78 from extra to community

Added:
  js78/
  js78/repos/
  js78/trunk/
  js78/trunk/0001-Fixes-for-LTO-PGO-support.patch
  js78/trunk/0002-Fixes-for-Python-3.10.patch
  js78/trunk/0003-Fixes-for-Rust-1.56.patch
  js78/trunk/PKGBUILD

--+
 0001-Fixes-for-LTO-PGO-support.patch |  103 +++
 0002-Fixes-for-Python-3.10.patch | 1013 +
 0003-Fixes-for-Rust-1.56.patch   |  447 ++
 PKGBUILD |  140 
 4 files changed, 1703 insertions(+)

Added: js78/trunk/0001-Fixes-for-LTO-PGO-support.patch
===
--- js78/trunk/0001-Fixes-for-LTO-PGO-support.patch 
(rev 0)
+++ js78/trunk/0001-Fixes-for-LTO-PGO-support.patch 2022-07-13 18:25:55 UTC 
(rev 1252589)
@@ -0,0 +1,103 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 17 Nov 2020 22:45:47 +0100
+Subject: [PATCH] Fixes for LTO+PGO support
+
+Cherry-picked from Firefox Nightly.
+---
+ build/moz.configure/lto-pgo.configure |  7 +--
+ config/makefiles/rust.mk  | 21 +
+ 2 files changed, 22 insertions(+), 6 deletions(-)
+
+diff --git a/build/moz.configure/lto-pgo.configure 
b/build/moz.configure/lto-pgo.configure
+index 366c6691f7d1..e5342a037ee9 100644
+--- a/build/moz.configure/lto-pgo.configure
 b/build/moz.configure/lto-pgo.configure
+@@ -229,7 +229,10 @@ def lto(value, c_compiler, ld64_known_good, target, 
instrumented_build):
+ # instruction sets.
+ else:
+ num_cores = multiprocessing.cpu_count()
+-cflags.append("-flto")
++if len(value) and value[0].lower() == 'full':
++cflags.append("-flto")
++else:
++cflags.append("-flto=thin")
+ cflags.append("-flifetime-dse=1")
+ 
+ ldflags.append("-flto=%s" % num_cores)
+@@ -258,6 +261,6 @@ set_config('MOZ_LTO', lto.enabled)
+ set_define('MOZ_LTO', lto.enabled)
+ set_config('MOZ_LTO_CFLAGS', lto.cflags)
+ set_config('MOZ_LTO_LDFLAGS', lto.ldflags)
+-set_config('MOZ_LTO_RUST', lto.rust_lto)
++set_config('MOZ_LTO_RUST_CROSS', lto.rust_lto)
+ add_old_configure_assignment('MOZ_LTO_CFLAGS', lto.cflags)
+ add_old_configure_assignment('MOZ_LTO_LDFLAGS', lto.ldflags)
+diff --git a/config/makefiles/rust.mk b/config/makefiles/rust.mk
+index f4475054f897..f19dfbc72fad 100644
+--- a/config/makefiles/rust.mk
 b/config/makefiles/rust.mk
+@@ -59,17 +59,19 @@ cargo_rustc_flags = $(CARGO_RUSTCFLAGS)
+ ifndef DEVELOPER_OPTIONS
+ ifndef MOZ_DEBUG_RUST
+ # Enable link-time optimization for release builds, but not when linking
+-# gkrust_gtest.
++# gkrust_gtest. And not when doing cross-language LTO.
++ifndef MOZ_LTO_RUST_CROSS
+ ifeq (,$(findstring gkrust_gtest,$(RUST_LIBRARY_FILE)))
+ cargo_rustc_flags += -Clto
+ endif
+ # Versions of rust >= 1.45 need -Cembed-bitcode=yes for all crates when
+ # using -Clto.
+ ifeq (,$(filter 1.38.% 1.39.% 1.40.% 1.41.% 1.42.% 1.43.% 
1.44.%,$(RUSTC_VERSION)))
+ RUSTFLAGS += -Cembed-bitcode=yes
+ endif
+ endif
+ endif
++endif
+ 
+ ifdef CARGO_INCREMENTAL
+ export CARGO_INCREMENTAL
+@@ -195,10 +197,19 @@ target_rust_ltoable := force-cargo-library-build
+ target_rust_nonltoable := force-cargo-test-run force-cargo-library-check 
$(foreach b,build check,force-cargo-program-$(b))
+ 
+ ifdef MOZ_PGO_RUST
+-rust_pgo_flags := $(if $(MOZ_PROFILE_GENERATE),-C 
profile-generate=$(topobjdir)) $(if $(MOZ_PROFILE_USE),-C 
profile-use=$(PGO_PROFILE_PATH))
++ifdef MOZ_PROFILE_GENERATE
++rust_pgo_flags := -C profile-generate=$(topobjdir)
++# The C compiler may be passed extra llvm flags for PGO that we also want to 
pass to rust as well.
++# In PROFILE_GEN_CFLAGS, they look like "-mllvm foo", and we want "-C 
llvm-args=foo", so first turn
++# "-mllvm foo" into "-mllvm:foo" so that it becomes a unique argument, that 
we can then filter for,
++# excluding other flags, and then turn into the right string.
++rust_pgo_flags += $(patsubst -mllvm:%,-C llvm-args=%,$(filter 
-mllvm:%,$(subst -mllvm ,-mllvm:,$(PROFILE_GEN_CFLAGS
++else # MOZ_PROFILE_USE
++rust_pgo_flags := -C profile-use=$(PGO_PROFILE_PATH)
++endif
+ endif
+ 
+-$(target_rust_ltoable): RUSTFLAGS:=$(rustflags_override) $(rustflags_sancov) 
$(RUSTFLAGS) $(if $(MOZ_LTO_RUST),-Clinker-plugin-lto) $(rust_pgo_flags)
++$(target_rust_ltoable): RUSTFLAGS:=$(rustflags_override) $(rustflags_sancov) 
$(RUSTFLAGS) $(if $(MOZ_LTO_RUST_CROSS),-Clinker-plugin-lto) $(rust_pgo_flags)
+ $(target_rust_nonltoable): RUSTFLAGS:=$(rustflags_override) 
$(rustflags_sancov) $(RUSTFLAGS)
+ 
+ TARGET_RECIPES := $(target_rust_ltoable) $(target_rust_nonltoable)
+@@ -312,17 +323,19 @@ $(RUST_LIBRARY_FILE): force-cargo-library-build
+ # When we are 

[arch-commits] Commit in networkmanager/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-07-13 Thread Jan Steffens via arch-commits
Date: Wednesday, July 13, 2022 @ 18:24:00
  Author: heftig
Revision: 451039

archrelease: copy trunk to extra-x86_64

Added:
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 451037, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  323 ++---
 1 file changed, 163 insertions(+), 160 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 18:24:00 UTC (rev 451038)
+++ PKGBUILD2022-07-13 18:24:00 UTC (rev 451039)
@@ -1,160 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.38.2
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-url="https://networkmanager.dev/;
-arch=(x86_64)
-license=(GPL)
-_pppver=2.4.9
-makedepends=(intltool dhclient dhcpcd iptables-nft gobject-introspection 
gtk-doc
- "ppp=$_pppver" modemmanager iproute2 nss polkit wpa_supplicant 
curl
- systemd libmm-glib libnewt libndp libteam nftables vala perl-yaml
- python-gobject git vala jansson bluez-libs glib2-docs iwd dnsmasq
- openresolv libpsl audit meson)
-checkdepends=(libx11 python-dbus)
-options=(debug)
-_commit=abfd2d6ea729926bff0ddafa1367a54f6d6f4230  # tags/1.38.2^0
-source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe --tags | sed 's/-dev/dev/;s/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-}
-
-build() {
-  local meson_options=(
-# system paths
--D dbus_conf_dir=/usr/share/dbus-1/system.d
-
-# platform
--D dist_version="$pkgver-$pkgrel"
--D session_tracking_consolekit=false
--D suspend_resume=systemd
--D modify_system=true
--D selinux=false
-
-# features
--D iwd=true
--D pppd_plugin_dir=/usr/lib/pppd/$_pppver
--D teamdctl=true
--D nm_cloud_setup=true
--D bluez5_dun=true
--D ebpf=true
-
-# configuration plugins
--D config_plugins_default=keyfile
-
-# handlers for resolv.conf
--D netconfig=no
--D config_dns_rc_manager_default=symlink
-
-# miscellaneous
--D vapi=true
--D docs=true
--D more_asserts=no
--D more_logging=false
--D qt=false
-  )
-
-  arch-meson NetworkManager build "${meson_options[@]}"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_networkmanager() {
-  depends=(libnm iproute2 wpa_supplicant libmm-glib libnewt libndp libteam curl
-   bluez-libs libpsl audit mobile-broadband-provider-info)
-  optdepends=(
-'polkit: let non-root users control networking'
-'dnsmasq: connection sharing'
-'nftables: connection sharing'
-'iptables: connection sharing'
-'bluez: Bluetooth support'
-'ppp: dialup connection support'
-'modemmanager: cellular network support'
-'iwd: wpa_supplicant alternative'
-'dhclient: alternative DHCP client'
-'dhcpcd: alternative DHCP client'
-'openresolv: alternative resolv.conf manager'
-'firewalld: firewall support'
-  )
-  backup=(etc/NetworkManager/NetworkManager.conf)
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-
-  # /etc/NetworkManager
-  install -d etc/NetworkManager/{conf,dnsmasq}.d
-  install -dm700 etc/NetworkManager/system-connections
-  install -m644 /dev/stdin etc/NetworkManager/NetworkManager.conf 

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

2022-07-13 Thread Jan Steffens via arch-commits
Date: Wednesday, July 13, 2022 @ 18:24:02
  Author: heftig
Revision: 1252578

archrelease: copy trunk to community-x86_64

Added:
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 1252577, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 1252577, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 1252577, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 1252577, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 1252577, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

--+
 PKGBUILD |  109 -
 openvswitch.install  |   26 +--
 openvswitch.tmpfiles |2 
 ovs-vswitchd.service |   30 ++---
 ovsdb-server.service |   14 +++---
 5 files changed, 91 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 18:20:07 UTC (rev 1252577)
+++ PKGBUILD2022-07-13 18:24:02 UTC (rev 1252578)
@@ -1,54 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.16.1
-pkgrel=2
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl' 'libcap-ng')
-makedepends=('python-six')
-optdepends=('python-six')
-sha256sums=('71edc06ce07fbde47b45b9de52da18a475f8c45da6e08cd673797a69f80513f4'
-'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  export CFLAGS="$CFLAGS -ffat-lto-objects"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-x86_64/PKGBUILD (from rev 1252577, 
openvswitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 18:24:02 UTC (rev 1252578)
@@ -0,0 +1,55 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Pedro Martinez-Julia (pedr...@um.es)
+# Contributor: Matt Monaco 
+
+pkgname=openvswitch
+pkgver=2.16.1
+pkgrel=3
+pkgdesc="Production Quality, Multilayer Open Virtual Switch"
+url="http://openvswitch.org;
+license=('APACHE')
+arch=(x86_64)
+install=openvswitch.install
+source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
+   openvswitch.tmpfiles
+   ovsdb-server.service
+   ovs-vswitchd.service)
+depends=('openssl' 'libcap-ng')
+makedepends=('python-six')
+optdepends=('python-six')
+options=('debug')
+sha256sums=('71edc06ce07fbde47b45b9de52da18a475f8c45da6e08cd673797a69f80513f4'
+'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
+'412a8d9a2d71f61b915d5e29c0ba44baae7770f564d885f99460b27a4cf1d398')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+-e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  export CFLAGS="$CFLAGS -ffat-lto-objects"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-rundir=/run/openvswitch \
+--sbindir=/usr/bin \
+PYTHON=/usr/bin/python2
+  make
+}
+

[arch-commits] Commit in upower/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-07-13 Thread Jan Steffens via arch-commits
Date: Wednesday, July 13, 2022 @ 18:24:00
  Author: heftig
Revision: 451038

archrelease: copy trunk to extra-x86_64

Added:
  upower/repos/extra-x86_64/PKGBUILD
(from rev 451037, upower/trunk/PKGBUILD)
Deleted:
  upower/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 18:23:37 UTC (rev 451037)
+++ PKGBUILD2022-07-13 18:24:00 UTC (rev 451038)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=upower
-pkgver=0.99.19
-pkgrel=1
-pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
-url="https://upower.freedesktop.org;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd libimobiledevice libgudev)
-makedepends=(docbook-xsl gobject-introspection python git gtk-doc meson)
-checkdepends=(python-{dbus,dbusmock,gobject} umockdev)
-backup=(etc/UPower/UPower.conf)
-options=(debug)
-_commit=e9d73a31154dab202ac9438a24fa2a67c34f686d  # tags/v0.99.19^0
-source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd upower
-  git describe --tags | sed -e 
's/^v\|^UPOWER_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd upower
-}
-
-build() {
-  arch-meson upower build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so)
-  provides+=(libupower-glib.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: upower/repos/extra-x86_64/PKGBUILD (from rev 451037, 
upower/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 18:24:00 UTC (rev 451038)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=upower
+pkgver=0.99.20
+pkgrel=1
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+url="https://upower.freedesktop.org;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd libimobiledevice libgudev)
+makedepends=(docbook-xsl gobject-introspection python git gtk-doc meson)
+checkdepends=(python-{dbus,dbusmock,gobject} umockdev)
+backup=(etc/UPower/UPower.conf)
+options=(debug)
+_commit=3f2eabb4d1f82bb8ca4ee357e5232cb4237fdc90  # tags/v0.99.20^0
+source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd upower
+  git describe --tags | sed -e 
's/^v\|^UPOWER_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd upower
+}
+
+build() {
+  arch-meson upower build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so)
+  provides+=(libupower-glib.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-07-13 Thread Jan Steffens via arch-commits
Date: Wednesday, July 13, 2022 @ 18:23:37
  Author: heftig
Revision: 451037

0.99.20-1

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 18:21:10 UTC (rev 451036)
+++ PKGBUILD2022-07-13 18:23:37 UTC (rev 451037)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=upower
-pkgver=0.99.19
+pkgver=0.99.20
 pkgrel=1
 pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
 url="https://upower.freedesktop.org;
@@ -13,7 +13,7 @@
 checkdepends=(python-{dbus,dbusmock,gobject} umockdev)
 backup=(etc/UPower/UPower.conf)
 options=(debug)
-_commit=e9d73a31154dab202ac9438a24fa2a67c34f686d  # tags/v0.99.19^0
+_commit=3f2eabb4d1f82bb8ca4ee357e5232cb4237fdc90  # tags/v0.99.20^0
 source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-07-13 Thread Jan Steffens via arch-commits
Date: Wednesday, July 13, 2022 @ 18:21:10
  Author: heftig
Revision: 451036

1.38.2-2: FS#69138: Remove NetworkManager-ovs.conf

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 14:47:52 UTC (rev 451035)
+++ PKGBUILD2022-07-13 18:21:10 UTC (rev 451036)
@@ -8,7 +8,7 @@
 pkgbase=networkmanager
 pkgname=(networkmanager libnm nm-cloud-setup)
 pkgver=1.38.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Network connection manager and user applications"
 url="https://networkmanager.dev/;
 arch=(x86_64)
@@ -137,6 +137,9 @@
   _pick cloud usr/lib/**/*nm-cloud-setup*
   _pick cloud usr/share/man/*/nm-cloud-setup*
 
+  # Not actually packaged (https://bugs.archlinux.org/task/69138)
+  _pick ovs 
usr/lib/systemd/system/NetworkManager.service.d/NetworkManager-ovs.conf
+
   # Restore empty dir
   install -d usr/lib/NetworkManager/dispatcher.d/no-wait.d
 }



[arch-commits] Commit in openvswitch/trunk (PKGBUILD ovs-vswitchd.service)

2022-07-13 Thread Jan Steffens via arch-commits
Date: Wednesday, July 13, 2022 @ 18:20:07
  Author: heftig
Revision: 1252577

Combine Before

Modified:
  openvswitch/trunk/PKGBUILD
  openvswitch/trunk/ovs-vswitchd.service

--+
 PKGBUILD |2 +-
 ovs-vswitchd.service |3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:47:57 UTC (rev 1252576)
+++ PKGBUILD2022-07-13 18:20:07 UTC (rev 1252577)
@@ -21,7 +21,7 @@
 sha256sums=('71edc06ce07fbde47b45b9de52da18a475f8c45da6e08cd673797a69f80513f4'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'52b846f6e20db2e104825c958cf2384da6bd1437c777de211427827e46943829')
+'412a8d9a2d71f61b915d5e29c0ba44baae7770f564d885f99460b27a4cf1d398')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: ovs-vswitchd.service
===
--- ovs-vswitchd.service2022-07-13 17:47:57 UTC (rev 1252576)
+++ ovs-vswitchd.service2022-07-13 18:20:07 UTC (rev 1252577)
@@ -2,10 +2,9 @@
 Description= Open vSwitch Daemon
 Documentation  = man:ovs-vswitchd
 Wants  = network.target
-Before = network.target
+Before = network.target NetworkManager.service
 Requires   = ovsdb-server.service
 After  = ovsdb-server.service
-Before = NetworkManager.service
 
 [Service]
 ExecStartPre = /sbin/modprobe openvswitch



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

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:47:57
  Author: felixonmars
Revision: 1252576

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-server/repos/community-staging-x86_64/
  haskell-language-server/repos/community-staging-x86_64/PKGBUILD
(from rev 1252575, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1252575, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:47:57 UTC (rev 1252576)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.3.0.0
+pkgrel=229
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
+ 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb'
+ 'haskell-hls-call-hierarchy-plugin' 'haskell-hls-eval-plugin'
+ 'haskell-hls-explicit-imports-plugin' 'haskell-hls-floskell-plugin'
+ 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-graph'
+ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
+ 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin'
+ 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' 
'haskell-optparse-applicative'
+ 'haskell-optparse-simple' 'haskell-regex-tdfa' 
'haskell-safe-exceptions'
+ 'haskell-sqlite-simple' 'haskell-temporary' 
'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin' 
'haskell-hls-refine-imports-plugin'
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
+ 'haskell-lsp-types')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('2938c4eaf8e2fef72ddf0e116e021b109ab69c4cdd48dc678cb93cd08e03e7f2abf3aaf1dea17a51dd8cb70f69db7ceba9823291d847ffe8bd0c990028fd6da4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+  uusi -u ghc-api-compat $pkgname.cabal
+}
+
+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 \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -f-brittany -f-class -f-refineImports -f-tactic 
-f-splice
+
+  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
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:47:43
  Author: felixonmars
Revision: 1252575

upgpkg: haskell-language-server 1.3.0.0-229: rebuild with ghcide 1.4.2.3

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:45:21 UTC (rev 1252574)
+++ PKGBUILD2022-07-13 17:47:43 UTC (rev 1252575)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.3.0.0
-pkgrel=228
+pkgrel=229
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



[arch-commits] Commit in haskell-hls-eval-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:45:21
  Author: felixonmars
Revision: 1252574

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-eval-plugin/repos/community-staging-x86_64/
  haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252573, haskell-hls-eval-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1252573, haskell-hls-eval-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:45:21 UTC (rev 1252574)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-eval-plugin
+pkgname=haskell-hls-eval-plugin
+pkgver=1.1.2.0
+pkgrel=196
+pkgdesc="Eval plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-quickcheck' 'haskell-aeson' 
'haskell-dlist'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-ghcide'
+ 'haskell-hashable' 'haskell-hls-plugin-api' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-megaparsec' 'haskell-parser-combinators'
+ 'haskell-pretty-simple' 'haskell-safe-exceptions' 'haskell-temporary' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('8597144404060b56aa84d2a6549306924de6aa99ff8fa121f0a3e6fbf2facc979e36dc9304fd041833201044f59e1745574eb1a1e3459b22baf0fae3f40d96e1')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+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
+  # https://github.com/haskell/haskell-language-server/issues/1809
+  runhaskell Setup test --show-details=direct || echo "Tests failed"
+}
+
+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-hls-eval-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:45:06
  Author: felixonmars
Revision: 1252573

upgpkg: haskell-hls-eval-plugin 1.1.2.0-196: rebuild with ghcide 1.4.2.3

Modified:
  haskell-hls-eval-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:44:22 UTC (rev 1252572)
+++ PKGBUILD2022-07-13 17:45:06 UTC (rev 1252573)
@@ -3,7 +3,7 @@
 _hkgname=hls-eval-plugin
 pkgname=haskell-hls-eval-plugin
 pkgver=1.1.2.0
-pkgrel=195
+pkgrel=196
 pkgdesc="Eval plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



[arch-commits] Commit in haskell-hls-pragmas-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:44:22
  Author: felixonmars
Revision: 1252572

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252571, haskell-hls-pragmas-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1252571, haskell-hls-pragmas-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:44:22 UTC (rev 1252572)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-pragmas-plugin
+pkgname=haskell-hls-pragmas-plugin
+pkgver=1.0.1.0
+pkgrel=193
+pkgdesc="Pragmas plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-pragmas-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-fuzzy' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('bf284033b7d2c3491b655ca32a7a791a4e62c838a4caafea36e28844052b2a192cf39d97ae1415a698ea22d7ffcc5f0290c37a91bba841b93c1ceabe089d7e07')
+
+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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-pragmas-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:44:08
  Author: felixonmars
Revision: 1252571

upgpkg: haskell-hls-pragmas-plugin 1.0.1.0-193: rebuild with ghcide 1.4.2.3

Modified:
  haskell-hls-pragmas-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:43:58 UTC (rev 1252570)
+++ PKGBUILD2022-07-13 17:44:08 UTC (rev 1252571)
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.1.0
-pkgrel=192
+pkgrel=193
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-haddock-comments-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:43:32
  Author: felixonmars
Revision: 1252568

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252567, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1252567, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:43:32 UTC (rev 1252568)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-haddock-comments-plugin
+pkgname=haskell-hls-haddock-comments-plugin
+pkgver=1.0.0.3
+pkgrel=193
+pkgdesc="Haddock comments plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0bc705b51d86d400c2f843330be5ffa9064726da64644cbc1a4c2fead1caaec5812c35ef499877aa9d07417c3854c933187dd227cd8c90f54042ead07f38bcc7')
+
+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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-fourmolu-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:43:58
  Author: felixonmars
Revision: 1252570

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252569, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1252569, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:43:58 UTC (rev 1252570)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-fourmolu-plugin
+pkgname=haskell-hls-fourmolu-plugin
+pkgver=1.0.0.2
+pkgrel=202
+pkgdesc="Integration with the Fourmolu code formatter"
+url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-fourmolu' 'haskell-ghc' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-ghc-api-compat')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('88a92c70c34d14699bcc19e7d1ff061955c4e9a6819f32c5b46d8b31d1d1f06b12be65bb84ede6046601a6d8daafcb8fc65725ceb3fc67e7afeef4097094ed46')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u fourmolu -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+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
+  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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-fourmolu-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:43:42
  Author: felixonmars
Revision: 1252569

upgpkg: haskell-hls-fourmolu-plugin 1.0.0.2-202: rebuild with ghcide 1.4.2.3

Modified:
  haskell-hls-fourmolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:43:32 UTC (rev 1252568)
+++ PKGBUILD2022-07-13 17:43:42 UTC (rev 1252569)
@@ -3,7 +3,7 @@
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
 pkgver=1.0.0.2
-pkgrel=201
+pkgrel=202
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-haddock-comments-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:43:18
  Author: felixonmars
Revision: 1252567

upgpkg: haskell-hls-haddock-comments-plugin 1.0.0.3-193: rebuild with ghcide 
1.4.2.3

Modified:
  haskell-hls-haddock-comments-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:43:09 UTC (rev 1252566)
+++ PKGBUILD2022-07-13 17:43:18 UTC (rev 1252567)
@@ -3,7 +3,7 @@
 _hkgname=hls-haddock-comments-plugin
 pkgname=haskell-hls-haddock-comments-plugin
 pkgver=1.0.0.3
-pkgrel=192
+pkgrel=193
 pkgdesc="Haddock comments plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



[arch-commits] Commit in haskell-hls-stylish-haskell-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:43:09
  Author: felixonmars
Revision: 1252566

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/
  haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252565, haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1252565, haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:43:09 UTC (rev 1252566)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-stylish-haskell-plugin
+pkgname=haskell-hls-stylish-haskell-plugin
+pkgver=1.0.0.2
+pkgrel=196
+pkgdesc="Integration with the Stylish Haskell code formatter"
+url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'stylish-haskell')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('d850d4be6cc746b6279512bb359efda197aeebd467a59a21670f3b95977c6ba086852dedde3c48171f0cff8405c8e340dea44fe3e187e4731a06eb112502ad9c')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat -u stylish-haskell $_hkgname.cabal
+}
+
+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
+  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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-stylish-haskell-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:42:56
  Author: felixonmars
Revision: 1252565

upgpkg: haskell-hls-stylish-haskell-plugin 1.0.0.2-196: rebuild with ghcide 
1.4.2.3

Modified:
  haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:42:47 UTC (rev 1252564)
+++ PKGBUILD2022-07-13 17:42:56 UTC (rev 1252565)
@@ -3,7 +3,7 @@
 _hkgname=hls-stylish-haskell-plugin
 pkgname=haskell-hls-stylish-haskell-plugin
 pkgver=1.0.0.2
-pkgrel=195
+pkgrel=196
 pkgdesc="Integration with the Stylish Haskell code formatter"
 url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-floskell-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:42:47
  Author: felixonmars
Revision: 1252564

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-floskell-plugin/repos/community-staging-x86_64/
  haskell-hls-floskell-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252563, haskell-hls-floskell-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-floskell-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1252563, haskell-hls-floskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:42:47 UTC (rev 1252564)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-floskell-plugin
+pkgname=haskell-hls-floskell-plugin
+pkgver=1.0.0.1
+pkgrel=195
+pkgdesc="Integration with the Floskell code formatter"
+url="https://hackage.haskell.org/package/hls-floskell-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-floskell' 'haskell-ghcide' 
'haskell-hls-plugin-api' 'haskell-lsp-types')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0f420355b67447426e77f149a5cf735f613b2c863b08f625e0a0d91a33bcf565684d702f67743ef9d50eaa235551c30c76743fedd78ead9fbed429e838acf113')
+
+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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-call-hierarchy-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:42:25
  Author: felixonmars
Revision: 1252562

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252561, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1252561, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:42:25 UTC (rev 1252562)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-call-hierarchy-plugin
+pkgname=haskell-hls-call-hierarchy-plugin
+pkgver=1.0.0.0
+pkgrel=193
+pkgdesc="Call hierarchy plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghcide' 'haskell-hiedb' 'haskell-hls-plugin-api' 
'haskell-lens' 'haskell-lsp'
+ 'haskell-sqlite-simple' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('4b3103a98ec57c9f050ffd1c534a0e23b1bfcbe78dda441c351b874939ce34a8')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+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
+  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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-floskell-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:42:34
  Author: felixonmars
Revision: 1252563

upgpkg: haskell-hls-floskell-plugin 1.0.0.1-195: rebuild with ghcide 1.4.2.3

Modified:
  haskell-hls-floskell-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:42:25 UTC (rev 1252562)
+++ PKGBUILD2022-07-13 17:42:34 UTC (rev 1252563)
@@ -3,7 +3,7 @@
 _hkgname=hls-floskell-plugin
 pkgname=haskell-hls-floskell-plugin
 pkgver=1.0.0.1
-pkgrel=194
+pkgrel=195
 pkgdesc="Integration with the Floskell code formatter"
 url="https://hackage.haskell.org/package/hls-floskell-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-call-hierarchy-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:42:12
  Author: felixonmars
Revision: 1252561

upgpkg: haskell-hls-call-hierarchy-plugin 1.0.0.0-193: rebuild with ghcide 
1.4.2.3

Modified:
  haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:42:01 UTC (rev 1252560)
+++ PKGBUILD2022-07-13 17:42:12 UTC (rev 1252561)
@@ -3,7 +3,7 @@
 _hkgname=hls-call-hierarchy-plugin
 pkgname=haskell-hls-call-hierarchy-plugin
 pkgver=1.0.0.0
-pkgrel=192
+pkgrel=193
 pkgdesc="Call hierarchy plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-ormolu-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:41:37
  Author: felixonmars
Revision: 1252558

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252557, haskell-hls-ormolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1252557, haskell-hls-ormolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:41:37 UTC (rev 1252558)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-ormolu-plugin
+pkgname=haskell-hls-ormolu-plugin
+pkgver=1.0.1.0
+pkgrel=199
+pkgdesc="Integration with the Ormolu code formatter"
+url="https://hackage.haskell.org/package/hls-ormolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide'
+ 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' 
'haskell-ormolu')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('330242298e6c4608d31bb0eac3ef926cfd7d5ff2bd07ab57cd46a1904c133322181e2e35da3beb01f1f97efd466d653d12a3563939fe86e70d820301aca52661')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+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
+  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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-module-name-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:41:46
  Author: felixonmars
Revision: 1252559

upgpkg: haskell-hls-module-name-plugin 1.0.0.1-193: rebuild with ghcide 1.4.2.3

Modified:
  haskell-hls-module-name-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:41:37 UTC (rev 1252558)
+++ PKGBUILD2022-07-13 17:41:46 UTC (rev 1252559)
@@ -3,7 +3,7 @@
 _hkgname=hls-module-name-plugin
 pkgname=haskell-hls-module-name-plugin
 pkgver=1.0.0.1
-pkgrel=192
+pkgrel=193
 pkgdesc="Module name plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-module-name-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-ormolu-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:41:24
  Author: felixonmars
Revision: 1252557

upgpkg: haskell-hls-ormolu-plugin 1.0.1.0-199: rebuild with ghcide 1.4.2.3

Modified:
  haskell-hls-ormolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:41:15 UTC (rev 1252556)
+++ PKGBUILD2022-07-13 17:41:24 UTC (rev 1252557)
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.1.0
-pkgrel=198
+pkgrel=199
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-module-name-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:42:01
  Author: felixonmars
Revision: 1252560

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252559, haskell-hls-module-name-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1252559, haskell-hls-module-name-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:42:01 UTC (rev 1252560)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-module-name-plugin
+pkgname=haskell-hls-module-name-plugin
+pkgver=1.0.0.1
+pkgrel=193
+pkgdesc="Module name plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-module-name-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ghcide' 'haskell-hls-plugin-api' 
'haskell-lsp'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0a4d0171df49d2d417dac00853a9f0c58618efb7a5805ab3b95441f0d8c60872947935ca94b33ca75518e311a136a893f0e3744fc49cdb94fba6f55367f3c0be')
+
+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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-explicit-imports-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:40:46
  Author: felixonmars
Revision: 1252554

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/
  haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252553, haskell-hls-explicit-imports-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1252553, haskell-hls-explicit-imports-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:40:46 UTC (rev 1252554)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-explicit-imports-plugin
+pkgname=haskell-hls-explicit-imports-plugin
+pkgver=1.0.1.0
+pkgrel=193
+pkgdesc="Explicit imports plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-explicit-imports-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghcide'
+ 'haskell-hls-graph' 'haskell-hls-plugin-api' 'haskell-lsp' 
'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('7691ecc341fb511e51ccb6c1f67cd6f3c908f771b62423d7713d05bf13893b7ac53ae9c453ab8b6ca227ed8c9b42191cd30b9745b57f00c51f3f3646954955b8')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+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-hls-retrie-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:41:15
  Author: felixonmars
Revision: 1252556

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-retrie-plugin/repos/community-staging-x86_64/
  haskell-hls-retrie-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252555, haskell-hls-retrie-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-retrie-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1252555, haskell-hls-retrie-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:41:15 UTC (rev 1252556)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-retrie-plugin
+pkgname=haskell-hls-retrie-plugin
+pkgver=1.0.1.1
+pkgrel=193
+pkgdesc="Retrie integration plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-retrie-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghcide' 'haskell-hashable' 'haskell-hls-plugin-api' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-retrie' 'haskell-safe-exceptions'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('d5059c9d1e5af9acf1a9842c76270400076f2eb168a2dfd61961cb5328c72e4aaf14ad9a1543a3729d87800d658b941e1daaa15a1bd628d3d72657499dd47488')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+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-hls-retrie-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:41:01
  Author: felixonmars
Revision: 1252555

upgpkg: haskell-hls-retrie-plugin 1.0.1.1-193: rebuild with ghcide 1.4.2.3

Modified:
  haskell-hls-retrie-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:40:46 UTC (rev 1252554)
+++ PKGBUILD2022-07-13 17:41:01 UTC (rev 1252555)
@@ -3,7 +3,7 @@
 _hkgname=hls-retrie-plugin
 pkgname=haskell-hls-retrie-plugin
 pkgver=1.0.1.1
-pkgrel=192
+pkgrel=193
 pkgdesc="Retrie integration plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-retrie-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-explicit-imports-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:40:33
  Author: felixonmars
Revision: 1252553

upgpkg: haskell-hls-explicit-imports-plugin 1.0.1.0-193: rebuild with ghcide 
1.4.2.3

Modified:
  haskell-hls-explicit-imports-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:40:24 UTC (rev 1252552)
+++ PKGBUILD2022-07-13 17:40:33 UTC (rev 1252553)
@@ -3,7 +3,7 @@
 _hkgname=hls-explicit-imports-plugin
 pkgname=haskell-hls-explicit-imports-plugin
 pkgver=1.0.1.0
-pkgrel=192
+pkgrel=193
 pkgdesc="Explicit imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-explicit-imports-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-test-utils/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:40:24
  Author: felixonmars
Revision: 1252552

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-test-utils/repos/community-staging-x86_64/
  haskell-hls-test-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 1252551, haskell-hls-test-utils/trunk/PKGBUILD)

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

Copied: haskell-hls-test-utils/repos/community-staging-x86_64/PKGBUILD (from 
rev 1252551, haskell-hls-test-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:40:24 UTC (rev 1252552)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-test-utils
+pkgname=haskell-hls-test-utils
+pkgver=1.1.0.0
+pkgrel=194
+pkgdesc="Utilities used in the tests of Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-blaze-markup' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghcide' 'haskell-hls-graph' 
'haskell-hls-plugin-api'
+ 'haskell-hspec' 'haskell-hspec-core' 'haskell-lens' 'haskell-lsp' 
'haskell-lsp-test'
+ 'haskell-lsp-types' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-rerun' 'haskell-temporary'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('08bb01af48a07b37c6d99c6da42341147259ee3f26aef4737a796a62fabbe9600464fdecb3ae4908a4df24e044abf786bcf30103b15b8d7c72f12f9a0c07fcb5')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u hspec $_hkgname.cabal
+  # https://github.com/haskell/haskell-language-server/issues/1835
+  sed -i '/configOutputFile/d' src/Test/Hls/Util.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
+}
+
+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-hls-test-utils/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:40:11
  Author: felixonmars
Revision: 1252551

upgpkg: haskell-hls-test-utils 1.1.0.0-194: rebuild with ghcide 1.4.2.3

Modified:
  haskell-hls-test-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:39:51 UTC (rev 1252550)
+++ PKGBUILD2022-07-13 17:40:11 UTC (rev 1252551)
@@ -3,7 +3,7 @@
 _hkgname=hls-test-utils
 pkgname=haskell-hls-test-utils
 pkgver=1.1.0.0
-pkgrel=193
+pkgrel=194
 pkgdesc="Utilities used in the tests of Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



[arch-commits] Commit in haskell-hls-hlint-plugin/repos (2 files)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:39:51
  Author: felixonmars
Revision: 1252550

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-hlint-plugin/repos/community-staging-x86_64/
  haskell-hls-hlint-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252549, haskell-hls-hlint-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-hlint-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1252549, haskell-hls-hlint-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:39:51 UTC (rev 1252550)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-hlint-plugin
+pkgname=haskell-hls-hlint-plugin
+pkgver=1.0.1.1
+pkgrel=193
+pkgdesc="Hlint integration plugin with Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-hlint-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-apply-refact' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-exactprint' 
'haskell-ghcide' 'haskell-hashable'
+ 'hlint' 'haskell-hls-plugin-api' 'haskell-hslogger' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-regex-tdfa' 'haskell-temporary' 
'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0bed7570e2b543f482f123e2ce19d4a5c5d712bde7875e97e1c4fc6eda481752e4d65f8cd4a998634ac3e85a7ce737f3ef849959d77e1c9f814ddf039f33b807')
+
+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' -fhlint33
+
+  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-hls-hlint-plugin/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:39:37
  Author: felixonmars
Revision: 1252549

upgpkg: haskell-hls-hlint-plugin 1.0.1.1-193: rebuild with ghcide 1.4.2.3

Modified:
  haskell-hls-hlint-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:38:29 UTC (rev 1252548)
+++ PKGBUILD2022-07-13 17:39:37 UTC (rev 1252549)
@@ -3,7 +3,7 @@
 _hkgname=hls-hlint-plugin
 pkgname=haskell-hls-hlint-plugin
 pkgver=1.0.1.1
-pkgrel=192
+pkgrel=193
 pkgdesc="Hlint integration plugin with Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-hlint-plugin;
 license=("Apache")



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

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:38:29
  Author: felixonmars
Revision: 1252548

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ghcide/repos/community-staging-x86_64/PKGBUILD (from rev 
1252547, haskell-ghcide/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-13 17:38:29 UTC (rev 1252548)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghcide
+pkgname=haskell-ghcide
+pkgver=1.4.2.3
+pkgrel=1
+pkgdesc="The core of an IDE"
+url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-glob' 'haskell-aeson' 
'haskell-aeson-pretty'
+ 'haskell-async' 'haskell-base16-bytestring' 
'haskell-bytestring-encoding'
+ 'haskell-case-insensitive' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-dependent-map' 'haskell-dependent-sum' 'haskell-dlist' 
'haskell-extra'
+ 'haskell-fingertree' 'haskell-fuzzy' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghc-check' 'haskell-ghc-exactprint' 'haskell-ghc-paths' 
'haskell-ghc-trace-events'
+ 'haskell-gitrev' 'haskell-haddock-library' 'haskell-hashable' 
'haskell-heapsize'
+ 'haskell-hie-bios' 'haskell-hie-compat' 'haskell-hiedb' 
'haskell-hls-graph'
+ 'haskell-hls-plugin-api' 'haskell-hslogger' 
'haskell-implicit-hie-cradle' 'haskell-lens'
+ 'haskell-lsp' 'haskell-lsp-test' 'haskell-lsp-types' 
'haskell-monoid-subclasses'
+ 'haskell-network-uri' 'haskell-opentelemetry' 
'haskell-optparse-applicative'
+ 'haskell-parallel' 'haskell-prettyprinter' 
'haskell-prettyprinter-ansi-terminal'
+ 'haskell-regex-tdfa' 'haskell-retrie' 'haskell-rope-utf16-splay' 
'haskell-safe'
+ 'haskell-safe-exceptions' 'haskell-sorted-list' 
'haskell-sqlite-simple' 'haskell-syb'
+ 'haskell-unliftio' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 'haskell-vector-algorithms')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-ghc-typelits-knownnat'
+ 'haskell-implicit-hie' 'haskell-quickcheck-instances' 
'haskell-record-dot-preprocessor'
+ 'haskell-record-hasfield' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('f57bd36ef6df459271f182f68904c9b0f67e70333d9f6bf6bc29cd5cf430265083a2f53087072c420a678872a6844d6f5679b36906067104f158bfa100484fe2')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  find test/data -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+
+  uusi -u extra -r ghc:ghc,ghc-api-compat -u hiedb $_hkgname.cabal
+
+  # extra 1.7.10
+  sed -i "s/hiding (modifyVar, modifyVar_)/hiding (modifyVar, modifyVar_, 
modifyVar')/" src/Control/Concurrent/Strict.hs
+
+  # TODO: Skipped some broken tests for now
+  sed -i '/, benchmarkTests/d;/, findDefinitionAndHoverTests/d;/, 
bootTests/d;s/, simpleMultiDefTest//;s/echo A.hs/echo -dynamic > 
$HIE_BIOS_OUTPUT/' test/exe/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
+  cabal update
+  # Random test failures "Received an illegal message between the initialize 
request and response"
+  # th-linking-test-unboxed always fails too
+  PATH="$PWD/dist/build/ghcide:$PWD/dist/build/ghcide-test-preprocessor:$PATH" 
LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+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 

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

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:38:15
  Author: felixonmars
Revision: 1252547

upgpkg: haskell-ghcide 1.4.2.3-1: rebuild with ghcide 1.4.2.3

Modified:
  haskell-ghcide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:36:37 UTC (rev 1252546)
+++ PKGBUILD2022-07-13 17:38:15 UTC (rev 1252547)
@@ -2,8 +2,8 @@
 
 _hkgname=ghcide
 pkgname=haskell-ghcide
-pkgver=1.4.2.2
-pkgrel=3
+pkgver=1.4.2.3
+pkgrel=1
 pkgdesc="The core of an IDE"
 
url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme;
 license=("Apache")
@@ -30,7 +30,7 @@
  'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun')
 checkdepends=('cabal-install')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('33691d3b47afd1f14da160178655c72ecdd0c108c9ca7f12b90decea71a76aadf7322615e21f07f2c87878b9229138ada79073e5c08b48825abd81136814f1bd')
+sha512sums=('f57bd36ef6df459271f182f68904c9b0f67e70333d9f6bf6bc29cd5cf430265083a2f53087072c420a678872a6844d6f5679b36906067104f158bfa100484fe2')
 
 prepare() {
   cd $_hkgname-$pkgver



[arch-commits] Commit in openvswitch/trunk (PKGBUILD ovs-vswitchd.service)

2022-07-13 Thread Jan Steffens via arch-commits
Date: Wednesday, July 13, 2022 @ 17:36:37
  Author: heftig
Revision: 1252546

2.16.1-3: FS#69138: Add Before=NetworkManager.service

Modified:
  openvswitch/trunk/PKGBUILD
  openvswitch/trunk/ovs-vswitchd.service

--+
 PKGBUILD |5 +++--
 ovs-vswitchd.service |1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:20:10 UTC (rev 1252545)
+++ PKGBUILD2022-07-13 17:36:37 UTC (rev 1252546)
@@ -4,7 +4,7 @@
 
 pkgname=openvswitch
 pkgver=2.16.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
 license=('APACHE')
@@ -17,10 +17,11 @@
 depends=('openssl' 'libcap-ng')
 makedepends=('python-six')
 optdepends=('python-six')
+options=('debug')
 sha256sums=('71edc06ce07fbde47b45b9de52da18a475f8c45da6e08cd673797a69f80513f4'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
+'52b846f6e20db2e104825c958cf2384da6bd1437c777de211427827e46943829')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: ovs-vswitchd.service
===
--- ovs-vswitchd.service2022-07-13 17:20:10 UTC (rev 1252545)
+++ ovs-vswitchd.service2022-07-13 17:36:37 UTC (rev 1252546)
@@ -5,6 +5,7 @@
 Before = network.target
 Requires   = ovsdb-server.service
 After  = ovsdb-server.service
+Before = NetworkManager.service
 
 [Service]
 ExecStartPre = /sbin/modprobe openvswitch



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

2022-07-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, July 13, 2022 @ 17:20:10
  Author: anatolik
Revision: 1252545

archrelease: copy trunk to community-x86_64

Added:
  librdkafka/repos/community-x86_64/PKGBUILD
(from rev 1252544, librdkafka/trunk/PKGBUILD)
Deleted:
  librdkafka/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 17:19:51 UTC (rev 1252544)
+++ PKGBUILD2022-07-13 17:20:10 UTC (rev 1252545)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Andrew Sun 
-# Contributor: Joel Teichroeb 
-# Contributor: Alim Gokkaya 
-
-pkgname=librdkafka
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='The Apache Kafka C/C++ library'
-arch=(x86_64)
-url='https://github.com/edenhill/librdkafka'
-license=(BSD)
-depends=(libsasl zstd)
-makedepends=(python openssl lz4 rapidjson cmake)
-source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('6a747d293a7a4613bd2897e28e8791476fbe1ae7361f2530a876e0fd483482a6')
-
-build() {
-  cmake -S librdkafka-$pkgver -B build -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-check() {
-  # TODO: figure out why the tests timeout
-  # cmake --build build --target test
-  true
-}
-
-package() {
-  cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: librdkafka/repos/community-x86_64/PKGBUILD (from rev 1252544, 
librdkafka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 17:20:10 UTC (rev 1252545)
@@ -0,0 +1,38 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd curl)
+makedepends=(python openssl lz4 rapidjson cmake)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz
+
link_curl.patch::https://github.com/edenhill/librdkafka/commit/23bd03c11c344aaa01ace8951e60913b4bfa3c2e.patch)
+sha256sums=('3a54cf375218977b7af4716ed9738378e37fe400a6c5ddb9d622354ca31fdc79'
+'88c6587060454868a8441bc33215d76d9e174675cc32ec10d95c7a34d33cd17f')
+
+prepare() {
+  cd librdkafka-$pkgver
+  patch -p1 < ../link_curl.patch
+}
+
+build() {
+  cmake -S librdkafka-$pkgver -B build -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+check() {
+  # TODO: figure out why the tests timeout
+  # cmake --build build --target test
+  true
+}
+
+package() {
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}



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

2022-07-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, July 13, 2022 @ 17:19:51
  Author: anatolik
Revision: 1252544

upgpkg: librdkafka 1.9.1-1

Modified:
  librdkafka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 17:07:34 UTC (rev 1252543)
+++ PKGBUILD2022-07-13 17:19:51 UTC (rev 1252544)
@@ -4,17 +4,24 @@
 # Contributor: Alim Gokkaya 
 
 pkgname=librdkafka
-pkgver=1.8.2
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='The Apache Kafka C/C++ library'
 arch=(x86_64)
 url='https://github.com/edenhill/librdkafka'
 license=(BSD)
-depends=(libsasl zstd)
+depends=(libsasl zstd curl)
 makedepends=(python openssl lz4 rapidjson cmake)
-source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('6a747d293a7a4613bd2897e28e8791476fbe1ae7361f2530a876e0fd483482a6')
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz
+
link_curl.patch::https://github.com/edenhill/librdkafka/commit/23bd03c11c344aaa01ace8951e60913b4bfa3c2e.patch)
+sha256sums=('3a54cf375218977b7af4716ed9738378e37fe400a6c5ddb9d622354ca31fdc79'
+'88c6587060454868a8441bc33215d76d9e174675cc32ec10d95c7a34d33cd17f')
 
+prepare() {
+  cd librdkafka-$pkgver
+  patch -p1 < ../link_curl.patch
+}
+
 build() {
   cmake -S librdkafka-$pkgver -B build -DCMAKE_INSTALL_PREFIX=/usr
   cmake --build build



[arch-commits] Commit in ibus-table-chinese/repos/community-any (PKGBUILD PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:02:05
  Author: felixonmars
Revision: 1252542

archrelease: copy trunk to community-any

Added:
  ibus-table-chinese/repos/community-any/PKGBUILD
(from rev 1252541, ibus-table-chinese/trunk/PKGBUILD)
Deleted:
  ibus-table-chinese/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 17:01:51 UTC (rev 1252541)
+++ PKGBUILD2022-07-13 17:02:05 UTC (rev 1252542)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Leewings Ng 
-# Contributor: Hiroshi Yui 
-
-pkgname=ibus-table-chinese
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="Some table-based input method of tables engines for IBus"
-arch=('any')
-url="https://github.com/definite/ibus-table-chinese;
-license=('GPL3')
-depends=('ibus-table')
-makedepends=('cmake-fedora')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/definite/ibus-table-chinese/archive/$pkgver.tar.gz;)
-sha512sums=('610455343d9c9bf6577c7fd7aef9435c339c2f23c4d5f7ae2cbbc2366a9eb6a8a124e86621387497cc624e3276bf739b55602355ad41c4127f45f6d85cc5b4dc')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake . -DCMAKE_FEDORA_TMP_DIR=. -DDATA_DIR=/usr/share 
-DPRJ_DOC_DIR=/usr/share/doc/$pkgname -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-table-chinese/repos/community-any/PKGBUILD (from rev 1252541, 
ibus-table-chinese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 17:02:05 UTC (rev 1252542)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Leewings Ng 
+# Contributor: Hiroshi Yui 
+
+pkgname=ibus-table-chinese
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="Some table-based input method of tables engines for IBus"
+arch=('any')
+url="https://github.com/mike-fabian/ibus-table-chinese;
+license=('GPL3')
+depends=('ibus-table')
+makedepends=('cmake-fedora')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mike-fabian/ibus-table-chinese/archive/$pkgver.tar.gz;)
+sha512sums=('a6b3b2f821715042693ccb9230f125308dba01877091e28c386a6f755cca9710b0fe95e53ad3db9c51a8718150d40555b737ec9a5cf9eb9085ca3ec5f2b75de3')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake . -DCMAKE_FEDORA_TMP_DIR=. -DDATA_DIR=/usr/share 
-DPRJ_DOC_DIR=/usr/share/doc/$pkgname -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in ibus-table-chinese/trunk (PKGBUILD)

2022-07-13 Thread Felix Yan via arch-commits
Date: Wednesday, July 13, 2022 @ 17:01:51
  Author: felixonmars
Revision: 1252541

upgpkg: ibus-table-chinese 1.8.4-1

Modified:
  ibus-table-chinese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 15:12:24 UTC (rev 1252540)
+++ PKGBUILD2022-07-13 17:01:51 UTC (rev 1252541)
@@ -3,16 +3,16 @@
 # Contributor: Hiroshi Yui 
 
 pkgname=ibus-table-chinese
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc="Some table-based input method of tables engines for IBus"
 arch=('any')
-url="https://github.com/definite/ibus-table-chinese;
+url="https://github.com/mike-fabian/ibus-table-chinese;
 license=('GPL3')
 depends=('ibus-table')
 makedepends=('cmake-fedora')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/definite/ibus-table-chinese/archive/$pkgver.tar.gz;)
-sha512sums=('610455343d9c9bf6577c7fd7aef9435c339c2f23c4d5f7ae2cbbc2366a9eb6a8a124e86621387497cc624e3276bf739b55602355ad41c4127f45f6d85cc5b4dc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mike-fabian/ibus-table-chinese/archive/$pkgver.tar.gz;)
+sha512sums=('a6b3b2f821715042693ccb9230f125308dba01877091e28c386a6f755cca9710b0fe95e53ad3db9c51a8718150d40555b737ec9a5cf9eb9085ca3ec5f2b75de3')
 
 build() {
   cd $pkgname-$pkgver



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

2022-07-13 Thread David Runge via arch-commits
Date: Wednesday, July 13, 2022 @ 15:12:24
  Author: dvzrv
Revision: 1252540

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pydantic/repos/community-testing-x86_64/
  python-pydantic/repos/community-testing-x86_64/PKGBUILD
(from rev 1252539, python-pydantic/trunk/PKGBUILD)

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

Copied: python-pydantic/repos/community-testing-x86_64/PKGBUILD (from rev 
1252539, python-pydantic/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-13 15:12:24 UTC (rev 1252540)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Maintainer: Filipe Laíns (FFY00) 
+
+_name=pydantic
+pkgname=python-$_name
+pkgver=1.9.1
+pkgrel=2
+pkgdesc='Data parsing and validation using Python type hints'
+arch=(x86_64)
+url="https://github.com/samuelcolvin/pydantic;
+license=(MIT)
+depends=(cython python python-typing-extensions)
+optdepends=(
+  'python-dotenv: for .env file support'
+  'python-email-validator: for email validation'
+)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest python-pytest-mock)
+source=($_name-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+sha512sums=('6343a4cbaf49c38bcf038da21ace9f37cbcd3f05364307c0b9b5006f3fe4c9db4513f557b5388783dbb08892dbdc2a54689988edf7d1bdc6e794b0e755213ecb')
+b2sums=('94022c7ca8cfa29f51f814171d85d1b95f5a605fd685d47309f3f233bbb10d434a1f691f95c40dc99619284c81556d322cad7f63d486f7c3dcbe3d875827617c')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-07-13 Thread David Runge via arch-commits
Date: Wednesday, July 13, 2022 @ 15:12:16
  Author: dvzrv
Revision: 1252539

upgpkg: python-pydantic 1.9.1-2: Rebuild to compile using cython.

Compile using cython to improve performance: 
https://bugs.archlinux.org/task/71724

Modified:
  python-pydantic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 14:47:59 UTC (rev 1252538)
+++ PKGBUILD2022-07-13 15:12:16 UTC (rev 1252539)
@@ -4,12 +4,12 @@
 _name=pydantic
 pkgname=python-$_name
 pkgver=1.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Data parsing and validation using Python type hints'
-arch=(any)
+arch=(x86_64)
 url="https://github.com/samuelcolvin/pydantic;
 license=(MIT)
-depends=(python python-typing-extensions)
+depends=(cython python python-typing-extensions)
 optdepends=(
   'python-dotenv: for .env file support'
   'python-email-validator: for email validation'



[arch-commits] Commit in lib32-systemd/trunk (7 files)

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 14:29:00
  Author: eworm
Revision: 1252534

upgpkg: lib32-systemd 251.3-1: new upstream release

Added:
  lib32-systemd/trunk/keys/
  lib32-systemd/trunk/keys/pgp/
  lib32-systemd/trunk/keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc
  lib32-systemd/trunk/keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc
  lib32-systemd/trunk/keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc
  lib32-systemd/trunk/keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc
Modified:
  lib32-systemd/trunk/PKGBUILD

---+
 PKGBUILD  |6 ++
 keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc |1 +
 keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc |1 +
 keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc |1 +
 keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc |1 +
 5 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 11:32:25 UTC (rev 1252533)
+++ PKGBUILD2022-07-13 14:29:00 UTC (rev 1252534)
@@ -2,8 +2,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='615e67a0eeb479009f185d2526acf7cc1ed36e62' # git rev-parse v${_tag_name}
-_tag_name=251.2
+_tag='069e2b0ddd3a1b5bcff48530be165c56117d7134' # git rev-parse v${_tag_name}
+_tag_name=251.3
 pkgver="${_tag_name/-/}"
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
@@ -27,8 +27,6 @@
 'SKIP')
 
 _backports=(
-  # shared/utmp-wtmp: fix build without utmp
-  'd6e2c2d34d336398f5948a8b731fefff3dc0ff12'
 )
 
 _reverts=(

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

Index: lib32-systemd/trunk/keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc
===
--- keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc   2022-07-13 
11:32:25 UTC (rev 1252533)
+++ keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc   2022-07-13 
14:29:00 UTC (rev 1252534)

Property changes on: 
lib32-systemd/trunk/keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc
===
(Binary files differ)

Index: lib32-systemd/trunk/keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc
===
--- keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc   2022-07-13 
11:32:25 UTC (rev 1252533)
+++ keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc   2022-07-13 
14:29:00 UTC (rev 1252534)

Property changes on: 
lib32-systemd/trunk/keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc
===
(Binary files differ)

Index: lib32-systemd/trunk/keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc
===
--- keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc   2022-07-13 
11:32:25 UTC (rev 1252533)
+++ keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc   2022-07-13 
14:29:00 UTC (rev 1252534)

Property changes on: 
lib32-systemd/trunk/keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc
===
(Binary files differ)

Index: lib32-systemd/trunk/keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc
===
--- keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc   2022-07-13 
11:32:25 UTC (rev 1252533)
+++ keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc   2022-07-13 
14:29:00 UTC (rev 1252534)

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


[arch-commits] Commit in systemd/repos (22 files)

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 14:28:57
  Author: eworm
Revision: 451033

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 451032, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 451032, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 451032, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 451032, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 451032, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 451032, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 451032, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 451032, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 451032, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 451032, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 451032, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 451032, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 451032, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 451032, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 451032, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/keys/
  systemd/repos/testing-x86_64/loader.conf
(from rev 451032, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 451032, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 451032, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 451032, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 451032, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |  176 ++
 20-systemd-sysusers.hook   |   10 
 30-systemd-binfmt.hook |   10 
 30-systemd-catalog.hook|   11 
 30-systemd-daemon-reload.hook  |   11 
 30-systemd-hwdb.hook   |   11 
 30-systemd-sysctl.hook |   10 
 30-systemd-tmpfiles.hook   |   10 
 30-systemd-udev-reload.hook|   11 
 30-systemd-update.hook |   11 
 PKGBUILD   |  286 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  151 
 initcpio-install-udev  |   33 ++
 loader.conf|1 
 systemd-hook   |   46 +++
 systemd-user.pam   |5 
 systemd.install|   62 
 19 files changed, 884 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 451032, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2022-07-13 14:28:57 UTC (rev 451033)
@@ -0,0 +1,176 @@
+From f7d07e298c819a81eab965efbdbf53a2ce67fc0e Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ meson.build  |  6 +++---
+ meson_options.txt| 12 ++--
+ rules.d/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in |  6 +++---
+ 4 files changed, 19 insertions(+), 19 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 32e5413a62..f781e06fed 100644
+--- a/meson.build
 b/meson.build
+@@ -796,19 +796,19 @@ conf.set_quoted('NOBODY_GROUP_NAME', nobody_group)
+ static_ugids = []
+ foreach option : ['adm-gid',
+   'audio-gid',
+-  'cdrom-gid',
+-  'dialout-gid',
+   'disk-gid',

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

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 14:29:03
  Author: eworm
Revision: 1252535

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1252534, lib32-systemd/trunk/PKGBUILD)
  lib32-systemd/repos/multilib-testing-x86_64/keys/

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 1252534, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2022-07-13 14:29:03 UTC (rev 1252535)
@@ -0,0 +1,170 @@
+# Maintainer: Christian Hesse 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+_tag='069e2b0ddd3a1b5bcff48530be165c56117d7134' # git rev-parse v${_tag_name}
+_tag_name=251.3
+pkgver="${_tag_name/-/}"
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-libxcrypt'
+ 'lib32-xz' 'lib32-zstd' 'systemd')
+makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson' 'python-jinja')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

+  'A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E'  # Luca Boccassi 

+  '9A774DB5DB996C154EBBFBFDA0099A18E29326E1'  # Yu Watanabe 

+  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
+source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed;
+"git+https://github.com/systemd/systemd#tag=v${_tag_name%.*}?signed;)
+sha512sums=('SKIP'
+'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  # add upstream repository for cherry-picking
+  git remote add -f upstream ../systemd
+
+  # this test fails due to missing libtss2-esys.so.0
+  # disable for now
+  sed -i '/test-dlopen-so/d' src/test/meson.build
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git cherry-pick -n "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local _timeservers=({0..3}.arch.pool.ntp.org)
+  local _nameservers=(
+# We use these public name services, ordered by their
+# privacy policy (hopefully):
+#  * Cloudflare (https://1.1.1.1/)
+#  * Quad9 without filtering (https://www.quad9.net/)
+#  * Google (https://developers.google.com/speed/public-dns/)
+1.1.1.1#cloudflare-dns.com
+9.9.9.10#dns.quad9.net
+8.8.8.8#dns.google
+2606:4700:4700::#cloudflare-dns.com
+2620:fe::10#dns.quad9.net
+2001:4860:4860::#dns.google
+  )
+ 
+  local _meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+# internal version comparison is incompatible with pacman:
+#   249~rc1 < 249 < 249.1 < 249rc
+-Dversion-tag="${_tag_name/-/\~}-${pkgrel}-arch"
+-Dshared-lib-tag="${pkgver}-${pkgrel}"
+-Dmode=release
+
+# features
+-Daudit=false
+-Dblkid=false
+-Dgnu-efi=false
+-Dima=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibidn2=true
+-Dlibiptc=false
+-Dlz4=false
+-Dmicrohttpd=false
+-Dpam=false
+-Dseccomp=false
+
+# components
+-Dutmp=false
+-Dhibernate=false
+-Dldconfig=false
+-Dresolve=true
+-Defi=false
+-Dtpm=false
+-Denvironment-d=false
+-Dbinfmt=false
+-Drepart=false
+-Dcoredump=false
+-Dpstore=false
+-Doomd=false
+-Dlogind=false
+-Dhostnamed=false
+-Dlocaled=false
+-Dmachined=true
+-Dportabled=false
+-Dsysext=false
+-Duserdb=false
+-Dhomed=false
+-Dnetworkd=false
+-Dtimedated=false
+-Dtimesyncd=false
+-Dremote=false
+-Dcreate-log-dirs=false
+-Dnss-myhostname=true
+-Dnss-mymachines=true
+-Dnss-resolve=true
+-Dnss-systemd=true
+-Dfirstboot=false
+-Drandomseed=false
+-Dbacklight=false
+-Dvconsole=false
+-Dquotacheck=false
+-Dsysusers=false
+-Dtmpfiles=false
+-Dimportd=false
+-Dhwdb=false
+-Drfkill=false
+-Dxdg-autostart=false
+-Dman=false
+-Dhtml=false
+-Dtranslations=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-hierarchy=unified
+-Ddefault-kill-user-processes=false
+-Ddefault-locale='C.UTF-8'
+-Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
+

[arch-commits] Commit in systemd/trunk (7 files)

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 14:28:44
  Author: eworm
Revision: 451032

upgpkg: systemd 251.3-1: new upstream release

Added:
  systemd/trunk/keys/
  systemd/trunk/keys/pgp/
  systemd/trunk/keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc
  systemd/trunk/keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc
  systemd/trunk/keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc
  systemd/trunk/keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc
Modified:
  systemd/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc |1 +
 keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc |1 +
 keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc |1 +
 keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc |1 +
 5 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 08:58:47 UTC (rev 451031)
+++ PKGBUILD2022-07-13 14:28:44 UTC (rev 451032)
@@ -2,8 +2,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='615e67a0eeb479009f185d2526acf7cc1ed36e62' # git rev-parse v${_tag_name}
-_tag_name=251.2
+_tag='069e2b0ddd3a1b5bcff48530be165c56117d7134' # git rev-parse v${_tag_name}
+_tag_name=251.3
 pkgver="${_tag_name/-/}"
 pkgrel=1
 arch=('x86_64')

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

Index: systemd/trunk/keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc
===
--- keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc   2022-07-13 
08:58:47 UTC (rev 451031)
+++ keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc   2022-07-13 
14:28:44 UTC (rev 451032)

Property changes on: 
systemd/trunk/keys/pgp/5C251B5FC54EB2F80F407AAAC54CA336CFEB557E.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc
===
(Binary files differ)

Index: systemd/trunk/keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc
===
--- keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc   2022-07-13 
08:58:47 UTC (rev 451031)
+++ keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc   2022-07-13 
14:28:44 UTC (rev 451032)

Property changes on: 
systemd/trunk/keys/pgp/63CDA1E5D3FC22B998D20DD6327F26951A015CC4.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc
===
(Binary files differ)

Index: systemd/trunk/keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc
===
--- keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc   2022-07-13 
08:58:47 UTC (rev 451031)
+++ keys/pgp/9A774DB5DB996C154EBBFBFDA0099A18E29326E1.asc   2022-07-13 
14:28:44 UTC (rev 451032)

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

Index: systemd/trunk/keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc
===
--- keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc   2022-07-13 
08:58:47 UTC (rev 451031)
+++ keys/pgp/A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E.asc   2022-07-13 
14:28:44 UTC (rev 451032)

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


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

2022-07-13 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, July 13, 2022 @ 11:32:25
  Author: alex19ep
Revision: 1252533

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 11:32:08 UTC (rev 1252532)
+++ PKGBUILD2022-07-13 11:32:25 UTC (rev 1252533)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander Epaneshnikov 
-# Contributor: libertylocked 
-
-pkgname=bitwarden-cli
-pkgver=2022.6.2 
-pkgrel=1
-pkgdesc="The command line vault"
-arch=('any')
-url="https://github.com/bitwarden/cli;
-license=('GPL3')
-depends=('nodejs')
-makedepends=('git' 'npm' 'modclean')
-options=(!emptydirs)
-source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver}
-bitwarden-jslib::git+https://github.com/bitwarden/jslib.git)
-sha512sums=('SKIP'
-'SKIP')
-
-prepare() {
-   cd bitwarden
-   # Link jslib
-   git submodule init
-   git config submodule.jslib.url "$srcdir/bitwarden-jslib"
-   git submodule update
-
-   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 build
-   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 1252532, 
bitwarden-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 11:32:25 UTC (rev 1252533)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander Epaneshnikov 
+# Contributor: libertylocked 
+
+pkgname=bitwarden-cli
+pkgver=2022.6.2 
+pkgrel=1
+pkgdesc="The command line vault"
+arch=('any')
+url="https://github.com/bitwarden/cli;
+license=('GPL3')
+depends=('nodejs')
+makedepends=('git' 'npm' 'modclean')
+options=(!emptydirs)
+source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver}
+bitwarden-jslib::git+https://github.com/bitwarden/jslib.git)
+sha512sums=('SKIP'
+'SKIP')
+
+prepare() {
+   cd bitwarden
+   # Link jslib
+   git submodule init
+   git config submodule.jslib.url "$srcdir/bitwarden-jslib"
+   git submodule update
+
+   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 build
+   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/repos/community-any (PKGBUILD PKGBUILD)

2022-07-13 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, July 13, 2022 @ 11:32:08
  Author: alex19ep
Revision: 1252532

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 11:32:03 UTC (rev 1252531)
+++ PKGBUILD2022-07-13 11:32:08 UTC (rev 1252532)
@@ -1,54 +0,0 @@
-# Maintainer: Alexander Epaneshnikov 
-# Contributor: libertylocked 
-
-pkgname=bitwarden-cli
-pkgver=1.22.1
-pkgrel=2
-pkgdesc="The command line vault"
-arch=('any')
-url="https://github.com/bitwarden/cli;
-license=('GPL3')
-depends=('nodejs')
-makedepends=('git' 'npm' 'modclean')
-options=(!emptydirs)
-source=(bitwarden-cli::git+https://github.com/bitwarden/cli.git#tag=v${pkgver}
-bitwarden-jslib::git+https://github.com/bitwarden/jslib.git)
-sha512sums=('SKIP'
-'SKIP')
-
-prepare() {
-   cd bitwarden-cli
-   # Link jslib
-   git submodule init
-   git config submodule.jslib.url "$srcdir/bitwarden-jslib"
-   git submodule update
-}
-
-build() {
-   cd bitwarden-cli
-   export npm_config_cache="$srcdir/npm_cache"
-   npm install
-   npm run build
-   npm run clean
-   node ./build/bw.js completion --shell zsh > _bw
-}
-
-package() {
-   cd bitwarden-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 1252531, 
bitwarden-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 11:32:08 UTC (rev 1252532)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander Epaneshnikov 
+# Contributor: libertylocked 
+
+pkgname=bitwarden-cli
+pkgver=2022.6.2 
+pkgrel=1
+pkgdesc="The command line vault"
+arch=('any')
+url="https://github.com/bitwarden/cli;
+license=('GPL3')
+depends=('nodejs')
+makedepends=('git' 'npm' 'modclean')
+options=(!emptydirs)
+source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver}
+bitwarden-jslib::git+https://github.com/bitwarden/jslib.git)
+sha512sums=('SKIP'
+'SKIP')
+
+prepare() {
+   cd bitwarden
+   # Link jslib
+   git submodule init
+   git config submodule.jslib.url "$srcdir/bitwarden-jslib"
+   git submodule update
+
+   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 build
+   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-07-13 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, July 13, 2022 @ 11:32:03
  Author: alex19ep
Revision: 1252531

upgpkg: bitwarden-cli 2022.6.2-1

Modified:
  bitwarden-cli/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 11:07:12 UTC (rev 1252530)
+++ PKGBUILD2022-07-13 11:32:03 UTC (rev 1252531)
@@ -2,8 +2,8 @@
 # Contributor: libertylocked 
 
 pkgname=bitwarden-cli
-pkgver=1.22.1
-pkgrel=2
+pkgver=2022.6.2 
+pkgrel=1
 pkgdesc="The command line vault"
 arch=('any')
 url="https://github.com/bitwarden/cli;
@@ -11,23 +11,27 @@
 depends=('nodejs')
 makedepends=('git' 'npm' 'modclean')
 options=(!emptydirs)
-source=(bitwarden-cli::git+https://github.com/bitwarden/cli.git#tag=v${pkgver}
+source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver}
 bitwarden-jslib::git+https://github.com/bitwarden/jslib.git)
 sha512sums=('SKIP'
 'SKIP')
 
 prepare() {
-   cd bitwarden-cli
+   cd bitwarden
# Link jslib
git submodule init
git config submodule.jslib.url "$srcdir/bitwarden-jslib"
git submodule update
+
+   export npm_config_build_from_source=true
+   export npm_config_cache="$srcdir/npm_cache"
+
+   npm ci
 }
 
 build() {
-   cd bitwarden-cli
+   cd bitwarden/apps/cli
export npm_config_cache="$srcdir/npm_cache"
-   npm install
npm run build
npm run clean
node ./build/bw.js completion --shell zsh > _bw
@@ -34,7 +38,7 @@
 }
 
 package() {
-   cd bitwarden-cli
+   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.



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

2022-07-13 Thread Jerome Leclanche via arch-commits
Date: Wednesday, July 13, 2022 @ 11:06:52
  Author: jleclanche
Revision: 1252523

archrelease: copy trunk to community-x86_64

Added:
  eid-mw/repos/community-x86_64/PKGBUILD
(from rev 1252522, eid-mw/trunk/PKGBUILD)
  eid-mw/repos/community-x86_64/keys/
Deleted:
  eid-mw/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 11:06:33 UTC (rev 1252522)
+++ PKGBUILD2022-07-13 11:06:52 UTC (rev 1252523)
@@ -1,71 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Previous contributors:
-# William Gathoye, Emil Vanherp, Alad Wenter, Xavier D., Valere Monseur
-# Troubleshooting: 
https://eid.belgium.be/en/faq/google-chromechromium-how-do-i-log
-# Test if login works: https://iamapps.belgium.be/tma/
-
-pkgname=eid-mw
-pkgver=5.1.2
-pkgrel=1
-pkgdesc="The Belgian e-ID (electronic identity card) viewer and Firefox 
extension"
-arch=("x86_64")
-url="https://eid.belgium.be/;
-license=("LGPL3")
-depends=("gtk3" "libproxy" "curl" "libbsd")
-makedepends=("pcsclite")
-optdepends=(
-"firefox: Extension for Belgian eid"
-"acsccid: ACS CCID smart card readers"
-"ccid: Needed for Belgian Digipass 870"
-"pcsc-tools: PC/SC smartcard tools"
-)
-source=(
-
"https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz;
-
"https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz.asc;
-)
-sha256sums=(
-"1ea4c3f04bcca35990dc4158b36b909c3342ba3e695df005d8fdd951c21e5796"
-"SKIP"
-)
-validpgpkeys=("D95426E309C0492990D8E8E2824A5E0010A04D46")
-
-# Upstream has decided not signing sources using the GPG key as this was
-# confusing users who are not used to use .asc signature files.  So while the
-# binaries proposed on the following page
-# https://eid.belgium.be/en/using_your_eid/installing_the_eid_software/linux
-# are signed, the sources are not. It is asked to security-conscious users
-# using the dist server instead.
-#
-# On Wed, Mar 29, 2017 at 11:08:34AM +0200, William Gathoye wrote:
-# > On 03/29/2017 10:54 AM, Wouter Verhelst wrote:
-# >> It is not meant for the security-conscious. If you want to be 100%
-# >> certain, then https://dist.eid.belgium.be/continuous/sources/ is signed
-# >> by a GPG key.
-# >
-# > Ok. I'm gonna switch to that channel again then (for Arch).
-#
-# Good, I was hoping you'd say that
-#
-# > But then why do you have specified on the eid.belgium.be page that the
-# > binaries could be checked using the GPG key
-# > B37D9040098C3DEEE00F6D08A35743EA6773D225 as we cannot check it as the
-# > .asc file is not present.?
-#
-# The precompiled binaries in the repositories that can be found on
-# files.eid.belgium.be (and for which the "eid-archive" packages on that page 
add
-# configuration to supported distributions) *are* signed with that key. The
-# sources aren't, for reasons as explained above.
-#
-# [...]
-
-build() {
-cd "$pkgname-$pkgver-v$pkgver"
-sed -i "s/c_rehash/openssl rehash/g" plugins_tools/eid-viewer/Makefile.in
-./configure --prefix=/usr --libexecdir=/usr/bin --sysconfdir=/etc
-make
-}
-
-package() {
-cd "$pkgname-$pkgver-v$pkgver"
-make install DESTDIR="$pkgdir"
-}

Copied: eid-mw/repos/community-x86_64/PKGBUILD (from rev 1252522, 
eid-mw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 11:06:52 UTC (rev 1252523)
@@ -0,0 +1,71 @@
+# Maintainer: Jerome Leclanche 
+# Previous contributors:
+# William Gathoye, Emil Vanherp, Alad Wenter, Xavier D., Valere Monseur
+# Troubleshooting: 
https://eid.belgium.be/en/faq/google-chromechromium-how-do-i-log
+# Test if login works: https://iamapps.belgium.be/tma/
+
+pkgname=eid-mw
+pkgver=5.1.4
+pkgrel=1
+pkgdesc="The Belgian e-ID (electronic identity card) viewer and Firefox 
extension"
+arch=("x86_64")
+url="https://eid.belgium.be/;
+license=("LGPL3")
+depends=("gtk3" "libproxy" "curl" "libbsd")
+makedepends=("pcsclite")
+optdepends=(
+"firefox: Extension for Belgian eid"
+"acsccid: ACS CCID smart card readers"
+"ccid: Needed for Belgian Digipass 870"
+"pcsc-tools: PC/SC smartcard tools"
+)
+source=(
+
"https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz;
+
"https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz.asc;
+)
+sha256sums=(
+"5651b8c33560aae12d0cc449f66c6dcdd24afd4406d4179941861b38869d85b6"
+"SKIP"
+)
+validpgpkeys=("D95426E309C0492990D8E8E2824A5E0010A04D46")
+
+# Upstream has decided not signing sources using the GPG key as this was
+# confusing users who are not used to use .asc signature files.  So while the
+# binaries proposed on the following page
+# 

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

2022-07-13 Thread Jerome Leclanche via arch-commits
Date: Wednesday, July 13, 2022 @ 11:06:33
  Author: jleclanche
Revision: 1252522

upgpkg: eid-mw 5.1.4-1: Upstream release 5.1.4

Added:
  eid-mw/trunk/keys/
  eid-mw/trunk/keys/pgp/
  eid-mw/trunk/keys/pgp/D95426E309C0492990D8E8E2824A5E0010A04D46.asc
Modified:
  eid-mw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 11:02:46 UTC (rev 1252521)
+++ PKGBUILD2022-07-13 11:06:33 UTC (rev 1252522)
@@ -5,7 +5,7 @@
 # Test if login works: https://iamapps.belgium.be/tma/
 
 pkgname=eid-mw
-pkgver=5.1.2
+pkgver=5.1.4
 pkgrel=1
 pkgdesc="The Belgian e-ID (electronic identity card) viewer and Firefox 
extension"
 arch=("x86_64")
@@ -24,7 +24,7 @@
 
"https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz.asc;
 )
 sha256sums=(
-"1ea4c3f04bcca35990dc4158b36b909c3342ba3e695df005d8fdd951c21e5796"
+"5651b8c33560aae12d0cc449f66c6dcdd24afd4406d4179941861b38869d85b6"
 "SKIP"
 )
 validpgpkeys=("D95426E309C0492990D8E8E2824A5E0010A04D46")

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

Index: eid-mw/trunk/keys/pgp/D95426E309C0492990D8E8E2824A5E0010A04D46.asc
===
--- keys/pgp/D95426E309C0492990D8E8E2824A5E0010A04D46.asc   2022-07-13 
11:02:46 UTC (rev 1252521)
+++ keys/pgp/D95426E309C0492990D8E8E2824A5E0010A04D46.asc   2022-07-13 
11:06:33 UTC (rev 1252522)

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


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

2022-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 13, 2022 @ 11:02:46
  Author: svenstaro
Revision: 1252521

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 1252520, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 11:00:22 UTC (rev 1252520)
+++ PKGBUILD2022-07-13 11:02:46 UTC (rev 1252521)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=ansible
-pkgver=6.0.0
-pkgrel=1
-pkgdesc='Official assortment of Ansible collections'
-arch=('any')
-url='https://pypi.org/project/ansible/'
-license=('GPL3')
-depends=('python' 'ansible-core')
-provides=('python-ansible_collections')
-optdepends=('python-argcomplete: shell completions'
-'python-pyopenssl: openssl modules'
-'python-dnspython: for dig lookup'
-'python-ovirt-engine-sdk: ovirt support'
-'python-boto3: aws_s3 module'
-'python-ldap: ldap support'
-'python-proxmoxer: proxmos modules'
-'python-openstacksdk: OpenStack module'
-'python-pynetbox: NetBox module'
-'python-ldap: LDAP modules'
-'python-keyring: Keyring module'
-'acme-tiny: openssl_certificate module')
-makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('490bdc574ad6a444f8007138a12be5e5fcd8eb7abdd5466ff1924ac7c34e0a71be1c2495666ceefa1c88da48900fa2bca2c1e8d5775f3f559b1fa285bbcdcae9')
-
-build() {
-  cd ansible-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ansible-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 1252520, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 11:02:46 UTC (rev 1252521)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=ansible
+pkgver=6.1.0
+pkgrel=1
+pkgdesc='Official assortment of Ansible collections'
+arch=('any')
+url='https://pypi.org/project/ansible/'
+license=('GPL3')
+depends=('python' 'ansible-core')
+provides=('python-ansible_collections')
+optdepends=('python-argcomplete: shell completions'
+'python-pyopenssl: openssl modules'
+'python-dnspython: for dig lookup'
+'python-ovirt-engine-sdk: ovirt support'
+'python-boto3: aws_s3 module'
+'python-ldap: ldap support'
+'python-proxmoxer: proxmos modules'
+'python-openstacksdk: OpenStack module'
+'python-pynetbox: NetBox module'
+'python-ldap: LDAP modules'
+'python-keyring: Keyring module'
+'acme-tiny: openssl_certificate module')
+makedepends=('python-setuptools')
+source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz;)
+sha512sums=('795d3534d6993bfbf5d4cabed758f9370760e14e851123b4578c3aaf34f104a52f6d57d641ccbe6f18ba036bd9245b0898e76a21671ce95ddceda9fa5305e2dc')
+
+build() {
+  cd ansible-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ansible-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
+}



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

2022-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 13, 2022 @ 11:00:22
  Author: svenstaro
Revision: 1252520

upgpkg: ansible 6.1.0-1

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 10:41:39 UTC (rev 1252519)
+++ PKGBUILD2022-07-13 11:00:22 UTC (rev 1252520)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=ansible
-pkgver=6.0.0
+pkgver=6.1.0
 pkgrel=1
 pkgdesc='Official assortment of Ansible collections'
 arch=('any')
@@ -22,7 +22,7 @@
 'acme-tiny: openssl_certificate module')
 makedepends=('python-setuptools')
 
source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('490bdc574ad6a444f8007138a12be5e5fcd8eb7abdd5466ff1924ac7c34e0a71be1c2495666ceefa1c88da48900fa2bca2c1e8d5775f3f559b1fa285bbcdcae9')
+sha512sums=('795d3534d6993bfbf5d4cabed758f9370760e14e851123b4578c3aaf34f104a52f6d57d641ccbe6f18ba036bd9245b0898e76a21671ce95ddceda9fa5305e2dc')
 
 build() {
   cd ansible-${pkgver}



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

2022-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 13, 2022 @ 10:41:39
  Author: svenstaro
Revision: 1252519

archrelease: copy trunk to community-x86_64

Added:
  rustup/repos/community-x86_64/PKGBUILD
(from rev 1252518, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 1252518, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

--+
 PKGBUILD |  102 -
 post.install |   16 
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 10:41:25 UTC (rev 1252518)
+++ PKGBUILD2022-07-13 10:41:39 UTC (rev 1252519)
@@ -1,51 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="The Rust toolchain installer"
-arch=('x86_64')
-url="https://github.com/rust-lang/rustup.rs;
-license=('MIT' 'Apache')
-depends=('curl' 'xz' 'zstd')
-makedepends=('cargo')
-optdepends=('lldb: rust-lldb script'
-'gdb: rust-gdb script')
-provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt' 'rust-src'
-  'lib32-rust-libs' 'rust-musl' 'rust-wasm')
-conflicts=('rust' 'cargo' 'rustfmt')
-replaces=('cargo-tree')
-install='post.install'
-options=("!lto")
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz;)
-sha512sums=('81a379b67fcfcce2ffc617d9acf4056fc10a4625213f29c76a995b3e9dc9666868f8dd76f0ae9611b41e922c6c45a3129f3798ad0bfe119551f7d979c2ebb90a')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver' 'cargo-miri')
-
-build() {
-cd "$pkgname-${pkgver}"
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-"$pkgdir"/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-"$pkgdir"/usr/bin/rustup completions bash cargo > 
"$pkgdir/usr/share/bash-completion/completions/cargo"
-mkdir -p "$pkgdir/usr/share/fish/vendor_completions.d"
-"$pkgdir"/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/vendor_completions.d/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-"$pkgdir"/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-"$pkgdir"/usr/bin/rustup completions zsh cargo > 
"$pkgdir/usr/share/zsh/site-functions/_cargo"
-
-install -Dm644 LICENSE-MIT 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-MIT
-install -Dm644 LICENSE-APACHE 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-APACHE
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-x86_64/PKGBUILD (from rev 1252518, 
rustup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 10:41:39 UTC (rev 1252519)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.25.1
+pkgrel=1
+pkgdesc="The Rust toolchain installer"
+arch=('x86_64')
+url="https://github.com/rust-lang/rustup.rs;
+license=('MIT' 'Apache')
+depends=('curl' 'xz' 'zstd')
+makedepends=('cargo')
+optdepends=('lldb: rust-lldb script'
+'gdb: rust-gdb script')
+provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt' 'rust-src'
+  'lib32-rust-libs' 'rust-musl' 'rust-wasm')
+conflicts=('rust' 'cargo' 'rustfmt')
+replaces=('cargo-tree')
+install='post.install'
+options=("!lto")
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz;)
+sha512sums=('a77cb34ba0c2e7577c8acbd474197aabaa84e3b64b3c42f1d0c328df55c6accbe412aba9a787f0ea2f0654f085475455c9c488b2b6de34ad8889a2716d1e8d0c')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver' 'cargo-miri')
+
+build() {
+  cd "$pkgname-${pkgver}"
+  cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+  cd "$pkgname-${pkgver}"
+  install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+  for link in "${_binlinks[@]}"; do
+  ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+  done
+
+  # Generate completion files.
+  mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+  "$pkgdir"/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+  "$pkgdir"/usr/bin/rustup completions bash cargo > 

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

2022-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 13, 2022 @ 10:41:25
  Author: svenstaro
Revision: 1252518

upgpkg: rustup 1.25.1-1

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 10:41:09 UTC (rev 1252517)
+++ PKGBUILD2022-07-13 10:41:25 UTC (rev 1252518)
@@ -2,7 +2,7 @@
 # Contributor: Jonathon Fernyhough 
 # Contributor: Jon Gjengset 
 pkgname=rustup
-pkgver=1.25.0
+pkgver=1.25.1
 pkgrel=1
 pkgdesc="The Rust toolchain installer"
 arch=('x86_64')
@@ -19,33 +19,33 @@
 install='post.install'
 options=("!lto")
 
source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz;)
-sha512sums=('81a379b67fcfcce2ffc617d9acf4056fc10a4625213f29c76a995b3e9dc9666868f8dd76f0ae9611b41e922c6c45a3129f3798ad0bfe119551f7d979c2ebb90a')
+sha512sums=('a77cb34ba0c2e7577c8acbd474197aabaa84e3b64b3c42f1d0c328df55c6accbe412aba9a787f0ea2f0654f085475455c9c488b2b6de34ad8889a2716d1e8d0c')
 _binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver' 'cargo-miri')
 
 build() {
-cd "$pkgname-${pkgver}"
-cargo build --release --features no-self-update --bin rustup-init
+  cd "$pkgname-${pkgver}"
+  cargo build --release --features no-self-update --bin rustup-init
 }
 
 package() {
-cd "$pkgname-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
+  cd "$pkgname-${pkgver}"
+  install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+  for link in "${_binlinks[@]}"; do
+  ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+  done
 
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-"$pkgdir"/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-"$pkgdir"/usr/bin/rustup completions bash cargo > 
"$pkgdir/usr/share/bash-completion/completions/cargo"
-mkdir -p "$pkgdir/usr/share/fish/vendor_completions.d"
-"$pkgdir"/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/vendor_completions.d/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-"$pkgdir"/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-"$pkgdir"/usr/bin/rustup completions zsh cargo > 
"$pkgdir/usr/share/zsh/site-functions/_cargo"
+  # Generate completion files.
+  mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+  "$pkgdir"/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+  "$pkgdir"/usr/bin/rustup completions bash cargo > 
"$pkgdir/usr/share/bash-completion/completions/cargo"
+  mkdir -p "$pkgdir/usr/share/fish/vendor_completions.d"
+  "$pkgdir"/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/vendor_completions.d/rustup.fish"
+  mkdir -p "$pkgdir/usr/share/zsh/site-functions"
+  "$pkgdir"/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
+  "$pkgdir"/usr/bin/rustup completions zsh cargo > 
"$pkgdir/usr/share/zsh/site-functions/_cargo"
 
-install -Dm644 LICENSE-MIT 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-MIT
-install -Dm644 LICENSE-APACHE 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-APACHE
+  install -Dm644 LICENSE-MIT 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-MIT
+  install -Dm644 LICENSE-APACHE 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-APACHE
 }
 
-# vim:filetype=sh:
+# vim:set ts=2 sw=2 et:



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

2022-07-13 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, July 13, 2022 @ 10:41:09
  Author: alex19ep
Revision: 1252517

archrelease: copy trunk to community-x86_64

Added:
  bitwarden/repos/community-x86_64/PKGBUILD
(from rev 1252516, bitwarden/trunk/PKGBUILD)
  bitwarden/repos/community-x86_64/bitwarden.desktop
(from rev 1252516, bitwarden/trunk/bitwarden.desktop)
  bitwarden/repos/community-x86_64/bitwarden.sh
(from rev 1252516, bitwarden/trunk/bitwarden.sh)
  bitwarden/repos/community-x86_64/messaging.main.ts.patch
(from rev 1252516, bitwarden/trunk/messaging.main.ts.patch)
Deleted:
  bitwarden/repos/community-x86_64/PKGBUILD
  bitwarden/repos/community-x86_64/bitwarden.desktop
  bitwarden/repos/community-x86_64/bitwarden.sh
  bitwarden/repos/community-x86_64/messaging.main.ts.patch

-+
 PKGBUILD|  158 +++---
 bitwarden.desktop   |   20 ++---
 bitwarden.sh|8 +-
 messaging.main.ts.patch |   22 +++---
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 10:40:57 UTC (rev 1252516)
+++ PKGBUILD2022-07-13 10:41:09 UTC (rev 1252517)
@@ -1,79 +0,0 @@
-# Maintainer: Alexander Epaneshnikov 
-# Contributor: libertylocked 
-
-pkgname=bitwarden
-pkgver=2022.6.0
-pkgrel=1
-_electronversion=16
-pkgdesc='A secure and free password manager for all of your devices'
-arch=('x86_64')
-url='https://github.com/bitwarden/clients/tree/master/apps/desktop'
-license=('GPL3')
-depends=("electron$_electronversion" 'libnotify' 'libsecret' 'libxtst' 
'libxss' 'libnss_nis')
-makedepends=('git' 'npm' 'python' 'node-gyp' 'nodejs-lts-gallium' 'jq')
-source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=desktop-v$pkgver
-bitwarden-jslib::git+https://github.com/bitwarden/jslib.git
-messaging.main.ts.patch
-${pkgname}.sh
-${pkgname}.desktop)
-sha512sums=('SKIP'
-'SKIP'
-
'babcae0dba4d036e5d2cd04d8932b63253bc7b27b14d090932066e9d39383f7565c06d72dae9f96e741b494ef7e50a1fe7ec33905aa3124b427a8bf404df5762'
-
'98d2860bef2283fd09710fbbc5362d7ef2cd8eca26f35805ea258f2dacba78bd6aab14c834388a5089a8150eb0f32a82577aab10f8ad68e1a6371959b2802ad4'
-
'05b771e72f1925f61b710fb67e5709dbfd63855425d2ef146ca3770b050e78cb3933cffc7afb1ad43a1d87867b2c2486660c79fdfc95b3891befdff26c8520fd')
-
-prepare() {
-   cd bitwarden/apps/desktop
-
-   export npm_config_build_from_source=true
-   export npm_config_cache="$srcdir/npm_cache"
-   export ELECTRON_SKIP_BINARY_DOWNLOAD=1
-
-   # Link jslib
-   git submodule init
-   git config 'submodule.apps/browser/jslib.url' "$srcdir/bitwarden-jslib"
-   git config 'submodule.apps/desktop/jslib.url' "$srcdir/bitwarden-jslib"
-   git submodule update
-
-   # This patch is required to make "Start automatically on login" work
-   patch --strip=1 src/main/messaging.main.ts 
"$srcdir/messaging.main.ts.patch"
-
-   # Patch build to make it work with system electron
-   export SYSTEM_ELECTRON_VERSION=$(electron$_electronversion -v | sed 
's/v//g')
-   export ELECTRONVERSION=$_electronversion
-   sed -i "s|@electronversion@|${ELECTRONVERSION}|" "$srcdir/bitwarden.sh"
-   # jq < package.json \
-   #'.build["electronVersion"]=$ENV.SYSTEM_ELECTRON_VERSION | 
.build["electronDist"]="/usr/lib/electron\(env.ELECTRONVERSION)"' \
-   #> package.json.patched
-   # mv package.json.patched package.json
-   cd ../../
-   npm ci
-}
-
-build() {
-   cd bitwarden/apps/desktop
-   electronDist=/usr/lib/electron$_electronversion
-   electronVer=$(electron$_electronversion --version | tail -c +2)
-   export npm_config_build_from_source=true
-   export npm_config_cache="$srcdir/npm_cache"
-   export ELECTRON_SKIP_BINARY_DOWNLOAD=1
-   npm run build
-   npm run clean:dist 
-   npm exec -c "electron-builder --linux --x64 --dir 
-c.electronDist=$electronDist \
--c.electronVersion=$electronVer"
-}
-
-package(){
-   cd bitwarden/apps/desktop
-   install -vDm644 dist/linux-unpacked/resources/app.asar -t 
"${pkgdir}/usr/lib/${pkgname}"
-   install -vDm644 build/package.json -t "${pkgdir}/usr/lib/${pkgname}"
-   cp -vr dist/linux-unpacked/resources/app.asar.unpacked -t 
"${pkgdir}/usr/lib/${pkgname}"
-
-   for i in 16 32 64 128 256 512 1024; do
-   install -vDm644 resources/icons/${i}x${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-   done
-   install -vDm644 resources/icon.png 
"${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/${pkgname}.png"
-
-   install -vDm755 "${srcdir}/${pkgname}.sh" 
"${pkgdir}/usr/bin/bitwarden-desktop"
-   install -vDm644 "${srcdir}"/${pkgname}.desktop -t 
"${pkgdir}"/usr/share/applications
-}

Copied: 

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

2022-07-13 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, July 13, 2022 @ 10:40:57
  Author: alex19ep
Revision: 1252516

upgpkg: bitwarden 2022.6.2-1

Modified:
  bitwarden/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 09:02:17 UTC (rev 1252515)
+++ PKGBUILD2022-07-13 10:40:57 UTC (rev 1252516)
@@ -2,7 +2,7 @@
 # Contributor: libertylocked 
 
 pkgname=bitwarden
-pkgver=2022.6.0
+pkgver=2022.6.2
 pkgrel=1
 _electronversion=16
 pkgdesc='A secure and free password manager for all of your devices'



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

2022-07-13 Thread Daniel M. Capella via arch-commits
Date: Wednesday, July 13, 2022 @ 09:02:17
  Author: polyzen
Revision: 1252515

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 1252514, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 09:01:30 UTC (rev 1252514)
+++ PKGBUILD2022-07-13 09:02:17 UTC (rev 1252515)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.258
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('deadf889dc3c6000d2335fb29d9de33f7af18f1c25283728ddcde588136d926acbd2e3c1a49652db59994d79ffa121b27058917967f69cbaa2fcb136262d727a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  local _npmdir=/usr/lib/node_modules/$pkgname
-  install -d "$pkgdir"/{usr/bin,$_npmdir,usr/share/doc/$pkgname}
-  ln -s $_npmdir/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s $_npmdir/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/$_npmdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 1252514, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-13 09:02:17 UTC (rev 1252515)
@@ -0,0 +1,39 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.259
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('91f115d67a04d8c97c39d4789591332ce8c7cd15dd17fb87b5f60f24d8c3cdc29d437c8fa60073e56c2b64384ec278affe88c8150d157b706123fdf3acdc5044')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  local _npmdir=/usr/lib/node_modules/$pkgname
+  install -d "$pkgdir"/{usr/bin,$_npmdir,usr/share/doc/$pkgname}
+  ln -s $_npmdir/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s $_npmdir/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/$_npmdir
+}



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

2022-07-13 Thread Daniel M. Capella via arch-commits
Date: Wednesday, July 13, 2022 @ 09:01:30
  Author: polyzen
Revision: 1252514

upgpkg: pyright 1.1.259-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 07:56:14 UTC (rev 1252513)
+++ PKGBUILD2022-07-13 09:01:30 UTC (rev 1252514)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.258
+pkgver=1.1.259
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('deadf889dc3c6000d2335fb29d9de33f7af18f1c25283728ddcde588136d926acbd2e3c1a49652db59994d79ffa121b27058917967f69cbaa2fcb136262d727a')
+b2sums=('91f115d67a04d8c97c39d4789591332ce8c7cd15dd17fb87b5f60f24d8c3cdc29d437c8fa60073e56c2b64384ec278affe88c8150d157b706123fdf3acdc5044')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -37,5 +37,3 @@
   cd packages/$pkgname
   cp -r dist {,langserver.}index.js "$pkgdir"/$_npmdir
 }
-
-# vim:set ts=2 sw=2 et:



[arch-commits] Commit in archlinux-keyring/trunk (10 files)

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 08:58:45
  Author: eworm
Revision: 451030

upgpkg: archlinux-keyring 20220713-1: new upstream release

Added:
  archlinux-keyring/trunk/keys/
  archlinux-keyring/trunk/keys/pgp/
  archlinux-keyring/trunk/keys/pgp/02FD1C7A934E614545849F19A6234074498E9CEE.asc
  archlinux-keyring/trunk/keys/pgp/4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC.asc
  archlinux-keyring/trunk/keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc
  archlinux-keyring/trunk/keys/pgp/C7E7849466FE2358343588377258734B41C31549.asc
  archlinux-keyring/trunk/keys/pgp/CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E.asc
  archlinux-keyring/trunk/keys/pgp/E240B57E2C4630BA768E2F26FC1B547C8D8172C8.asc
  archlinux-keyring/trunk/keys/pgp/ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB.asc
Modified:
  archlinux-keyring/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/02FD1C7A934E614545849F19A6234074498E9CEE.asc |1 +
 keys/pgp/4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC.asc |1 +
 keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc |1 +
 keys/pgp/C7E7849466FE2358343588377258734B41C31549.asc |1 +
 keys/pgp/CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E.asc |1 +
 keys/pgp/E240B57E2C4630BA768E2F26FC1B547C8D8172C8.asc |1 +
 keys/pgp/ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB.asc |1 +
 8 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 00:28:35 UTC (rev 451029)
+++ PKGBUILD2022-07-13 08:58:45 UTC (rev 451030)
@@ -2,8 +2,8 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=archlinux-keyring
-_tag='ce05aea5defae837dce115db626d0336eef4c563' # git rev-parse ${pkgver}
-pkgver=20220424
+_tag='ff4e031beb113fba80d2a08da1c21624bbb7ba84' # git rev-parse ${pkgver}
+pkgver=20220713
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')

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

Index: 
archlinux-keyring/trunk/keys/pgp/02FD1C7A934E614545849F19A6234074498E9CEE.asc
===
--- keys/pgp/02FD1C7A934E614545849F19A6234074498E9CEE.asc   2022-07-13 
00:28:35 UTC (rev 451029)
+++ keys/pgp/02FD1C7A934E614545849F19A6234074498E9CEE.asc   2022-07-13 
08:58:45 UTC (rev 451030)

Property changes on: 
archlinux-keyring/trunk/keys/pgp/02FD1C7A934E614545849F19A6234074498E9CEE.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC.asc
===
(Binary files differ)

Index: 
archlinux-keyring/trunk/keys/pgp/4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC.asc
===
--- keys/pgp/4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC.asc   2022-07-13 
00:28:35 UTC (rev 451029)
+++ keys/pgp/4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC.asc   2022-07-13 
08:58:45 UTC (rev 451030)

Property changes on: 
archlinux-keyring/trunk/keys/pgp/4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc
===
(Binary files differ)

Index: 
archlinux-keyring/trunk/keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc
===
--- keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc   2022-07-13 
00:28:35 UTC (rev 451029)
+++ keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc   2022-07-13 
08:58:45 UTC (rev 451030)

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

Index: 
archlinux-keyring/trunk/keys/pgp/C7E7849466FE2358343588377258734B41C31549.asc
===
--- keys/pgp/C7E7849466FE2358343588377258734B41C31549.asc   2022-07-13 
00:28:35 UTC (rev 451029)
+++ keys/pgp/C7E7849466FE2358343588377258734B41C31549.asc   2022-07-13 
08:58:45 UTC (rev 451030)

Property changes on: 
archlinux-keyring/trunk/keys/pgp/C7E7849466FE2358343588377258734B41C31549.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp

[arch-commits] Commit in archlinux-keyring/repos (4 files)

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 08:58:47
  Author: eworm
Revision: 451031

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 451030, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 451030, archlinux-keyring/trunk/archlinux-keyring.install)
  archlinux-keyring/repos/testing-any/keys/

---+
 PKGBUILD  |   41 +
 archlinux-keyring.install |   12 
 2 files changed, 53 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 451030, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-07-13 08:58:47 UTC (rev 451031)
@@ -0,0 +1,41 @@
+# Maintainer: Pierre Schmitz 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=archlinux-keyring
+_tag='ff4e031beb113fba80d2a08da1c21624bbb7ba84' # git rev-parse ${pkgver}
+pkgver=20220713
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'
+license=('GPL3')
+install=$pkgname.install
+makedepends=('git' 'python' 'sequoia-sq')
+checkdepends=('python-coverage' 'python-pytest')
+source=("archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('02FD1C7A934E614545849F19A6234074498E9CEE'  # Christian Hesse 

+  'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

+  'CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E'  # Florian Pritz 

+  'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB'  # Giancarlo 
Razzolini 
+  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak 

+  'C100346676634E80C940FB9E9C02FF419FECBE16') # Morten Linderud 

+
+build() {
+  cd archlinux-keyring/
+
+  make build
+}
+
+check() {
+  cd archlinux-keyring/
+
+  make check
+}
+
+package() {
+  cd archlinux-keyring/
+
+  make PREFIX='/usr' DESTDIR="${pkgdir}" install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
451030, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2022-07-13 08:58:47 UTC (rev 
451031)
@@ -0,0 +1,12 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+   usr/bin/pacman-key --updatedb
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}



[arch-commits] Commit in tig/repos (community-x86_64 community-x86_64 extra-x86_64)

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 07:10:23
  Author: eworm
Revision: 1252511

this is community...

Added:
  tig/repos/community-x86_64/
Deleted:
  tig/repos/community-x86_64/
  tig/repos/extra-x86_64/



[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 07:08:19
  Author: eworm
Revision: 1252510

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 1252509, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-13 07:07:54 UTC (rev 1252509)
+++ PKGBUILD2022-07-13 07:08:19 UTC (rev 1252510)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=103.0b8
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('187a92364b965e1aafd7489048f16bc7e114b3b137648e73d4fe292d6161fd15961e37bb9c818677c0646f837f19c854a218b282d201c54f53e21fd6568679ba'
-
'72c4e7609d5498bff3bd88dc5c7dc7778d91c858f357feef088161cfbc3650f6fcb083cd09881ee3d09d5ac6ac51fec66748c06a06c57460975290fbc6036687'
-
'7ab9de3927f237f6e661d80a0816ccf36b55834f29cca550d4918b265a911eeb15753aa91e77d583326eea7ce8d378a67c529aa130845d58f9f3f83f1de83962'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 07:07:54
  Author: eworm
Revision: 1252509

upgpkg: firefox-developer-edition-i18n 103.0b8-2: marginal trust rebuild

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 07:02:41 UTC (rev 1252508)
+++ PKGBUILD2022-07-13 07:07:54 UTC (rev 1252509)
@@ -2,7 +2,7 @@
 
 pkgbase=firefox-developer-edition-i18n
 pkgver=103.0b8
-pkgrel=1
+pkgrel=2
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
 url="https://www.mozilla.com/;



[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 07:02:24
  Author: eworm
Revision: 1252507

upgpkg: firefox-developer-edition 103.0b8-2: marginal trust rebuild

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 06:06:11 UTC (rev 1252506)
+++ PKGBUILD2022-07-13 07:02:24 UTC (rev 1252507)
@@ -3,7 +3,7 @@
 
 pkgname=firefox-developer-edition
 pkgver=103.0b8
-pkgrel=1
+pkgrel=2
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
 license=('MPL' 'GPL' 'LGPL')



[arch-commits] Commit in tig/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 06:06:11
  Author: eworm
Revision: 1252506

archrelease: copy trunk to extra-x86_64

Added:
  tig/repos/extra-x86_64/
  tig/repos/extra-x86_64/PKGBUILD
(from rev 1252505, tig/trunk/PKGBUILD)

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

Copied: tig/repos/extra-x86_64/PKGBUILD (from rev 1252505, tig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2022-07-13 06:06:11 UTC (rev 1252506)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Loui Chang 
+# Contributor: Geoffroy Carrier 
+# Contributor: Nathan Jones 
+
+pkgname=tig
+pkgver=2.5.6
+pkgrel=1
+pkgdesc='Text-mode interface for Git.'
+depends=('git' 'ncurses')
+makedepends=('asciidoc' 'xmlto')
+url='https://jonas.github.io/tig/'
+license=('GPL')
+arch=('x86_64')
+backup=('etc/tigrc')
+source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('04716790bf8933db6ad98f67422fa18e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install install-doc-man
+
+  install -Dm0644 contrib/tig-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/tig"
+}



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

2022-07-13 Thread Christian Hesse via arch-commits
Date: Wednesday, July 13, 2022 @ 06:06:04
  Author: eworm
Revision: 1252505

upgpkg: tig 2.5.6-1: new upstream release

Modified:
  tig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 05:53:13 UTC (rev 1252504)
+++ PKGBUILD2022-07-13 06:06:04 UTC (rev 1252505)
@@ -4,7 +4,7 @@
 # Contributor: Nathan Jones 
 
 pkgname=tig
-pkgver=2.5.5
+pkgver=2.5.6
 pkgrel=1
 pkgdesc='Text-mode interface for Git.'
 depends=('git' 'ncurses')
@@ -14,7 +14,7 @@
 arch=('x86_64')
 backup=('etc/tigrc')
 
source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('0902ba706e8efaf6c2087d8b66393375')
+md5sums=('04716790bf8933db6ad98f67422fa18e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"