[arch-commits] Commit in mongo-c-driver/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-08-06 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 06:54:08
  Author: felixonmars
Revision: 1260493

archrelease: copy trunk to community-x86_64

Added:
  mongo-c-driver/repos/community-x86_64/PKGBUILD
(from rev 1260492, mongo-c-driver/trunk/PKGBUILD)
Deleted:
  mongo-c-driver/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 06:53:52 UTC (rev 1260492)
+++ PKGBUILD2022-08-07 06:54:08 UTC (rev 1260493)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mongo-c-driver
-pkgver=1.21.2
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('x86_64')
-url='https://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libsasl' 'icu' 'snappy' 'zlib' 'zstd')
-makedepends=('cmake')
-provides=('libbson' 'libmongoc')
-conflicts=('libbson' 'libmongoc')
-replaces=('libbson' 'libmongoc')
-source=("https://github.com/mongodb/mongo-c-driver/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('3d55f7586375b41c96c66f20c5c37fd95ea33933b674fa4ab589589cc52aeffe32da45bd6498e157095ed8c994b34fe9f8c62f5f57f5194d605965d34137aa59')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../mongo-c-driver-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
-# Test profiles are not found even with ENABLE_TESTS=ON
-  make
-}
-
-check() {
-  cd build
-  # No test profile found
-  # pifpaf run mongodb --port 27017 make test || echo "Tests failed"
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: mongo-c-driver/repos/community-x86_64/PKGBUILD (from rev 1260492, 
mongo-c-driver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 06:54:08 UTC (rev 1260493)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=mongo-c-driver
+pkgver=1.22.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('x86_64')
+url='https://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libsasl' 'icu' 'snappy' 'zlib' 'zstd')
+makedepends=('cmake')
+provides=('libbson' 'libmongoc')
+conflicts=('libbson' 'libmongoc')
+replaces=('libbson' 'libmongoc')
+source=("https://github.com/mongodb/mongo-c-driver/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('196a760569bc8504d08fb180f82d5fe12a99b456add36672620bc385aa53fe6a3deb10be49cb69821f56b60173196b170887b557c8e2ffd95e01dd2defe67559')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../mongo-c-driver-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
+# Test profiles are not found even with ENABLE_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+  # No test profile found
+  # pifpaf run mongodb --port 27017 make test || echo "Tests failed"
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}



[arch-commits] Commit in mongo-c-driver/trunk (PKGBUILD)

2022-08-06 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 06:53:52
  Author: felixonmars
Revision: 1260492

upgpkg: mongo-c-driver 1.22.0-1

Modified:
  mongo-c-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 06:48:32 UTC (rev 1260491)
+++ PKGBUILD2022-08-07 06:53:52 UTC (rev 1260492)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mongo-c-driver
-pkgver=1.21.2
+pkgver=1.22.0
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('libbson' 'libmongoc')
 replaces=('libbson' 'libmongoc')
 
source=("https://github.com/mongodb/mongo-c-driver/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('3d55f7586375b41c96c66f20c5c37fd95ea33933b674fa4ab589589cc52aeffe32da45bd6498e157095ed8c994b34fe9f8c62f5f57f5194d605965d34137aa59')
+sha512sums=('196a760569bc8504d08fb180f82d5fe12a99b456add36672620bc385aa53fe6a3deb10be49cb69821f56b60173196b170887b557c8e2ffd95e01dd2defe67559')
 
 prepare() {
   mkdir -p build



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

2022-08-06 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 06:48:32
  Author: felixonmars
Revision: 1260491

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 06:48:19 UTC (rev 1260490)
+++ PKGBUILD2022-08-07 06:48:32 UTC (rev 1260491)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=copr-cli
-pkgver=1.101
-pkgrel=1
-pkgdesc="CLI tool to run copr"
-url="https://pagure.io/copr/copr";
-license=('GPL')
-arch=('any')
-depends=('python-copr' 'python-humanize' 'python-simplejson' 'python-jinja')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-responses')
-source=("https://pagure.io/copr/copr/archive/copr-cli-$pkgver-1/copr-copr-cli-$pkgver-1.tar.gz";)
-sha512sums=('37f2c21786be78ec85e88f7ee79c8975a6e94a9c2428e3df56b13f39b6f93db5acd2622cd8335f1ca873ae30b7999273e39834ecbc7f6b3a87f0408171e1601b')
-
-build() {
-  cd copr-copr-cli-$pkgver-1/cli
-  python setup.py build
-}
-
-check() {
-  cd copr-copr-cli-$pkgver-1/cli
-  python -m pytest
-}
-
-package() {
-  cd copr-copr-cli-$pkgver-1/cli
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: copr-cli/repos/community-any/PKGBUILD (from rev 1260490, 
copr-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 06:48:32 UTC (rev 1260491)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=copr-cli
+pkgver=1.101
+pkgrel=2
+pkgdesc="CLI tool to run copr"
+url="https://pagure.io/copr/copr";
+license=('GPL')
+arch=('any')
+depends=('python-copr' 'python-humanize' 'python-jinja' 'python-setuptools' 
'python-simplejson')
+checkdepends=('python-pytest' 'python-mock' 'python-responses')
+source=("https://pagure.io/copr/copr/archive/copr-cli-$pkgver-1/copr-copr-cli-$pkgver-1.tar.gz";)
+sha512sums=('37f2c21786be78ec85e88f7ee79c8975a6e94a9c2428e3df56b13f39b6f93db5acd2622cd8335f1ca873ae30b7999273e39834ecbc7f6b3a87f0408171e1601b')
+
+build() {
+  cd copr-copr-cli-$pkgver-1/cli
+  python setup.py build
+}
+
+check() {
+  cd copr-copr-cli-$pkgver-1/cli
+  python -m pytest
+}
+
+package() {
+  cd copr-copr-cli-$pkgver-1/cli
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 man/*.1 -t "$pkgdir"/usr/share/man/man1/
+}



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

2022-08-06 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 06:48:19
  Author: felixonmars
Revision: 1260490

upgpkg: copr-cli 1.101-2

Modified:
  copr-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 06:16:54 UTC (rev 1260489)
+++ PKGBUILD2022-08-07 06:48:19 UTC (rev 1260490)
@@ -2,13 +2,12 @@
 
 pkgname=copr-cli
 pkgver=1.101
-pkgrel=1
+pkgrel=2
 pkgdesc="CLI tool to run copr"
 url="https://pagure.io/copr/copr";
 license=('GPL')
 arch=('any')
-depends=('python-copr' 'python-humanize' 'python-simplejson' 'python-jinja')
-makedepends=('python-setuptools')
+depends=('python-copr' 'python-humanize' 'python-jinja' 'python-setuptools' 
'python-simplejson')
 checkdepends=('python-pytest' 'python-mock' 'python-responses')
 
source=("https://pagure.io/copr/copr/archive/copr-cli-$pkgver-1/copr-copr-cli-$pkgver-1.tar.gz";)
 
sha512sums=('37f2c21786be78ec85e88f7ee79c8975a6e94a9c2428e3df56b13f39b6f93db5acd2622cd8335f1ca873ae30b7999273e39834ecbc7f6b3a87f0408171e1601b')
@@ -26,4 +25,5 @@
 package() {
   cd copr-copr-cli-$pkgver-1/cli
   python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 man/*.1 -t "$pkgdir"/usr/share/man/man1/
 }



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

2022-08-06 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 7, 2022 @ 06:16:54
  Author: polyzen
Revision: 1260489

archrelease: copy trunk to community-any

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

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

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

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



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

2022-08-06 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 7, 2022 @ 06:16:33
  Author: polyzen
Revision: 1260488

upgpkg: vscode-languageservers 1.70.0-1

Modified:
  vscode-languageservers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 03:14:30 UTC (rev 1260487)
+++ PKGBUILD2022-08-07 06:16:33 UTC (rev 1260488)
@@ -3,7 +3,7 @@
 
 pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
 pkgbase=vscode-languageservers
-pkgver=1.69.0
+pkgver=1.70.0
 pkgrel=1
 pkgdesc='VS Code language servers'
 arch=('any')



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

2022-08-06 Thread Christian Rebischke via arch-commits
Date: Sunday, August 7, 2022 @ 03:14:30
  Author: shibumi
Revision: 1260487

archrelease: copy trunk to community-x86_64

Added:
  cosign/repos/community-x86_64/PKGBUILD
(from rev 1260486, cosign/trunk/PKGBUILD)
Deleted:
  cosign/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 03:14:19 UTC (rev 1260486)
+++ PKGBUILD2022-08-07 03:14:30 UTC (rev 1260487)
@@ -1,66 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: Christian Rebischke 
-
-pkgname=cosign
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
-arch=('x86_64')
-url="https://github.com/sigstore/cosign";
-license=('Apache')
-depends=('pcsclite')
-makedepends=('go' 'git')
-checkdepends=('go-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('1a2a7b32aa0d4f2ad90113a3b5923390d29564d3ddc5e9c8539c8ad646541734164942e93d56321b9ff78910532911272a0e3ee007c2066e40656caac17d6c16')
-b2sums=('c6b9c617e288b6104d683a1b1ce8c22897e122a70429dd3db2a4643b91d4cf492c1fcd016ac4bcae32de51464aea538babbb04a8fe7d3b3275310adba528d945')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_ENABLED=1
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  mkdir build
-  go build -o build/ ./cmd/cosign
-  go build -o build/ ./cmd/sget
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  GODEBUG=x509sha1=1 make test # we have to allow sha1 certificates for tests
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  "$pkgdir"/usr/bin/cosign completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cosign"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  "$pkgdir"/usr/bin/cosign completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_cosign"
-
-  # build fish completions
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  "$pkgdir"/usr/bin/cosign completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/cosign.fish"
-
-  install -Dm755 build/sget "${pkgdir}/usr/bin/sget"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  "$pkgdir"/usr/bin/sget completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/sget"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  "$pkgdir"/usr/bin/sget completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sget"
-
-  # build fish completions
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  "$pkgdir"/usr/bin/sget completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sget.fish"
-}
-

Copied: cosign/repos/community-x86_64/PKGBUILD (from rev 1260486, 
cosign/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 03:14:30 UTC (rev 1260487)
@@ -0,0 +1,66 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: Christian Rebischke 
+
+pkgname=cosign
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
+arch=('x86_64')
+url="https://github.com/sigstore/cosign";
+license=('Apache')
+depends=('pcsclite')
+makedepends=('go' 'git')
+checkdepends=('go-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('6ae94b8d0572f7240457ad208e3ae45a7ca8bcde95b1b10c3bd0a5bae4801eb2d3c4f9b18162d4c157cbd0fe2269dd9a909323d8c2a216ce2cf52f98e95e6af9')
+b2sums=('13af0a02958bc7578d68e28fb3bea2c30fe584ebaf0aef006590dfda04af44c4d454c2d8b6c4ed6dc11381a61759cc74b817bb2eedda0eae4d9eb3b822cea661')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_ENABLED=1
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  mkdir build
+  go build -o build/ ./cmd/cosign
+  go build -o build/ ./cmd/sget
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  GODEBUG=x509sha1=1 make test # we have to allow sha1 certificates for tests
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
+
+  # build bash completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  "$pkgdir"/usr/bin/cosign completion bash > 
"${pkgdir}/usr/share/bash

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

2022-08-06 Thread Christian Rebischke via arch-commits
Date: Sunday, August 7, 2022 @ 03:14:19
  Author: shibumi
Revision: 1260486

upgpkg: cosign 1.10.1-1

Modified:
  cosign/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 22:04:50 UTC (rev 1260485)
+++ PKGBUILD2022-08-07 03:14:19 UTC (rev 1260486)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=cosign
-pkgver=1.9.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 makedepends=('go' 'git')
 checkdepends=('go-tools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('1a2a7b32aa0d4f2ad90113a3b5923390d29564d3ddc5e9c8539c8ad646541734164942e93d56321b9ff78910532911272a0e3ee007c2066e40656caac17d6c16')
-b2sums=('c6b9c617e288b6104d683a1b1ce8c22897e122a70429dd3db2a4643b91d4cf492c1fcd016ac4bcae32de51464aea538babbb04a8fe7d3b3275310adba528d945')
+sha512sums=('6ae94b8d0572f7240457ad208e3ae45a7ca8bcde95b1b10c3bd0a5bae4801eb2d3c4f9b18162d4c157cbd0fe2269dd9a909323d8c2a216ce2cf52f98e95e6af9')
+b2sums=('13af0a02958bc7578d68e28fb3bea2c30fe584ebaf0aef006590dfda04af44c4d454c2d8b6c4ed6dc11381a61759cc74b817bb2eedda0eae4d9eb3b822cea661')
 
 build(){
   cd "${pkgname}-${pkgver}"



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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:11:33
  Author: heftig
Revision: 452380

Enable NO_HZ_FULL

There is reportedly no (longer) significant overhead to this when it is
not enabled at runtime, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804857#66

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |2 +-
 config   |   12 +++-
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 22:11:31 UTC (rev 452379)
+++ PKGBUILD2022-08-06 22:11:33 UTC (rev 452380)
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'56f2ea68ac9cd69bf3801a61535e4007a77f2f4909e8004278905900822aae9b')
+'ea77dc152e52065bd760956800c9dffa5f4600429c7a94c3f12d73abd34aa408')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-08-06 22:11:31 UTC (rev 452379)
+++ config  2022-08-06 22:11:33 UTC (rev 452380)
@@ -101,8 +101,10 @@
 CONFIG_TICK_ONESHOT=y
 CONFIG_NO_HZ_COMMON=y
 # CONFIG_HZ_PERIODIC is not set
-CONFIG_NO_HZ_IDLE=y
-# CONFIG_NO_HZ_FULL is not set
+# CONFIG_NO_HZ_IDLE is not set
+CONFIG_NO_HZ_FULL=y
+CONFIG_CONTEXT_TRACKING=y
+# CONFIG_CONTEXT_TRACKING_FORCE is not set
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=100
@@ -138,8 +140,8 @@
 #
 # CPU/Task time and stats accounting
 #
-CONFIG_TICK_CPU_ACCOUNTING=y
-# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
+CONFIG_VIRT_CPU_ACCOUNTING=y
+CONFIG_VIRT_CPU_ACCOUNTING_GEN=y
 CONFIG_IRQ_TIME_ACCOUNTING=y
 CONFIG_HAVE_SCHED_AVG_IRQ=y
 CONFIG_BSD_PROCESS_ACCT=y
@@ -176,7 +178,7 @@
 CONFIG_RCU_BOOST=y
 CONFIG_RCU_BOOST_DELAY=500
 # CONFIG_RCU_EXP_KTHREAD is not set
-# CONFIG_RCU_NOCB_CPU is not set
+CONFIG_RCU_NOCB_CPU=y
 # CONFIG_TASKS_TRACE_RCU_READ_MB is not set
 # end of RCU Subsystem
 



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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:11:31
  Author: heftig
Revision: 452379

FS#74953: Reenable I8K

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |2 +-
 config   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 22:05:51 UTC (rev 452378)
+++ PKGBUILD2022-08-06 22:11:31 UTC (rev 452379)
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'ded0a8da67ff5ab654beec9435514b598602a2cbd800395070119125e281956a')
+'56f2ea68ac9cd69bf3801a61535e4007a77f2f4909e8004278905900822aae9b')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-08-06 22:05:51 UTC (rev 452378)
+++ config  2022-08-06 22:11:31 UTC (rev 452379)
@@ -5039,7 +5039,7 @@
 CONFIG_SENSORS_DS620=m
 CONFIG_SENSORS_DS1621=m
 CONFIG_SENSORS_DELL_SMM=m
-# CONFIG_I8K is not set
+CONFIG_I8K=y
 CONFIG_SENSORS_DA9052_ADC=m
 CONFIG_SENSORS_DA9055=m
 CONFIG_SENSORS_I5K_AMB=m



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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 22:05:51
  Author: andyrtr
Revision: 452378

archrelease: copy trunk to testing-x86_64

Added:
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 452377, nano/trunk/PKGBUILD)
  nano/repos/testing-x86_64/keys/

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

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 452377, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-06 22:05:51 UTC (rev 452378)
@@ -0,0 +1,35 @@
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=6.4
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('x86_64')
+license=('GPL')
+url="https://www.nano-editor.org";
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+options=('debug')
+source=(https://www.nano-editor.org/dist/v6/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('4199ae8ca78a7796de56de1a41b821dc47912c0307e9816b56cc317df34661c0'
+'SKIP')
+#validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
+#validpgpkeys=('A7F6A64A67DA09EF92782DD79DF4862AF1175C5B') # "Benno 
Schulenberg "
+validpgpkeys=('BFD009061E535052AD0DF2150D28D4D2A0ACE884') # "Benno Schulenberg 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -DTm644 "${srcdir}"/${pkgname}-${pkgver}/doc/sample.nanorc 
"${pkgdir}"/etc/nanorc
+}



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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 22:05:45
  Author: andyrtr
Revision: 452377

upgpkg: nano 6.4-1: upstream update 6.4 - enable debug

Added:
  nano/trunk/keys/
  nano/trunk/keys/pgp/
  nano/trunk/keys/pgp/BFD009061E535052AD0DF2150D28D4D2A0ACE884.asc
Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 22:05:02 UTC (rev 452376)
+++ PKGBUILD2022-08-06 22:05:45 UTC (rev 452377)
@@ -2,7 +2,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=6.3
+pkgver=6.4
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('x86_64')
@@ -10,8 +10,9 @@
 url="https://www.nano-editor.org";
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
+options=('debug')
 source=(https://www.nano-editor.org/dist/v6/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('eb532da4985672730b500f685dbaab885a466d08fbbf7415832b95805e6f8687'
+sha256sums=('4199ae8ca78a7796de56de1a41b821dc47912c0307e9816b56cc317df34661c0'
 'SKIP')
 #validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
 #validpgpkeys=('A7F6A64A67DA09EF92782DD79DF4862AF1175C5B') # "Benno 
Schulenberg "

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

Index: nano/trunk/keys/pgp/BFD009061E535052AD0DF2150D28D4D2A0ACE884.asc
===
--- keys/pgp/BFD009061E535052AD0DF2150D28D4D2A0ACE884.asc   2022-08-06 
22:05:02 UTC (rev 452376)
+++ keys/pgp/BFD009061E535052AD0DF2150D28D4D2A0ACE884.asc   2022-08-06 
22:05:45 UTC (rev 452377)

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


[arch-commits] Commit in linux-lts/repos (10 files)

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:05:02
  Author: heftig
Revision: 452376

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 452375, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
(from rev 452375, 
linux-lts/trunk/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch)
  
linux-lts/repos/testing-x86_64/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch
(from rev 452375, 
linux-lts/trunk/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch)
  
linux-lts/repos/testing-x86_64/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch
(from rev 452375, 
linux-lts/trunk/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch)
  linux-lts/repos/testing-x86_64/0005-lg-laptop-Recognize-more-models.patch
(from rev 452375, 
linux-lts/trunk/0005-lg-laptop-Recognize-more-models.patch)
  linux-lts/repos/testing-x86_64/0006-Fix-NFSv4-mount-regression.patch
(from rev 452375, linux-lts/trunk/0006-Fix-NFSv4-mount-regression.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 452375, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 452375, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/keys/

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  151 
 0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch |   21 
 0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch |   85 
 0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch |   57 
 0005-lg-laptop-Recognize-more-models.patch  |   36 
 0006-Fix-NFSv4-mount-regression.patch   |  238 
 PKGBUILD|  213 
 config  |10702 
++
 8 files changed, 11503 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 452375:452376 to see the changes.


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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:04:50
  Author: heftig
Revision: 1260484

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 1260482, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/keys/

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1260482, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-06 22:04:50 UTC (rev 1260484)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.050.03
+pkgrel=15
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/r8168-$pkgver.tar.gz.asc)
+sha256sums=('76f9e7c26a8ade7b01dd34060f5b17d74387f15e9b6baa6dbba8c43634a31ce6'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:04:50
  Author: heftig
Revision: 1260485

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 1260482, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1260482, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-06 22:04:50 UTC (rev 1260485)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=260
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:04:50
  Author: heftig
Revision: 452375

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 452374, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 452374, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-06 22:04:50 UTC (rev 452375)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Eric Bélanger 
+pkgname=nvidia-lts
+pkgver=515.65.01
+pkgrel=3
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/";
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:04:49
  Author: heftig
Revision: 1260483

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 1260482, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 
1260482, acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-06 22:04:49 UTC (rev 1260483)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.2
+pkgrel=64
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:01:03
  Author: heftig
Revision: 1260482

8.050.03-15: linux-lts 5.15.59-2

Modified:
  r8168-lts/trunk/PKGBUILD
  r8168-lts/trunk/keys/pgp/0CADAACF70F64C654E131B3111675C743429DDEF.asc

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 22:01:01 UTC (rev 1260481)
+++ PKGBUILD2022-08-06 22:01:03 UTC (rev 1260482)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.050.03
-pkgrel=14
+pkgrel=15
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw";
 license=("GPL")

Modified: keys/pgp/0CADAACF70F64C654E131B3111675C743429DDEF.asc
===
(Binary files differ)



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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:01:01
  Author: heftig
Revision: 1260481

1.2.2-64: linux-lts 5.15.59-2

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 22:00:59 UTC (rev 1260480)
+++ PKGBUILD2022-08-06 22:01:01 UTC (rev 1260481)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.2
-pkgrel=63
+pkgrel=64
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:00:59
  Author: heftig
Revision: 1260480

0.43-260: linux-lts 5.15.59-2

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 21:39:35 UTC (rev 1260479)
+++ PKGBUILD2022-08-06 22:00:59 UTC (rev 1260480)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=259
+pkgrel=260
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:00:57
  Author: heftig
Revision: 452374

515.65.01-3: linux-lts 5.15.59-2

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 22:00:36 UTC (rev 452373)
+++ PKGBUILD2022-08-06 22:00:57 UTC (rev 452374)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=515.65.01
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



[arch-commits] Commit in linux-lts/trunk (15 files)

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 22:00:36
  Author: heftig
Revision: 452373

5.15.59-2

Added:
  
linux-lts/trunk/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
(from rev 452323, 
linux-lts/trunk/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch)
  
linux-lts/trunk/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch
(from rev 452323, 
linux-lts/trunk/0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch)
  
linux-lts/trunk/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch
(from rev 452323, 
linux-lts/trunk/0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch)
  linux-lts/trunk/0005-lg-laptop-Recognize-more-models.patch
(from rev 452323, 
linux-lts/trunk/0005-lg-laptop_Recognize_more_models.patch)
  linux-lts/trunk/0006-Fix-NFSv4-mount-regression.patch
Modified:
  
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config
  linux-lts/trunk/keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc
  linux-lts/trunk/keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc
Deleted:
  
linux-lts/trunk/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch
  
linux-lts/trunk/0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch
  
linux-lts/trunk/0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch
  linux-lts/trunk/0005-lg-laptop_Recognize_more_models.patch
  linux-lts/trunk/0006_fix_NFSv4_mount_regression.diff

--+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch  |   
18 
 0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch  |   
21 
 0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch  |   
21 
 0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch  |   
85 +++
 0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch|   
85 ---
 0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch  |   
57 ++
 0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch |   
57 --
 0005-lg-laptop-Recognize-more-models.patch   |   
36 +
 0005-lg-laptop_Recognize_more_models.patch   |   
36 -
 0006-Fix-NFSv4-mount-regression.patch|  
238 +
 0006_fix_NFSv4_mount_regression.diff |  
243 --
 PKGBUILD |   
42 -
 config   |   
44 +
 13 files changed, 493 insertions(+), 490 deletions(-)

Modified: 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
===
--- 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch 
2022-08-06 21:35:08 UTC (rev 452372)
+++ 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch 
2022-08-06 22:00:36 UTC (rev 452373)
@@ -1,4 +1,4 @@
-From 0948f6ce6d898c598f8fe88240954e578fdc8387 Mon Sep 17 00:00:00 2001
+From  Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Mon, 16 Sep 2019 04:53:20 +0200
 Subject: [PATCH] ZEN: Add sysctl and CONFIG to disallow unprivileged
@@ -14,7 +14,7 @@
  5 files changed, 53 insertions(+)
 
 diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h
-index 33a4240e6a6f1..82213f9c4c17f 100644
+index 33a4240e6a6f..82213f9c4c17 100644
 --- a/include/linux/user_namespace.h
 +++ b/include/linux/user_namespace.h
 @@ -139,6 +139,8 @@ static inline void set_rlimit_ucount_max(struct 
user_namespace *ns,
@@ -36,10 +36,10 @@
  {
return &init_user_ns;
 diff --git a/init/Kconfig b/init/Kconfig
-index 11f8a845f259d..02b7a0e455a5d 100644
+index d19ed66aba3b..a67689ca1929 100644
 --- a/init/Kconfig
 +++ b/init/Kconfig
-@@ -1226,6 +1226,22 @@ config USER_NS
+@@ -1231,6 +1231,22 @@ config USER_NS
  
  If unsure, say N.
  
@@ -63,7 +63,7 @@
bool "PID Namespaces"
default y
 diff --git a/kernel/fork.c b/kernel/fork.c
-index 10885c649ca42..e0fe98e1afbdb 100644
+index 89475c994ca9..a00b3f26f241 100644
 --- a/kernel/fork.c
 +++ b/kernel/fork.c
 @@ -98,6 +98,10 @@
@@ -88,7 +88,7 @@
/*
 * Thread groups must share signals as well, and detached threads
 * can only be started up within the thread group.
-@@ -3056,6 +3064,12 @@ int ksys_unshare(unsigned long unshare_flags)
+@@ -3066,6 +3074,12 @@ int ksys_unshare(unsigned long unshare_flags)
if (unshare_flags & CLONE_NEWNS)
unshare_flags |= CLONE_FS;
  
@@ -102,7 +102,7 @@
if (err)
goto bad_unshare_out;
 diff --git a/kernel/sysctl.c b/kernel/sysctl.c
-index 083be6af29d70..42aa3c7835b96 

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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 21:39:35
  Author: andyrtr
Revision: 1260479

archrelease: copy trunk to community-testing-x86_64

Added:
  iwd/repos/community-testing-x86_64/
  iwd/repos/community-testing-x86_64/ChangeLog
(from rev 1260478, iwd/trunk/ChangeLog)
  iwd/repos/community-testing-x86_64/PKGBUILD
(from rev 1260478, iwd/trunk/PKGBUILD)
  iwd/repos/community-testing-x86_64/iwd.install
(from rev 1260478, iwd/trunk/iwd.install)
  iwd/repos/community-testing-x86_64/keys/

-+
 ChangeLog   |  213 ++
 PKGBUILD|   52 ++
 iwd.install |6 +
 3 files changed, 271 insertions(+)

Copied: iwd/repos/community-testing-x86_64/ChangeLog (from rev 1260478, 
iwd/trunk/ChangeLog)
===
--- community-testing-x86_64/ChangeLog  (rev 0)
+++ community-testing-x86_64/ChangeLog  2022-08-06 21:39:35 UTC (rev 1260479)
@@ -0,0 +1,213 @@
+ver 1.9:
+   Fix issue with WPA3 connections in transition mode.
+   Fix issue with handling roaming attempt failures.
+   Add support for radio management work queue.
+   Add support P2P service manager interface.
+   Add support for WiFi Display client API.
+
+ver 1.8:
+   Fix issue with handling FT AKMs when not supported.
+   Fix issue with handling FILS and RSNE in authenticate.
+   Fix issue with handling auto-connection and quick scan.
+   Fix issue with sending multiple scan requests.
+   Add support for P2P feature and API.
+
+ver 1.7:
+   Fix issue with APs that send IGTK falsely in big endian.
+   Fix issue with setting linkmode & operstate for open networks.
+
+ver 1.6:
+   Fix issue with handling missing AP stop events.
+   Fix issue with handling out-of-order disconnect events.
+   Fix issue with handling missing auth/assoc support.
+   Fix issue with handling omitted EAP-TLS-CACert.
+   Fix issue with handling OWE PTK derivation.
+   Add support for internal frame exchange API.
+   Add support for MAC randomization and override.
+   Add support for per-network MAC addresses.
+
+ver 1.5:
+   Fix issue with handling missing NEW_WIPHY events.
+   Fix issue with interface creation and NEW_WIPHY events.
+   Fix issue with handling LastConnectedTime property change.
+   Fix issue with PEAPv0 interoperability with Windows.
+
+ver 1.4:
+   Fix issue with handling Crypto-Binding and invalid MACs.
+   Fix issue with handling change station error results.
+   Fix issue with handling DNS resolving installations.
+
+ver 1.3:
+   Fix issue with handling EAP-GTC and password requests.
+   Fix issue with handling Crypto-Binding TLV for PEAPv0.
+   Fix issue with handling key installation and PEAP Phase 2.
+   Fix issue with handling externally triggered scan requests.
+   Fix issue with handling RCPI calculation for RRM requests.
+
+ver 1.2:
+   Fix issue with handling scan requests while connecting.
+   Fix issue with handling scan duration for RRM requests.
+   Fix issue with handling parent TSF value for RRM requests.
+
+ver 1.1:
+   Fix issue with simple configuration support checks.
+   Fix issue with handling TLS tunnel and PEAPv0.
+   Add support for radio resource management.
+
+ver 1.0:
+   Add support for stable D-Bus interfaces.
+   Add support for network configuration documentation.
+
+ver 0.23:
+   Fix issue with strict certificate chain checks.
+   Fix issue with parsing RSNE_ADVANCE information.
+   Fix issue with parsing RSN information for WPA1.
+   Fix issue with logic error in scan frequency validation.
+   Fix issue with integer overflow and authentication frames.
+   Add support for installing various manual pages.
+
+ver 0.22:
+   Fix issue with hotplug and device capability detection.
+   Add support for IPv6 network configuration handling.
+   Add support for embedding certificates in profiles.
+
+ver 0.21:
+   Fix issue with cleartext ACK and tunneled EAP-Success.
+   Fix issue with setting bits in extended capabilities.
+   Fix issue with WPA-1 information element parsing.
+   Add support for handling QoS Map IE and frames.
+   Add support for STATE_DIRECTORY environment.
+   Add support for CONFIGURATION_DIRECTORY environment.
+
+ver 0.20:
+   Add support for adding Extended Capabilities bits.
+   Add support for ServerDomainMask configuration option.
+
+ver 0.19:
+   Add support for Hotspot 2.0 functionality.
+   Add support for FILS Fast Transition feature.
+   Add support for network configuration handling.
+   Add support for resolution services framework.
+
+ver 0.18:
+   Fix issue with handling stale scan results.
+   Fix issue with handling OWE group renegotiation.
+   Fix issue with handshake failures on FT-PSK.
+   A

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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 21:39:27
  Author: andyrtr
Revision: 1260478

upgpkg: iwd 1.29-1: upstream update 1.29

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 20:11:40 UTC (rev 1260477)
+++ PKGBUILD2022-08-06 21:39:27 UTC (rev 1260478)
@@ -3,7 +3,7 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('debug')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
 # https://mirrors.edge.kernel.org/pub/linux/network/wireless/sha256sums.asc
-sha256sums=('ee538c720ad15335ece81a52a4b8a11820236df9ed9a5a72a2e64d74c652f0b0'
+sha256sums=('71533fe3b8f6381f24832198ba11d00f04a361454770c173b3b66bc3cdf272bd'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog



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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 21:35:08
  Author: andyrtr
Revision: 452372

archrelease: copy trunk to testing-x86_64

Added:
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 452371, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.modprobe
(from rev 452371, bluez/trunk/bluetooth.modprobe)
  bluez/repos/testing-x86_64/keys/

+
 PKGBUILD   |  169 +++
 bluetooth.modprobe |3 
 2 files changed, 172 insertions(+)

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 452371, 
bluez/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-06 21:35:08 UTC (rev 452372)
@@ -0,0 +1,169 @@
+# Maintainer: Andreas Radke 
+# Contributor: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
+pkgver=5.65
+pkgrel=1
+url="http://www.bluez.org/";
+arch=('x86_64')
+license=('GPL2')
+options=('debug')
+makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell' 
'python-docutils')
+source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
+bluetooth.modprobe
+)
+# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
+sha256sums=('2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4'
+'SKIP'
+'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

+
+build() {
+  cd "${pkgname}"-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --with-dbusconfdir=/usr/share \
+  --enable-btpclient \
+  --enable-midi \
+  --enable-sixaxis \
+  --enable-mesh \
+  --enable-hid2hci \
+  --enable-experimental \
+  --enable-library # this is deprecated
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  make check
+}
+
+
+package_bluez() {
+  pkgdesc="Daemons for the bluetooth protocol stack"
+  depends=('libical' 'dbus' 'glib2' 'alsa-lib' 'json-c')
+  backup=('etc/bluetooth/main.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd "${pkgbase}"-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-pkglibexecPROGRAMS \
+   install-dbussessionbusDATA \
+   install-systemdsystemunitDATA \
+   install-systemduserunitDATA \
+   install-dbussystembusDATA \
+   install-dbusDATA \
+   install-man8
+
+  # ship upstream main config file
+  install -dm755 "${pkgdir}"/etc/bluetooth
+  install -Dm644 "${srcdir}"/"${pkgbase}"-${pkgver}/src/main.conf 
"${pkgdir}"/etc/bluetooth/main.conf
+
+  # add basic documention
+  install -dm755 "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis
+  cp -a doc/*.txt "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis/
+  # fix module loading errors
+  install -dm755 "${pkgdir}"/usr/lib/modprobe.d
+  install -Dm644 "${srcdir}"/bluetooth.modprobe 
"${pkgdir}"/usr/lib/modprobe.d/bluetooth-usb.conf
+  # load module at system start required by some functions
+  # https://bugzilla.kernel.org/show_bug.cgi?id=196621
+  install -dm755 "$pkgdir"/usr/lib/modules-load.d
+  echo "crypto_user" > "$pkgdir"/usr/lib/modules-load.d/bluez.conf
+  
+  # fix obex file transfer - https://bugs.archlinux.org/task/45816
+  ln -fs /usr/lib/systemd/user/obex.service 
"${pkgdir}"/usr/lib/systemd/user/dbus-org.bluez.obex.service
+
+  # FS#74157 - bluez systemd service fails without localstatedir present
+  install -dm700 "${pkgdir}"/var/lib/bluetooth
+
+  # cleanup  - these libs go into bluez-libs
+  rm "${pkgdir}"/usr/lib/libbluetooth.so*
+}
+
+package_bluez-utils() {
+  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
+  depends=('dbus' 'systemd' 'glib2')
+  optdepends=('ell: for btpclient')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez<=4.101')
+
+  cd "${pkgbase}"-${pkgver}
+  make DESTDIR="${pkgdir}" \
+   install-binPROGRAMS \
+   install-dist_zshcompletionDATA \
+   install-man1
+
+  # add missing tools FS#41132, FS#41687, FS#42716
+  for files in `find tools/ -type f -perm -755`; do
+filename=$(basename $files)
+install -Dm755 "${srcdir}"/"${pkgbase}"-${pkgver}/tools/$filename 
"${pkgdir}"/usr/bin/$filename
+  done
+  
+  # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
+  #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
+  #rmdir ${pkgdir}/usr/lib
+  rm -rf "${pkgdir}"/usr/lib
+  
+  # move the hid2hci man page out
+  mv "${pkgdir}"/usr/share/man/man1/hid2hci.1 "${srcdir}"/
+}
+
+package_bluez-libs() {
+  pkgdesc="Deprecated lib

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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 21:34:59
  Author: andyrtr
Revision: 452371

upgpkg: bluez 5.65-1: upstream update 5.65

Added:
  bluez/trunk/keys/
  bluez/trunk/keys/pgp/
  bluez/trunk/keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc
Modified:
  bluez/trunk/PKGBUILD

---+
 PKGBUILD  |   18 +---
 keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc |1 
 2 files changed, 16 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 21:16:44 UTC (rev 452370)
+++ PKGBUILD2022-08-06 21:34:59 UTC (rev 452371)
@@ -5,8 +5,8 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.64
-pkgrel=2
+pkgver=5.65
+pkgrel=1
 url="http://www.bluez.org/";
 arch=('x86_64')
 license=('GPL2')
@@ -16,7 +16,7 @@
 bluetooth.modprobe
 )
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34'
+sha256sums=('2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4'
 'SKIP'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

@@ -82,6 +82,9 @@
 
   # FS#74157 - bluez systemd service fails without localstatedir present
   install -dm700 "${pkgdir}"/var/lib/bluetooth
+
+  # cleanup  - these libs go into bluez-libs
+  rm "${pkgdir}"/usr/lib/libbluetooth.so*
 }
 
 package_bluez-utils() {
@@ -132,6 +135,9 @@
 
   cd "${pkgbase}"-${pkgver}
   make DESTDIR="${pkgdir}" install-cupsPROGRAMS
+
+  # cleanup  - these libs go into bluez-libs
+  rm "${pkgdir}"/usr/lib/libbluetooth.so*
 }
 
 package_bluez-hid2hci() {
@@ -145,6 +151,9 @@
   
   install -dm755 "${pkgdir}"/usr/share/man/man1
   mv "${srcdir}"/hid2hci.1 "${pkgdir}"/usr/share/man/man1/hid2hci.1
+
+  # cleanup  - these libs go into bluez-libs
+  rm "${pkgdir}"/usr/lib/libbluetooth.so*
 }
 
 package_bluez-plugins() {
@@ -154,4 +163,7 @@
   cd "${pkgbase}"-${pkgver}
   make DESTDIR="${pkgdir}" \
install-pluginLTLIBRARIES
+
+  # cleanup  - these libs go into bluez-libs
+  rm "${pkgdir}"/usr/lib/libbluetooth.so*
 }

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

Index: bluez/trunk/keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc
===
--- keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc   2022-08-06 
21:16:44 UTC (rev 452370)
+++ keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc   2022-08-06 
21:34:59 UTC (rev 452371)

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


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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 21:16:44
  Author: andyrtr
Revision: 452370

archrelease: copy trunk to testing-x86_64

Added:
  ell/repos/testing-x86_64/
  ell/repos/testing-x86_64/PKGBUILD
(from rev 452369, ell/trunk/PKGBUILD)
  ell/repos/testing-x86_64/keys/

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

Copied: ell/repos/testing-x86_64/PKGBUILD (from rev 452369, ell/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-06 21:16:44 UTC (rev 452370)
@@ -0,0 +1,43 @@
+# Maintainer: AndyRTR 
+# Contributor: Jameson Pugh 
+
+pkgname=ell
+pkgver=0.52
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://01.org/ell";
+#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/";
+license=('LGPL2.1')
+depends=('gcc-libs')
+checkdepends=('dbus')
+options=('!lto' 'debug')
+# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
+source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha256sums=('83099b14beda2b253a2c69460f9613c5e955b63349e3c00cf2fd506f5b3ba7d0'
+'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
+
+build() {
+  cd "$pkgname-$pkgver"
+#  export CFLAGS+=" -ffat-lto-objects"; export CXXFLAGS+=" -ffat-lto-objects"
+ ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+# lto error also with export CFLAGS+=" -ffat-lto-objects"
+#/usr/bin/ld: /tmp/ccJicHpn.ltrans0.ltrans.o: in function `__wrap_l_getrandom':
+#:(.text+0x3a71): undefined reference to `l_getrandom'
+#collect2: error: ld returned 1 exit status
+#make[3]: *** [Makefile:1629: unit/test-ecdh] Error 1
+
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 21:16:38
  Author: andyrtr
Revision: 452369

upgpkg: ell 0.52-1: upstream update 0.52

Added:
  ell/trunk/keys/
  ell/trunk/keys/pgp/
  ell/trunk/keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc
Modified:
  ell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 21:13:18 UTC (rev 452368)
+++ PKGBUILD2022-08-06 21:16:38 UTC (rev 452369)
@@ -2,7 +2,7 @@
 # Contributor: Jameson Pugh 
 
 pkgname=ell
-pkgver=0.51
+pkgver=0.52
 pkgrel=1
 pkgdesc="Embedded Linux library"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=('!lto' 'debug')
 # https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
 
source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('ba86cfa4aaf10151443edd63a7687914465d969f5dda00a2c1fcb11bd85e417f'
+sha256sums=('83099b14beda2b253a2c69460f9613c5e955b63349e3c00cf2fd506f5b3ba7d0'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
 

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

Index: ell/trunk/keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc
===
--- keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc   2022-08-06 
21:13:18 UTC (rev 452368)
+++ keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc   2022-08-06 
21:16:38 UTC (rev 452369)

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


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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 21:13:18
  Author: andyrtr
Revision: 452368

archrelease: copy trunk to extra-x86_64

Added:
  libwacom/repos/extra-x86_64/PKGBUILD
(from rev 452367, libwacom/trunk/PKGBUILD)
  libwacom/repos/extra-x86_64/keys/
Deleted:
  libwacom/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 21:13:08 UTC (rev 452367)
+++ PKGBUILD2022-08-06 21:13:18 UTC (rev 452368)
@@ -1,35 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=libwacom
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64')
-url="https://github.com/linuxwacom/libwacom/wiki";
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-makedepends=('libxml2' 'meson')
-checkdepends=('python-pytest' 'python-libevdev' 'python-pyudev')
-optdepends=('python-libevdev: for libwacom-show-stylus')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
-source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
-# https://github.com/linuxwacom/libwacom/releases
-sha256sums=('2fb22a7072cdbcf742d91c38246b0f91bbfd753b934ef5227e31554effb62334'
-'SKIP')
-
-build() {
-  meson build $pkgname-$pkgver \
---prefix=/usr
-  # Print config
-  meson configure build
-  ninja -C build
-}
-
-check() {
-  ninja test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja install -C build
-  install -D -m644 $pkgname-$pkgver/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 452367, 
libwacom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 21:13:18 UTC (rev 452368)
@@ -0,0 +1,36 @@
+# Maintainer: Andreas Radke 
+
+pkgname=libwacom
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64')
+url="https://github.com/linuxwacom/libwacom/wiki";
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+makedepends=('libxml2' 'meson')
+checkdepends=('python-pytest' 'python-libevdev' 'python-pyudev')
+optdepends=('python-libevdev: for libwacom-show-stylus')
+options=('debug')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
+source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+# https://github.com/linuxwacom/libwacom/releases
+sha256sums=('d0d022761e3f9ab23e329583b7d2bd470b0450dfb077caeb22c5a0d66c2bd414'
+'SKIP')
+
+build() {
+  meson build $pkgname-$pkgver \
+--prefix=/usr
+  # Print config
+  meson configure build
+  ninja -C build
+}
+
+check() {
+  ninja test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja install -C build
+  install -D -m644 $pkgname-$pkgver/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 21:13:08
  Author: andyrtr
Revision: 452367

upgpkg: libwacom 2.4.0-1: upstream update 2.4.0 - enable debug

Added:
  libwacom/trunk/keys/
  libwacom/trunk/keys/pgp/
  libwacom/trunk/keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 21:10:04 UTC (rev 452366)
+++ PKGBUILD2022-08-06 21:13:08 UTC (rev 452367)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libwacom
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64')
@@ -11,10 +11,11 @@
 makedepends=('libxml2' 'meson')
 checkdepends=('python-pytest' 'python-libevdev' 'python-pyudev')
 optdepends=('python-libevdev: for libwacom-show-stylus')
+options=('debug')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
 
source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
 # https://github.com/linuxwacom/libwacom/releases
-sha256sums=('2fb22a7072cdbcf742d91c38246b0f91bbfd753b934ef5227e31554effb62334'
+sha256sums=('d0d022761e3f9ab23e329583b7d2bd470b0450dfb077caeb22c5a0d66c2bd414'
 'SKIP')
 
 build() {

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

Index: libwacom/trunk/keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
===
--- keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc   2022-08-06 
21:10:04 UTC (rev 452366)
+++ keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc   2022-08-06 
21:13:08 UTC (rev 452367)

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


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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 21:10:04
  Author: andyrtr
Revision: 452366

archrelease: copy trunk to extra-x86_64

Added:
  libevdev/repos/extra-x86_64/PKGBUILD
(from rev 452365, libevdev/trunk/PKGBUILD)
  libevdev/repos/extra-x86_64/keys/
Deleted:
  libevdev/repos/extra-x86_64/0001_install_the_mouse-dpi-tool_man_page.diff
  libevdev/repos/extra-x86_64/PKGBUILD

---+
 0001_install_the_mouse-dpi-tool_man_page.diff |   27 -
 PKGBUILD  |   72 +++-
 2 files changed, 33 insertions(+), 66 deletions(-)

Deleted: 0001_install_the_mouse-dpi-tool_man_page.diff
===
--- 0001_install_the_mouse-dpi-tool_man_page.diff   2022-08-06 21:09:56 UTC 
(rev 452365)
+++ 0001_install_the_mouse-dpi-tool_man_page.diff   2022-08-06 21:10:04 UTC 
(rev 452366)
@@ -1,27 +0,0 @@
-From de2daf8d361ce2387514c846fe3d741f3d7572ab Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Fri, 25 Mar 2022 14:37:28 +1000
-Subject: [PATCH] meson.build: install the mouse-dpi-tool man page
-
-Signed-off-by: Peter Hutterer 

- meson.build | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 63504ac..33365c9 100644
 a/meson.build
-+++ b/meson.build
-@@ -130,7 +130,8 @@ executable('libevdev-tweak-device',
-  dependencies: dep_libevdev,
-  install: true)
- install_man('tools/libevdev-tweak-device.1',
--'tools/touchpad-edge-detector.1')
-+  'tools/touchpad-edge-detector.1',
-+  'tools/mouse-dpi-tool.1')
- 
- # tests
- dep_check = dependency('check', version: '>= 0.9.9',
--- 
-GitLab
-

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 21:09:56 UTC (rev 452365)
+++ PKGBUILD2022-08-06 21:10:04 UTC (rev 452366)
@@ -1,39 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.12.1
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libevdev/";
-license=(custom:MIT)
-depends=('glibc')
-makedepends=('python' 'check' 'valgrind' 'doxygen' 'meson')
-provides=('libevdev.so')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-0001_install_the_mouse-dpi-tool_man_page.diff)
-sha512sums=('eefce287a665e4f89eb2e0437dfefd45ecf8925c7dac35a1bdd46158541f77f2032c6146900a30a01321751d55a9b537bd1d61777cca9cfa02c39a6e31c97be4'
-'SKIP'
-
'5bfdb686c1ed1b936d199babae5d9294c3ee158ab4849930a358ad1ae17a50011bd7132ff18614326af0ed73ce5bb887da28c41143daa8f61b74d3d6d047b7d8')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../0001_install_the_mouse-dpi-tool_man_page.diff
-}
-
-build() {
-  arch-meson $pkgname-$pkgver build \
--D documentation=disabled
-  meson compile -C build
-}
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dm644 $pkgname-$pkgver/COPYING \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 452365, 
libevdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 21:10:04 UTC (rev 452366)
@@ -0,0 +1,33 @@
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libevdev/";
+license=(custom:MIT)
+depends=('glibc')
+makedepends=('python' 'check' 'valgrind' 'doxygen' 'meson')
+provides=('libevdev.so')
+options=('debug')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('f30f14c44ef4d4829625aa4c28f10555f333905486f9d39c18cd3ca35e87128a0c24c1bc18ca37b6bf98bc8f7fad27e1bc68678a58e6e6fff3b8d99502ac6905'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-D documentation=disabled
+  meson compile -C build
+}
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



[arch-commits] Commit in libevdev/trunk (5 files)

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 21:09:56
  Author: andyrtr
Revision: 452365

upgpkg: libevdev 1.13.0-1: upstream update 1.13.0 - enable debug

Added:
  libevdev/trunk/keys/
  libevdev/trunk/keys/pgp/
  libevdev/trunk/keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
Modified:
  libevdev/trunk/PKGBUILD
Deleted:
  libevdev/trunk/0001_install_the_mouse-dpi-tool_man_page.diff

---+
 0001_install_the_mouse-dpi-tool_man_page.diff |   27 
 PKGBUILD  |   16 ++---
 keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc |1 
 3 files changed, 6 insertions(+), 38 deletions(-)

Deleted: 0001_install_the_mouse-dpi-tool_man_page.diff
===
--- 0001_install_the_mouse-dpi-tool_man_page.diff   2022-08-06 21:04:03 UTC 
(rev 452364)
+++ 0001_install_the_mouse-dpi-tool_man_page.diff   2022-08-06 21:09:56 UTC 
(rev 452365)
@@ -1,27 +0,0 @@
-From de2daf8d361ce2387514c846fe3d741f3d7572ab Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Fri, 25 Mar 2022 14:37:28 +1000
-Subject: [PATCH] meson.build: install the mouse-dpi-tool man page
-
-Signed-off-by: Peter Hutterer 

- meson.build | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 63504ac..33365c9 100644
 a/meson.build
-+++ b/meson.build
-@@ -130,7 +130,8 @@ executable('libevdev-tweak-device',
-  dependencies: dep_libevdev,
-  install: true)
- install_man('tools/libevdev-tweak-device.1',
--'tools/touchpad-edge-detector.1')
-+  'tools/touchpad-edge-detector.1',
-+  'tools/mouse-dpi-tool.1')
- 
- # tests
- dep_check = dependency('check', version: '>= 0.9.9',
--- 
-GitLab
-

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 21:04:03 UTC (rev 452364)
+++ PKGBUILD2022-08-06 21:09:56 UTC (rev 452365)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.12.1
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(x86_64)
@@ -10,18 +10,12 @@
 depends=('glibc')
 makedepends=('python' 'check' 'valgrind' 'doxygen' 'meson')
 provides=('libevdev.so')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-0001_install_the_mouse-dpi-tool_man_page.diff)
-sha512sums=('eefce287a665e4f89eb2e0437dfefd45ecf8925c7dac35a1bdd46158541f77f2032c6146900a30a01321751d55a9b537bd1d61777cca9cfa02c39a6e31c97be4'
-'SKIP'
-
'5bfdb686c1ed1b936d199babae5d9294c3ee158ab4849930a358ad1ae17a50011bd7132ff18614326af0ed73ce5bb887da28c41143daa8f61b74d3d6d047b7d8')
+options=('debug')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('f30f14c44ef4d4829625aa4c28f10555f333905486f9d39c18cd3ca35e87128a0c24c1bc18ca37b6bf98bc8f7fad27e1bc68678a58e6e6fff3b8d99502ac6905'
+'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../0001_install_the_mouse-dpi-tool_man_page.diff
-}
-
 build() {
   arch-meson $pkgname-$pkgver build \
 -D documentation=disabled

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

Index: libevdev/trunk/keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
===
--- keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc   2022-08-06 
21:04:03 UTC (rev 452364)
+++ keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc   2022-08-06 
21:09:56 UTC (rev 452365)

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


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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 21:01:01
  Author: heftig
Revision: 452363

archrelease: copy trunk to extra-x86_64

Added:
  libdmapsharing/repos/extra-x86_64/PKGBUILD
(from rev 452362, libdmapsharing/trunk/PKGBUILD)
Deleted:
  libdmapsharing/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 21:00:51 UTC (rev 452362)
+++ PKGBUILD2022-08-06 21:01:01 UTC (rev 452363)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=libdmapsharing
-pkgver=2.9.39
-pkgrel=3
-pkgdesc="A library that implements the DMAP family of protocols"
-arch=(x86_64)
-url="https://www.flyn.org/projects/libdmapsharing/index.html";
-license=(LGPL2.1)
-depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
-makedepends=(git gtk-doc gobject-introspection)
-_commit=b5af68774d432bbf44ffa552df26665dce1cc155  # 
tags/LIBDMAPSHARING_2_9_39^0
-source=("git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libdmapsharing/repos/extra-x86_64/PKGBUILD (from rev 452362, 
libdmapsharing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 21:01:01 UTC (rev 452363)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=libdmapsharing
+pkgver=2.9.41
+pkgrel=1
+pkgdesc="A library that implements the DMAP family of protocols"
+url="https://www.flyn.org/projects/libdmapsharing/index.html";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
+makedepends=(git gtk-doc gobject-introspection check vala)
+options=(debug)
+_commit=ecee3cc737d748d45ef4524b2c19a0fdf7c73804  # 
tags/LIBDMAPSHARING_2_9_41^0
+source=("git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 
's/^LIBDMAPSHARING_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 21:00:51
  Author: heftig
Revision: 452362

2.9.41-1

Modified:
  libdmapsharing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 20:58:40 UTC (rev 452361)
+++ PKGBUILD2022-08-06 21:00:51 UTC (rev 452362)
@@ -1,22 +1,23 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=libdmapsharing
-pkgver=2.9.39
-pkgrel=3
+pkgver=2.9.41
+pkgrel=1
 pkgdesc="A library that implements the DMAP family of protocols"
+url="https://www.flyn.org/projects/libdmapsharing/index.html";
 arch=(x86_64)
-url="https://www.flyn.org/projects/libdmapsharing/index.html";
 license=(LGPL2.1)
 depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
-makedepends=(git gtk-doc gobject-introspection)
-_commit=b5af68774d432bbf44ffa552df26665dce1cc155  # 
tags/LIBDMAPSHARING_2_9_39^0
+makedepends=(git gtk-doc gobject-introspection check vala)
+options=(debug)
+_commit=ecee3cc737d748d45ef4524b2c19a0fdf7c73804  # 
tags/LIBDMAPSHARING_2_9_41^0
 
source=("git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 
's/^LIBDMAPSHARING_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 20:58:40
  Author: andyrtr
Revision: 452361

archrelease: copy trunk to extra-x86_64

Added:
  libxcvt/repos/extra-x86_64/PKGBUILD
(from rev 452360, libxcvt/trunk/PKGBUILD)
  libxcvt/repos/extra-x86_64/keys/
Deleted:
  libxcvt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 20:58:26 UTC (rev 452360)
+++ PKGBUILD2022-08-06 20:58:40 UTC (rev 452361)
@@ -1,30 +0,0 @@
-# Maintainer: AndyRTR 
-
-pkgname=libxcvt
-pkgver=0.1.1
-pkgrel=1
-pkgdesc="library providing a standalone version of the X server implementation 
of the VESA CVT standard timing modelines generator"
-arch=('x86_64')
-url="https://gitlab.freedesktop.org/xorg/lib/libxcvt";
-license=('custom')
-depends=('glibc')
-makedepends=('meson')
-source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha512sums=('50e9cd0283858823d4cfde75f06e23ffc42983272cb1f75408052fb5b76a4bb6f9de7d42d8ff9ec0dae6e95eefebc6273e03c919a92f237585db55eaf1a57005'
-'SKIP')
-#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
-validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan 
"
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build #--print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" 
"${pkgname}-${pkgver}/COPYING"
-}

Copied: libxcvt/repos/extra-x86_64/PKGBUILD (from rev 452360, 
libxcvt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 20:58:40 UTC (rev 452361)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR 
+
+pkgname=libxcvt
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="library providing a standalone version of the X server implementation 
of the VESA CVT standard timing modelines generator"
+arch=('x86_64')
+url="https://gitlab.freedesktop.org/xorg/lib/libxcvt";
+license=('custom')
+depends=('glibc')
+makedepends=('meson')
+options=('debug')
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha512sums=('3f6b2baca712a4608780686932f8881255c07bb74b1a788f9b07d4e22975c038d75111cd6b452257882a0b2bad57eebb2002f80a3e435d2e2d16936597f039b0'
+'SKIP')
+#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan 
"
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build #--print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" 
"${pkgname}-${pkgver}/COPYING"
+}



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

2022-08-06 Thread Andreas Radke via arch-commits
Date: Saturday, August 6, 2022 @ 20:58:26
  Author: andyrtr
Revision: 452360

upgpkg: libxcvt 0.1.2-1: upstream update 0.1.2 - enable debug

Added:
  libxcvt/trunk/keys/
  libxcvt/trunk/keys/pgp/
  libxcvt/trunk/keys/pgp/67DC86F2623FC5FD4BB5225D14706DBE1E4B4540.asc
Modified:
  libxcvt/trunk/PKGBUILD

---+
 PKGBUILD  |5 +++--
 keys/pgp/67DC86F2623FC5FD4BB5225D14706DBE1E4B4540.asc |1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 20:17:10 UTC (rev 452359)
+++ PKGBUILD2022-08-06 20:58:26 UTC (rev 452360)
@@ -1,7 +1,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=libxcvt
-pkgver=0.1.1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc="library providing a standalone version of the X server implementation 
of the VESA CVT standard timing modelines generator"
 arch=('x86_64')
@@ -9,8 +9,9 @@
 license=('custom')
 depends=('glibc')
 makedepends=('meson')
+options=('debug')
 
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha512sums=('50e9cd0283858823d4cfde75f06e23ffc42983272cb1f75408052fb5b76a4bb6f9de7d42d8ff9ec0dae6e95eefebc6273e03c919a92f237585db55eaf1a57005'
+sha512sums=('3f6b2baca712a4608780686932f8881255c07bb74b1a788f9b07d4e22975c038d75111cd6b452257882a0b2bad57eebb2002f80a3e435d2e2d16936597f039b0'
 'SKIP')
 #validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
 validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan 
"

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

Index: libxcvt/trunk/keys/pgp/67DC86F2623FC5FD4BB5225D14706DBE1E4B4540.asc
===
--- keys/pgp/67DC86F2623FC5FD4BB5225D14706DBE1E4B4540.asc   2022-08-06 
20:17:10 UTC (rev 452359)
+++ keys/pgp/67DC86F2623FC5FD4BB5225D14706DBE1E4B4540.asc   2022-08-06 
20:58:26 UTC (rev 452360)

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


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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 20:17:10
  Author: heftig
Revision: 452359

archrelease: copy trunk to extra-x86_64

Added:
  eog/repos/extra-x86_64/PKGBUILD
(from rev 452358, eog/trunk/PKGBUILD)
Deleted:
  eog/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 20:17:03 UTC (rev 452358)
+++ PKGBUILD2022-08-06 20:17:10 UTC (rev 452359)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=eog
-pkgname=(eog eog-docs)
-pkgver=42.2
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome";
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg libhandy)
-makedepends=(gobject-introspection gi-docgen git meson yelp-tools systemd)
-options=(debug)
-_commit=baf28eee80bad44a89d14e4742434a3fa1a96fc5  # tags/42.2^0
-source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd eog
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-build() {
-  arch-meson eog build -D gtk_doc=true -D libportal=false
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_eog() {
-  optdepends=('eog-plugins: Additional features')
-  groups=(gnome)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/gtk-doc
-}
-
-package_eog-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}

Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 452358, eog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 20:17:10 UTC (rev 452359)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=eog
+pkgname=(eog eog-docs)
+pkgver=42.3
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome";
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg libhandy)
+makedepends=(gobject-introspection gi-docgen git meson yelp-tools systemd)
+options=(debug)
+_commit=b38fb1f0048b086100ab9ff5c0b2e18142880e8a  # tags/42.3^0
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd eog
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+  arch-meson eog build -D gtk_doc=true -D libportal=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_eog() {
+  optdepends=('eog-plugins: Additional features')
+  groups=(gnome)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/gtk-doc
+}
+
+package_eog-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}



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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 20:17:03
  Author: heftig
Revision: 452358

42.3-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 19:30:26 UTC (rev 452357)
+++ PKGBUILD2022-08-06 20:17:03 UTC (rev 452358)
@@ -3,7 +3,7 @@
 
 pkgbase=eog
 pkgname=(eog eog-docs)
-pkgver=42.2
+pkgver=42.3
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 url="https://wiki.gnome.org/Apps/EyeOfGnome";
@@ -12,7 +12,7 @@
 depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg libhandy)
 makedepends=(gobject-introspection gi-docgen git meson yelp-tools systemd)
 options=(debug)
-_commit=baf28eee80bad44a89d14e4742434a3fa1a96fc5  # tags/42.2^0
+_commit=b38fb1f0048b086100ab9ff5c0b2e18142880e8a  # tags/42.3^0
 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit";)
 sha256sums=('SKIP')
 



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

2022-08-06 Thread Caleb Maclennan via arch-commits
Date: Saturday, August 6, 2022 @ 20:11:40
  Author: alerque
Revision: 1260477

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2022-08-06 Thread Caleb Maclennan via arch-commits
Date: Saturday, August 6, 2022 @ 20:11:32
  Author: alerque
Revision: 1260476

upgpkg: sile 0.14.1-1

Modified:
  sile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 20:05:00 UTC (rev 1260475)
+++ PKGBUILD2022-08-06 20:11:32 UTC (rev 1260476)
@@ -3,7 +3,7 @@
 
 pkgname=sile
 pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 arch=(x86_64)
 url=https://www.sile-typesetter.org
@@ -52,7 +52,7 @@
 options=(debug)
 _archive="$pkgname-$pkgver"
 source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('cc7afa333b3696b62f85abd47417b3bd7189770dc53f5b4905781ccd2cb8734c')
+sha256sums=('a6a86e59a6001b6bfac4448f6d2acaeedacf006ab6f9ccea17b6d9cb73a10cd0')
 
 build () {
cd "$_archive"



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

2022-08-06 Thread Alexander Rødseth via arch-commits
Date: Saturday, August 6, 2022 @ 20:05:00
  Author: arodseth
Revision: 1260475

archrelease: copy trunk to community-x86_64

Added:
  python-simplejson/repos/community-x86_64/PKGBUILD
(from rev 1260474, python-simplejson/trunk/PKGBUILD)
Deleted:
  python-simplejson/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 20:04:53 UTC (rev 1260474)
+++ PKGBUILD2022-08-06 20:05:00 UTC (rev 1260475)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Allan McRae 
-# Contributor: David Moore 
-
-pkgname=python-simplejson
-pkgver=3.17.6
-pkgrel=3
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64')
-url='https://github.com/simplejson/simplejson'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/archive/v$pkgver.tar.gz";)
-sha512sums=('48b74388cd3a5cf0acf46a9aa050d628513d842297625f791c7ae07a7c9289afcb0be8d374f77af3bebd50f4c200844bc69f5b77a67220fee357cdfc0d913726')
-
-build() {
-  cd "$srcdir"/simplejson-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/simplejson-$pkgver
-  python setup.py pytest
-}
-
-package_python-simplejson() {
-  cd simplejson-$pkgver
-  python setup.py install --root="$pkgdir"
-  install -Dm644 "$srcdir"/simplejson-$pkgver/LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-simplejson/repos/community-x86_64/PKGBUILD (from rev 1260474, 
python-simplejson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 20:05:00 UTC (rev 1260475)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Allan McRae 
+# Contributor: David Moore 
+
+pkgname=python-simplejson
+pkgver=3.17.6
+pkgrel=4
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=(MIT)
+arch=(x86_64)
+url='https://github.com/simplejson/simplejson'
+depends=(python)
+makedepends=(git python-setuptools)
+checkdepends=(python-pytest-runner)
+source=("git+$url#commit=02221b19672b1b35188080435c7360cd2d6af6fb") # tag: 
v3.17.6
+b2sums=(SKIP)
+
+build() {
+  cd simplejson
+  python setup.py build
+}
+
+check() {
+  cd simplejson
+  python setup.py pytest
+}
+
+package_python-simplejson() {
+  cd simplejson
+  python setup.py install --root="$pkgdir"
+  install -Dm644 ../simplejson/LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-08-06 Thread Alexander Rødseth via arch-commits
Date: Saturday, August 6, 2022 @ 20:04:53
  Author: arodseth
Revision: 1260474

upgpkg: python-simplejson 3.17.6-4, ref #74802

Modified:
  python-simplejson/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 13 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 19:38:25 UTC (rev 1260473)
+++ PKGBUILD2022-08-06 20:04:53 UTC (rev 1260474)
@@ -5,32 +5,30 @@
 
 pkgname=python-simplejson
 pkgver=3.17.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64')
+license=(MIT)
+arch=(x86_64)
 url='https://github.com/simplejson/simplejson'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/archive/v$pkgver.tar.gz";)
-sha512sums=('48b74388cd3a5cf0acf46a9aa050d628513d842297625f791c7ae07a7c9289afcb0be8d374f77af3bebd50f4c200844bc69f5b77a67220fee357cdfc0d913726')
+depends=(python)
+makedepends=(git python-setuptools)
+checkdepends=(python-pytest-runner)
+source=("git+$url#commit=02221b19672b1b35188080435c7360cd2d6af6fb") # tag: 
v3.17.6
+b2sums=(SKIP)
 
 build() {
-  cd "$srcdir"/simplejson-$pkgver
+  cd simplejson
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/simplejson-$pkgver
+  cd simplejson
   python setup.py pytest
 }
 
 package_python-simplejson() {
-  cd simplejson-$pkgver
+  cd simplejson
   python setup.py install --root="$pkgdir"
-  install -Dm644 "$srcdir"/simplejson-$pkgver/LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../simplejson/LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# vim:set ts=2 sw=2 et:



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

2022-08-06 Thread Alexander Rødseth via arch-commits
Date: Saturday, August 6, 2022 @ 19:38:25
  Author: arodseth
Revision: 1260473

archrelease: copy trunk to community-x86_64

Added:
  med-openmpi/repos/community-x86_64/PKGBUILD
(from rev 1260472, med-openmpi/trunk/PKGBUILD)
  med-openmpi/repos/community-x86_64/hdf5-1.12.patch
(from rev 1260472, med-openmpi/trunk/hdf5-1.12.patch)
Deleted:
  med-openmpi/repos/community-x86_64/PKGBUILD
  med-openmpi/repos/community-x86_64/hdf5-1.12.patch

-+
 PKGBUILD|  108 +++
 hdf5-1.12.patch |  378 +++---
 2 files changed, 244 insertions(+), 242 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 19:38:19 UTC (rev 1260472)
+++ PKGBUILD2022-08-06 19:38:25 UTC (rev 1260473)
@@ -1,53 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Guilhem Saurel 
-# Contributor: Michel Zou
-# Contributor: Oliver Goethel
-# Contributor: Gustavo Alvarez 
-
-pkgname=med-openmpi
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Generic pre- and post-processing platform for numerical simulation'
-url="https://www.salome-platform.org/downloads";
-license=(LGPL)
-arch=(x86_64)
-provides=(med)
-conflicts=(med)
-replaces=(med)
-depends=(hdf5-openmpi python tk)
-makedepends=(cmake gcc-fortran ninja openmpi swig)
-source=("https://files.salome-platform.org/Salome/other/med-$pkgver.tar.gz";
-hdf5-1.12.patch)
-b2sums=('fb9bc3239c18c53fa42c5dd1101559746e8d38db2a3cb5fb47d1bf0cb578facc4ab95409af8524f5c20251848842cc1a331f6a816ce0754e9a6c95f507174ed1'
-
'998958970918d98724b80f7b5ff09558f7abea39cdac5e558b66410c4d8d1476b0407295f3745ece5586482bf76db3eef0139918d27d1bbc3eb166ed7ab4745a')
-
-prepare() {
-  cd med-${pkgver}_SRC
-  patch -p1 -i ../hdf5-1.12.patch # Fix build with hdf5 1.12 (Fedora)
-  sed -i 's/if H5_VERS_MINOR > 10/if 0/g' src/ci/MEDfileCompatibility.c
-}
-
-build() {
-  export CPPFLAGS+=' -DH5_USE_110_API'
-  cmake \
--B build \
--D CMAKE_BUILD_TYPE=Release \
--D CMAKE_INSTALL_PREFIX=/usr \
--D CMAKE_SKIP_RPATH=ON \
--D MEDFILE_BUILD_PYTHON=ON \
--D MEDFILE_BUILD_TESTS=OFF \
--D MEDFILE_INSTALL_DOC=OFF \
--D MEDFILE_USE_MPI=ON \
--G Ninja \
--S med-${pkgver}_SRC
-  ninja -C build
-}
-
-check() {
-  cd build
-  LD_LIBRARY_PATH="$srcdir/build/src" ctest -E '._Python' --output-on-failure
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: med-openmpi/repos/community-x86_64/PKGBUILD (from rev 1260472, 
med-openmpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 19:38:25 UTC (rev 1260473)
@@ -0,0 +1,55 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Guilhem Saurel 
+# Contributor: Michel Zou
+# Contributor: Oliver Goethel
+# Contributor: Gustavo Alvarez 
+
+pkgname=med-openmpi
+pkgver=4.1.1
+pkgrel=2
+pkgdesc='Generic pre- and post-processing platform for numerical simulation'
+url="https://www.salome-platform.org/downloads";
+license=(LGPL)
+arch=(x86_64)
+provides=(med)
+conflicts=(med)
+replaces=(med)
+depends=(hdf5-openmpi python tk)
+makedepends=(cmake gcc-fortran ninja openmpi swig)
+source=("https://files.salome-platform.org/Salome/other/med-$pkgver.tar.gz";
+hdf5-1.12.patch)
+b2sums=('fb9bc3239c18c53fa42c5dd1101559746e8d38db2a3cb5fb47d1bf0cb578facc4ab95409af8524f5c20251848842cc1a331f6a816ce0754e9a6c95f507174ed1'
+
'998958970918d98724b80f7b5ff09558f7abea39cdac5e558b66410c4d8d1476b0407295f3745ece5586482bf76db3eef0139918d27d1bbc3eb166ed7ab4745a')
+
+prepare() {
+  cd med-${pkgver}_SRC
+  patch -p1 -i ../hdf5-1.12.patch # Fix build with hdf5 1.12 (Fedora)
+  sed -i 's/if H5_VERS_MINOR > 10/if 0/g' src/ci/MEDfileCompatibility.c
+  # install cmake files to /usr/lib${LIB_SUFFIX}/cmake
+  sed -i 's,share/cmake,lib${LIB_SUFFIX}/cmake,g' CMakeLists.txt
+}
+
+build() {
+  export CPPFLAGS+=' -DH5_USE_110_API'
+  cmake \
+-B build \
+-D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D CMAKE_SKIP_RPATH=ON \
+-D MEDFILE_BUILD_PYTHON=ON \
+-D MEDFILE_BUILD_TESTS=OFF \
+-D MEDFILE_INSTALL_DOC=OFF \
+-D MEDFILE_USE_MPI=ON \
+-G Ninja \
+-S med-${pkgver}_SRC
+  ninja -C build
+}
+
+check() {
+  cd build
+  LD_LIBRARY_PATH="$srcdir/build/src" ctest -E '._Python' --output-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: hdf5-1.12.patch
===
--- hdf5-1.12.patch 2022-08-06 19:38:19 UTC (rev 1260472)
+++ hdf5-1.12.patch 2022-08-06 19:38:25 UTC (rev 1260473)
@@ -1,189 +0,0 @@
-diff -rupN med-4.1.0/config/cmake_files/medMacros.cmake 
med-4.1.0-new/config/cmake_files/medMacros.cmake
 med-4.1.0/config/cmake_files/medMacros.cmake   2021-12-03 
09:35:30.675827163 +0100
-+++ med-4.1.0-new/config/cmake_files/medMacros.cmake   2021-1

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

2022-08-06 Thread Alexander Rødseth via arch-commits
Date: Saturday, August 6, 2022 @ 19:38:19
  Author: arodseth
Revision: 1260472

update the cmake installation path ref. feature request #73775

Modified:
  med-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 19:37:30 UTC (rev 1260471)
+++ PKGBUILD2022-08-06 19:38:19 UTC (rev 1260472)
@@ -6,7 +6,7 @@
 
 pkgname=med-openmpi
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Generic pre- and post-processing platform for numerical simulation'
 url="https://www.salome-platform.org/downloads";
 license=(LGPL)
@@ -25,6 +25,8 @@
   cd med-${pkgver}_SRC
   patch -p1 -i ../hdf5-1.12.patch # Fix build with hdf5 1.12 (Fedora)
   sed -i 's/if H5_VERS_MINOR > 10/if 0/g' src/ci/MEDfileCompatibility.c
+  # install cmake files to /usr/lib${LIB_SUFFIX}/cmake
+  sed -i 's,share/cmake,lib${LIB_SUFFIX}/cmake,g' CMakeLists.txt
 }
 
 build() {



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

2022-08-06 Thread Alexander Rødseth via arch-commits
Date: Saturday, August 6, 2022 @ 19:16:20
  Author: arodseth
Revision: 1260467

archrelease: copy trunk to community-x86_64

Added:
  freecad/repos/community-x86_64/PKGBUILD
(from rev 1260466, freecad/trunk/PKGBUILD)
Deleted:
  freecad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 19:16:13 UTC (rev 1260466)
+++ PKGBUILD2022-08-06 19:16:20 UTC (rev 1260467)
@@ -1,71 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: loqs 
-# Contributor: Gabriel Souza Franco 
-# Contributor: Florian Pritz
-# Contributor: Jonas Heinrich 
-# Contributor: Jordi De Groof 
-# Contributor: mickele
-# Contributor: manwithgrenade
-# Contributor: bricem13
-# Contributor: gborzi
-# Contributor: Adrian Insaurralde
-
-pkgname=freecad
-pkgver=0.20
-pkgrel=1
-pkgdesc='Feature based parametric 3D CAD modeler'
-arch=(x86_64)
-url='https://freecadweb.org/'
-license=(LGPL)
-depends=(boost-libs glew jsoncpp libspnav med netcdf opencascade openmpi
- pyside2 pyside2-tools python-gitpython python-matplotlib
- python-pivy python-ply pugixml qt5-svg qt5-tools qt5-webkit
- qt5-x11extras qt5-xmlpatterns xerces-c)
-makedepends=(boost cmake cgns coin eigen fmt gcc-fortran git jdk-openjdk
- libharu liblas ninja openvdb openvr ospray pdal postgresql-libs
- python-mpi4py python-shiboken2 shiboken2 swig utf8cpp cli11)
-optdepends=('graphviz: dependency graph support'
-'openscad: OpenSCAD support'
-'python-markdown: Markdown support in addon manager'
-'python-gitpython: support downloading addons with git')
-source=("git+https://github.com/$pkgname/$pkgname#commit=68e337670e227889217652ddac593c93b5e8dc94";)
 # tag: 0.20.0
-b2sums=('SKIP')
-
-build() {
-  cmake \
--B build \
--D BUILD_ENABLE_CXX_STD=C++17 \
--D BUILD_FLAT_MESH=ON \
--D BUILD_QT5=ON \
--D CMAKE_BUILD_TYPE=Release \
--D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
--D CMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
--D CMAKE_INSTALL_BINDIR=/usr/lib/freecad/bin \
--D CMAKE_INSTALL_DATADIR=/usr/share/freecad \
--D CMAKE_INSTALL_DATAROOTDIR=/usr/share \
--D CMAKE_INSTALL_DOCDIR=/usr/share/freecad/doc \
--D CMAKE_INSTALL_LIBDIR=/usr/lib/freecad/lib \
--D CMAKE_INSTALL_PREFIX=/usr/lib/freecad \
--D FREECAD_USE_EXTERNAL_PIVY=ON \
--D FREECAD_USE_OCC_VARIANT='Official Version' \
--D FREECAD_USE_QT_FILEDIALOG=ON \
--D PYTHON_EXECUTABLE=/usr/bin/python \
--D INSTALL_TO_SITEPACKAGES=ON \
--G Ninja \
--S $pkgname
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Thumbnailer
-  install -Dm755 $pkgname/src/Tools/$pkgname-thumbnailer -t "$pkgdir/usr/bin/"
-
-  # Symlinks in /usr/bin
-  install -d "$pkgdir/usr/bin"
-  ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/freecad"
-  ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/FreeCAD"
-  ln -sf /usr/lib/freecad/bin/FreeCADCmd "$pkgdir/usr/bin/freecadcmd"
-  ln -sf /usr/lib/freecad/bin/FreeCADCmd "$pkgdir/usr/bin/FreeCADCmd"
-}

Copied: freecad/repos/community-x86_64/PKGBUILD (from rev 1260466, 
freecad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 19:16:20 UTC (rev 1260467)
@@ -0,0 +1,72 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: loqs 
+# Contributor: Gabriel Souza Franco 
+# Contributor: Florian Pritz
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+# Contributor: Adrian Insaurralde
+
+pkgname=freecad
+pkgver=0.20
+pkgrel=2
+pkgdesc='Feature based parametric 3D CAD modeler'
+arch=(x86_64)
+url='https://freecadweb.org/'
+license=(LGPL)
+depends=(boost-libs glew jsoncpp libspnav med-openmpi netcdf opencascade
+ openmpi pyside2 pyside2-tools python-gitpython python-matplotlib
+ python-pivy python-ply pugixml qt5-svg qt5-tools qt5-webkit
+ qt5-x11extras qt5-xmlpatterns xerces-c)
+makedepends=(boost cgns cli11 cmake coin eigen fmt gcc-fortran git jdk-openjdk
+ libharu liblas ninja openmpi openvdb openvr ospray pdal
+ postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
+ utf8cpp)
+optdepends=('graphviz: dependency graph support'
+'openscad: OpenSCAD support'
+'python-markdown: Markdown support in addon manager'
+'python-gitpython: support downloading addons with git')
+source=("git+https://github.com/$pkgname/$pkgname#commit=68e337670e227889217652ddac593c93b5e8dc94";)
 # tag: 0.20.0
+b2sums=('SKIP')
+
+build() {
+  cmake \
+-B build \
+-D BUILD_ENABLE_CXX_STD=C++1

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

2022-08-06 Thread Alexander Rødseth via arch-commits
Date: Saturday, August 6, 2022 @ 19:16:13
  Author: arodseth
Revision: 1260466

Switch to med-openmpi

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 18:42:45 UTC (rev 1260465)
+++ PKGBUILD2022-08-06 19:16:13 UTC (rev 1260466)
@@ -12,18 +12,19 @@
 
 pkgname=freecad
 pkgver=0.20
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature based parametric 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'
 license=(LGPL)
-depends=(boost-libs glew jsoncpp libspnav med netcdf opencascade openmpi
- pyside2 pyside2-tools python-gitpython python-matplotlib
+depends=(boost-libs glew jsoncpp libspnav med-openmpi netcdf opencascade
+ openmpi pyside2 pyside2-tools python-gitpython python-matplotlib
  python-pivy python-ply pugixml qt5-svg qt5-tools qt5-webkit
  qt5-x11extras qt5-xmlpatterns xerces-c)
-makedepends=(boost cmake cgns coin eigen fmt gcc-fortran git jdk-openjdk
- libharu liblas ninja openvdb openvr ospray pdal postgresql-libs
- python-mpi4py python-shiboken2 shiboken2 swig utf8cpp cli11)
+makedepends=(boost cgns cli11 cmake coin eigen fmt gcc-fortran git jdk-openjdk
+ libharu liblas ninja openmpi openvdb openvr ospray pdal
+ postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
+ utf8cpp)
 optdepends=('graphviz: dependency graph support'
 'openscad: OpenSCAD support'
 'python-markdown: Markdown support in addon manager'



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

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 18:42:45
  Author: segaja
Revision: 1260465

archrelease: copy trunk to community-testing-x86_64

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

--+
 PKGBUILD |  454 ++---
 1 file changed, 229 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 18:42:16 UTC (rev 1260464)
+++ PKGBUILD2022-08-06 18:42:45 UTC (rev 1260465)
@@ -1,225 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Maintainer: Andreas 'Segaja' Schleifer 
-# Maintainer: Tim Meusel 
-# Contributor: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=(ruby ruby-docs ruby-stdlib ruby-bundledgems)
-pkgver=3.0.4
-pkgrel=3
-arch=(x86_64)
-url='https://www.ruby-lang.org/en/'
-license=(BSD custom)
-makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
-options=(!emptydirs !lto) # Disable LTO until fixes for 
https://bugs.ruby-lang.org/issues/18062 released
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('53bf7dd403b0c68af9691882ad8ed7422c8d1f496627428fb4c3caf0b0313715524b744c5f453aced2d49e16e55f3f45b46b9a77aa3097dbfcae7caa0208194b')
-
-build() {
-  cd ruby-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sharedstatedir=/var/lib \
---libexecdir=/usr/lib/ruby \
---enable-shared \
---disable-rpath \
---with-dbm-type=gdbm_compat
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=(gdbm openssl libffi libyaml libxcrypt gmp zlib rubygems ruby-stdlib 
ruby-bundledgems)
-  optdepends=(
-  'ruby-docs: Ruby documentation'
-  'tk: for Ruby/TK'
-  )
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-
-  rubyver=${pkgver:0:3}.0
-
-  # remove rubygems as it shipped as a separate package
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rubygems,rubygems.rb}
-  rm "${pkgdir}"/usr/bin/gem
-
-  # remove bundler as it shipped as a separate package
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{bundler,bundler.rb}
-  rm "${pkgdir}"/usr/bin/{bundle,bundler}
-
-  # remove bundled rdoc gem
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rdoc,rdoc.rb}
-  rm "${pkgdir}"/usr/bin/{rdoc,ri}
-  rm "${pkgdir}"/usr/share/man/man1/ri.1
-
-  # remove irb as it is a separate package now
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{irb,irb.rb}
-  rm "${pkgdir}"/usr/bin/irb
-  rm "${pkgdir}"/usr/share/man/man1/irb.1
-
-  # remove other binaries that are shipped as separate packages
-  rm "${pkgdir}"/usr/bin/{rake,rbs,typeprof,erb,racc}
-  rm "${pkgdir}"/usr/share/man/man1/erb.1
-
-  # remove all bundled gems to avoid conflicts with ruby-* Arch packages
-  rm -r "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/gems/*
-  rm "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/*.gemspec
-  rm "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/cache/*.gem
-
-  # remove already packaged stdlib gems (needs to be as dependency in 
ruby-stdlib)
-  local stdlib_gems=(
-bundler
-irb
-json
-psych
-rdoc
-reline
-stringio
-  )
-
-  for stdlib_gem in "${stdlib_gems[@]}"; do
-rm -v 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/${stdlib_gem}-*.gemspec
-  done
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}
-
-package_ruby-stdlib() {
-  # upstream list of gems contained in stdlib ( 
https://github.com/ruby/ruby/tree/master/{ext,lib} )
-  pkgdesc='A vast collection of classes and modules that you can require in 
your code for additional features'
-
-  depends=(
-#ruby-abbrev
-#ruby-base64
-#ruby-benchmark
-#ruby-bigdecimal
-ruby-bundler
-#ruby-cgi
-#ruby-csv
-ruby-date
-#ruby-dbm   # removed in 3.1.2
-#ruby-debug   # removed in 3.1.2
-#ruby-delegate
-#ruby-did_you_mean
-#ruby-digest
-#ruby-drb
-#ruby-english
-#ruby-erb
-#ruby-etc
-#ruby-fcntl
-#ruby-fiddle
-#ruby-fileutils
-#ruby-find
-#ruby-forwardable
-#ruby-gdbm   # removed in 3.1.2
-#ruby-getoptlong
-#ruby-io-console
-#ruby-io-nonblock
-#ruby-io-wait
-#ruby-ipaddr
-ruby-irb
-ruby-json
-#ruby-logger
-#ruby-matrix   # removed in 3.1.2
-#ruby-mutex_m
-#ruby-net-ftp  

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

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 18:42:16
  Author: segaja
Revision: 1260464

upgpkg: ruby 3.0.4-4; remove new stdlib packages from the ruby package

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 18:08:16 UTC (rev 1260463)
+++ PKGBUILD2022-08-06 18:42:16 UTC (rev 1260464)
@@ -8,7 +8,7 @@
 
 pkgname=(ruby ruby-docs ruby-stdlib ruby-bundledgems)
 pkgver=3.0.4
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='https://www.ruby-lang.org/en/'
 license=(BSD custom)
@@ -86,12 +86,16 @@
   # remove already packaged stdlib gems (needs to be as dependency in 
ruby-stdlib)
   local stdlib_gems=(
 bundler
+date
 irb
 json
+open-uri
 psych
 rdoc
 reline
 stringio
+time
+uri
   )
 
   for stdlib_gem in "${stdlib_gems[@]}"; do



[arch-commits] Commit in gsm/repos/extra-x86_64 (6 files)

2022-08-06 Thread Felix Yan via arch-commits
Date: Saturday, August 6, 2022 @ 18:38:16
  Author: felixonmars
Revision: 452350

archrelease: copy trunk to extra-x86_64

Added:
  gsm/repos/extra-x86_64/PKGBUILD
(from rev 452349, gsm/trunk/PKGBUILD)
  gsm/repos/extra-x86_64/gsm-fix-toast-install.patch
(from rev 452349, gsm/trunk/gsm-fix-toast-install.patch)
  gsm/repos/extra-x86_64/gsm-shared.patch
(from rev 452349, gsm/trunk/gsm-shared.patch)
Deleted:
  gsm/repos/extra-x86_64/PKGBUILD
  gsm/repos/extra-x86_64/gsm-fix-toast-install.patch
  gsm/repos/extra-x86_64/gsm-shared.patch

-+
 PKGBUILD|   90 +++---
 gsm-fix-toast-install.patch |   32 ++---
 gsm-shared.patch|  260 +-
 3 files changed, 191 insertions(+), 191 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 18:37:59 UTC (rev 452349)
+++ PKGBUILD2022-08-06 18:38:16 UTC (rev 452350)
@@ -1,45 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Maxime de Roucy 
-# Contributor: Darwin Bautista 
-
-pkgname=gsm
-pkgver=1.0.21
-pkgrel=1
-pkgdesc="Shared libraries for GSM 06.10 lossy speech compression"
-arch=('x86_64')
-url="http://www.quut.com/gsm/";
-license=('custom')
-depends=('glibc')
-source=("http://www.quut.com/$pkgname/$pkgname-$pkgver.tar.gz"; 
gsm-shared.patch gsm-fix-toast-install.patch)
-sha512sums=('2ad92a8acea7cb47c3237f49805f21cdc180009f6a31ede3e7befbb361968f5235e5b0664503b46f74dd4ef85c602e60ac9c37029075b026ceeed33a72848e0f'
-
'a0c7116d3800806eb5faa1f381a739b29b2e6f73cdeff8377c44da03cb0cba99004eb44681815a8dd5507ca50124fa8b5e24aed5b68c779706917915a56478bf'
-
'88f3214e92d4f5b9dae9c5d67073abb36c7889cdcb90a00fb023794ae474c0560d8ea5098ce3e5424a1021fe44cd4f6b91d86c77e4b864fe97b51d69debf0c5d')
-
-prepare() {
-  cd $pkgname-${pkgver%.*}-pl${pkgver##*.}
-
-  patch -p0 -i ../gsm-shared.patch
-  patch -p0 -i ../gsm-fix-toast-install.patch
-}
-
-build() {
-  cd $pkgname-${pkgver%.*}-pl${pkgver##*.}
-
-  make CCFLAGS="-c ${CFLAGS} -fPIC"
-}
-
-package() {
-  cd $pkgname-${pkgver%.*}-pl${pkgver##*.}
-
-  # Prepare directories
-  install -m755 -d 
"$pkgdir"/usr/{bin,lib,include/gsm,share/{licenses/$pkgname,man/man{1,3}}}
-
-  make -j1 INSTALL_ROOT="$pkgdir"/usr \
-GSM_INSTALL_INC="$pkgdir"/usr/include/gsm \
-GSM_INSTALL_MAN="$pkgdir"/usr/share/man/man3 \
-TOAST_INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
-install
-
-  # Install license
-  install -m644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: gsm/repos/extra-x86_64/PKGBUILD (from rev 452349, gsm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 18:38:16 UTC (rev 452350)
@@ -0,0 +1,45 @@
+# Maintainer: Jan de Groot 
+# Contributor: Maxime de Roucy 
+# Contributor: Darwin Bautista 
+
+pkgname=gsm
+pkgver=1.0.22
+pkgrel=1
+pkgdesc="Shared libraries for GSM 06.10 lossy speech compression"
+arch=('x86_64')
+url="https://www.quut.com/gsm/";
+license=('custom')
+depends=('glibc')
+source=("https://www.quut.com/$pkgname/$pkgname-$pkgver.tar.gz"; 
gsm-shared.patch gsm-fix-toast-install.patch)
+sha512sums=('f4284f096ed4d606ddece5c1b28edb63feacc26a0b664f1350c040dbf50113d27bedfd9896bf1620cb4fc3a6c8f6a5244955a6c625ded833dcee607c63c97dd2'
+
'5833f9157ab5adf68b3ad0b6316ec563389fe39dd7b99ee04acc08a32bfccf9f517b9289ce3bfd32e191ab8a4b674c08ea1fbba9411e43c0d44f78f24bf885cd'
+
'88f3214e92d4f5b9dae9c5d67073abb36c7889cdcb90a00fb023794ae474c0560d8ea5098ce3e5424a1021fe44cd4f6b91d86c77e4b864fe97b51d69debf0c5d')
+
+prepare() {
+  cd $pkgname-${pkgver%.*}-pl${pkgver##*.}
+
+  patch -p0 -i ../gsm-shared.patch
+  patch -p0 -i ../gsm-fix-toast-install.patch
+}
+
+build() {
+  cd $pkgname-${pkgver%.*}-pl${pkgver##*.}
+
+  make CCFLAGS="-c ${CFLAGS} -fPIC"
+}
+
+package() {
+  cd $pkgname-${pkgver%.*}-pl${pkgver##*.}
+
+  # Prepare directories
+  install -m755 -d 
"$pkgdir"/usr/{bin,lib,include/gsm,share/{licenses/$pkgname,man/man{1,3}}}
+
+  make -j1 INSTALL_ROOT="$pkgdir"/usr \
+GSM_INSTALL_INC="$pkgdir"/usr/include/gsm \
+GSM_INSTALL_MAN="$pkgdir"/usr/share/man/man3 \
+TOAST_INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
+install
+
+  # Install license
+  install -m644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}

Deleted: gsm-fix-toast-install.patch
===
--- gsm-fix-toast-install.patch 2022-08-06 18:37:59 UTC (rev 452349)
+++ gsm-fix-toast-install.patch 2022-08-06 18:38:16 UTC (rev 452350)
@@ -1,16 +0,0 @@
 Makefile.orig  2022-08-02 00:11:31.493613903 +0300
-+++ Makefile   2022-08-02 00:11:40.203644903 +0300
-@@ -359,11 +359,11 @@
- 
- $(TOAST_INSTALL_BIN)/untoast: $(TOAST_INSTALL_BIN)/toast
-   -rm $(RMFLAGS) $@
--  $(LN) $? $@
-+  $(LN) toast $@

[arch-commits] Commit in gsm/trunk (PKGBUILD gsm-shared.patch)

2022-08-06 Thread Felix Yan via arch-commits
Date: Saturday, August 6, 2022 @ 18:37:59
  Author: felixonmars
Revision: 452349

upgpkg: gsm 1.0.22-1

Modified:
  gsm/trunk/PKGBUILD
  gsm/trunk/gsm-shared.patch

--+
 PKGBUILD |6 +++---
 gsm-shared.patch |   16 
 2 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 17:25:41 UTC (rev 452348)
+++ PKGBUILD2022-08-06 18:37:59 UTC (rev 452349)
@@ -3,7 +3,7 @@
 # Contributor: Darwin Bautista 
 
 pkgname=gsm
-pkgver=1.0.21
+pkgver=1.0.22
 pkgrel=1
 pkgdesc="Shared libraries for GSM 06.10 lossy speech compression"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('custom')
 depends=('glibc')
 source=("https://www.quut.com/$pkgname/$pkgname-$pkgver.tar.gz"; 
gsm-shared.patch gsm-fix-toast-install.patch)
-sha512sums=('2ad92a8acea7cb47c3237f49805f21cdc180009f6a31ede3e7befbb361968f5235e5b0664503b46f74dd4ef85c602e60ac9c37029075b026ceeed33a72848e0f'
-
'a0c7116d3800806eb5faa1f381a739b29b2e6f73cdeff8377c44da03cb0cba99004eb44681815a8dd5507ca50124fa8b5e24aed5b68c779706917915a56478bf'
+sha512sums=('f4284f096ed4d606ddece5c1b28edb63feacc26a0b664f1350c040dbf50113d27bedfd9896bf1620cb4fc3a6c8f6a5244955a6c625ded833dcee607c63c97dd2'
+
'5833f9157ab5adf68b3ad0b6316ec563389fe39dd7b99ee04acc08a32bfccf9f517b9289ce3bfd32e191ab8a4b674c08ea1fbba9411e43c0d44f78f24bf885cd'
 
'88f3214e92d4f5b9dae9c5d67073abb36c7889cdcb90a00fb023794ae474c0560d8ea5098ce3e5424a1021fe44cd4f6b91d86c77e4b864fe97b51d69debf0c5d')
 
 prepare() {

Modified: gsm-shared.patch
===
--- gsm-shared.patch2022-08-06 17:25:41 UTC (rev 452348)
+++ gsm-shared.patch2022-08-06 18:37:59 UTC (rev 452349)
@@ -46,9 +46,9 @@
 -  $(RANLIB) $(LIBGSM)
 -
 +$(LIBGSMSO): $(LIB) $(GSM_OBJECTS)
-+  $(LD) $(LFLAGS) -shared -Wl,-soname,libgsm.so.1 -o $@.1.0.21 
$(GSM_OBJECTS)
-+  $(LN) libgsm.so.1.0.21 $(LIBGSMSO).1
-+  $(LN) libgsm.so.1.0.21 $(LIBGSMSO)
++  $(LD) $(LFLAGS) -shared -Wl,-soname,libgsm.so.1 -o $@.1.0.22 
$(GSM_OBJECTS)
++  $(LN) libgsm.so.1.0.22 $(LIBGSMSO).1
++  $(LN) libgsm.so.1.0.22 $(LIBGSMSO)
  
  # Toast, Untoast and Tcat -- the compress-like frontends to gsm.
  
@@ -78,11 +78,11 @@
 -  cp $? $@
 -  chmod 444 $@
 +$(GSM_INSTALL_LIB)/libgsm.so: $(LIBGSMSO)
-+  -rm $(RMFLAGS) $@ $@.1 $@.1.0.21
-+  cp $?.1.0.21 $@.1.0.21
-+  chmod 755 $@.1.0.21
-+  $(LN) libgsm.so.1.0.21 $@
-+  $(LN) libgsm.so.1.0.21 $@.1
++  -rm $(RMFLAGS) $@ $@.1 $@.1.0.22
++  cp $?.1.0.22 $@.1.0.22
++  chmod 755 $@.1.0.22
++  $(LN) libgsm.so.1.0.22 $@
++  $(LN) libgsm.so.1.0.22 $@.1
  
  # Distribution
  



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

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 18:08:16
  Author: segaja
Revision: 1260463

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby/repos/community-testing-x86_64/
  ruby/repos/community-testing-x86_64/PKGBUILD
(from rev 1260462, ruby/trunk/PKGBUILD)

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

Copied: ruby/repos/community-testing-x86_64/PKGBUILD (from rev 1260462, 
ruby/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-06 18:08:16 UTC (rev 1260463)
@@ -0,0 +1,225 @@
+# Maintainer: Anatol Pomozov 
+# Maintainer: Andreas 'Segaja' Schleifer 
+# Maintainer: Tim Meusel 
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=(ruby ruby-docs ruby-stdlib ruby-bundledgems)
+pkgver=3.0.4
+pkgrel=3
+arch=(x86_64)
+url='https://www.ruby-lang.org/en/'
+license=(BSD custom)
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs !lto) # Disable LTO until fixes for 
https://bugs.ruby-lang.org/issues/18062 released
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('53bf7dd403b0c68af9691882ad8ed7422c8d1f496627428fb4c3caf0b0313715524b744c5f453aced2d49e16e55f3f45b46b9a77aa3097dbfcae7caa0208194b')
+
+build() {
+  cd ruby-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=(gdbm openssl libffi libyaml libxcrypt gmp zlib rubygems ruby-stdlib 
ruby-bundledgems)
+  optdepends=(
+  'ruby-docs: Ruby documentation'
+  'tk: for Ruby/TK'
+  )
+
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+
+  rubyver=${pkgver:0:3}.0
+
+  # remove rubygems as it shipped as a separate package
+  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rubygems,rubygems.rb}
+  rm "${pkgdir}"/usr/bin/gem
+
+  # remove bundler as it shipped as a separate package
+  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{bundler,bundler.rb}
+  rm "${pkgdir}"/usr/bin/{bundle,bundler}
+
+  # remove bundled rdoc gem
+  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rdoc,rdoc.rb}
+  rm "${pkgdir}"/usr/bin/{rdoc,ri}
+  rm "${pkgdir}"/usr/share/man/man1/ri.1
+
+  # remove irb as it is a separate package now
+  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{irb,irb.rb}
+  rm "${pkgdir}"/usr/bin/irb
+  rm "${pkgdir}"/usr/share/man/man1/irb.1
+
+  # remove other binaries that are shipped as separate packages
+  rm "${pkgdir}"/usr/bin/{rake,rbs,typeprof,erb,racc}
+  rm "${pkgdir}"/usr/share/man/man1/erb.1
+
+  # remove all bundled gems to avoid conflicts with ruby-* Arch packages
+  rm -r "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/gems/*
+  rm "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/*.gemspec
+  rm "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/cache/*.gem
+
+  # remove already packaged stdlib gems (needs to be as dependency in 
ruby-stdlib)
+  local stdlib_gems=(
+bundler
+irb
+json
+psych
+rdoc
+reline
+stringio
+  )
+
+  for stdlib_gem in "${stdlib_gems[@]}"; do
+rm -v 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/${stdlib_gem}-*.gemspec
+  done
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}
+
+package_ruby-stdlib() {
+  # upstream list of gems contained in stdlib ( 
https://github.com/ruby/ruby/tree/master/{ext,lib} )
+  pkgdesc='A vast collection of classes and modules that you can require in 
your code for additional features'
+
+  depends=(
+#ruby-abbrev
+#ruby-base64
+#ruby-benchmark
+#ruby-bigdecimal
+ruby-bundler
+#ruby-cgi
+#ruby-csv
+ruby-date
+#ruby-dbm   # removed in 3.1.2
+#ruby-debug   # removed in 3.1.2
+#ruby-delegate
+#ruby-did_you_mean
+#ruby-digest
+#ruby-drb
+#ruby-english
+#ruby-erb
+#ruby-etc
+#ruby-fcntl
+#ruby-fiddle
+#ruby-fileutils
+#ruby-find
+#ruby-forwardable
+#ruby-gdbm   # removed in 3.1.2
+#ruby-getoptlong
+#ruby-io-console
+#ruby-io-nonblock
+#ruby-io-wait
+#ruby-ipaddr
+ruby-irb
+ruby-json
+#ruby-lo

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

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 18:07:37
  Author: segaja
Revision: 1260462

upgpkg: ruby 3.0.4-3; add ruby-date, ruby-open-uri, ruby-time and ruby-uri to 
ruby-stdlib

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 18:00:24 UTC (rev 1260461)
+++ PKGBUILD2022-08-06 18:07:37 UTC (rev 1260462)
@@ -8,7 +8,7 @@
 
 pkgname=(ruby ruby-docs ruby-stdlib ruby-bundledgems)
 pkgver=3.0.4
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.ruby-lang.org/en/'
 license=(BSD custom)
@@ -122,7 +122,7 @@
 ruby-bundler
 #ruby-cgi
 #ruby-csv
-#ruby-date
+ruby-date
 #ruby-dbm   # removed in 3.1.2
 #ruby-debug   # removed in 3.1.2
 #ruby-delegate
@@ -156,7 +156,7 @@
 #ruby-net-smtp   # removed in 3.1.2
 #ruby-nkf
 #ruby-observer
-#ruby-open-uri
+ruby-open-uri
 #ruby-open3
 #ruby-openssl
 #ruby-optparse
@@ -183,13 +183,13 @@
 #ruby-strscan
 #ruby-syslog
 #ruby-tempfile
-#ruby-time
+ruby-time
 #ruby-timeout
 #ruby-tmpdir
 #ruby-tracer   # removed in 3.1.2
 #ruby-tsort
 #ruby-un
-#ruby-uri
+ruby-uri
 #ruby-weakref
 #ruby-yaml
 #ruby-zlib



[arch-commits] Commit in ruby-open-uri/repos/community-testing-any (PKGBUILD PKGBUILD)

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 18:00:24
  Author: segaja
Revision: 1260461

archrelease: copy trunk to community-testing-any

Added:
  ruby-open-uri/repos/community-testing-any/PKGBUILD
(from rev 1260460, ruby-open-uri/trunk/PKGBUILD)
Deleted:
  ruby-open-uri/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 17:55:26 UTC (rev 1260460)
+++ PKGBUILD2022-08-06 18:00:24 UTC (rev 1260461)
@@ -1,80 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='open-uri'
-pkgname="ruby-${_gemname}"
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP'
-arch=('any')
-url='https://github.com/ruby/open-uri'
-license=('BSD' 'RUBY')
-depends=('ruby' 'ruby-stringio' 'ruby-time' 'ruby-uri')
-checkdepends=('ruby-rake' 'ruby-webrick')
-options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('cc6d739282364f729ea36c2bc3b92d00ed0348727393cce1df5c5565e76877c0434a8726abdfb16e8e91f6d8fc21601c2eefd4a35275ed37ad409851ab9a32f5')
-
-prepare() {
-  cd "${_gemname}-${pkgver}"
-
-  # update gemspec/Gemfile to allow newer version of the dependencies
-  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
-
-  # we build based on a tar archive, not a git repo
-  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
-}
-
-build() {
-  cd "${_gemname}-${pkgver}"
-
-  gem build "${_gemname}.gemspec"
-}
-
-check() {
-  cd "${_gemname}-${pkgver}"
-
-  rake test
-}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-
-  gem install \
---local \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}/${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
-"${_gemname}-${pkgver}.gem"
-
-  # remove unrepreducible files
-  rm -frv \
-"${pkgdir}/${_gemdir}/cache/" \
-"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
-"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-
-  find "${pkgdir}/${_gemdir}/gems/" \
--type f \
-\( \
-  -iname "*.o" -o \
-  -iname "*.c" -o \
-  -iname "*.so" -o \
-  -iname "*.time" -o \
-  -iname "gem.build_complete" -o \
-  -iname "Makefile" \
-\) \
--delete
-
-  find "${pkgdir}/${_gemdir}/extensions/" \
--type f \
-\( \
-  -iname "mkmf.log" -o \
-  -iname "gem_make.out" \
-\) \
--delete
-
-  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-open-uri/repos/community-testing-any/PKGBUILD (from rev 1260460, 
ruby-open-uri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 18:00:24 UTC (rev 1260461)
@@ -0,0 +1,80 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='open-uri'
+pkgname="ruby-${_gemname}"
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP'
+arch=('any')
+url='https://github.com/ruby/open-uri'
+license=('BSD' 'RUBY')
+depends=('ruby' 'ruby-stringio' 'ruby-time' 'ruby-uri')
+checkdepends=('ruby-rake' 'ruby-webrick')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('cc6d739282364f729ea36c2bc3b92d00ed0348727393cce1df5c5565e76877c0434a8726abdfb16e8e91f6d8fc21601c2eefd4a35275ed37ad409851ab9a32f5')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.buil

[arch-commits] Commit in ruby-open-uri/repos (2 files)

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 17:55:26
  Author: segaja
Revision: 1260460

archrelease: copy trunk to community-testing-any

Added:
  ruby-open-uri/repos/community-testing-any/
  ruby-open-uri/repos/community-testing-any/PKGBUILD
(from rev 1260459, ruby-open-uri/trunk/PKGBUILD)

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

Copied: ruby-open-uri/repos/community-testing-any/PKGBUILD (from rev 1260459, 
ruby-open-uri/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-08-06 17:55:26 UTC (rev 1260460)
@@ -0,0 +1,80 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='open-uri'
+pkgname="ruby-${_gemname}"
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP'
+arch=('any')
+url='https://github.com/ruby/open-uri'
+license=('BSD' 'RUBY')
+depends=('ruby' 'ruby-stringio' 'ruby-time' 'ruby-uri')
+checkdepends=('ruby-rake' 'ruby-webrick')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('cc6d739282364f729ea36c2bc3b92d00ed0348727393cce1df5c5565e76877c0434a8726abdfb16e8e91f6d8fc21601c2eefd4a35275ed37ad409851ab9a32f5')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in (4 files)

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 17:55:09
  Author: segaja
Revision: 1260459

ruby-open-uri 0.2.0

Added:
  ruby-open-uri/
  ruby-open-uri/repos/
  ruby-open-uri/trunk/
  ruby-open-uri/trunk/PKGBUILD

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

Added: ruby-open-uri/trunk/PKGBUILD
===
--- ruby-open-uri/trunk/PKGBUILD(rev 0)
+++ ruby-open-uri/trunk/PKGBUILD2022-08-06 17:55:09 UTC (rev 1260459)
@@ -0,0 +1,80 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='open-uri'
+pkgname="ruby-${_gemname}"
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP'
+arch=('any')
+url='https://github.com/ruby/open-uri'
+license=('BSD' 'RUBY')
+depends=('ruby' 'ruby-stringio' 'ruby-time' 'ruby-uri')
+checkdepends=('ruby-rake' 'ruby-webrick')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('cc6d739282364f729ea36c2bc3b92d00ed0348727393cce1df5c5565e76877c0434a8726abdfb16e8e91f6d8fc21601c2eefd4a35275ed37ad409851ab9a32f5')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 17:39:59
  Author: segaja
Revision: 1260458

archrelease: copy trunk to community-testing-any

Added:
  ruby-time/repos/community-testing-any/
  ruby-time/repos/community-testing-any/PKGBUILD
(from rev 1260457, ruby-time/trunk/PKGBUILD)

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

Copied: ruby-time/repos/community-testing-any/PKGBUILD (from rev 1260457, 
ruby-time/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-08-06 17:39:59 UTC (rev 1260458)
@@ -0,0 +1,81 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='time'
+pkgname="ruby-${_gemname}"
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Extends the Time class with methods for parsing and conversion'
+arch=('any')
+url='https://github.com/ruby/time'
+license=('BSD' 'RUBY')
+depends=('ruby' 'ruby-date')
+checkdepends=('ruby-rake')
+options=(!emptydirs)
+source=(
+"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('07b4896827014ab1f6394ee8a116a8074c2342c070b814bb190104a404828d684c9ca49d0c53fe5ef4518d5455de73d5f4c03051cbae47257fa631b17515d2f9')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in (4 files)

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 17:39:44
  Author: segaja
Revision: 1260457

ruby-time 0.2.0

Added:
  ruby-time/
  ruby-time/repos/
  ruby-time/trunk/
  ruby-time/trunk/PKGBUILD

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

Added: ruby-time/trunk/PKGBUILD
===
--- ruby-time/trunk/PKGBUILD(rev 0)
+++ ruby-time/trunk/PKGBUILD2022-08-06 17:39:44 UTC (rev 1260457)
@@ -0,0 +1,81 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='time'
+pkgname="ruby-${_gemname}"
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Extends the Time class with methods for parsing and conversion'
+arch=('any')
+url='https://github.com/ruby/time'
+license=('BSD' 'RUBY')
+depends=('ruby' 'ruby-date')
+checkdepends=('ruby-rake')
+options=(!emptydirs)
+source=(
+"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('07b4896827014ab1f6394ee8a116a8074c2342c070b814bb190104a404828d684c9ca49d0c53fe5ef4518d5455de73d5f4c03051cbae47257fa631b17515d2f9')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in med-openmpi/repos/community-x86_64 (PKGBUILD hdf5-1.12.patch)

2022-08-06 Thread Alexander Rødseth via arch-commits
Date: Saturday, August 6, 2022 @ 17:37:24
  Author: arodseth
Revision: 1260456

archrelease: copy trunk to community-x86_64

Added:
  med-openmpi/repos/community-x86_64/PKGBUILD
(from rev 1260455, med-openmpi/trunk/PKGBUILD)
  med-openmpi/repos/community-x86_64/hdf5-1.12.patch
(from rev 1260455, med-openmpi/trunk/hdf5-1.12.patch)

-+
 PKGBUILD|   53 +++
 hdf5-1.12.patch |  189 ++
 2 files changed, 242 insertions(+)

Copied: med-openmpi/repos/community-x86_64/PKGBUILD (from rev 1260455, 
med-openmpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 17:37:24 UTC (rev 1260456)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Guilhem Saurel 
+# Contributor: Michel Zou
+# Contributor: Oliver Goethel
+# Contributor: Gustavo Alvarez 
+
+pkgname=med-openmpi
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Generic pre- and post-processing platform for numerical simulation'
+url="https://www.salome-platform.org/downloads";
+license=(LGPL)
+arch=(x86_64)
+provides=(med)
+conflicts=(med)
+replaces=(med)
+depends=(hdf5-openmpi python tk)
+makedepends=(cmake gcc-fortran ninja openmpi swig)
+source=("https://files.salome-platform.org/Salome/other/med-$pkgver.tar.gz";
+hdf5-1.12.patch)
+b2sums=('fb9bc3239c18c53fa42c5dd1101559746e8d38db2a3cb5fb47d1bf0cb578facc4ab95409af8524f5c20251848842cc1a331f6a816ce0754e9a6c95f507174ed1'
+
'998958970918d98724b80f7b5ff09558f7abea39cdac5e558b66410c4d8d1476b0407295f3745ece5586482bf76db3eef0139918d27d1bbc3eb166ed7ab4745a')
+
+prepare() {
+  cd med-${pkgver}_SRC
+  patch -p1 -i ../hdf5-1.12.patch # Fix build with hdf5 1.12 (Fedora)
+  sed -i 's/if H5_VERS_MINOR > 10/if 0/g' src/ci/MEDfileCompatibility.c
+}
+
+build() {
+  export CPPFLAGS+=' -DH5_USE_110_API'
+  cmake \
+-B build \
+-D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D CMAKE_SKIP_RPATH=ON \
+-D MEDFILE_BUILD_PYTHON=ON \
+-D MEDFILE_BUILD_TESTS=OFF \
+-D MEDFILE_INSTALL_DOC=OFF \
+-D MEDFILE_USE_MPI=ON \
+-G Ninja \
+-S med-${pkgver}_SRC
+  ninja -C build
+}
+
+check() {
+  cd build
+  LD_LIBRARY_PATH="$srcdir/build/src" ctest -E '._Python' --output-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Copied: med-openmpi/repos/community-x86_64/hdf5-1.12.patch (from rev 1260455, 
med-openmpi/trunk/hdf5-1.12.patch)
===
--- hdf5-1.12.patch (rev 0)
+++ hdf5-1.12.patch 2022-08-06 17:37:24 UTC (rev 1260456)
@@ -0,0 +1,189 @@
+diff -rupN med-4.1.0/config/cmake_files/medMacros.cmake 
med-4.1.0-new/config/cmake_files/medMacros.cmake
+--- med-4.1.0/config/cmake_files/medMacros.cmake   2021-12-03 
09:35:30.675827163 +0100
 med-4.1.0-new/config/cmake_files/medMacros.cmake   2021-12-03 
09:32:31.894994147 +0100
+@@ -447,7 +447,7 @@ MACRO(MED_FIND_HDF5)
+ ##
+ ## Requires 1.10.x version
+ ##
+-IF (NOT HDF_VERSION_MAJOR_REF EQUAL 1 OR NOT HDF_VERSION_MINOR_REF EQUAL 
10 OR NOT HDF_VERSION_RELEASE_REF GREATER 1)
++IF (HDF5_VERSION VERSION_LESS 1.10.2)
+ MESSAGE(FATAL_ERROR "HDF5 version is ${HDF_VERSION_REF}. Only 
versions >= 1.10.2 are supported.")
+ ENDIF()
+ ##
+diff -rupN med-4.1.0/src/ci/MEDfileCompatibility.c 
med-4.1.0-new/src/ci/MEDfileCompatibility.c
+--- med-4.1.0/src/ci/MEDfileCompatibility.c2021-12-03 09:35:30.676827162 
+0100
 med-4.1.0-new/src/ci/MEDfileCompatibility.c2021-12-03 
09:33:26.292942149 +0100
+@@ -71,7 +71,7 @@ MEDfileCompatibility(const char* const f
+   _hversionMMR=1*_hmajeur+100*_hmineur+_hrelease;
+   /* ISCRUTE(_hversionMMR); */
+   /* ISCRUTE(HDF_VERSION_NUM_REF); */
+-  if ( (_hversionMMR >= HDF_VERSION_NUM_REF) && (_hmineur == 
HDF_VERSION_MINOR_REF) ) *hdfok = MED_TRUE;
++  if (_hversionMMR >= HDF_VERSION_NUM_REF) *hdfok = MED_TRUE;
+ 
+   /* TODO : Vérifier si la version mineure HDF du fichier est supérieure
+  à la version mineure de la bibliothèque HDF utilisée :
+@@ -113,7 +113,7 @@ MEDfileCompatibility(const char* const f
+ #if MED_NUM_MAJEUR != 4
+ #error "Don't forget to update the test version here when you change the 
major version of the library !"
+ #endif
+-#if H5_VERS_MINOR > 10
++#if H5_VERS_MINOR > 12
+ #error "Don't forget to check the compatibility version of the library, 
depending on the internal hdf model choice !"
+ #error "Cf. _MEDfileCreate ..."
+ #endif
+diff -rupN med-4.1.0/src/hdfi/_MEDattributeNumWrByName.c 
med-4.1.0-new/src/hdfi/_MEDattributeNumWrByName.c
+--- med-4.1.0/src/hdfi/_MEDattributeNumWrByName.c  2020-03-11 
10:36:37.0 +0100
 med-4.1.0-new/src/hdfi/_MEDattributeNumWrByName.c  2021-12-03 
09:33:08.851958696 +0100
+@@ -68,7 +68,7 @@ med_err _MEDattributeNumWrByName(med_idt
+ 
+   if  ( (_atti

[arch-commits] Commit in (6 files)

2022-08-06 Thread Alexander Rødseth via arch-commits
Date: Saturday, August 6, 2022 @ 17:37:13
  Author: arodseth
Revision: 1260455

Add med-openmpi

Added:
  med-openmpi/
  med-openmpi/repos/
  med-openmpi/repos/community-x86_64/
  med-openmpi/trunk/
  med-openmpi/trunk/PKGBUILD
  med-openmpi/trunk/hdf5-1.12.patch

-+
 PKGBUILD|   53 +++
 hdf5-1.12.patch |  189 ++
 2 files changed, 242 insertions(+)

Added: med-openmpi/trunk/PKGBUILD
===
--- med-openmpi/trunk/PKGBUILD  (rev 0)
+++ med-openmpi/trunk/PKGBUILD  2022-08-06 17:37:13 UTC (rev 1260455)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Guilhem Saurel 
+# Contributor: Michel Zou
+# Contributor: Oliver Goethel
+# Contributor: Gustavo Alvarez 
+
+pkgname=med-openmpi
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Generic pre- and post-processing platform for numerical simulation'
+url="https://www.salome-platform.org/downloads";
+license=(LGPL)
+arch=(x86_64)
+provides=(med)
+conflicts=(med)
+replaces=(med)
+depends=(hdf5-openmpi python tk)
+makedepends=(cmake gcc-fortran ninja openmpi swig)
+source=("https://files.salome-platform.org/Salome/other/med-$pkgver.tar.gz";
+hdf5-1.12.patch)
+b2sums=('fb9bc3239c18c53fa42c5dd1101559746e8d38db2a3cb5fb47d1bf0cb578facc4ab95409af8524f5c20251848842cc1a331f6a816ce0754e9a6c95f507174ed1'
+
'998958970918d98724b80f7b5ff09558f7abea39cdac5e558b66410c4d8d1476b0407295f3745ece5586482bf76db3eef0139918d27d1bbc3eb166ed7ab4745a')
+
+prepare() {
+  cd med-${pkgver}_SRC
+  patch -p1 -i ../hdf5-1.12.patch # Fix build with hdf5 1.12 (Fedora)
+  sed -i 's/if H5_VERS_MINOR > 10/if 0/g' src/ci/MEDfileCompatibility.c
+}
+
+build() {
+  export CPPFLAGS+=' -DH5_USE_110_API'
+  cmake \
+-B build \
+-D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D CMAKE_SKIP_RPATH=ON \
+-D MEDFILE_BUILD_PYTHON=ON \
+-D MEDFILE_BUILD_TESTS=OFF \
+-D MEDFILE_INSTALL_DOC=OFF \
+-D MEDFILE_USE_MPI=ON \
+-G Ninja \
+-S med-${pkgver}_SRC
+  ninja -C build
+}
+
+check() {
+  cd build
+  LD_LIBRARY_PATH="$srcdir/build/src" ctest -E '._Python' --output-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Added: med-openmpi/trunk/hdf5-1.12.patch
===
--- med-openmpi/trunk/hdf5-1.12.patch   (rev 0)
+++ med-openmpi/trunk/hdf5-1.12.patch   2022-08-06 17:37:13 UTC (rev 1260455)
@@ -0,0 +1,189 @@
+diff -rupN med-4.1.0/config/cmake_files/medMacros.cmake 
med-4.1.0-new/config/cmake_files/medMacros.cmake
+--- med-4.1.0/config/cmake_files/medMacros.cmake   2021-12-03 
09:35:30.675827163 +0100
 med-4.1.0-new/config/cmake_files/medMacros.cmake   2021-12-03 
09:32:31.894994147 +0100
+@@ -447,7 +447,7 @@ MACRO(MED_FIND_HDF5)
+ ##
+ ## Requires 1.10.x version
+ ##
+-IF (NOT HDF_VERSION_MAJOR_REF EQUAL 1 OR NOT HDF_VERSION_MINOR_REF EQUAL 
10 OR NOT HDF_VERSION_RELEASE_REF GREATER 1)
++IF (HDF5_VERSION VERSION_LESS 1.10.2)
+ MESSAGE(FATAL_ERROR "HDF5 version is ${HDF_VERSION_REF}. Only 
versions >= 1.10.2 are supported.")
+ ENDIF()
+ ##
+diff -rupN med-4.1.0/src/ci/MEDfileCompatibility.c 
med-4.1.0-new/src/ci/MEDfileCompatibility.c
+--- med-4.1.0/src/ci/MEDfileCompatibility.c2021-12-03 09:35:30.676827162 
+0100
 med-4.1.0-new/src/ci/MEDfileCompatibility.c2021-12-03 
09:33:26.292942149 +0100
+@@ -71,7 +71,7 @@ MEDfileCompatibility(const char* const f
+   _hversionMMR=1*_hmajeur+100*_hmineur+_hrelease;
+   /* ISCRUTE(_hversionMMR); */
+   /* ISCRUTE(HDF_VERSION_NUM_REF); */
+-  if ( (_hversionMMR >= HDF_VERSION_NUM_REF) && (_hmineur == 
HDF_VERSION_MINOR_REF) ) *hdfok = MED_TRUE;
++  if (_hversionMMR >= HDF_VERSION_NUM_REF) *hdfok = MED_TRUE;
+ 
+   /* TODO : Vérifier si la version mineure HDF du fichier est supérieure
+  à la version mineure de la bibliothèque HDF utilisée :
+@@ -113,7 +113,7 @@ MEDfileCompatibility(const char* const f
+ #if MED_NUM_MAJEUR != 4
+ #error "Don't forget to update the test version here when you change the 
major version of the library !"
+ #endif
+-#if H5_VERS_MINOR > 10
++#if H5_VERS_MINOR > 12
+ #error "Don't forget to check the compatibility version of the library, 
depending on the internal hdf model choice !"
+ #error "Cf. _MEDfileCreate ..."
+ #endif
+diff -rupN med-4.1.0/src/hdfi/_MEDattributeNumWrByName.c 
med-4.1.0-new/src/hdfi/_MEDattributeNumWrByName.c
+--- med-4.1.0/src/hdfi/_MEDattributeNumWrByName.c  2020-03-11 
10:36:37.0 +0100
 med-4.1.0-new/src/hdfi/_MEDattributeNumWrByName.c  2021-12-03 
09:33:08.851958696 +0100
+@@ -68,7 +68,7 @@ med_err _MEDattributeNumWrByName(med_idt
+ 
+   if  ( (_attid=H5Aopen_by_name( pid, path, attname, H5P_DEFAULT, H5P_DEFAULT 
)) >= 0 ) {
+ 
+-if ( H5Oget_info( pid, &_oinfo ) <0) {
++if ( H5Oget_info( pi

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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 17:25:41
  Author: heftig
Revision: 452348

archrelease: copy trunk to extra-x86_64

Added:
  libwebp/repos/extra-x86_64/PKGBUILD
(from rev 452347, libwebp/trunk/PKGBUILD)
  libwebp/repos/extra-x86_64/keys/
Deleted:
  libwebp/repos/extra-x86_64/PKGBUILD
  libwebp/repos/extra-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 17:25:15 UTC (rev 452347)
+++ PKGBUILD2022-08-06 17:25:41 UTC (rev 452348)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Alexander Rødseth 
-# Contributor: Jon Nordby 
-
-pkgname=libwebp
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="WebP library and conversion tools"
-url="https://developers.google.com/speed/webp/";
-arch=(x86_64)
-license=(BSD)
-depends=(libpng libjpeg libtiff giflib)
-makedepends=(freeglut mesa glu)
-optdepends=('freeglut: vwebp viewer')
-provides=(libwebp{,decoder,demux,mux}.so)
-options=(debug)
-source=(https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$pkgver.tar.gz{,.asc})
-sha256sums=('f5d7ab2390b06b8a934a4fc35784291b3885b557780d099bd32f09241f9d83f9'
-'SKIP')
-validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D') # WebP release 
signing key
-
-build() {
-  cd libwebp-$pkgver
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-swap-16bit-csp \
---enable-libwebp{mux,demux,decoder,extras}
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd libwebp-$pkgver
-  make check
-}
-
-package() {
-  cd libwebp-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: libwebp/repos/extra-x86_64/PKGBUILD (from rev 452347, 
libwebp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 17:25:41 UTC (rev 452348)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Alexander Rødseth 
+# Contributor: Jon Nordby 
+
+pkgname=libwebp
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="WebP library and conversion tools"
+url="https://developers.google.com/speed/webp/";
+arch=(x86_64)
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu)
+optdepends=('freeglut: vwebp viewer')
+provides=(libwebp{,decoder,demux,mux}.so)
+options=(debug)
+source=(https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$pkgver.tar.gz{,.asc})
+sha256sums=('7bf5a8a28cc69bcfa8cb214f2c3095703c6b73ac5fba4d5480c205331d9494df'
+'SKIP')
+validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D') # WebP release 
signing key
+
+build() {
+  cd libwebp-$pkgver
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-swap-16bit-csp \
+--enable-libwebp{mux,demux,decoder,extras}
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd libwebp-$pkgver
+  make check
+}
+
+package() {
+  cd libwebp-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}
+
+# vim:set sw=2 sts=-1 et:



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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 17:25:41
  Author: heftig
Revision: 1260454

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libwebp/repos/multilib-x86_64/PKGBUILD
(from rev 1260453, lib32-libwebp/trunk/PKGBUILD)
  lib32-libwebp/repos/multilib-x86_64/keys/
Deleted:
  lib32-libwebp/repos/multilib-x86_64/PKGBUILD
  lib32-libwebp/repos/multilib-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 17:25:19 UTC (rev 1260453)
+++ PKGBUILD2022-08-06 17:25:41 UTC (rev 1260454)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: carstene1ns 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Alexander Rødseth 
-# Contributor: Jon Nordby 
-
-pkgname=lib32-libwebp
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="WebP library (32-bit)"
-url="https://developers.google.com/speed/webp/";
-arch=(x86_64)
-license=(BSD)
-depends=(lib32-glibc libwebp)
-provides=(libwebp{,decoder,demux,mux}.so)
-options=(debug)
-source=(https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$pkgver.tar.gz{,.asc})
-sha256sums=('f5d7ab2390b06b8a934a4fc35784291b3885b557780d099bd32f09241f9d83f9'
-'SKIP')
-validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D') # WebP release 
signing key
-
-build() {
-  cd libwebp-$pkgver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---disable-static \
---enable-swap-16bit-csp \
---enable-libwebp{mux,demux,decoder,extras}
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd libwebp-$pkgver
-  make check
-}
-
-package() {
-  cd libwebp-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include,share}
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: lib32-libwebp/repos/multilib-x86_64/PKGBUILD (from rev 1260453, 
lib32-libwebp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 17:25:41 UTC (rev 1260454)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: carstene1ns 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Alexander Rødseth 
+# Contributor: Jon Nordby 
+
+pkgname=lib32-libwebp
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="WebP library (32-bit)"
+url="https://developers.google.com/speed/webp/";
+arch=(x86_64)
+license=(BSD)
+depends=(lib32-glibc libwebp)
+provides=(libwebp{,decoder,demux,mux}.so)
+options=(debug)
+source=(https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$pkgver.tar.gz{,.asc})
+sha256sums=('7bf5a8a28cc69bcfa8cb214f2c3095703c6b73ac5fba4d5480c205331d9494df'
+'SKIP')
+validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D') # WebP release 
signing key
+
+build() {
+  cd libwebp-$pkgver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-static \
+--enable-swap-16bit-csp \
+--enable-libwebp{mux,demux,decoder,extras}
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd libwebp-$pkgver
+  make check
+}
+
+package() {
+  cd libwebp-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}
+
+# vim:set sw=2 sts=-1 et:



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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 17:25:19
  Author: heftig
Revision: 1260453

1.2.4-1

Modified:
  lib32-libwebp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 17:17:39 UTC (rev 1260452)
+++ PKGBUILD2022-08-06 17:25:19 UTC (rev 1260453)
@@ -5,7 +5,7 @@
 # Contributor: Jon Nordby 
 
 pkgname=lib32-libwebp
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="WebP library (32-bit)"
 url="https://developers.google.com/speed/webp/";
@@ -15,7 +15,7 @@
 provides=(libwebp{,decoder,demux,mux}.so)
 options=(debug)
 
source=(https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$pkgver.tar.gz{,.asc})
-sha256sums=('f5d7ab2390b06b8a934a4fc35784291b3885b557780d099bd32f09241f9d83f9'
+sha256sums=('7bf5a8a28cc69bcfa8cb214f2c3095703c6b73ac5fba4d5480c205331d9494df'
 'SKIP')
 validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D') # WebP release 
signing key
 



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

2022-08-06 Thread Jan Steffens via arch-commits
Date: Saturday, August 6, 2022 @ 17:25:15
  Author: heftig
Revision: 452347

1.2.4-1

Modified:
  libwebp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 15:30:48 UTC (rev 452346)
+++ PKGBUILD2022-08-06 17:25:15 UTC (rev 452347)
@@ -3,7 +3,7 @@
 # Contributor: Jon Nordby 
 
 pkgname=libwebp
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="WebP library and conversion tools"
 url="https://developers.google.com/speed/webp/";
@@ -15,7 +15,7 @@
 provides=(libwebp{,decoder,demux,mux}.so)
 options=(debug)
 
source=(https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$pkgver.tar.gz{,.asc})
-sha256sums=('f5d7ab2390b06b8a934a4fc35784291b3885b557780d099bd32f09241f9d83f9'
+sha256sums=('7bf5a8a28cc69bcfa8cb214f2c3095703c6b73ac5fba4d5480c205331d9494df'
 'SKIP')
 validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D') # WebP release 
signing key
 



[arch-commits] Commit in facter/repos/community-x86_64 (15 files)

2022-08-06 Thread Tim Meusel via arch-commits
Date: Saturday, August 6, 2022 @ 17:17:39
  Author: bastelfreak
Revision: 1260452

archrelease: copy trunk to community-x86_64

Added:
  facter/repos/community-x86_64/PKGBUILD
(from rev 1260451, facter/trunk/PKGBUILD)
  facter/repos/community-x86_64/azure_rapidjson_fix.patch
(from rev 1260451, facter/trunk/azure_rapidjson_fix.patch)
  facter/repos/community-x86_64/fix-shared-libwhereami-detection.patch
(from rev 1260451, facter/trunk/fix-shared-libwhereami-detection.patch)
  facter/repos/community-x86_64/gcc12.patch
(from rev 1260451, facter/trunk/gcc12.patch)
  facter/repos/community-x86_64/keys/
  facter/repos/community-x86_64/rapidjson-1.1-compat.patch
(from rev 1260451, facter/trunk/rapidjson-1.1-compat.patch)
  facter/repos/community-x86_64/shared_cpp_hcon.patch
(from rev 1260451, facter/trunk/shared_cpp_hcon.patch)
  facter/repos/community-x86_64/workaround-broken-double-test.patch
(from rev 1260451, facter/trunk/workaround-broken-double-test.patch)
Deleted:
  facter/repos/community-x86_64/PKGBUILD
  facter/repos/community-x86_64/azure_rapidjson_fix.patch
  facter/repos/community-x86_64/fix-shared-libwhereami-detection.patch
  facter/repos/community-x86_64/gcc12.patch
  facter/repos/community-x86_64/rapidjson-1.1-compat.patch
  facter/repos/community-x86_64/shared_cpp_hcon.patch
  facter/repos/community-x86_64/workaround-broken-double-test.patch

+
 PKGBUILD   |  208 +++
 azure_rapidjson_fix.patch  |   26 +--
 fix-shared-libwhereami-detection.patch |   26 +--
 gcc12.patch|   20 +-
 rapidjson-1.1-compat.patch |  120 -
 shared_cpp_hcon.patch  |   22 +--
 workaround-broken-double-test.patch|   32 ++--
 7 files changed, 227 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 17:17:30 UTC (rev 1260451)
+++ PKGBUILD2022-08-06 17:17:39 UTC (rev 1260452)
@@ -1,104 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Tim Meusel 
-# Contributor: Christian Rebischke 
-# Contributor: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=facter
-pkgver=3.14.23
-pkgrel=2
-pkgdesc="Collect and display system facts"
-arch=('x86_64')
-url="https://puppetlabs.com/facter";
-license=('APACHE')
-depends=('yaml-cpp' 'boost-libs' 'curl' 'libwhereami' 'libwhereami.so' 
'cpp-hocon' 'libcpp-hocon.so'
- 'systemd-libs' 'leatherman' 'leatherman_curl.so' 'leatherman_ruby.so' 
'leatherman_execution.so'
- 'leatherman_file_util.so' 'leatherman_util.so' 
'leatherman_logging.so' 'leatherman_locale.so'
- 'openssl' 'gcc-libs' 'glibc' 'util-linux-libs' 'ruby' 'libblkid.so' 
'yaml-cpp' 'dmidecode' 'pciutils' 'virt-what')
-makedepends=('boost' 'cmake' 'java-environment>=10' 'python' 'rapidjson')
-checkdepends=('ruby-rake' 'ruby-diff-lcs' 'ruby-mocha' 'ruby-rspec-support'
-  'ruby-rspec-core' 'ruby-rspec-expectations' 'ruby-rspec-mocks'
-  'ruby-rspec')
-optdepends=('java-runtime>=8: jruby support'
-'puppet: retrieve puppet facts')
-replaces=('cfacter')
-provides=('libfacter.so')
-source=("https://downloads.puppet.com/facter/facter-${pkgver}.tar.gz"{,.asc}
-'fix-shared-libwhereami-detection.patch'
-'shared_cpp_hcon.patch'
-'rapidjson-1.1-compat.patch'
-'workaround-broken-double-test.patch'
-'gcc12.patch'
-'azure_rapidjson_fix.patch')
-validpgpkeys=('D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26') # "Puppet, Inc. 
Release Key (Puppet, Inc. Release Key) "
-sha512sums=('ad5d58df123d56c13fa3a9155189da4b938b17d4270c18df19eb80bc5adc886d9536ecb1d4e3bb54e7532b452f5b6def6802568bca93588969988febbb6a6a47'
-'SKIP'
-
'1f5d2595cd6b2a63fc01c92c84eccf8f92bd9e9f0721ea1a3f59836d7d02f5ec6e6e3711b223b240d46ca55f7377f27339b7458c12d6c21564a2764c76df12b2'
-
'15fdfb75bb1045e160c095b62025f10d0a04c167223340072a9b8d065a2a185e942d299f86c80449661f37be5e1807efb49e77def44b8de4a9a9f7c2cc111e1a'
-
'a1fb08be2c6c9b2a4085404f1d13b13c9d41e3c1a38d35cbad1d29bbd497380492dab368a0fa7288d141f7f94ff7a7a0ae5ce271119e7074e039868682cc766f'
-
'335c6db6a4953cf3678877ba81506c475d93f461ec2ee75c22fba4a3f938db0bca7f6cf3ee0376eb4c34b43f1f3fb1a35a0a0e64be5a484c344bd689641ddc2b'
-
'77b7faeea9804f97f68168ef019b7f2204305891c257ba63ddd290cae558b1cf7fcda4f4481481829b45f3abbcb0d271629f71c4d7cc797d039c4a95c0bc9a16'
-
'8b03cbc74c7672aaa121d279198993a5779bc6ca30a2f03cf75cb371f4b2699476df1422fcbbfe08b6f700ca434ef589b852aa8157dbbbdb6ae4bfe204ac8733')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Puppet builds Facter in a way that the java library is compatible with 
J

[arch-commits] Commit in facter/trunk (3 files)

2022-08-06 Thread Tim Meusel via arch-commits
Date: Saturday, August 6, 2022 @ 17:17:30
  Author: bastelfreak
Revision: 1260451

upgpkg: facter 3.14.24-1

Added:
  facter/trunk/keys/
  facter/trunk/keys/pgp/
  facter/trunk/keys/pgp/D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26.asc

--+
 D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26.asc |1 +
 1 file changed, 1 insertion(+)

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

Index: facter/trunk/keys/pgp/D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26.asc
===
--- keys/pgp/D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26.asc   2022-08-06 
17:16:59 UTC (rev 1260450)
+++ keys/pgp/D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26.asc   2022-08-06 
17:17:30 UTC (rev 1260451)

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


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

2022-08-06 Thread Tim Meusel via arch-commits
Date: Saturday, August 6, 2022 @ 17:16:59
  Author: bastelfreak
Revision: 1260450

update 3.14.23->3.14.24

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 17:16:58 UTC (rev 1260449)
+++ PKGBUILD2022-08-06 17:16:59 UTC (rev 1260450)
@@ -9,8 +9,8 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=3.14.23
-pkgrel=2
+pkgver=3.14.24
+pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('x86_64')
 url="https://puppetlabs.com/facter";
@@ -35,7 +35,7 @@
 'gcc12.patch'
 'azure_rapidjson_fix.patch')
 validpgpkeys=('D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26') # "Puppet, Inc. 
Release Key (Puppet, Inc. Release Key) "
-sha512sums=('ad5d58df123d56c13fa3a9155189da4b938b17d4270c18df19eb80bc5adc886d9536ecb1d4e3bb54e7532b452f5b6def6802568bca93588969988febbb6a6a47'
+sha512sums=('501ed89b16f58ab9ddea0234076bff50f8c0f3f48df3ab01b1acfa23315f7953ea9bb2958d7a2f07c1910d13d00a3a2a4cff64446ddf34b44e558ebe533ee8c5'
 'SKIP'
 
'1f5d2595cd6b2a63fc01c92c84eccf8f92bd9e9f0721ea1a3f59836d7d02f5ec6e6e3711b223b240d46ca55f7377f27339b7458c12d6c21564a2764c76df12b2'
 
'15fdfb75bb1045e160c095b62025f10d0a04c167223340072a9b8d065a2a185e942d299f86c80449661f37be5e1807efb49e77def44b8de4a9a9f7c2cc111e1a'



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

2022-08-06 Thread Alexander Rødseth via arch-commits
Date: Saturday, August 6, 2022 @ 17:16:58
  Author: arodseth
Revision: 1260449

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 1260448, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clojure.install
(from rev 1260448, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 1260448, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   80 +++---
 clojure.install |6 ++--
 clojure.sh  |2 -
 3 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 17:16:50 UTC (rev 1260448)
+++ PKGBUILD2022-08-06 17:16:58 UTC (rev 1260449)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris O'Donnell 
-# Contributor: Sam May 
-# Contributor: Pierre-Yves Ritschard 
-# Contributor: Vladimir Tsanev 
-
-pkgname=clojure
-pkgver=1.11.1.1149
-pkgrel=1
-pkgdesc='Lisp dialect for the JVM'
-url='https://clojure.org/'
-arch=(any)
-license=(EPL)
-depends=(java-environment)
-makedepends=(setconf)
-optdepends=('leiningen: automate clojure projects'
-'rlwrap: friendly shell with readline support')
-install=clojure.install
-source=("https://download.clojure.org/install/clojure-tools-$pkgver.tar.gz";)
-b2sums=('9cd22bb0c556b40a20c1a8c3bd138ea44ec46bd1d105eaf8609f49725cc3a65a70e817db0b0b072f4ef427b6cfd5d3386cbf86807b6cec6f3909e3c9d4293b16')
-
-prepare() {
-  cd clojure-tools
-  setconf clj bin_dir=/usr/bin
-  setconf clojure install_dir=/usr/share/clojure
-  echo 'export CLOJURE_HOME=/usr/share/clojure' > clojure.sh
-}
-
-package() {
-  cd clojure-tools
-  local c="$pkgdir/usr/share/clojure"
-  for fn in *.edn; do install -Dm644 "$fn" "$c/$fn"; done
-  for fn in *.jar; do install -Dm644 "$fn" "$c/libexec/$fn"; done
-  install -Dm755 clj "$pkgdir/usr/bin/clj"
-  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
-  install -Dm644 clojure.sh "$pkgdir/etc/profile.d/clojure.sh"
-  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
-  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
-}

Copied: clojure/repos/community-any/PKGBUILD (from rev 1260448, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 17:16:58 UTC (rev 1260449)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris O'Donnell 
+# Contributor: Sam May 
+# Contributor: Pierre-Yves Ritschard 
+# Contributor: Vladimir Tsanev 
+
+pkgname=clojure
+pkgver=1.11.1.1155
+pkgrel=1
+pkgdesc='Lisp dialect for the JVM'
+url='https://clojure.org/'
+arch=(any)
+license=(EPL)
+depends=(java-environment)
+makedepends=(setconf)
+optdepends=('leiningen: automate clojure projects'
+'rlwrap: friendly shell with readline support')
+install=clojure.install
+source=("https://download.clojure.org/install/clojure-tools-$pkgver.tar.gz";)
+b2sums=('0ea648aa716c5c14c36d8299d10276d0633716957680589866d121122f9148e02d13d751492293cabb240d0cb28c41bb9c55c32701afd96aced967b412f20d8a')
+
+prepare() {
+  cd clojure-tools
+  setconf clj bin_dir=/usr/bin
+  setconf clojure install_dir=/usr/share/clojure
+  echo 'export CLOJURE_HOME=/usr/share/clojure' > clojure.sh
+}
+
+package() {
+  cd clojure-tools
+  local c="$pkgdir/usr/share/clojure"
+  for fn in *.edn; do install -Dm644 "$fn" "$c/$fn"; done
+  for fn in *.jar; do install -Dm644 "$fn" "$c/libexec/$fn"; done
+  install -Dm755 clj "$pkgdir/usr/bin/clj"
+  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
+  install -Dm644 clojure.sh "$pkgdir/etc/profile.d/clojure.sh"
+  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
+  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
+}

Deleted: clojure.install
===
--- clojure.install 2022-08-06 17:16:50 UTC (rev 1260448)
+++ clojure.install 2022-08-06 17:16:58 UTC (rev 1260449)
@@ -1,3 +0,0 @@
-post_install() {
-  echo 'Re-login or source /etc/profile.d/clojure.sh'
-}

Copied: clojure/repos/community-any/clojure.install (from rev 1260448, 
clojure/trunk/clojure.install)
===
--- clojure.install (rev 0)
+++ clojure.install 2022-08-06 17:16:58 UTC (rev 1260449)
@@ -0,0 +1,3 @@
+post_install() {
+  echo 'Re-login or source /etc/profile.d/clojure.sh'
+}

Deleted: clojure.sh
===
--- clojure.sh  2022-08-06 17:16:50 UTC (rev 1260448)
+++ clojure.sh  2022-08-06 17:16:58 UTC (rev 1260449)
@@ -1 +0,0 @@
-export CLOJURE_H

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

2022-08-06 Thread Alexander Rødseth via arch-commits
Date: Saturday, August 6, 2022 @ 17:16:50
  Author: arodseth
Revision: 1260448

upgpkg: clojure 1.11.1.1155-1

Modified:
  clojure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 17:09:35 UTC (rev 1260447)
+++ PKGBUILD2022-08-06 17:16:50 UTC (rev 1260448)
@@ -6,7 +6,7 @@
 # Contributor: Vladimir Tsanev 
 
 pkgname=clojure
-pkgver=1.11.1.1149
+pkgver=1.11.1.1155
 pkgrel=1
 pkgdesc='Lisp dialect for the JVM'
 url='https://clojure.org/'
@@ -18,7 +18,7 @@
 'rlwrap: friendly shell with readline support')
 install=clojure.install
 source=("https://download.clojure.org/install/clojure-tools-$pkgver.tar.gz";)
-b2sums=('9cd22bb0c556b40a20c1a8c3bd138ea44ec46bd1d105eaf8609f49725cc3a65a70e817db0b0b072f4ef427b6cfd5d3386cbf86807b6cec6f3909e3c9d4293b16')
+b2sums=('0ea648aa716c5c14c36d8299d10276d0633716957680589866d121122f9148e02d13d751492293cabb240d0cb28c41bb9c55c32701afd96aced967b412f20d8a')
 
 prepare() {
   cd clojure-tools



[arch-commits] Commit in typescript-language-server/repos/community-any (2 files)

2022-08-06 Thread Daniel M. Capella via arch-commits
Date: Saturday, August 6, 2022 @ 17:09:35
  Author: polyzen
Revision: 1260447

archrelease: copy trunk to community-any

Added:
  typescript-language-server/repos/community-any/PKGBUILD
(from rev 1260446, typescript-language-server/trunk/PKGBUILD)
Deleted:
  typescript-language-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 17:09:15 UTC (rev 1260446)
+++ PKGBUILD2022-08-06 17:09:35 UTC (rev 1260447)
@@ -1,47 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=typescript-language-server
-pkgver=0.11.2
-pkgrel=1
-pkgdesc='Language Server Protocol (LSP) implementation for TypeScript using 
tsserver'
-url=https://github.com/theia-ide/typescript-language-server
-arch=('any')
-license=('Apache')
-depends=('typescript')
-makedepends=('jq' 'yarn')
-checkdepends=('npm')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('0c4d6d6e31d7f1245127646a80ee1ae13ac6b8ca4c486ca931bf32bc6b519b4313135988a8edc1553cd8d93e63f3d4dceaf1dafa86548bd03845fb0ab1ea18bc')
-
-prepare() {
-  cd $pkgname-$pkgver
-  yarn --frozen-lockfile
-}
-
-build() {
-  cd $pkgname-$pkgver
-  yarn compile # Needs bin links
-}
-
-check() {
-  cd $pkgname-$pkgver
-  yarn test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # Emulate `npm prune --production`
-  cp package.json{,.bak}
-  read -ra devDependencies < <(jq -r '.devDependencies | keys | join(" ")' 
package.json)
-  yarn remove --frozen-lockfile "${devDependencies[@]}"
-  mv package.json{.bak,}
-
-  install -d "$pkgdir"/usr/{bin,lib/node_modules/$pkgname}
-  ln -s ../lib/node_modules/$pkgname/lib/cli.js "$pkgdir"/usr/bin/$pkgname
-  chmod +x lib/cli.js
-  cp -r lib node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname {CHANGELOG,README}.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript-language-server/repos/community-any/PKGBUILD (from rev 
1260446, typescript-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 17:09:35 UTC (rev 1260447)
@@ -0,0 +1,45 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=typescript-language-server
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Language Server Protocol (LSP) implementation for TypeScript using 
tsserver'
+url=https://github.com/theia-ide/typescript-language-server
+arch=('any')
+license=('Apache')
+depends=('typescript')
+makedepends=('jq' 'yarn')
+checkdepends=('npm')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('abc14da68d240dcb686ddfe53161e5f2e84856f4c343bace31bef3ed070a44ef942e2e916c69bb274a5a846e4c5ac3a69db99756afdc772589fd98c59100a538')
+
+prepare() {
+  cd $pkgname-$pkgver
+  yarn --frozen-lockfile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  yarn compile # Needs bin links
+}
+
+check() {
+  cd $pkgname-$pkgver
+  yarn test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # Emulate `npm prune --production`
+  cp package.json{,.bak}
+  read -ra devDependencies < <(jq -r '.devDependencies | keys | join(" ")' 
package.json)
+  yarn remove --frozen-lockfile "${devDependencies[@]}"
+  mv package.json{.bak,}
+
+  install -d "$pkgdir"/usr/{bin,lib/node_modules/$pkgname}
+  ln -s ../lib/node_modules/$pkgname/lib/cli.js "$pkgdir"/usr/bin/$pkgname
+  chmod +x lib/cli.js
+  cp -r lib node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname {CHANGELOG,README}.md
+}



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

2022-08-06 Thread Daniel M. Capella via arch-commits
Date: Saturday, August 6, 2022 @ 17:09:15
  Author: polyzen
Revision: 1260446

upgpkg: typescript-language-server 1.0.0-1

Modified:
  typescript-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 17:08:19 UTC (rev 1260445)
+++ PKGBUILD2022-08-06 17:09:15 UTC (rev 1260446)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=typescript-language-server
-pkgver=0.11.2
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Language Server Protocol (LSP) implementation for TypeScript using 
tsserver'
 url=https://github.com/theia-ide/typescript-language-server
@@ -11,7 +11,7 @@
 makedepends=('jq' 'yarn')
 checkdepends=('npm')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('0c4d6d6e31d7f1245127646a80ee1ae13ac6b8ca4c486ca931bf32bc6b519b4313135988a8edc1553cd8d93e63f3d4dceaf1dafa86548bd03845fb0ab1ea18bc')
+b2sums=('abc14da68d240dcb686ddfe53161e5f2e84856f4c343bace31bef3ed070a44ef942e2e916c69bb274a5a846e4c5ac3a69db99756afdc772589fd98c59100a538')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -43,5 +43,3 @@
   cp -r lib node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
   install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname {CHANGELOG,README}.md
 }
-
-# vim:set ts=2 sw=2 et:



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

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 17:08:19
  Author: segaja
Revision: 1260445

archrelease: copy trunk to community-testing-any

Added:
  ruby-uri/repos/community-testing-any/
  ruby-uri/repos/community-testing-any/PKGBUILD
(from rev 1260444, ruby-uri/trunk/PKGBUILD)

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

Copied: ruby-uri/repos/community-testing-any/PKGBUILD (from rev 1260444, 
ruby-uri/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-08-06 17:08:19 UTC (rev 1260445)
@@ -0,0 +1,78 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='uri'
+pkgname="ruby-${_gemname}"
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='a module providing classes to handle Uniform Resource Identifiers'
+arch=('any')
+url='https://github.com/ruby/uri'
+license=('BSD' 'RUBY')
+depends=('ruby')
+checkdepends=('ruby-rake')
+options=(!emptydirs)
+source=(
+"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('bb734b5faa4c60dc9461e19538a9b06c860967093ef8018dbf519994b068e324905394de40dc79a2f07d912af1d69c9d19135ac8126ce9bfe661076e5280d688')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in (4 files)

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 17:08:00
  Author: segaja
Revision: 1260444

ruby-uri 0.11.0

Added:
  ruby-uri/
  ruby-uri/repos/
  ruby-uri/trunk/
  ruby-uri/trunk/PKGBUILD

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

Added: ruby-uri/trunk/PKGBUILD
===
--- ruby-uri/trunk/PKGBUILD (rev 0)
+++ ruby-uri/trunk/PKGBUILD 2022-08-06 17:08:00 UTC (rev 1260444)
@@ -0,0 +1,78 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='uri'
+pkgname="ruby-${_gemname}"
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='a module providing classes to handle Uniform Resource Identifiers'
+arch=('any')
+url='https://github.com/ruby/uri'
+license=('BSD' 'RUBY')
+depends=('ruby')
+checkdepends=('ruby-rake')
+options=(!emptydirs)
+source=(
+"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('bb734b5faa4c60dc9461e19538a9b06c860967093ef8018dbf519994b068e324905394de40dc79a2f07d912af1d69c9d19135ac8126ce9bfe661076e5280d688')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-08-06 Thread Tim Meusel via arch-commits
Date: Saturday, August 6, 2022 @ 17:07:33
  Author: bastelfreak
Revision: 1260443

archrelease: copy trunk to community-x86_64

Added:
  libwhereami/repos/community-x86_64/PKGBUILD
(from rev 1260442, libwhereami/trunk/PKGBUILD)
Deleted:
  libwhereami/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 17:07:27 UTC (rev 1260442)
+++ PKGBUILD2022-08-06 17:07:33 UTC (rev 1260443)
@@ -1,45 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Levente Polyak 
-# Contributor: Tim Meusel 
-
-pkgname=libwhereami
-pkgver=0.5.0
-pkgrel=12
-pkgdesc='Library to report hypervisor information from inside a VM'
-arch=('x86_64')
-url='https://github.com/puppetlabs/libwhereami'
-license=('APACHE')
-depends=('boost-libs' 'gcc-libs' 'glibc' 'leatherman' 'leatherman_execution.so'
- 'leatherman_file_util.so' 'leatherman_util.so' 'leatherman_logging.so'
- 'leatherman_locale.so')
-makedepends=('boost' 'cmake' 'rapidjson' 'curl')
-checkdepends=('python')
-provides=('libwhereami.so')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e9a0332f4ec0a2e6201cdf6212f2f1ced5a948e94aaa638c8d8a69f7306828b6168924775788b31316eecab59377a5ebd9310293e8e708e418c68fe47b248c13')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cmake \
--B build \
--DCMAKE_BUILD_TYPE=None \
--DENABLE_CXX_WERROR=OFF \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DBUILD_SHARED_LIBS=ON
-  make -C build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}/build
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libwhereami/repos/community-x86_64/PKGBUILD (from rev 1260442, 
libwhereami/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 17:07:33 UTC (rev 1260443)
@@ -0,0 +1,45 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Levente Polyak 
+# Contributor: Tim Meusel 
+
+pkgname=libwhereami
+pkgver=0.5.0
+pkgrel=13
+pkgdesc='Library to report hypervisor information from inside a VM'
+arch=('x86_64')
+url='https://github.com/puppetlabs/libwhereami'
+license=('APACHE')
+depends=('boost-libs' 'gcc-libs' 'glibc' 'leatherman' 'leatherman_execution.so'
+ 'leatherman_file_util.so' 'leatherman_util.so' 'leatherman_logging.so'
+ 'leatherman_locale.so')
+makedepends=('boost' 'cmake' 'rapidjson' 'curl')
+checkdepends=('python')
+provides=('libwhereami.so')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('e9a0332f4ec0a2e6201cdf6212f2f1ced5a948e94aaa638c8d8a69f7306828b6168924775788b31316eecab59377a5ebd9310293e8e708e418c68fe47b248c13')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-B build \
+-DCMAKE_BUILD_TYPE=None \
+-DENABLE_CXX_WERROR=OFF \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DBUILD_SHARED_LIBS=ON
+  make -C build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}/build
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-06 Thread Tim Meusel via arch-commits
Date: Saturday, August 6, 2022 @ 17:07:27
  Author: bastelfreak
Revision: 1260442

rebuild for leatherman 1.12.8

Modified:
  libwhereami/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 17:06:52 UTC (rev 1260441)
+++ PKGBUILD2022-08-06 17:07:27 UTC (rev 1260442)
@@ -4,7 +4,7 @@
 
 pkgname=libwhereami
 pkgver=0.5.0
-pkgrel=12
+pkgrel=13
 pkgdesc='Library to report hypervisor information from inside a VM'
 arch=('x86_64')
 url='https://github.com/puppetlabs/libwhereami'



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

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 17:06:52
  Author: segaja
Revision: 1260441

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby-date/repos/community-testing-x86_64/
  ruby-date/repos/community-testing-x86_64/PKGBUILD
(from rev 1260440, ruby-date/trunk/PKGBUILD)

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

Copied: ruby-date/repos/community-testing-x86_64/PKGBUILD (from rev 1260440, 
ruby-date/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-06 17:06:52 UTC (rev 1260441)
@@ -0,0 +1,79 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='date'
+pkgname="ruby-${_gemname}"
+pkgver=3.2.2
+pkgrel=1
+pkgdesc='A subclass of Object includes Comparable module for handling dates'
+arch=('x86_64')
+url='https://github.com/ruby/date'
+license=('BSD' 'RUBY')
+depends=('ruby')
+makedepends=('ruby-rake' 'ruby-rake-compiler')
+options=(!emptydirs)
+source=(
+"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5a640b550c9ea0c1fa24aa5d114ae9108fd568c8c38b20434168a92c886d66487065e0c6aedc7e55cbe59cc3338fd262ca601267ed0b55377c382fe0502e9604')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  rake compile
+  rake build
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"pkg/${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in (4 files)

2022-08-06 Thread Andreas Schleifer via arch-commits
Date: Saturday, August 6, 2022 @ 17:06:37
  Author: segaja
Revision: 1260440

ruby-date 3.2.2

Added:
  ruby-date/
  ruby-date/repos/
  ruby-date/trunk/
  ruby-date/trunk/PKGBUILD

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

Added: ruby-date/trunk/PKGBUILD
===
--- ruby-date/trunk/PKGBUILD(rev 0)
+++ ruby-date/trunk/PKGBUILD2022-08-06 17:06:37 UTC (rev 1260440)
@@ -0,0 +1,79 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='date'
+pkgname="ruby-${_gemname}"
+pkgver=3.2.2
+pkgrel=1
+pkgdesc='A subclass of Object includes Comparable module for handling dates'
+arch=('x86_64')
+url='https://github.com/ruby/date'
+license=('BSD' 'RUBY')
+depends=('ruby')
+makedepends=('ruby-rake' 'ruby-rake-compiler')
+options=(!emptydirs)
+source=(
+"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5a640b550c9ea0c1fa24aa5d114ae9108fd568c8c38b20434168a92c886d66487065e0c6aedc7e55cbe59cc3338fd262ca601267ed0b55377c382fe0502e9604')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  rake compile
+  rake build
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"pkg/${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-08-06 Thread Tim Meusel via arch-commits
Date: Saturday, August 6, 2022 @ 17:05:48
  Author: bastelfreak
Revision: 1260439

archrelease: copy trunk to community-x86_64

Added:
  cpp-hocon/repos/community-x86_64/PKGBUILD
(from rev 1260438, cpp-hocon/trunk/PKGBUILD)
Deleted:
  cpp-hocon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 17:05:40 UTC (rev 1260438)
+++ PKGBUILD2022-08-06 17:05:48 UTC (rev 1260439)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Thore Bödecker 
-# Contributor: Christian Rebischke 
-# Contributor: Tim Meusel 
-
-pkgname=cpp-hocon
-pkgver=0.3.0
-pkgrel=10
-pkgdesc="C++ port of the Typesafe Config library"
-arch=('x86_64')
-url="https://github.com/puppetlabs/cpp-hocon";
-license=('APACHE')
-depends=('boost-libs' 'gcc-libs' 'glibc' 'leatherman' 'leatherman_util.so' 
'leatherman_locale.so')
-makedepends=('boost' 'cmake' 'leatherman' 'rapidjson')
-checkdepends=('python')
-provides=('libcpp-hocon.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/cpp-hocon/archive/$pkgver.tar.gz";)
-sha512sums=('de997e6d90330f901863b7da0d6f6e069a31e052b6f31c1e3009a9559c863f08879ecf4e202c763ec32567dd3a1e436ff5d3bf0b3009a085ef3ee95e5ca6c7e5')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  :
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake \
--B build \
--DCMAKE_BUILD_TYPE=None \
--DENABLE_CXX_WERROR=OFF \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DBUILD_SHARED_LIBS=ON
-  make -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"/build
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make -C build install DESTDIR="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cpp-hocon/repos/community-x86_64/PKGBUILD (from rev 1260438, 
cpp-hocon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 17:05:48 UTC (rev 1260439)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Thore Bödecker 
+# Contributor: Christian Rebischke 
+# Contributor: Tim Meusel 
+
+pkgname=cpp-hocon
+pkgver=0.3.0
+pkgrel=11
+pkgdesc="C++ port of the Typesafe Config library"
+arch=('x86_64')
+url="https://github.com/puppetlabs/cpp-hocon";
+license=('APACHE')
+depends=('boost-libs' 'gcc-libs' 'glibc' 'leatherman' 'leatherman_util.so' 
'leatherman_locale.so')
+makedepends=('boost' 'cmake' 'leatherman' 'rapidjson')
+checkdepends=('python')
+provides=('libcpp-hocon.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/cpp-hocon/archive/$pkgver.tar.gz";)
+sha512sums=('de997e6d90330f901863b7da0d6f6e069a31e052b6f31c1e3009a9559c863f08879ecf4e202c763ec32567dd3a1e436ff5d3bf0b3009a085ef3ee95e5ca6c7e5')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  :
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake \
+-B build \
+-DCMAKE_BUILD_TYPE=None \
+-DENABLE_CXX_WERROR=OFF \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DBUILD_SHARED_LIBS=ON
+  make -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"/build
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make -C build install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-06 Thread Tim Meusel via arch-commits
Date: Saturday, August 6, 2022 @ 17:05:40
  Author: bastelfreak
Revision: 1260438

rebuild for leatherman 1.12.8

Modified:
  cpp-hocon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 17:03:54 UTC (rev 1260437)
+++ PKGBUILD2022-08-06 17:05:40 UTC (rev 1260438)
@@ -5,7 +5,7 @@
 
 pkgname=cpp-hocon
 pkgver=0.3.0
-pkgrel=10
+pkgrel=11
 pkgdesc="C++ port of the Typesafe Config library"
 arch=('x86_64')
 url="https://github.com/puppetlabs/cpp-hocon";



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

2022-08-06 Thread Tim Meusel via arch-commits
Date: Saturday, August 6, 2022 @ 17:03:45
  Author: bastelfreak
Revision: 1260436

update 1.12.7->1.12.8

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 17:01:35 UTC (rev 1260435)
+++ PKGBUILD2022-08-06 17:03:45 UTC (rev 1260436)
@@ -4,7 +4,7 @@
 # Contributor: Jonathan Steel 
 
 pkgname=leatherman
-pkgver=1.12.7
+pkgver=1.12.8
 pkgrel=2
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('x86_64')
@@ -29,7 +29,7 @@
 librapidjson-1.1.patch
 1.12.4-shared_nowide.patch)
 
-sha512sums=('dd763bf89d8356aa00805817af7029ee77452a9210b6aded16ac1434f233fbba9b41014ab55a076773f50da6d16e1cffae50e2a23d1c4b336df9cc88c05ede56'
+sha512sums=('c6096a7c0e95fb43c6998f26e8f28157f46b78af4eaf2caaa1caae832d2f23aa7591e3a29a17f24bc9b993421645d37d44249fd8cae15a3d18b40d614acd23ad'
 
'bf05009e466ea62282a78c16fe23e8cfacfbb6e5da9fdf118bf7b1b257a3b48c5c5665ef080bfdf12c9088cb4e180358d11a5bd05e2e658bdbe8f35e0bba4969'
 
'1f95d6e0ac1000d2eb8cdfee6184ca74d2bb96a9dec50cdd1539cb7e3060decbf1e4863fa2594ce1cf3405b1edf270b94b82f1c9ca79aaeb6f32f11d10c7eece')
 



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

2022-08-06 Thread Tim Meusel via arch-commits
Date: Saturday, August 6, 2022 @ 17:01:35
  Author: bastelfreak
Revision: 1260435

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  230 +++
 puppet.install |   10 +-
 2 files changed, 120 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 17:01:26 UTC (rev 1260434)
+++ PKGBUILD2022-08-06 17:01:35 UTC (rev 1260435)
@@ -1,115 +0,0 @@
-# Maintainer: Tim Meusel 
-# Contributor: Christian Rebischke 
-# Contributor: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=puppet
-pkgver=7.17.0
-pkgrel=1
-pkgdesc='Server automation framework and application'
-arch=('any')
-url='https://puppet.com/products/open-source-projects'
-license=('Apache')
-depends=(ruby facter ruby-semantic_puppet ruby-augeas ruby-shadow 
ruby-concurrent ruby-multi_json ruby-puppet-resource_api ruby-deep_merge 
ruby-fast_gettext hiera ruby-locale ruby-scanf)
-makedepends=('git' 'rake' 'ruby-rdoc')
-checkdepends=('ruby-rspec' 'ruby-yard' 'ruby-rspec-its' 'ruby-webmock')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/puppet.conf'
-'etc/puppetlabs/puppet/hiera.yaml')
-install="$pkgname.install"
-
-_augeas_commit=22db3b937d9f57f487bb37296bd41c209d69113f
-_cron_commit=e135dfc40fffb83f0f82534f8ef6d4b886ef186c
-_host_commit=bd8ace42d6aa46127561b79a920c12d316732dc0
-_mount_commit=468d108a929172c7fbc180a3a077b0442cc0c858
-_selinux_commit=c3d25664d99f96ad22a5f359b668bcd55a399d86
-_sshkeys_commit=e79aedb612ab702c06461b7fb75484064f7ed850
-_yumrepo_commit=5c77eecfd5751dd93cab90c0f67e5d112e638ab7
-_zfs_commit=7de49486bcd8e7c5579a7970dea11727c63a4c8b
-_zone_commit=7880999cdcf15b9a3594b78a06e47399c78baba1
-
-source=("https://github.com/puppetlabs/puppet/archive/${pkgver}/puppet-${pkgver}.tar.gz";
-
"augeas_core::git+https://github.com/puppetlabs/puppetlabs-augeas_core#commit=${_augeas_commit}";
-
"cron_core::git+https://github.com/puppetlabs/puppetlabs-cron_core#commit=${_cron_commit}";
-
"host_core::git+https://github.com/puppetlabs/puppetlabs-host_core#commit=${_host_commit}";
-
"mount_core::git+https://github.com/puppetlabs/puppetlabs-mount_core#commit=${_mount_commit}";
-
"selinux_core::git+https://github.com/puppetlabs/puppetlabs-selinux_core#commit=${_selinux_commit}";
-
"sshkeys_core::git+https://github.com/puppetlabs/puppetlabs-sshkeys_core#commit=${_sshkeys_commit}";
-
"yumrepo_core::git+https://github.com/puppetlabs/puppetlabs-yumrepo_core#commit=${_yumrepo_commit}";
-
"zfs_core::git+https://github.com/puppetlabs/puppetlabs-zfs_core#commit=${_zfs_commit}";
-
"zone_core::git+https://github.com/puppetlabs/puppetlabs-zone_core#commit=${_zone_commit}";
-)
-sha512sums=('3164492ed0578e5472b5091397b3637790215a94828c3148f7c8da69deec00f3928f076547e99f977c3631362b7e0132791da2a51c90afee12aee382c468d04b'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-conflicts=('puppet5' 'puppet6')
-provides=('puppet')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # FS#45044: fix file location
-  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # This breaks right now due to missing dependencies
-  #rake --tasks # show all tasks
-  #rake commits # requires a git repo
-  #rake warnings# requires a git repo
-  #rake spec# run tests single threaded
-  #rake parallel:spec[8]
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-
-  # install the gemspec file
-  # this allows other gems to load puppet as a library (for example 
puppet-strings)
-  install -Dm644 .gemspec 
"${pkgdir}/${_gemdir}/specifications/puppet-${pkgver}.gemspec"
-
-  # generate manpages | this breaks right now..
-  #rake gen_manpages
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d}
-
-  echo 'u puppet 52 "Puppet" /var/lib/puppet' > 
"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
-  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "${srcdir}/$pkgname-${pkgver}/ext/systemd/${pkgname}.s

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

2022-08-06 Thread Tim Meusel via arch-commits
Date: Saturday, August 6, 2022 @ 17:01:26
  Author: bastelfreak
Revision: 1260434

update 7.17->7.18

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 15:39:18 UTC (rev 1260433)
+++ PKGBUILD2022-08-06 17:01:26 UTC (rev 1260434)
@@ -10,7 +10,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=7.17.0
+pkgver=7.18.0
 pkgrel=1
 pkgdesc='Server automation framework and application'
 arch=('any')
@@ -45,7 +45,7 @@
 
"zfs_core::git+https://github.com/puppetlabs/puppetlabs-zfs_core#commit=${_zfs_commit}";
 
"zone_core::git+https://github.com/puppetlabs/puppetlabs-zone_core#commit=${_zone_commit}";
 )
-sha512sums=('3164492ed0578e5472b5091397b3637790215a94828c3148f7c8da69deec00f3928f076547e99f977c3631362b7e0132791da2a51c90afee12aee382c468d04b'
+sha512sums=('bc599b4a874744e86d668762713dd7c9840a9dc9e02faa17e9a220c05b07bead561d18d9229cdf37410b7be7ee53294aafe85646ebabcc194c2a67259de71c8f'
 'SKIP'
 'SKIP'
 'SKIP'



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

2022-08-06 Thread Konstantin Gizdov via arch-commits
Date: Saturday, August 6, 2022 @ 15:39:18
  Author: kgizdov
Revision: 1260433

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 15:39:12 UTC (rev 1260432)
+++ PKGBUILD2022-08-06 15:39:18 UTC (rev 1260433)
@@ -1,65 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-
-_pkgname=uproot
-pkgbase="python-${_pkgname}"
-pkgname=("${pkgbase}" "${pkgbase}-docs")
-pkgver=4.2.2
-pkgrel=1
-pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
-arch=('any')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 
'python-pytest-runner' 'python-requests'
-  'python-matplotlib' 'python-hist' 'python-scikit-hep-testdata' 
'python-xxhash' 'root' 'xrootd')
-depends=('python-awkward>=1.7.0' 'python-cachetools' 'python-lz4' 
'python-numpy' 'python-zstandard')
-optdepends=('xrootd: access remote files over XRootD'
-'python-pandas: fill Pandas DataFrames instead of Numpy arrays'
-'python-requests: access remote files through HTTP'
-'python-xxhash: handle lz4-compressed ROOT files')
-url="https://github.com/scikit-hep/${_pkgname}4";
-license=('BSD')
-
-source=("${_pkgname}-${pkgver}::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('2ba34c18a75af60c3b3e25703b2d5bd373cddfa22682827844ea7087ff899427')
-
-prepare() {
-cd "${srcdir}/${_pkgname}4-${pkgver}"
-sed \
--e 
's/setuptools.extern.packaging.version.parse/packaging.version.parse/' \
--e 's/import setuptools/import packaging/' \
--i src/uproot/_util.py
-}
-
-build() {
-cd "${srcdir}/${_pkgname}4-${pkgver}"
-python -m build --wheel --no-isolation
-}
-
-check() {
-cd "${srcdir}/${_pkgname}4-${pkgver}"
-find tests -type f -exec sed \
-  -e 
's...@scikit-hep.org/uproot/examp...@scikit-hep.org/uproot3/examples@g' \
-  -e 
's...@scikit-hep.org:443/uproot/examp...@scikit-hep.org:443/uproot3/examples@g' 
\
-  -i {} \;
-# tests depend on some unpackaged deps
-PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package_python-uproot() {
-optdepends+=('python-uproot-docs: docs')
-cd "${srcdir}/${_pkgname}4-${pkgver}"
-
-python -m installer --destdir="$pkgdir" dist/*.whl
-
-install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-uproot-docs() {
-depends=('python-sphinx')
-cd "${srcdir}/${_pkgname}4-${pkgver}"
-
-install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-install -D README.md "${pkgdir}/usr/share/${pkgname}/README.md"
-
-install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-cp -r docs-img docs-sphinx "${pkgdir}/usr/share/doc/${pkgbase}/"
-}

Copied: python-uproot/repos/community-any/PKGBUILD (from rev 1260432, 
python-uproot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 15:39:18 UTC (rev 1260433)
@@ -0,0 +1,65 @@
+# Maintainer: Konstantin Gizdov 
+
+_pkgname=uproot
+pkgbase="python-${_pkgname}"
+pkgname=("${pkgbase}" "${pkgbase}-docs")
+pkgver=4.3.4
+pkgrel=1
+pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
+arch=('any')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 
'python-pytest-runner' 'python-requests' 'python-dask'
+  'python-matplotlib' 'python-hist' 'python-scikit-hep-testdata' 
'python-xxhash' 'root' 'xrootd')
+depends=('python-awkward>=1.7.0' 'python-cachetools' 'python-lz4' 
'python-numpy' 'python-zstandard')
+optdepends=('xrootd: access remote files over XRootD'
+'python-pandas: fill Pandas DataFrames instead of Numpy arrays'
+'python-requests: access remote files through HTTP'
+'python-xxhash: handle lz4-compressed ROOT files')
+url="https://github.com/scikit-hep/${_pkgname}4";
+license=('BSD')
+
+source=("${_pkgname}-${pkgver}::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('a97a57766fcac813e177076bb757fcc2d8f92a932c9f78c696340c2f5fffef6d')
+
+prepare() {
+cd "${srcdir}/${_pkgname}5-${pkgver}"
+sed \
+-e 
's/setuptools.extern.packaging.version.parse/packaging.version.parse/' \
+-e 's/import setuptools/import packaging/' \
+-i src/uproot/_util.py
+}
+
+build() {
+cd "${srcdir}/${_pkgname}5-${pkgver}"
+python -m build --wheel --no-isolation
+}
+
+check() {
+cd "${srcdir}/${_pkgname}5-${pkgver}"
+find tests -type f -exec sed \
+  -e 
's...@scikit-hep.org/uproot/examp...@scikit-hep.org/uproot3/examples@g' \

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

2022-08-06 Thread Konstantin Gizdov via arch-commits
Date: Saturday, August 6, 2022 @ 15:39:12
  Author: kgizdov
Revision: 1260432

upgpkg: python-uproot 4.3.4-1

Modified:
  python-uproot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 15:23:09 UTC (rev 1260431)
+++ PKGBUILD2022-08-06 15:39:12 UTC (rev 1260432)
@@ -3,12 +3,12 @@
 _pkgname=uproot
 pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}" "${pkgbase}-docs")
-pkgver=4.2.2
+pkgver=4.3.4
 pkgrel=1
 pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
 arch=('any')
 makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 
'python-pytest-runner' 'python-requests'
+checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 
'python-pytest-runner' 'python-requests' 'python-dask'
   'python-matplotlib' 'python-hist' 'python-scikit-hep-testdata' 
'python-xxhash' 'root' 'xrootd')
 depends=('python-awkward>=1.7.0' 'python-cachetools' 'python-lz4' 
'python-numpy' 'python-zstandard')
 optdepends=('xrootd: access remote files over XRootD'
@@ -19,10 +19,10 @@
 license=('BSD')
 
 source=("${_pkgname}-${pkgver}::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('2ba34c18a75af60c3b3e25703b2d5bd373cddfa22682827844ea7087ff899427')
+sha256sums=('a97a57766fcac813e177076bb757fcc2d8f92a932c9f78c696340c2f5fffef6d')
 
 prepare() {
-cd "${srcdir}/${_pkgname}4-${pkgver}"
+cd "${srcdir}/${_pkgname}5-${pkgver}"
 sed \
 -e 
's/setuptools.extern.packaging.version.parse/packaging.version.parse/' \
 -e 's/import setuptools/import packaging/' \
@@ -30,12 +30,12 @@
 }
 
 build() {
-cd "${srcdir}/${_pkgname}4-${pkgver}"
+cd "${srcdir}/${_pkgname}5-${pkgver}"
 python -m build --wheel --no-isolation
 }
 
 check() {
-cd "${srcdir}/${_pkgname}4-${pkgver}"
+cd "${srcdir}/${_pkgname}5-${pkgver}"
 find tests -type f -exec sed \
   -e 
's...@scikit-hep.org/uproot/examp...@scikit-hep.org/uproot3/examples@g' \
   -e 
's...@scikit-hep.org:443/uproot/examp...@scikit-hep.org:443/uproot3/examples@g' 
\
@@ -46,7 +46,7 @@
 
 package_python-uproot() {
 optdepends+=('python-uproot-docs: docs')
-cd "${srcdir}/${_pkgname}4-${pkgver}"
+cd "${srcdir}/${_pkgname}5-${pkgver}"
 
 python -m installer --destdir="$pkgdir" dist/*.whl
 
@@ -55,7 +55,7 @@
 
 package_python-uproot-docs() {
 depends=('python-sphinx')
-cd "${srcdir}/${_pkgname}4-${pkgver}"
+cd "${srcdir}/${_pkgname}5-${pkgver}"
 
 install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 install -D README.md "${pkgdir}/usr/share/${pkgname}/README.md"



[arch-commits] Commit in binutils/repos/testing-x86_64 (6 files)

2022-08-06 Thread Frederik Schwan via arch-commits
Date: Saturday, August 6, 2022 @ 15:30:48
  Author: freswa
Revision: 452346

archrelease: copy trunk to testing-x86_64

Added:
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 452345, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/gold-warn-unsupported.patch
(from rev 452345, binutils/trunk/gold-warn-unsupported.patch)
  binutils/repos/testing-x86_64/keys/
Deleted:
  binutils/repos/testing-x86_64/PKGBUILD
  binutils/repos/testing-x86_64/gold-warn-unsupported.patch
  binutils/repos/testing-x86_64/keys/

-+
 PKGBUILD|  225 +-
 gold-warn-unsupported.patch |  132 
 2 files changed, 179 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 15:30:42 UTC (rev 452345)
+++ PKGBUILD2022-08-06 15:30:48 UTC (rev 452346)
@@ -1,112 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Maintainer: Frederik Schwan 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-
-# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
-
-pkgname=binutils
-pkgver=2.39
-_commit=b51c2fec1da205ea3e7354cbb3e253018d64873c
-pkgrel=1
-pkgdesc='A set of programs to assemble and manipulate binary and object files'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=('GPL3' 'GPL' 'FDL1.3' 'custom:FSFAP')
-groups=(base-devel)
-depends=(glibc zlib libelf)
-makedepends=(git)
-checkdepends=(dejagnu debuginfod bc)
-optdepends=('debuginfod: for debuginfod server/client functionality')
-conflicts=(binutils-multilib)
-replaces=(binutils-multilib)
-options=(staticlibs !distcc !ccache debug)
-source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
-gold-warn-unsupported.patch)
-sha256sums=('SKIP'
-'2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4')
-validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
-
-prepare() {
-  [[ ! -d binutils-gdb ]] && ln -s binutils-$pkgver binutils-gdb
-  mkdir -p binutils-build
-
-  cd binutils-gdb
-
-  # Turn off development mode (-Werror, gas run-time checks, date in sonames)
-  sed -i '/^development=/s/true/false/' bfd/development.sh
-
-  # Creds @Fedora
-  # Change the gold configuration script to only warn about
-  # unsupported targets.  This allows the binutils to be built with
-  # BPF support enabled.
-  patch -Np1 -i "${srcdir}"/gold-warn-unsupported.patch
-}
-
-build() {
-  cd binutils-build
-
-  "$srcdir/binutils-gdb/configure" \
---prefix=/usr \
---with-lib-path=/usr/lib:/usr/local/lib \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-cet \
---enable-deterministic-archives \
---enable-gold \
---enable-install-libiberty \
---enable-ld=default \
---enable-pgo-build=lto \
---enable-plugins \
---enable-relro \
---enable-shared \
---enable-targets=x86_64-pep,bpf-unknown-none \
---enable-threads \
---disable-gdb \
---disable-gdbserver \
---disable-libdecnumber \
---disable-readline \
---disable-sim \
---disable-werror \
---with-debuginfod \
---with-pic \
---with-system-zlib
-
-  make -O tooldir=/usr
-
-  # Extract the FSF All Permissive License
-  # 

-  # used for some linker scripts.
-  tail -n 5 "${srcdir}"/binutils-gdb/ld/scripttempl/README > FSFAP
-}
-
-check() {
-  cd binutils-build
-
-  # Use minimal flags for testsuite
-  # ld testsuite uses CFLAGS_FOR_TARGET and requires -g
-  # gold testsuite requires CXXFLAGS/CFLAGS with default PIE/PIC disabled
-  make -O CFLAGS_FOR_TARGET="-O2 -g" \
-  CXXFLAGS="-O2 -no-pie -fno-PIC" \
-  CFLAGS="-O2 -no-pie" \
-  LDFLAGS="" \
-  check || true
-}
-
-package() {
-  cd binutils-build
-  make prefix="$pkgdir/usr" tooldir="$pkgdir/usr" install
-
-  # install PIC version of libiberty
-  install -m644 libiberty/pic/libiberty.a "$pkgdir/usr/lib"
-
-  # Remove unwanted files
-  rm -f "$pkgdir"/usr/share/man/man1/{dlltool,windres,windmc}*
-
-  # No shared linking to these files outside binutils
-  rm -f "$pkgdir"/usr/lib/lib{bfd,opcodes}.so
-  echo 'INPUT( /usr/lib/libbfd.a -liberty -lz -ldl )' > 
"$pkgdir/usr/lib/libbfd.so"
-  echo 'INPUT( /usr/lib/libopcodes.a -lbfd )' > "$pkgdir/usr/lib/libopcodes.so"
-
-  # install FSF All Permissive License
-  install -Dm644 -t "${pkgdir}"/usr/share/licenses/${pkgname}/ FSFAP
-}

Copied: binutils/repos/testing-x86_64/PKGBUILD (from rev 452345, 
binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 15:30:48 UTC (rev 452346)
@@ -0,0 +1,113 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Frederik Schwan 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+

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

2022-08-06 Thread Frederik Schwan via arch-commits
Date: Saturday, August 6, 2022 @ 15:30:42
  Author: freswa
Revision: 452345

upgpkg: binutils 2.39-2

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 15:02:26 UTC (rev 452344)
+++ PKGBUILD2022-08-06 15:30:42 UTC (rev 452345)
@@ -8,7 +8,7 @@
 pkgname=binutils
 pkgver=2.39
 _commit=b51c2fec1da205ea3e7354cbb3e253018d64873c
-pkgrel=1
+pkgrel=2
 pkgdesc='A set of programs to assemble and manipulate binary and object files'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'



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

2022-08-06 Thread Konstantin Gizdov via arch-commits
Date: Saturday, August 6, 2022 @ 15:23:09
  Author: kgizdov
Revision: 1260431

archrelease: copy trunk to community-x86_64

Added:
  python-llvmlite/repos/community-x86_64/PKGBUILD
(from rev 1260430, python-llvmlite/trunk/PKGBUILD)
Deleted:
  python-llvmlite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 15:23:01 UTC (rev 1260430)
+++ PKGBUILD2022-08-06 15:23:09 UTC (rev 1260431)
@@ -1,35 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-
-_pkgname=llvmlite
-pkgbase="python-${_pkgname}"
-pkgname=("${pkgbase}")
-pkgver=0.38.1
-pkgrel=1
-pkgdesc='A Lightweight LLVM Python Binding for Writing JIT Compilers'
-arch=('x86_64')
-makedepends=('cmake' 'llvm11' 'git' 'python-build' 'python-installer' 
'python-wheel' 'python-setuptools-scm')
-checkdepends=('python-tests')
-depends=('python' 'llvm11-libs')
-url="https://github.com/numba/${_pkgname}";
-license=('BSD')
-
-source=("${_pkgname}::git+${url}#tag=v${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-cd "${srcdir}/${_pkgname}"
-python -m build --wheel --no-isolation
-}
-
-check() {
-cd "${srcdir}/${_pkgname}"
-python -m test || echo 'some tests failed!'
-}
-
-package() {
-cd "${srcdir}/${_pkgname}"
-
-python -m installer --destdir="$pkgdir" dist/*.whl
-
-install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-llvmlite/repos/community-x86_64/PKGBUILD (from rev 1260430, 
python-llvmlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 15:23:09 UTC (rev 1260431)
@@ -0,0 +1,35 @@
+# Maintainer: Konstantin Gizdov 
+
+_pkgname=llvmlite
+pkgbase="python-${_pkgname}"
+pkgname=("${pkgbase}")
+pkgver=0.39.0
+pkgrel=1
+pkgdesc='A Lightweight LLVM Python Binding for Writing JIT Compilers'
+arch=('x86_64')
+makedepends=('cmake' 'llvm11' 'git' 'python-build' 'python-installer' 
'python-wheel' 'python-setuptools-scm')
+checkdepends=('python-tests')
+depends=('python' 'llvm11-libs')
+url="https://github.com/numba/${_pkgname}";
+license=('BSD')
+
+source=("${_pkgname}::git+${url}#tag=v${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${_pkgname}"
+python -m build --wheel --no-isolation
+}
+
+check() {
+cd "${srcdir}/${_pkgname}"
+python -m test || echo 'some tests failed!'
+}
+
+package() {
+cd "${srcdir}/${_pkgname}"
+
+python -m installer --destdir="$pkgdir" dist/*.whl
+
+install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-08-06 Thread Konstantin Gizdov via arch-commits
Date: Saturday, August 6, 2022 @ 15:23:01
  Author: kgizdov
Revision: 1260430

upgpkg: python-llvmlite 0.39.0-1

Modified:
  python-llvmlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 15:22:29 UTC (rev 1260429)
+++ PKGBUILD2022-08-06 15:23:01 UTC (rev 1260430)
@@ -3,7 +3,7 @@
 _pkgname=llvmlite
 pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}")
-pkgver=0.38.1
+pkgver=0.39.0
 pkgrel=1
 pkgdesc='A Lightweight LLVM Python Binding for Writing JIT Compilers'
 arch=('x86_64')



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

2022-08-06 Thread Konstantin Gizdov via arch-commits
Date: Saturday, August 6, 2022 @ 15:22:29
  Author: kgizdov
Revision: 1260429

archrelease: copy trunk to community-testing-x86_64

Added:
  nccl/repos/community-testing-x86_64/
  nccl/repos/community-testing-x86_64/PKGBUILD
(from rev 1260428, nccl/trunk/PKGBUILD)

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

Copied: nccl/repos/community-testing-x86_64/PKGBUILD (from rev 1260428, 
nccl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-06 15:22:29 UTC (rev 1260429)
@@ -0,0 +1,64 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=nccl
+pkgver=2.13.4
+_upstr_pkgrel=1
+pkgrel=1
+pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
+arch=('x86_64')
+url='https://developer.nvidia.com/nccl/'
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+makedepends=('git' 'cuda')
+source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel}";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
+  local _file
+  local _filelist
+  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
+  for _file in $_filelist
+  do
+sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
+  done
+}
+
+build() {
+  cd "$pkgname"
+
+  # https://docs.nvidia.com/cuda/turing-compatibility-guide/index.html
+  # specify as follows:
+  ## PTX virtual arch: -gencode=arch=compute_XX,code=compute_XX
+  ## binary cubin arch: -gencode=arch=compute_XX,code=sm_XX
+  # we provide binary support on all arches, no PTX is needed
+  # drop PTX to improve performance and reduce linking issues
+  # keep only latest version PTX for future compatibility
+  export NVCC_GENCODE="-gencode=arch=compute_52,code=sm_52 \
+   -gencode=arch=compute_53,code=sm_53 \
+   -gencode=arch=compute_60,code=sm_60 \
+   -gencode=arch=compute_61,code=sm_61 \
+   -gencode=arch=compute_62,code=sm_62 \
+   -gencode=arch=compute_70,code=sm_70 \
+   -gencode=arch=compute_72,code=sm_72 \
+   -gencode=arch=compute_75,code=sm_75 \
+   -gencode=arch=compute_80,code=sm_80 \
+   -gencode=arch=compute_86,code=sm_86 \
+   -gencode=arch=compute_86,code=compute_86"
+
+  export CXXFLAGS+=" -ffat-lto-objects"
+  make CUDA_HOME=/opt/cuda PREFIX=/usr src.build
+}
+
+package() {
+  cd "${pkgname}"
+
+  make PREFIX="${pkgdir}"/usr install
+  # fix permission on static lib
+  chmod 644 "${pkgdir}"/usr/lib/libnccl_static.a
+  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-08-06 Thread Konstantin Gizdov via arch-commits
Date: Saturday, August 6, 2022 @ 15:22:23
  Author: kgizdov
Revision: 1260428

upgpkg: nccl 2.13.4-1

Modified:
  nccl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 15:17:23 UTC (rev 1260427)
+++ PKGBUILD2022-08-06 15:22:23 UTC (rev 1260428)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Bermond < yahoo-com: danielbermond >
 
 pkgname=nccl
-pkgver=2.12.12
+pkgver=2.13.4
 _upstr_pkgrel=1
 pkgrel=1
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'



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

2022-08-06 Thread David Runge via arch-commits
Date: Saturday, August 6, 2022 @ 15:17:23
  Author: dvzrv
Revision: 1260427

archrelease: copy trunk to community-any

Added:
  tmuxp/repos/community-any/PKGBUILD
(from rev 1260426, tmuxp/trunk/PKGBUILD)
Deleted:
  tmuxp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 15:17:11 UTC (rev 1260426)
+++ PKGBUILD2022-08-06 15:17:23 UTC (rev 1260427)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=tmuxp
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="Tmux session manager built on libtmux"
-arch=(any)
-url="https://tmuxp.git-pull.com/en/latest/";
-license=(MIT)
-depends=(python-click python-colorama python-kaptan python-libtmux)
-makedepends=(python-build python-installer python-poetry-core python-wheel)
-checkdepends=(python-pytest python-pytest-mock python-pytest-rerunfailures)
-source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('bc1f777c6f5c897c6d1c322704b30db75f38e1af92f5ce075966e813ef8e5759ae5365464cf4afea4a1c867be3ea431239f658d840c472a105379533fb1e8824')
-b2sums=('ee8bb336494703678570262e44ff6482692f9d69f93d890128ca693bd25005263ef83efd23382bc202728e6de40082b0ae7c6346de369b5e119f52fc697d190e')
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local _deselected=(
-# https://github.com/tmux-python/tmuxp/issues/788
---deselect tests/test_workspacebuilder.py::test_automatic_rename_option
-  )
-  cd $pkgname-$pkgver
-  pytest -vv "${_deselected[@]}"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 {CHANGES,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 examples/*.{json,yaml} -t 
"$pkgdir/usr/share/doc/$pkgname/examples/"
-}
-
-# vim:set ts=2 sw=2 et:}

Copied: tmuxp/repos/community-any/PKGBUILD (from rev 1260426, 
tmuxp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 15:17:23 UTC (rev 1260427)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+pkgname=tmuxp
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="Tmux session manager built on libtmux"
+arch=(any)
+url="https://tmuxp.git-pull.com/en/latest/";
+license=(MIT)
+depends=(python-click python-colorama python-kaptan python-libtmux)
+makedepends=(python-build python-installer python-poetry-core python-wheel)
+checkdepends=(python-pytest python-pytest-mock python-pytest-rerunfailures)
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('0bcaf98cb7d6b22b8abf5a449b37b409b81f64c990052abb2afcda8ba9dbfa1bb277b8d19f5078c0d99c1ef10a36af03e4d33264b99af4e5297595483addfebb')
+b2sums=('fb72918baea9a39e5cc8702a4f5c8219b9165a23f2b73f5b1006c876c4708253612542da56276bd5009f20ffce83e450b7e1bc78dd87c0dc6e0bb111bcafc1e0')
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _deselected=(
+# https://github.com/tmux-python/tmuxp/issues/788
+--deselect tests/test_workspacebuilder.py::test_automatic_rename_option
+# https://github.com/tmux-python/tmuxp/issues/792
+--deselect tests/test_workspacebuilder.py::test_environment_variables
+  )
+  cd $pkgname-$pkgver
+  pytest -vv "${_deselected[@]}"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 {CHANGES,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 examples/*.{json,yaml} -t 
"$pkgdir/usr/share/doc/$pkgname/examples/"
+}
+
+# vim:set ts=2 sw=2 et:}



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

2022-08-06 Thread David Runge via arch-commits
Date: Saturday, August 6, 2022 @ 15:17:11
  Author: dvzrv
Revision: 1260426

upgpkg: tmuxp 1.12.1-1: Upgrade to 1.12.1.

Deselect broken test: https://github.com/tmux-python/tmuxp/issues/792

Modified:
  tmuxp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 15:06:00 UTC (rev 1260425)
+++ PKGBUILD2022-08-06 15:17:11 UTC (rev 1260426)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=tmuxp
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc="Tmux session manager built on libtmux"
 arch=(any)
@@ -11,8 +11,8 @@
 makedepends=(python-build python-installer python-poetry-core python-wheel)
 checkdepends=(python-pytest python-pytest-mock python-pytest-rerunfailures)
 
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('bc1f777c6f5c897c6d1c322704b30db75f38e1af92f5ce075966e813ef8e5759ae5365464cf4afea4a1c867be3ea431239f658d840c472a105379533fb1e8824')
-b2sums=('ee8bb336494703678570262e44ff6482692f9d69f93d890128ca693bd25005263ef83efd23382bc202728e6de40082b0ae7c6346de369b5e119f52fc697d190e')
+sha512sums=('0bcaf98cb7d6b22b8abf5a449b37b409b81f64c990052abb2afcda8ba9dbfa1bb277b8d19f5078c0d99c1ef10a36af03e4d33264b99af4e5297595483addfebb')
+b2sums=('fb72918baea9a39e5cc8702a4f5c8219b9165a23f2b73f5b1006c876c4708253612542da56276bd5009f20ffce83e450b7e1bc78dd87c0dc6e0bb111bcafc1e0')
 
 build() {
   cd $pkgname-$pkgver
@@ -23,6 +23,8 @@
   local _deselected=(
 # https://github.com/tmux-python/tmuxp/issues/788
 --deselect tests/test_workspacebuilder.py::test_automatic_rename_option
+# https://github.com/tmux-python/tmuxp/issues/792
+--deselect tests/test_workspacebuilder.py::test_environment_variables
   )
   cd $pkgname-$pkgver
   pytest -vv "${_deselected[@]}"



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

2022-08-06 Thread David Runge via arch-commits
Date: Saturday, August 6, 2022 @ 15:06:00
  Author: dvzrv
Revision: 1260425

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 15:05:44 UTC (rev 1260424)
+++ PKGBUILD2022-08-06 15:06:00 UTC (rev 1260425)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-
-_name=libtmux
-pkgname=python-libtmux
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Python api for tmux"
-arch=(any)
-url="https://libtmux.git-pull.com/";
-license=(MIT)
-depends=(python tmux)
-makedepends=(python-build python-installer python-poetry-core python-wheel)
-checkdepends=(python-pytest procps-ng)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('5b18addcc6cfa2956d266a416fd5ecbb09292e16e4d0e7191aa4d2f28bfdf9ca9edfaf57d7796e6ccb3e30135792a2c99727a82d2a01a9349c554d76a12b2ec4')
-b2sums=('2a54274d5ad5035a656429f474f81549a80ce5332bb390f23c10587ef1c7218ddb386cb82902184e55c3d2d515ade772ffaae79cea83bfe53912f9d29cfc3527')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest -v
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -vDm 644 {CHANGES,README.md} -t "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: python-libtmux/repos/community-any/PKGBUILD (from rev 1260424, 
python-libtmux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 15:06:00 UTC (rev 1260425)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+
+_name=libtmux
+pkgname=python-libtmux
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Python api for tmux"
+arch=(any)
+url="https://libtmux.git-pull.com/";
+license=(MIT)
+depends=(python tmux)
+makedepends=(python-build python-installer python-poetry-core python-wheel)
+checkdepends=(python-pytest procps-ng)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('a6729fd7b2042d709079ab8f1bcd0c6efc5378186a245d8d238161f0244a559cb09241f71aeabd6f92ee522c4b1a093e1528bf7bfd610404b18b05d64ba3c99b')
+b2sums=('db7a17dd3dad057ecfa123c27ab5bf4629ecd8b16106c8bb9c8cc004b2a5e822bd4778ad88b782fa4a75abb12234fe4c54cac63b656893c70ec3c6e37a90b6c6')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest -v
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -vDm 644 {CHANGES,README.md} -t "$pkgdir/usr/share/doc/$pkgname"
+}



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

2022-08-06 Thread David Runge via arch-commits
Date: Saturday, August 6, 2022 @ 15:05:44
  Author: dvzrv
Revision: 1260424

upgpkg: python-libtmux 0.14.0-1: Upgrade to 0.14.0.

Modified:
  python-libtmux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 15:04:46 UTC (rev 1260423)
+++ PKGBUILD2022-08-06 15:05:44 UTC (rev 1260424)
@@ -2,7 +2,7 @@
 
 _name=libtmux
 pkgname=python-libtmux
-pkgver=0.12.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Python api for tmux"
 arch=(any)
@@ -12,8 +12,8 @@
 makedepends=(python-build python-installer python-poetry-core python-wheel)
 checkdepends=(python-pytest procps-ng)
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('5b18addcc6cfa2956d266a416fd5ecbb09292e16e4d0e7191aa4d2f28bfdf9ca9edfaf57d7796e6ccb3e30135792a2c99727a82d2a01a9349c554d76a12b2ec4')
-b2sums=('2a54274d5ad5035a656429f474f81549a80ce5332bb390f23c10587ef1c7218ddb386cb82902184e55c3d2d515ade772ffaae79cea83bfe53912f9d29cfc3527')
+sha512sums=('a6729fd7b2042d709079ab8f1bcd0c6efc5378186a245d8d238161f0244a559cb09241f71aeabd6f92ee522c4b1a093e1528bf7bfd610404b18b05d64ba3c99b')
+b2sums=('db7a17dd3dad057ecfa123c27ab5bf4629ecd8b16106c8bb9c8cc004b2a5e822bd4778ad88b782fa4a75abb12234fe4c54cac63b656893c70ec3c6e37a90b6c6')
 
 build() {
   cd $_name-$pkgver



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

2022-08-06 Thread David Runge via arch-commits
Date: Saturday, August 6, 2022 @ 15:04:46
  Author: dvzrv
Revision: 1260423

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 15:04:34 UTC (rev 1260422)
+++ PKGBUILD2022-08-06 15:04:46 UTC (rev 1260423)
@@ -1,63 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pdm
-pkgname=python-pdm
-# WARNING: vendored libs may change in patch level versions...
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="A modern Python package manager with PEP 582 support"
-arch=(any)
-url="https://github.com/pdm-project/pdm";
-license=(MIT)
-depends=(
-  python-blinker
-  python-cachecontrol
-  python-click
-  python-dotenv
-  python-findpython
-  python-installer
-  python-packaging
-  python-pdm-pep517
-  python-pep517
-  python-pip
-  python-platformdirs
-  python-requests-toolbelt
-  python-resolvelib
-  python-rich
-  python-shellingham
-  python-tomli
-  python-tomlkit
-  python-unearth
-  python-virtualenv
-  python-wheel
-)
-makedepends=(python-build)
-checkdepends=(python-pytest python-pytest-mock python-pytest-xdist)
-optdepends=('python-keyring: for storing credentials')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('7f7c7982a9d6078b1206b73abd4fd9ef5a38f437b2e2cd32c4cc04481a1a28ebd6de4ae73443ec3427eccc86ed98c33b65c0375b4b2176b0f147e418538dd0a4')
-b2sums=('48dda9ad120ac2b244a06c0de4b84b9f5ca4fd82c4c34d40ea6c6fc7b9c79d1e85a4a78fc52f133e0be9ae11fca0c75f39a7c94cabf48a85e88c7d2459dc19ac')
-
-build() {
-  cd $_name-$pkgver
-  export PDM_PEP517_SCM_VERSION=$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-
-  cd $_name-$pkgver
-  # install to temporary location, as importlib is used
-  python -m installer --destdir=test_dir dist/*.whl
-  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
-  # skip tests that would fail because of missing interpreters: 
https://github.com/pdm-project/pdm/issues/1175
-  pytest -vv -c /dev/null -k 'not test_basic_integration'
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-pdm/repos/community-any/PKGBUILD (from rev 1260422, 
python-pdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 15:04:46 UTC (rev 1260423)
@@ -0,0 +1,62 @@
+# Maintainer: David Runge 
+
+_name=pdm
+pkgname=python-pdm
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A modern Python package manager with PEP 582 support"
+arch=(any)
+url="https://github.com/pdm-project/pdm";
+license=(MIT)
+depends=(
+  python-blinker
+  python-cachecontrol
+  python-click
+  python-dotenv
+  python-findpython
+  python-installer
+  python-packaging
+  python-pdm-pep517
+  python-pep517
+  python-pip
+  python-platformdirs
+  python-requests-toolbelt
+  python-resolvelib
+  python-rich
+  python-shellingham
+  python-tomli
+  python-tomlkit
+  python-unearth
+  python-virtualenv
+  python-wheel
+)
+makedepends=(python-build)
+checkdepends=(python-pytest python-pytest-mock python-pytest-xdist)
+optdepends=('python-keyring: for storing credentials')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('1d5b0f571eb316bea28677070d325b6ae292a7383ed1f56d3a801462bd23fbd0e5269d36faf7db226a6ce740c99c8709a754703f594ec3f87d56aa5449e9de9b')
+b2sums=('fc20d97be35f042039349d7c2aa593e5547a54dbf616ef9e9866278f73f04993c460195cb0392ccf2399364dceed8ce1c6fe4a14e42eaf21787cd1c39290d76b')
+
+build() {
+  cd $_name-$pkgver
+  export PDM_PEP517_SCM_VERSION=$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  # install to temporary location, as importlib is used
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
+  # skip tests that would fail because of missing interpreters: 
https://github.com/pdm-project/pdm/issues/1175
+  pytest -vv -c /dev/null -k 'not test_basic_integration'
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-08-06 Thread David Runge via arch-commits
Date: Saturday, August 6, 2022 @ 15:04:34
  Author: dvzrv
Revision: 1260422

upgpkg: python-pdm 2.1.1-1: Upgrade to 2.1.1.

Modified:
  python-pdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 15:01:51 UTC (rev 1260421)
+++ PKGBUILD2022-08-06 15:04:34 UTC (rev 1260422)
@@ -2,8 +2,7 @@
 
 _name=pdm
 pkgname=python-pdm
-# WARNING: vendored libs may change in patch level versions...
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="A modern Python package manager with PEP 582 support"
 arch=(any)
@@ -35,8 +34,8 @@
 checkdepends=(python-pytest python-pytest-mock python-pytest-xdist)
 optdepends=('python-keyring: for storing credentials')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('7f7c7982a9d6078b1206b73abd4fd9ef5a38f437b2e2cd32c4cc04481a1a28ebd6de4ae73443ec3427eccc86ed98c33b65c0375b4b2176b0f147e418538dd0a4')
-b2sums=('48dda9ad120ac2b244a06c0de4b84b9f5ca4fd82c4c34d40ea6c6fc7b9c79d1e85a4a78fc52f133e0be9ae11fca0c75f39a7c94cabf48a85e88c7d2459dc19ac')
+sha512sums=('1d5b0f571eb316bea28677070d325b6ae292a7383ed1f56d3a801462bd23fbd0e5269d36faf7db226a6ce740c99c8709a754703f594ec3f87d56aa5449e9de9b')
+b2sums=('fc20d97be35f042039349d7c2aa593e5547a54dbf616ef9e9866278f73f04993c460195cb0392ccf2399364dceed8ce1c6fe4a14e42eaf21787cd1c39290d76b')
 
 build() {
   cd $_name-$pkgver



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

2022-08-06 Thread David Runge via arch-commits
Date: Saturday, August 6, 2022 @ 15:01:51
  Author: dvzrv
Revision: 1260421

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-06 15:01:40 UTC (rev 1260420)
+++ PKGBUILD2022-08-06 15:01:51 UTC (rev 1260421)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-
-_name=svglib
-pkgname=python-svglib
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Read SVG files and convert them to other formats"
-arch=(any)
-url="https://github.com/deeplook/svglib";
-license=(LGPL3)
-depends=(python-lxml python-reportlab python-tinycss2 python-cssselect2)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pillow python-pytest)
-# sdist tarballs do not include all necessary files: 
https://github.com/deeplook/svglib/issues/341
-# 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-source=($_name-v$pkgver.tar.gz::https://github.com/deeplook/$_name/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('457fb69ba1c298079888f200502c7099cf5ee674857ff8682948011bf8e1544715e6196544212f5c0ddef1202d04f3f05d01edb4351e673ceae16a85ca0d66e5')
-b2sums=('f53bda781479ddc5d4b04fd122b5141620db81756308973cb283957615711e62623baa74b69af954936be24970a4e4a6f026667c4069d62bf1705a839ecc52f3')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  export PYTHONPATH="build:$PYTHONPATH"
-  # disable tests that need remote resources
-  pytest -vv -k "not TestWikipediaSymbols and not TestWikipediaFlags"
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 {CHANGELOG,CONTRIBUTORS,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-svglib/repos/community-any/PKGBUILD (from rev 1260420, 
python-svglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-06 15:01:51 UTC (rev 1260421)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+
+_name=svglib
+pkgname=python-svglib
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Read SVG files and convert them to other formats"
+arch=(any)
+url="https://github.com/deeplook/svglib";
+license=(LGPL3)
+depends=(python-lxml python-reportlab python-tinycss2 python-cssselect2)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pillow python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('c639de1f83b9fad743fc1dc84fb5aa404e0c385ae315a24b37ffecc37e4e18ba95a48a3781faac1a233b69afcb9bfa0fd896cce5499fa7af428cf5344ec93582')
+b2sums=('84bc511419fb08582cf63ff0be242772d4c18bf8c9e72cbe23a649350355d2df992bf3087c84767008a5fdf256aa6909f3c8a0974a20e70ad8e50aef464e8cdb')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  export PYTHONPATH="build:$PYTHONPATH"
+  # disable tests that need remote resources
+  pytest -vv -k "not TestWikipediaSymbols and not TestWikipediaFlags"
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 {CHANGELOG,CONTRIBUTORS,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-08-06 Thread David Runge via arch-commits
Date: Saturday, August 6, 2022 @ 15:01:40
  Author: dvzrv
Revision: 1260420

upgpkg: python-svglib 1.4.1-1: Upgrade to 1.4.1.

Modified:
  python-svglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 14:58:35 UTC (rev 1260419)
+++ PKGBUILD2022-08-06 15:01:40 UTC (rev 1260420)
@@ -2,7 +2,7 @@
 
 _name=svglib
 pkgname=python-svglib
-pkgver=1.3.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Read SVG files and convert them to other formats"
 arch=(any)
@@ -11,11 +11,9 @@
 depends=(python-lxml python-reportlab python-tinycss2 python-cssselect2)
 makedepends=(python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-pillow python-pytest)
-# sdist tarballs do not include all necessary files: 
https://github.com/deeplook/svglib/issues/341
-# 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-source=($_name-v$pkgver.tar.gz::https://github.com/deeplook/$_name/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('457fb69ba1c298079888f200502c7099cf5ee674857ff8682948011bf8e1544715e6196544212f5c0ddef1202d04f3f05d01edb4351e673ceae16a85ca0d66e5')
-b2sums=('f53bda781479ddc5d4b04fd122b5141620db81756308973cb283957615711e62623baa74b69af954936be24970a4e4a6f026667c4069d62bf1705a839ecc52f3')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('c639de1f83b9fad743fc1dc84fb5aa404e0c385ae315a24b37ffecc37e4e18ba95a48a3781faac1a233b69afcb9bfa0fd896cce5499fa7af428cf5344ec93582')
+b2sums=('84bc511419fb08582cf63ff0be242772d4c18bf8c9e72cbe23a649350355d2df992bf3087c84767008a5fdf256aa6909f3c8a0974a20e70ad8e50aef464e8cdb')
 
 build() {
   cd $_name-$pkgver



[arch-commits] Commit in (jansson)

2022-08-06 Thread Frederik Schwan via arch-commits
Date: Saturday, August 6, 2022 @ 14:58:35
  Author: freswa
Revision: 1260419

community2extra: Moving jansson from community to extra

Deleted:
  jansson/



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

2022-08-06 Thread Frederik Schwan via arch-commits
Date: Saturday, August 6, 2022 @ 14:58:08
  Author: freswa
Revision: 452343

archrelease: copy trunk to extra-x86_64

Added:
  jansson/repos/extra-x86_64/
  jansson/repos/extra-x86_64/PKGBUILD
(from rev 452342, jansson/trunk/PKGBUILD)

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

Copied: jansson/repos/extra-x86_64/PKGBUILD (from rev 452342, 
jansson/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2022-08-06 14:58:08 UTC (rev 452343)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dave Reisner 
+
+pkgname=jansson
+pkgver=2.14
+pkgrel=2
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('x86_64')
+url='https://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('staticlibs')
+source=("https://github.com/akheron/jansson/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('5798d010e41cf8d76b66236cfb2f2543c8d082181d16bc3085ab49538d4b9929'
+'SKIP')
+validpgpkeys=('B5D6953E6D5059ED7ADA0F2FD3657D24D058434C') # Petri Lehtinen 

+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS+=' -ffat-lto-objects' \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-06 Thread Frederik Schwan via arch-commits
Date: Saturday, August 6, 2022 @ 14:58:07
  Author: freswa
Revision: 452342

community2extra: Moving jansson from community to extra

Added:
  jansson/
  jansson/repos/
  jansson/trunk/
  jansson/trunk/PKGBUILD

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

Added: jansson/trunk/PKGBUILD
===
--- jansson/trunk/PKGBUILD  (rev 0)
+++ jansson/trunk/PKGBUILD  2022-08-06 14:58:07 UTC (rev 452342)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dave Reisner 
+
+pkgname=jansson
+pkgver=2.14
+pkgrel=2
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('x86_64')
+url='https://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('staticlibs')
+source=("https://github.com/akheron/jansson/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('5798d010e41cf8d76b66236cfb2f2543c8d082181d16bc3085ab49538d4b9929'
+'SKIP')
+validpgpkeys=('B5D6953E6D5059ED7ADA0F2FD3657D24D058434C') # Petri Lehtinen 

+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS+=' -ffat-lto-objects' \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



  1   2   >