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

2022-09-08 Thread Caleb Maclennan via arch-commits
Date: Friday, September 9, 2022 @ 05:56:20
  Author: alerque
Revision: 1296942

archrelease: copy trunk to community-x86_64

Added:
  go-yq/repos/community-x86_64/PKGBUILD
(from rev 1296941, go-yq/trunk/PKGBUILD)
Deleted:
  go-yq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-09 05:56:12 UTC (rev 1296941)
+++ PKGBUILD2022-09-09 05:56:20 UTC (rev 1296942)
@@ -1,52 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Maintainer: Caleb Maclennan 
-# Contributor: Mario Finelli 
-
-pkgname=go-yq
-pkgver=4.27.4
-pkgrel=1
-pkgdesc='Portable command-line YAML processor'
-arch=('x86_64')
-url=https://github.com/mikefarah/yq
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-conflicts=('yq')
-source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('2bc3d40f416f178c846954c1e6f52dd8c3bd7a109ba1132176c7181c6712f5712f61af0c51128e53f3ea0a7080eef850de2e921c9392b9ff05e3122c7bb232db')
-
-prepare() {
-  cd yq-$pkgver
-  go mod vendor
-}
-
-build() {
-  cd yq-$pkgver
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-modcacherw"
-  go build .
-}
-
-check() {
-  cd yq-$pkgver
-  go test ./...
-}
-
-package() {
-  cd yq-$pkgver
-  install -Dt "$pkgdir"/usr/bin yq
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-
-  ./yq shell-completion bash | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/bash-completion/completions/yq
-  ./yq shell-completion zsh | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/zsh/site-functions/_yq
-  ./yq shell-completion fish | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
-}
-
-# vim:set ts=2 sw=2 et:

Copied: go-yq/repos/community-x86_64/PKGBUILD (from rev 1296941, 
go-yq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-09 05:56:20 UTC (rev 1296942)
@@ -0,0 +1,52 @@
+# Maintainer: Daniel M. Capella 
+# Maintainer: Caleb Maclennan 
+# Contributor: Mario Finelli 
+
+pkgname=go-yq
+pkgver=4.27.5
+pkgrel=1
+pkgdesc='Portable command-line YAML processor'
+arch=('x86_64')
+url=https://github.com/mikefarah/yq
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+conflicts=('yq')
+source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
+b2sums=('fd69367f7c8a9ba0a22050eba92c7e90b1e3ff1b1c428f550c104775e85c3e079931b710e684d37ba4690e2489060181c8ec1cefcbb5982b640a1ce9edb17a6c')
+
+prepare() {
+  cd yq-$pkgver
+  go mod vendor
+}
+
+build() {
+  cd yq-$pkgver
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-modcacherw"
+  go build .
+}
+
+check() {
+  cd yq-$pkgver
+  go test ./...
+}
+
+package() {
+  cd yq-$pkgver
+  install -Dt "$pkgdir"/usr/bin yq
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+
+  ./yq shell-completion bash | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/bash-completion/completions/yq
+  ./yq shell-completion zsh | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/zsh/site-functions/_yq
+  ./yq shell-completion fish | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-09-08 Thread Caleb Maclennan via arch-commits
Date: Friday, September 9, 2022 @ 05:56:12
  Author: alerque
Revision: 1296941

upgpkg: go-yq 4.27.5-1

Modified:
  go-yq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-09 02:47:10 UTC (rev 1296940)
+++ PKGBUILD2022-09-09 05:56:12 UTC (rev 1296941)
@@ -3,7 +3,7 @@
 # Contributor: Mario Finelli 
 
 pkgname=go-yq
-pkgver=4.27.4
+pkgver=4.27.5
 pkgrel=1
 pkgdesc='Portable command-line YAML processor'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go')
 conflicts=('yq')
 source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('2bc3d40f416f178c846954c1e6f52dd8c3bd7a109ba1132176c7181c6712f5712f61af0c51128e53f3ea0a7080eef850de2e921c9392b9ff05e3122c7bb232db')
+b2sums=('fd69367f7c8a9ba0a22050eba92c7e90b1e3ff1b1c428f550c104775e85c3e079931b710e684d37ba4690e2489060181c8ec1cefcbb5982b640a1ce9edb17a6c')
 
 prepare() {
   cd yq-$pkgver



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

2022-09-08 Thread Daniel M. Capella via arch-commits
Date: Friday, September 9, 2022 @ 02:47:10
  Author: polyzen
Revision: 1296940

archrelease: copy trunk to community-x86_64

Added:
  go-yq/repos/community-x86_64/PKGBUILD
(from rev 1296939, go-yq/trunk/PKGBUILD)
Deleted:
  go-yq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-09 02:46:47 UTC (rev 1296939)
+++ PKGBUILD2022-09-09 02:47:10 UTC (rev 1296940)
@@ -1,52 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Maintainer: Caleb Maclennan 
-# Contributor: Mario Finelli 
-
-pkgname=go-yq
-pkgver=4.27.3
-pkgrel=1
-pkgdesc='Portable command-line YAML processor'
-arch=('x86_64')
-url=https://github.com/mikefarah/yq
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-conflicts=('yq')
-source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('efb9cc868b36739a42c3e1763cc90c1ddef447370f3b5590e1e191bdbbcaec871614f388452b23c1e691f55571064eff744340e51bf1449e5c16c8b7e0a96f5c')
-
-prepare() {
-  cd yq-$pkgver
-  go mod vendor
-}
-
-build() {
-  cd yq-$pkgver
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-modcacherw"
-  go build .
-}
-
-check() {
-  cd yq-$pkgver
-  go test ./...
-}
-
-package() {
-  cd yq-$pkgver
-  install -Dt "$pkgdir"/usr/bin yq
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-
-  ./yq shell-completion bash | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/bash-completion/completions/yq
-  ./yq shell-completion zsh | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/zsh/site-functions/_yq
-  ./yq shell-completion fish | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
-}
-
-# vim:set ts=2 sw=2 et:

Copied: go-yq/repos/community-x86_64/PKGBUILD (from rev 1296939, 
go-yq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-09 02:47:10 UTC (rev 1296940)
@@ -0,0 +1,52 @@
+# Maintainer: Daniel M. Capella 
+# Maintainer: Caleb Maclennan 
+# Contributor: Mario Finelli 
+
+pkgname=go-yq
+pkgver=4.27.4
+pkgrel=1
+pkgdesc='Portable command-line YAML processor'
+arch=('x86_64')
+url=https://github.com/mikefarah/yq
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+conflicts=('yq')
+source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
+b2sums=('2bc3d40f416f178c846954c1e6f52dd8c3bd7a109ba1132176c7181c6712f5712f61af0c51128e53f3ea0a7080eef850de2e921c9392b9ff05e3122c7bb232db')
+
+prepare() {
+  cd yq-$pkgver
+  go mod vendor
+}
+
+build() {
+  cd yq-$pkgver
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-modcacherw"
+  go build .
+}
+
+check() {
+  cd yq-$pkgver
+  go test ./...
+}
+
+package() {
+  cd yq-$pkgver
+  install -Dt "$pkgdir"/usr/bin yq
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+
+  ./yq shell-completion bash | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/bash-completion/completions/yq
+  ./yq shell-completion zsh | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/zsh/site-functions/_yq
+  ./yq shell-completion fish | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-09-08 Thread Daniel M. Capella via arch-commits
Date: Friday, September 9, 2022 @ 02:46:47
  Author: polyzen
Revision: 1296939

upgpkg: go-yq 4.27.4-1

Modified:
  go-yq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-09 01:35:55 UTC (rev 1296938)
+++ PKGBUILD2022-09-09 02:46:47 UTC (rev 1296939)
@@ -3,7 +3,7 @@
 # Contributor: Mario Finelli 
 
 pkgname=go-yq
-pkgver=4.27.3
+pkgver=4.27.4
 pkgrel=1
 pkgdesc='Portable command-line YAML processor'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go')
 conflicts=('yq')
 source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('efb9cc868b36739a42c3e1763cc90c1ddef447370f3b5590e1e191bdbbcaec871614f388452b23c1e691f55571064eff744340e51bf1449e5c16c8b7e0a96f5c')
+b2sums=('2bc3d40f416f178c846954c1e6f52dd8c3bd7a109ba1132176c7181c6712f5712f61af0c51128e53f3ea0a7080eef850de2e921c9392b9ff05e3122c7bb232db')
 
 prepare() {
   cd yq-$pkgver



[arch-commits] Commit in terraform/repos/community-x86_64 (7 files)

2022-09-08 Thread Daurnimator via arch-commits
Date: Friday, September 9, 2022 @ 01:35:55
  Author: daurnimator
Revision: 1296938

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 1296937, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
(from rev 1296937, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.zsh
(from rev 1296937, terraform/trunk/terraform.zsh)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD
  terraform/repos/community-x86_64/terraform.bash
  terraform/repos/community-x86_64/terraform.fish
  terraform/repos/community-x86_64/terraform.zsh

+
 PKGBUILD   |  112 ++-
 terraform.bash |2 
 terraform.fish |9 
 terraform.zsh  |6 +-
 4 files changed, 58 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-09 01:35:34 UTC (rev 1296937)
+++ PKGBUILD2022-09-09 01:35:55 UTC (rev 1296938)
@@ -1,58 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-# Maintainer: Daurnimator 
-
-pkgname=terraform
-pkgver=1.2.8
-pkgrel=1
-pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
-url="https://github.com/hashicorp/terraform;
-arch=("x86_64")
-license=("MPL")
-makedepends=('go')
-depends=('glibc')
-optdepends=('diffutils: for running `terraform fmt -diff`')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
-"terraform.bash"
-"terraform.fish"
-"terraform.zsh")
-sha512sums=('7843fab03d85811bfbf73232ecc2a5cb479efd697eff3abf9be6640ad166f44a839ef32cda42bda095255a547bee633cb8638f1d4fd0d96c0dd773a894150279'
-
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
-
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('542ebee898d99d92a7ede088a3b8dceb13f6a693b05f170c0e519c86004e706621beaed6f950dd9ce6c9d053d7e223c65d4749e85d6f78c68b79478ca03be52e'
-
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
-
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
-
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   go mod download
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-   export GOPROXY=off
-   go build -o terraform-binary
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   go test -mod=readonly ./...
-}
-
-package() {
-install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
-install -Dm644 terraform.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
-install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-
-   cd "$pkgname-$pkgver"
-   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 1296937, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-09 01:35:55 UTC (rev 1296938)
@@ -0,0 +1,54 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+# Maintainer: Daurnimator 
+
+pkgname=terraform
+pkgver=1.2.9
+pkgrel=1
+pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
+url="https://github.com/hashicorp/terraform;
+arch=("x86_64")
+license=("MPL")
+makedepends=('go')
+depends=('glibc')
+optdepends=('diffutils: for running `terraform fmt -diff`')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
+"terraform.bash"
+"terraform.zsh")
+sha512sums=('a7a1c3cc45a06b9550ab5a58c4335de86d48ac1d9f7c02e5952dd45f522734988a69c1b36fd95444ccb27e6cebb7d1b97b15acff9162f20f033809508340ca94'
+
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
+

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

2022-09-08 Thread Daurnimator via arch-commits
Date: Friday, September 9, 2022 @ 01:35:34
  Author: daurnimator
Revision: 1296937

upgpkg: terraform 1.2.9-1

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-09 00:00:53 UTC (rev 1296936)
+++ PKGBUILD2022-09-09 01:35:34 UTC (rev 1296937)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=terraform
-pkgver=1.2.8
+pkgver=1.2.9
 pkgrel=1
 pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://github.com/hashicorp/terraform;
@@ -16,10 +16,10 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
 "terraform.bash"
 "terraform.zsh")
-sha512sums=('7843fab03d85811bfbf73232ecc2a5cb479efd697eff3abf9be6640ad166f44a839ef32cda42bda095255a547bee633cb8638f1d4fd0d96c0dd773a894150279'
+sha512sums=('a7a1c3cc45a06b9550ab5a58c4335de86d48ac1d9f7c02e5952dd45f522734988a69c1b36fd95444ccb27e6cebb7d1b97b15acff9162f20f033809508340ca94'
 
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
 
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('542ebee898d99d92a7ede088a3b8dceb13f6a693b05f170c0e519c86004e706621beaed6f950dd9ce6c9d053d7e223c65d4749e85d6f78c68b79478ca03be52e'
+b2sums=('1ddff30f1e8042727c83275cd16f19131efe1254b6dfdcd9200b51aee0c095f836d482181395e05354db9a0317ce0cf4c3c574c7f0f405acc3e912067aa58025'
 
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
 
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
 



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

2022-09-08 Thread Daurnimator via arch-commits
Date: Friday, September 9, 2022 @ 00:00:53
  Author: daurnimator
Revision: 1296936

Remove usage of removed fish completions

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 23:55:26 UTC (rev 1296935)
+++ PKGBUILD2022-09-09 00:00:53 UTC (rev 1296936)
@@ -46,7 +46,6 @@
 
 package() {
 install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
-install -Dm644 terraform.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
 install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
 
cd "$pkgname-$pkgver"



[arch-commits] Commit in terraform/trunk (PKGBUILD terraform.fish)

2022-09-08 Thread Daurnimator via arch-commits
Date: Thursday, September 8, 2022 @ 23:55:26
  Author: daurnimator
Revision: 1296935

Remove broken fish completions

FS#75675

Modified:
  terraform/trunk/PKGBUILD
Deleted:
  terraform/trunk/terraform.fish

+
 PKGBUILD   |3 ---
 terraform.fish |9 -
 2 files changed, 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 23:34:33 UTC (rev 1296934)
+++ PKGBUILD2022-09-08 23:55:26 UTC (rev 1296935)
@@ -15,15 +15,12 @@
 options=('!lto')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
 "terraform.bash"
-"terraform.fish"
 "terraform.zsh")
 
sha512sums=('7843fab03d85811bfbf73232ecc2a5cb479efd697eff3abf9be6640ad166f44a839ef32cda42bda095255a547bee633cb8638f1d4fd0d96c0dd773a894150279'
 
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
 
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
 
b2sums=('542ebee898d99d92a7ede088a3b8dceb13f6a693b05f170c0e519c86004e706621beaed6f950dd9ce6c9d053d7e223c65d4749e85d6f78c68b79478ca03be52e'
 
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
-
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
 
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
 
 prepare() {

Deleted: terraform.fish
===
--- terraform.fish  2022-09-08 23:34:33 UTC (rev 1296934)
+++ terraform.fish  2022-09-08 23:55:26 UTC (rev 1296935)
@@ -1,9 +0,0 @@
-
-function __complete_terraform
-set -lx COMP_LINE (string join ' ' (commandline -o))
-test (commandline -ct) = ""
-and set COMP_LINE "$COMP_LINE "
-/usr/bin/terraform
-end
-complete -c terraform -a "(__complete_terraform)"
-



[arch-commits] Commit in libmodsecurity/repos/community-x86_64 (3 files)

2022-09-08 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, September 8, 2022 @ 23:34:33
  Author: mtorromeo
Revision: 1296934

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 23:34:22 UTC (rev 1296933)
+++ PKGBUILD2022-09-08 23:34:33 UTC (rev 1296934)
@@ -1,33 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libmodsecurity
-pkgver=3.0.7
-pkgrel=1
-epoch=1
-
-pkgdesc='ModSecurity v3 library component'
-arch=('x86_64')
-depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 
'luajit')
-makedepends=('doxygen')
-options=('debug')
-url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master;
-license=('APACHE')
-source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
-sha256sums=('cfd8b7e7e6a0e9ca4e19b9adeb07594ba75eba16a66da5e9b0974c0117c21a34'
-'SKIP')
-validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277'  # Felipe Zimmerle da 
Nobrega Costa 
-  'F126692E9BA86B3958E73ED2F2FC4E45883BCBA4') # Martin Vierula 
(GitHub key) 
-
-build() {
-   cd "$srcdir"/modsecurity-v$pkgver
-   ./build.sh
-   ./configure \
-   --prefix=/usr \
-   --disable-examples
-   make
-}
-
-package() {
-   cd "$srcdir"/modsecurity-v$pkgver
-   make DESTDIR="$pkgdir" install
-}

Copied: libmodsecurity/repos/community-x86_64/PKGBUILD (from rev 1296933, 
libmodsecurity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 23:34:33 UTC (rev 1296934)
@@ -0,0 +1,33 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libmodsecurity
+pkgver=3.0.8
+pkgrel=1
+epoch=1
+
+pkgdesc='ModSecurity v3 library component'
+arch=('x86_64')
+depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 
'luajit')
+makedepends=('doxygen')
+options=('debug')
+url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master;
+license=('APACHE')
+source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
+sha256sums=('e241c89b3cd7e58a863d0d0d6b9b8ba4d33ffb0f51171044c258c62e3e7956c7'
+'SKIP')
+validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277'  # Felipe Zimmerle da 
Nobrega Costa 
+  'F126692E9BA86B3958E73ED2F2FC4E45883BCBA4') # Martin Vierula 
(GitHub key) 
+
+build() {
+   cd "$srcdir"/modsecurity-v$pkgver
+   ./build.sh
+   ./configure \
+   --prefix=/usr \
+   --disable-examples
+   make
+}
+
+package() {
+   cd "$srcdir"/modsecurity-v$pkgver
+   make DESTDIR="$pkgdir" install
+}



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

2022-09-08 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, September 8, 2022 @ 23:34:22
  Author: mtorromeo
Revision: 1296933

upgpkg: libmodsecurity 1:3.0.8-1

Modified:
  libmodsecurity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 22:32:21 UTC (rev 1296932)
+++ PKGBUILD2022-09-08 23:34:22 UTC (rev 1296933)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libmodsecurity
-pkgver=3.0.7
+pkgver=3.0.8
 pkgrel=1
 epoch=1
 
@@ -13,7 +13,7 @@
 url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master;
 license=('APACHE')
 
source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
-sha256sums=('cfd8b7e7e6a0e9ca4e19b9adeb07594ba75eba16a66da5e9b0974c0117c21a34'
+sha256sums=('e241c89b3cd7e58a863d0d0d6b9b8ba4d33ffb0f51171044c258c62e3e7956c7'
 'SKIP')
 validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277'  # Felipe Zimmerle da 
Nobrega Costa 
   'F126692E9BA86B3958E73ED2F2FC4E45883BCBA4') # Martin Vierula 
(GitHub key) 



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

2022-09-08 Thread Caleb Maclennan via arch-commits
Date: Thursday, September 8, 2022 @ 22:32:21
  Author: alerque
Revision: 1296932

archrelease: copy trunk to community-x86_64

Added:
  starship/repos/community-x86_64/PKGBUILD
(from rev 1296931, starship/trunk/PKGBUILD)
Deleted:
  starship/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 22:32:13 UTC (rev 1296931)
+++ PKGBUILD2022-09-08 22:32:21 UTC (rev 1296932)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Caleb Maclennan 
-# Contributor: Kevin Song 
-
-pkgname=starship
-pkgdesc='The cross-shell prompt for astronauts'
-_tag=56f8c0be7c679a4bcf61904ae438e5a66cca79d1
-pkgver=1.10.2
-pkgrel=1
-arch=(x86_64)
-url=https://starship.rs/
-license=(ISC)
-depends=(
-  gcc-libs
-  glibc
-  libgit2.so
-  openssl
-  ttf-font-nerd
-)
-makedepends=(
-  cmake
-  git
-  rust
-)
-checkdepends=(python)
-source=(git+https://github.com/starship/starship.git#tag=${_tag})
-b2sums=('SKIP')
-
-prepare() {
-  cargo fetch \
---locked \
---target $CARCH-unknown-linux-gnu \
---manifest-path starship/Cargo.toml
-}
-
-pkgver() {
-  cd starship
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  export CARGO_TARGET_DIR=target
-  CFLAGS+=" -ffat-lto-objects"
-  cargo build \
---release \
---frozen \
---manifest-path starship/Cargo.toml
-}
-
-check() {
-  cargo test \
---frozen \
---manifest-path starship/Cargo.toml
-}
-
-package() {
-  install -Dm 755 target/release/starship -t "${pkgdir}"/usr/bin/
-  install -Dm 644 starship/LICENSE -t "${pkgdir}"/usr/share/licenses/starship/
-  install -dm 755 
"${pkgdir}"/usr/share/{bash-completion/completions,fish/vendor_completions.d,zsh/site-functions}/
-  ./target/release/starship completions bash > 
"${pkgdir}"/usr/share/bash-completion/completions/starship
-  ./target/release/starship completions fish > 
"${pkgdir}"/usr/share/fish/vendor_completions.d/starship.fish
-  ./target/release/starship completions zsh > 
"${pkgdir}"/usr/share/zsh/site-functions/_starship
-}
-
-# vim: ts=2 sw=2 et:

Copied: starship/repos/community-x86_64/PKGBUILD (from rev 1296931, 
starship/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 22:32:21 UTC (rev 1296932)
@@ -0,0 +1,65 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Caleb Maclennan 
+# Contributor: Kevin Song 
+
+pkgname=starship
+pkgdesc='The cross-shell prompt for astronauts'
+_tag=cfe781de08cbf1d38ee59d2fdfb54fc92348f5c0
+pkgver=1.10.3
+pkgrel=1
+arch=(x86_64)
+url=https://starship.rs/
+license=(ISC)
+depends=(
+  gcc-libs
+  glibc
+  libgit2.so
+  openssl
+  ttf-font-nerd
+)
+makedepends=(
+  cmake
+  git
+  rust
+)
+checkdepends=(python)
+source=(git+https://github.com/starship/starship.git#tag=${_tag})
+b2sums=('SKIP')
+
+prepare() {
+  cargo fetch \
+--locked \
+--target $CARCH-unknown-linux-gnu \
+--manifest-path starship/Cargo.toml
+}
+
+pkgver() {
+  cd starship
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  export CARGO_TARGET_DIR=target
+  CFLAGS+=" -ffat-lto-objects"
+  cargo build \
+--release \
+--frozen \
+--manifest-path starship/Cargo.toml
+}
+
+check() {
+  cargo test \
+--frozen \
+--manifest-path starship/Cargo.toml
+}
+
+package() {
+  install -Dm 755 target/release/starship -t "${pkgdir}"/usr/bin/
+  install -Dm 644 starship/LICENSE -t "${pkgdir}"/usr/share/licenses/starship/
+  install -dm 755 
"${pkgdir}"/usr/share/{bash-completion/completions,fish/vendor_completions.d,zsh/site-functions}/
+  ./target/release/starship completions bash > 
"${pkgdir}"/usr/share/bash-completion/completions/starship
+  ./target/release/starship completions fish > 
"${pkgdir}"/usr/share/fish/vendor_completions.d/starship.fish
+  ./target/release/starship completions zsh > 
"${pkgdir}"/usr/share/zsh/site-functions/_starship
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-08 Thread Caleb Maclennan via arch-commits
Date: Thursday, September 8, 2022 @ 22:32:13
  Author: alerque
Revision: 1296931

upgpkg: starship 1.10.3-1

Modified:
  starship/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 22:05:37 UTC (rev 1296930)
+++ PKGBUILD2022-09-08 22:32:13 UTC (rev 1296931)
@@ -4,8 +4,8 @@
 
 pkgname=starship
 pkgdesc='The cross-shell prompt for astronauts'
-_tag=56f8c0be7c679a4bcf61904ae438e5a66cca79d1
-pkgver=1.10.2
+_tag=cfe781de08cbf1d38ee59d2fdfb54fc92348f5c0
+pkgver=1.10.3
 pkgrel=1
 arch=(x86_64)
 url=https://starship.rs/



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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 22:05:37
  Author: segaja
Revision: 1296930

archrelease: copy trunk to community-testing-any

Added:
  ruby-fileutils/repos/community-testing-any/
  ruby-fileutils/repos/community-testing-any/PKGBUILD
(from rev 1296929, ruby-fileutils/trunk/PKGBUILD)
  ruby-fileutils/repos/community-testing-any/ruby-fileutils_fix_gemspec.patch
(from rev 1296929, ruby-fileutils/trunk/ruby-fileutils_fix_gemspec.patch)

--+
 PKGBUILD |   78 +
 ruby-fileutils_fix_gemspec.patch |   24 +++
 2 files changed, 102 insertions(+)

Copied: ruby-fileutils/repos/community-testing-any/PKGBUILD (from rev 1296929, 
ruby-fileutils/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-09-08 22:05:37 UTC (rev 1296930)
@@ -0,0 +1,78 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='fileutils'
+pkgname="ruby-${_gemname}"
+pkgver=1.6.0
+pkgrel=2
+pkgdesc='Several file utility methods for copying, moving, removing, etc'
+arch=('any')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby')
+checkdepends=('ruby-rake')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+"${pkgname}_fix_gemspec.patch")
+sha512sums=('ed299a2c84e1e8ad69f6eb94eebba91f0d9c4f2c30c07aced73c23282f5ae110d6c4d49faf2904eb552b4d7c6e2dfb561c866a32885916be6df1287de57fe176'
+
'16ffacd9c8aa4c5181144d6b0a1d6c92a449e2e9674c6fef345ef21ded5b84528ef6391b1b3481377447bcb2e50b222f48746a1645b513326054b61c44761475')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  patch --verbose --strip=1 --input="../${pkgname}_fix_gemspec.patch"
+
+  # 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 "%P0"|' "${_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)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
+
+  gem install \
+--local \
+--verbose \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
+
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: 
ruby-fileutils/repos/community-testing-any/ruby-fileutils_fix_gemspec.patch 
(from rev 1296929, ruby-fileutils/trunk/ruby-fileutils_fix_gemspec.patch)
===
--- community-testing-any/ruby-fileutils_fix_gemspec.patch  
(rev 0)
+++ community-testing-any/ruby-fileutils_fix_gemspec.patch  2022-09-08 
22:05:37 UTC (rev 1296930)
@@ -0,0 +1,24 @@
+diff --git a/fileutils.gemspec b/fileutils.gemspec
+index 76baea3..dd23935 100644
+--- a/fileutils.gemspec
 b/fileutils.gemspec
+@@ -1,18 +1,8 @@
+ # frozen_string_literal: true
+ 
+-source_version = ["", "lib/"].find do |dir|
+-  begin
+-break File.open(File.join(__dir__, "#{dir}fileutils.rb")) {|f|
+-  f.gets("\n  VERSION = ")
+-  f.gets[/\s*"(.+)"/, 1]
+-}
+-  rescue Errno::ENOENT
+-  end
+-end
+-
+ Gem::Specification.new do |s|
+   s.name = "fileutils"
+-  s.version = source_version
++  s.version = "1.6.0"
+   s.summary = "Several file utility methods for copying, moving, removing, 
etc."
+   s.description = "Several file utility methods for copying, 

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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 22:05:26
  Author: segaja
Revision: 1296929

upgpkg: ruby-fileutils 1.6.0-2: restructure stdlib to fit into ruby structure

Added:
  ruby-fileutils/trunk/ruby-fileutils_fix_gemspec.patch
Modified:
  ruby-fileutils/trunk/PKGBUILD

--+
 PKGBUILD |   53 +
 ruby-fileutils_fix_gemspec.patch |   24 
 2 files changed, 49 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:54:51 UTC (rev 1296928)
+++ PKGBUILD2022-09-08 22:05:26 UTC (rev 1296929)
@@ -3,7 +3,7 @@
 _gemname='fileutils'
 pkgname="ruby-${_gemname}"
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Several file utility methods for copying, moving, removing, etc'
 arch=('any')
 url="https://github.com/ruby/${_gemname};
@@ -11,12 +11,16 @@
 depends=('ruby')
 checkdepends=('ruby-rake')
 options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ed299a2c84e1e8ad69f6eb94eebba91f0d9c4f2c30c07aced73c23282f5ae110d6c4d49faf2904eb552b4d7c6e2dfb561c866a32885916be6df1287de57fe176')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+"${pkgname}_fix_gemspec.patch")
+sha512sums=('ed299a2c84e1e8ad69f6eb94eebba91f0d9c4f2c30c07aced73c23282f5ae110d6c4d49faf2904eb552b4d7c6e2dfb561c866a32885916be6df1287de57fe176'
+
'16ffacd9c8aa4c5181144d6b0a1d6c92a449e2e9674c6fef345ef21ded5b84528ef6391b1b3481377447bcb2e50b222f48746a1645b513326054b61c44761475')
 
 prepare() {
   cd "${_gemname}-${pkgver}"
 
+  patch --verbose --strip=1 --input="../${pkgname}_fix_gemspec.patch"
+
   # update gemspec/Gemfile to allow newer version of the dependencies
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
 
@@ -40,6 +44,8 @@
   cd "${_gemname}-${pkgver}"
 
   local _gemdir="$(gem env gemdir)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
 
   gem install \
 --local \
@@ -50,32 +56,23 @@
 --bindir "${pkgdir}/usr/bin" \
 "${_gemname}-${pkgver}.gem"
 
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
+
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
+
   # remove unrepreducible files
   rm --force --recursive --verbose \
-"${pkgdir}/${_gemdir}/cache/" \
-"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
-"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${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 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
 }

Added: ruby-fileutils_fix_gemspec.patch
===
--- ruby-fileutils_fix_gemspec.patch(rev 0)
+++ ruby-fileutils_fix_gemspec.patch2022-09-08 22:05:26 UTC (rev 1296929)
@@ -0,0 +1,24 @@
+diff --git a/fileutils.gemspec b/fileutils.gemspec
+index 76baea3..dd23935 100644
+--- a/fileutils.gemspec
 b/fileutils.gemspec
+@@ -1,18 +1,8 @@
+ # frozen_string_literal: true
+ 
+-source_version = ["", "lib/"].find do |dir|
+-  begin
+-break File.open(File.join(__dir__, "#{dir}fileutils.rb")) {|f|
+-  f.gets("\n  VERSION = ")
+-  f.gets[/\s*"(.+)"/, 1]
+-}
+-  rescue Errno::ENOENT
+-  end
+-end
+-
+ Gem::Specification.new do |s|
+   s.name = "fileutils"
+-  s.version = source_version
++  s.version = "1.6.0"
+   s.summary = "Several file utility methods for copying, moving, removing, 
etc."
+   s.description = "Several file 

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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 22:00:53
  Author: arojas
Revision: 455645

archrelease: copy trunk to testing-x86_64

Added:
  pyside2/repos/testing-x86_64/
  pyside2/repos/testing-x86_64/PKGBUILD
(from rev 455644, pyside2/trunk/PKGBUILD)
  pyside2/repos/testing-x86_64/fix-build.patch
(from rev 455644, pyside2/trunk/fix-build.patch)

-+
 PKGBUILD|  111 ++
 fix-build.patch |   12 +
 2 files changed, 123 insertions(+)

Copied: pyside2/repos/testing-x86_64/PKGBUILD (from rev 455644, 
pyside2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-08 22:00:53 UTC (rev 455645)
@@ -0,0 +1,111 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyside2
+pkgname=(shiboken2 python-shiboken2 pyside2 pyside2-tools)
+_qtver=5.15.6
+_clangver=14.0.6
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(LGPL)
+makedepends=(cmake python-setuptools llvm clang=$_clangver
+ qt5-multimedia qt5-tools qt5-sensors qt5-charts qt5-webengine 
qt5-datavis3d
+ qt5-websockets qt5-speech qt5-3d qt5-svg qt5-script qt5-scxml 
qt5-x11extras
+ qt5-quickcontrols2 qt5-serialport qt5-remoteobjects 
qt5-xmlpatterns)
+optdepends=('qt5-svg: QtSvg bindings'
+'qt5-script: QtScript bindings'
+'qt5-speech: QtTextToSpeech bindings'
+'qt5-websockets: QtWebSockets bindings'
+'qt5-webengine: QtWebEngine bindings'
+'qt5-datavis3d: QtDataVisualization bindings'
+'qt5-scxml: QtScxml bindings'
+'qt5-sensors: QtSensors bindings'
+'qt5-3d: Qt3D bindings'
+'qt5-x11extras: QtX11Extras bindings'
+'qt5-charts: QtCharts bindings'
+'qt5-tools: QtHelp bindings'
+'qt5-remoteobjects: QtRemoteObjects bindings'
+'qt5-serialport: QtSerialPort bindings'
+'qt5-quickcontrols2: QtQuickControls2 bindings')
+_pkgfqn=pyside-setup-opensource-src-$_qtver
+source=(https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz
+fix-build.patch)
+sha256sums=('171ee058d056599b8e9e8605fe3dae5dabdab7764285b21b28f64760a0f6779d'
+'4f8815840b5df2e1e3b9f201a3402126821b0d9702920cefdc18050639143ad1')
+
+prepare() {
+  patch -d $_pkgfqn -p1 < fix-build.patch
+}
+
+build() {
+  cmake -B build -S $_pkgfqn \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_TESTS=OFF \
+-DPYTHON_EXECUTABLE=/usr/bin/python
+  cmake --build build
+}
+
+package_shiboken2() {
+  pkgdesc='Generates bindings for C++ libraries using CPython source code'
+  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
+
+  DESTDIR="$pkgdir" cmake --install build/sources/shiboken2
+# Provided in python-shiboken2
+  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+# Conflicts with shiboken6 and doesn't work anyway
+  rm "$pkgdir"/usr/bin/shiboken_tool.py
+}
+
+package_python-shiboken2() {
+  pkgdesc='Python bindings for shiboken2'
+  depends=(python)
+
+  DESTDIR="$pkgdir" cmake --install build/sources/shiboken2
+# Provided in shiboken2
+  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig}}
+
+# Install egg-info
+  cd $_pkgfqn
+  python setup.py egg_info --build-type=shiboken2
+  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
+  cp -r shiboken2.egg-info "$pkgdir"/$_pythonpath
+}
+
+package_pyside2() {
+  pkgdesc='Enables the use of Qt5 APIs in Python applications'
+  depends=(python-shiboken2 qt5-declarative)
+  optdepends=('qt5-svg: QtSvg bindings'
+  'qt5-script: QtScript bindings'
+  'qt5-speech: QtTextToSpeech bindings'
+  'qt5-websockets: QtWebSockets bindings'
+  'qt5-webengine: QtWebEngine bindings'
+  'qt5-datavis3d: QtDataVisualization bindings'
+  'qt5-scxml: QtScxml bindings'
+  'qt5-sensors: QtSensors bindings'
+  'qt5-3d: Qt3D bindings'
+  'qt5-x11extras: QtX11Extras bindings'
+  'qt5-charts: QtCharts bindings'
+  'qt5-tools: QtHelp bindings'
+  'qt5-remoteobjects: QtRemoteObjects bindings'
+  'qt5-serialport: QtSerialPort bindings'
+  'qt5-quickcontrols2: QtQuickControls2 bindings')
+  provides=(qt5-python-bindings)
+
+  DESTDIR="$pkgdir" cmake --install build/sources/pyside2
+# Install egg-info
+  cd $_pkgfqn
+  python setup.py egg_info --build-type=pyside2
+  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
+  cp -r PySide2.egg-info "$pkgdir"/$_pythonpath
+}
+
+package_pyside2-tools() {
+  pkgdesc='Tools for PySide2'
+  depends=(pyside2)
+
+  DESTDIR="$pkgdir" cmake --install build/sources/pyside2-tools
+  rm 

[arch-commits] Commit in pyside2/trunk (PKGBUILD fix-build.patch)

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 22:00:43
  Author: arojas
Revision: 455644

upgpkg: pyside2 5.15.6-1: Update to 5.15.6

Added:
  pyside2/trunk/fix-build.patch
Modified:
  pyside2/trunk/PKGBUILD

-+
 PKGBUILD|   14 ++
 fix-build.patch |   12 
 2 files changed, 22 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:34:26 UTC (rev 455643)
+++ PKGBUILD2022-09-08 22:00:43 UTC (rev 455644)
@@ -3,10 +3,10 @@
 
 pkgbase=pyside2
 pkgname=(shiboken2 python-shiboken2 pyside2 pyside2-tools)
-_qtver=5.15.5
+_qtver=5.15.6
 _clangver=14.0.6
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=1
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)
@@ -30,9 +30,15 @@
 'qt5-serialport: QtSerialPort bindings'
 'qt5-quickcontrols2: QtQuickControls2 bindings')
 _pkgfqn=pyside-setup-opensource-src-$_qtver
-source=(https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz)
-sha256sums=('3920a4fb353300260c9bc46ff70f1fb975c5e7efa22e9d51222588928ce19b33')
+source=(https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz
+fix-build.patch)
+sha256sums=('171ee058d056599b8e9e8605fe3dae5dabdab7764285b21b28f64760a0f6779d'
+'4f8815840b5df2e1e3b9f201a3402126821b0d9702920cefdc18050639143ad1')
 
+prepare() {
+  patch -d $_pkgfqn -p1 < fix-build.patch
+}
+
 build() {
   cmake -B build -S $_pkgfqn \
 -DCMAKE_INSTALL_PREFIX=/usr \

Added: fix-build.patch
===
--- fix-build.patch (rev 0)
+++ fix-build.patch 2022-09-08 22:00:43 UTC (rev 455644)
@@ -0,0 +1,12 @@
+diff -ru 
pyside-setup-opensource-src-5.15.6.orig/sources/shiboken2/libshiboken/embed/signature_bootstrap.py
 
pyside-setup-opensource-src-5.15.6/sources/shiboken2/libshiboken/embed/signature_bootstrap.py
+--- 
pyside-setup-opensource-src-5.15.6.orig/sources/shiboken2/libshiboken/embed/signature_bootstrap.py
 2022-09-08 23:54:19.419724864 +0200
 
pyside-setup-opensource-src-5.15.6/sources/shiboken2/libshiboken/embed/signature_bootstrap.py
  2022-09-08 23:55:04.494277606 +0200
+@@ -211,7 +211,7 @@
+ return self if self._mod2path.get(fullname) else None
+ 
+ def load_module(self, fullname):
+-import importlib
++import importlib.machinery
+ import sys
+ 
+ filename = self._mod2path.get(fullname)



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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 21:54:51
  Author: segaja
Revision: 1296928

archrelease: copy trunk to community-testing-any

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

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

Copied: ruby-abbrev/repos/community-testing-any/PKGBUILD (from rev 1296927, 
ruby-abbrev/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-09-08 21:54:51 UTC (rev 1296928)
@@ -0,0 +1,74 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='abbrev'
+pkgname="ruby-${_gemname}"
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='Calculates a set of unique abbreviations for a given set of strings'
+arch=('any')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby')
+checkdepends=('ruby-rake')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('075b6b32618c58e7af199c00f8753e7efe035ff949ef39cc0fc685166d266fdafe1077520c5e6346e53fd0a09b8c6e3541e5ddd4b3df52ea86fdb7e8d0a8287a')
+
+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 "%P0"|' "${_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)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
+
+  gem install \
+--local \
+--verbose \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
+
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 21:54:40
  Author: segaja
Revision: 1296927

upgpkg: ruby-abbrev 0.1.0-2: restructure stdlib to fit into ruby structure

Modified:
  ruby-abbrev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:34:22 UTC (rev 1296926)
+++ PKGBUILD2022-09-08 21:54:40 UTC (rev 1296927)
@@ -3,7 +3,7 @@
 _gemname='abbrev'
 pkgname="ruby-${_gemname}"
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Calculates a set of unique abbreviations for a given set of strings'
 arch=('any')
 url="https://github.com/ruby/${_gemname};
@@ -40,6 +40,8 @@
   cd "${_gemname}-${pkgver}"
 
   local _gemdir="$(gem env gemdir)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
 
   gem install \
 --local \
@@ -50,32 +52,23 @@
 --bindir "${pkgdir}/usr/bin" \
 "${_gemname}-${pkgver}.gem"
 
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
+
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
+
   # remove unrepreducible files
   rm --force --recursive --verbose \
-"${pkgdir}/${_gemdir}/cache/" \
-"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
-"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${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}"
+  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
 }



[arch-commits] Commit in ruby-digest/repos/community-testing-x86_64 (3 files)

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 21:34:22
  Author: segaja
Revision: 1296926

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby-digest/repos/community-testing-x86_64/PKGBUILD
(from rev 1296925, ruby-digest/trunk/PKGBUILD)
  ruby-digest/repos/community-testing-x86_64/ruby-digest_fix_gemspec.patch
(from rev 1296925, ruby-digest/trunk/ruby-digest_fix_gemspec.patch)
Deleted:
  ruby-digest/repos/community-testing-x86_64/PKGBUILD

---+
 PKGBUILD  |  158 
 ruby-digest_fix_gemspec.patch |   19 
 2 files changed, 100 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 21:34:12 UTC (rev 1296925)
+++ PKGBUILD2022-09-08 21:34:22 UTC (rev 1296926)
@@ -1,77 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='digest'
-pkgname="ruby-${_gemname}"
-pkgver=3.1.0
-pkgrel=3
-pkgdesc='Provides a framework for message digest libraries'
-arch=('x86_64')
-url="https://github.com/ruby/${_gemname};
-license=('BSD' 'RUBY')
-depends=('ruby')
-makedepends=('ruby-rake' 'ruby-rake-compiler')
-checkdepends=('ruby-digest')
-options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2a5d58d4b92f5391f55e43405d515ea045f8d0b0b09602ac8dc57e784b42787956904a8c51ffba026d2f0ecc2efff17a1d39c632d59afaf7941b455d8b2dcd39')
-
-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 check
-  rake test
-}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-  local _platform="$(gem env platform | cut -d':' -f2)"
-  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
-
-  gem install \
---local \
---verbose \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}/${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
-"pkg/${_gemname}-${pkgver}.gem"
-
-  install --verbose --directory --mode=0755 \
-"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
-"${pkgdir}${_gemdir}/specifications/default"
-
-  mv --verbose "${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
-  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
-  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}"
-  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}.so"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}.so"
-  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}"
-
-  # remove unrepreducible files
-  rm --force --recursive --verbose \
-"${pkgdir}${_gemdir}/cache/" \
-"${pkgdir}${_gemdir}/build_info/" \
-"${pkgdir}${_gemdir}/extensions/" \
-"${pkgdir}${_gemdir}/gems/" \
-"${pkgdir}${_gemdir}/plugins/" \
-"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
-"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-
-  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-digest/repos/community-testing-x86_64/PKGBUILD (from rev 1296925, 
ruby-digest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 21:34:22 UTC (rev 1296926)
@@ -0,0 +1,81 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='digest'
+pkgname="ruby-${_gemname}"
+pkgver=3.1.0
+pkgrel=4
+pkgdesc='Provides a framework for message digest libraries'
+arch=('x86_64')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby')
+makedepends=('ruby-rake' 'ruby-rake-compiler')
+checkdepends=('ruby-digest')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+"${pkgname}_fix_gemspec.patch")
+sha512sums=('2a5d58d4b92f5391f55e43405d515ea045f8d0b0b09602ac8dc57e784b42787956904a8c51ffba026d2f0ecc2efff17a1d39c632d59afaf7941b455d8b2dcd39'
+
'6ace4c18d9bff5e361d6297802e089d4b539dfaa1a5759914cad3cb55c9122b3636f044295bd626780b5deb6394173335aff0cf834df3d50abad88c6d1d3e070')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  patch --verbose --strip=1 

[arch-commits] Commit in ruby-digest/trunk (PKGBUILD ruby-digest_fix_gemspec.patch)

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 21:34:12
  Author: segaja
Revision: 1296925

upgpkg: ruby-digest 3.1.0-4: fix gemspec file

Added:
  ruby-digest/trunk/ruby-digest_fix_gemspec.patch
Modified:
  ruby-digest/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++---
 ruby-digest_fix_gemspec.patch |   19 +++
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:27:52 UTC (rev 1296924)
+++ PKGBUILD2022-09-08 21:34:12 UTC (rev 1296925)
@@ -3,7 +3,7 @@
 _gemname='digest'
 pkgname="ruby-${_gemname}"
 pkgver=3.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Provides a framework for message digest libraries'
 arch=('x86_64')
 url="https://github.com/ruby/${_gemname};
@@ -12,12 +12,16 @@
 makedepends=('ruby-rake' 'ruby-rake-compiler')
 checkdepends=('ruby-digest')
 options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2a5d58d4b92f5391f55e43405d515ea045f8d0b0b09602ac8dc57e784b42787956904a8c51ffba026d2f0ecc2efff17a1d39c632d59afaf7941b455d8b2dcd39')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+"${pkgname}_fix_gemspec.patch")
+sha512sums=('2a5d58d4b92f5391f55e43405d515ea045f8d0b0b09602ac8dc57e784b42787956904a8c51ffba026d2f0ecc2efff17a1d39c632d59afaf7941b455d8b2dcd39'
+
'6ace4c18d9bff5e361d6297802e089d4b539dfaa1a5759914cad3cb55c9122b3636f044295bd626780b5deb6394173335aff0cf834df3d50abad88c6d1d3e070')
 
 prepare() {
   cd "${_gemname}-${pkgver}"
 
+  patch --verbose --strip=1 --input="../${pkgname}_fix_gemspec.patch"
+
   # update gemspec/Gemfile to allow newer version of the dependencies
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
 }

Added: ruby-digest_fix_gemspec.patch
===
--- ruby-digest_fix_gemspec.patch   (rev 0)
+++ ruby-digest_fix_gemspec.patch   2022-09-08 21:34:12 UTC (rev 1296925)
@@ -0,0 +1,19 @@
+diff --git a/digest.gemspec b/digest.gemspec
+index 4a01c5f..25f8967 100644
+--- a/digest.gemspec
 b/digest.gemspec
+@@ -2,13 +2,8 @@
+ # frozen_string_literal: true
+ 
+ Gem::Specification.new do |spec|
+-  version_module = Module.new do
+-version_rb = File.join(__dir__, "lib/digest/version.rb")
+-module_eval(File.read(version_rb), version_rb)
+-  end
+-
+   spec.name  = "digest"
+-  spec.version   = version_module::Digest::VERSION
++  spec.version   = "3.1.0"
+   spec.authors   = ["Akinori MUSHA"]
+   spec.email = ["k...@idaemons.org"]
+ 



[arch-commits] Commit in vde2/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2022-09-08 Thread David Runge via arch-commits
Date: Thursday, September 8, 2022 @ 21:34:02
  Author: dvzrv
Revision: 455641

archrelease: copy trunk to staging-x86_64

Added:
  vde2/repos/staging-x86_64/
  vde2/repos/staging-x86_64/PKGBUILD
(from rev 455640, vde2/trunk/PKGBUILD)

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

Copied: vde2/repos/staging-x86_64/PKGBUILD (from rev 455640, 
vde2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-09-08 21:34:02 UTC (rev 455641)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: Sergej Pupykin
+
+_name=vde-2
+pkgname=vde2
+pkgver=2.3.3
+pkgrel=3
+pkgdesc="Virtual Distributed Ethernet for emulators like qemu"
+arch=(x86_64)
+url="https://github.com/virtualsquare/vde-2;
+license=(GPL2 LGPL2.1)
+depends=(bash glibc)
+makedepends=(libpcap wolfssl)
+provides=(libvdehist.so libvdemgmt.so libvdeplug.so libvdesnmp.so)
+source=($pkgname-$pkgver.tar.gz::https://github.com/virtualsquare/$_name/archive/refs/tags/v$pkgver.tar.gz)
+options=(debug)
+sha512sums=('d0495aa700984dcc82f85cf7c8125cc10505a8a077fceec45b7fd2bec9c389966381682842e886469fa49239badd9442403d091c2ae5282685085e8262396387')
+b2sums=('e3ed7423edc03a6af09967484613c0e2a701f74a4323eeab720cabe9a899120023425527054662ee1dbd207327b7e6dd375bceb4999fd708666df13c08acf348')
+
+prepare() {
+  cd $_name-$pkgver
+  autoreconf -fiv
+}
+
+build() {
+  cd $_name-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--enable-experimental
+  make V=1
+}
+
+package() {
+  depends+=(libpcap.so libwolfssl.so)
+
+  make DESTDIR="$pkgdir" install -C $_name-$pkgver
+  install -vDm 644 $_name-$pkgver/{README,Changelog,doc/{README.*,*-HOWTO}} -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-09-08 Thread David Runge via arch-commits
Date: Thursday, September 8, 2022 @ 21:33:49
  Author: dvzrv
Revision: 455640

upgpkg: vde2 2.3.3-3: Rebuild against wolfssl 5.5.0.

Modified:
  vde2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:32:17 UTC (rev 455639)
+++ PKGBUILD2022-09-08 21:33:49 UTC (rev 455640)
@@ -5,7 +5,7 @@
 _name=vde-2
 pkgname=vde2
 pkgver=2.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Virtual Distributed Ethernet for emulators like qemu"
 arch=(x86_64)
 url="https://github.com/virtualsquare/vde-2;



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

2022-09-08 Thread David Runge via arch-commits
Date: Thursday, September 8, 2022 @ 21:32:17
  Author: dvzrv
Revision: 455639

archrelease: copy trunk to staging-x86_64

Added:
  wolfssl/repos/staging-x86_64/
  wolfssl/repos/staging-x86_64/PKGBUILD
(from rev 455638, wolfssl/trunk/PKGBUILD)
  wolfssl/repos/staging-x86_64/keys/
  wolfssl/repos/staging-x86_64/wolfssl-5.5.0-cmake.patch
(from rev 455638, wolfssl/trunk/wolfssl-5.5.0-cmake.patch)

---+
 PKGBUILD  |   57 
 wolfssl-5.5.0-cmake.patch |   12 +
 2 files changed, 69 insertions(+)

Copied: wolfssl/repos/staging-x86_64/PKGBUILD (from rev 455638, 
wolfssl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-09-08 21:32:17 UTC (rev 455639)
@@ -0,0 +1,57 @@
+# Maintainer: David Runge 
+
+pkgname=wolfssl
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="Lightweight, portable, C-language-based SSL/TLS library"
+arch=(x86_64)
+url="https://www.wolfssl.com/;
+license=(GPL2)
+depends=(glibc)
+makedepends=(cmake)
+provides=(libwolfssl.so)
+options=(debug)
+source=(
+  
$pkgname-$pkgver-stable.tar.gz::https://github.com/$pkgname/$pkgname/archive/refs/tags/v$pkgver-stable.tar.gz
+  
https://github.com/$pkgname/$pkgname/releases/download/v$pkgver-stable/$pkgname-$pkgver-stable.tar.gz.asc
+  $pkgname-5.5.0-cmake.patch
+)
+sha512sums=('1f9ffd8e83b26f97c3685315790f3f2b451a23e9dad9e2f09142a3e1e136012293ca2d04f46c267f8275ac9e60894c46c7875353765df6d4fdd93ba666228459'
+'SKIP'
+
'44aef4fc39dc81b113563b78c8732e8d1d6371e1c0ad0e73d8b13115e6623d8d92e6162400453fe36473616e2f6f9a283f8a440c94588860e92b204669672be4')
+b2sums=('92f2f1c7072cf6bb0ea5007cb4c1662c147534021fe63929202a2c4e46bdd40bc2e61fdec6d3c8720bfd1be8e946588536ba2a7e9c02a84e11be3e01ca2db1c3'
+'SKIP'
+
'8179223e2536d672896be7b5afab45df3326a14d6330c031d6631bb8075a666c4106d8a47b56d6640254cf91c75b7a4fc3801a1ef5626f847dd90926472c0370')
+validpgpkeys=(
+  A2A48E7BCB96C5BECB987314EBC80E415CA29677  # wolfSSL 
+)
+
+prepare() {
+  # -Werror not even once: https://github.com/wolfSSL/wolfssl/issues/5553
+  patch -Np1 -d $pkgname-$pkgver-stable -i ../$pkgname-5.5.0-cmake.patch
+}
+
+build() {
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DWOLFSSL_CURVE25519=ON \
+-DWOLFSSL_CURVE448=ON \
+-DWOLFSSL_ED25519=ON \
+-DWOLFSSL_ED448=ON \
+-DWOLFSSL_REPRODUCIBLE_BUILD=ON \
+-Wno-dev \
+-B build \
+-S $pkgname-$pkgver-stable
+  cmake --build build --verbose
+}
+
+check() {
+  cd build
+  ctest --output-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -vDm 644 $pkgname-$pkgver-stable/{README,ChangeLog}.md -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}

Copied: wolfssl/repos/staging-x86_64/wolfssl-5.5.0-cmake.patch (from rev 
455638, wolfssl/trunk/wolfssl-5.5.0-cmake.patch)
===
--- staging-x86_64/wolfssl-5.5.0-cmake.patch(rev 0)
+++ staging-x86_64/wolfssl-5.5.0-cmake.patch2022-09-08 21:32:17 UTC (rev 
455639)
@@ -0,0 +1,12 @@
+diff -ruN a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2022-08-30 19:35:13.0 +0200
 b/CMakeLists.txt   2022-09-08 23:27:01.798347756 +0200
+@@ -169,7 +169,7 @@
+ # Example for map file and custom linker script
+ #set(CMAKE_EXE_LINKER_FLAGS " -Xlinker -Map=output.map 
-T\"${CMAKE_CURRENT_SOURCE_DIR}/linker.ld\"")
+ 
+-set(CMAKE_C_FLAGS "-Wall -Wextra -Wno-unused -Werror ${CMAKE_C_FLAGS}")
++set(CMAKE_C_FLAGS "-Wall -Wextra -Wno-unused ${CMAKE_C_FLAGS}")
+ 
+ 
+ # Build Options



[arch-commits] Commit in wolfssl/trunk (PKGBUILD wolfssl-5.5.0-cmake.patch)

2022-09-08 Thread David Runge via arch-commits
Date: Thursday, September 8, 2022 @ 21:32:02
  Author: dvzrv
Revision: 455638

upgpkg: wolfssl 5.5.0-1: Upgrade to 5.5.0.

Add patch to remove the use of -Werror: 
https://github.com/wolfSSL/wolfssl/issues/5553

Added:
  wolfssl/trunk/wolfssl-5.5.0-cmake.patch
Modified:
  wolfssl/trunk/PKGBUILD

---+
 PKGBUILD  |   18 +-
 wolfssl-5.5.0-cmake.patch |   12 
 2 files changed, 25 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:31:18 UTC (rev 455637)
+++ PKGBUILD2022-09-08 21:32:02 UTC (rev 455638)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=wolfssl
-pkgver=5.4.0
+pkgver=5.5.0
 pkgrel=1
 pkgdesc="Lightweight, portable, C-language-based SSL/TLS library"
 arch=(x86_64)
@@ -14,15 +14,23 @@
 source=(
   
$pkgname-$pkgver-stable.tar.gz::https://github.com/$pkgname/$pkgname/archive/refs/tags/v$pkgver-stable.tar.gz
   
https://github.com/$pkgname/$pkgname/releases/download/v$pkgver-stable/$pkgname-$pkgver-stable.tar.gz.asc
+  $pkgname-5.5.0-cmake.patch
 )
-sha512sums=('e43560f83f6c62d78b10c4df7db21f02386f22b893688b98d2f3432e3b3946a4e80960c7402404a8c0486c87b1dde5b7a3827f9d4d3be13f87f370dfc1179c78'
-'SKIP')
-b2sums=('957ea8233e942c247f06c81a6f95a13320f2cbba8379a95c9568b69f39fcd9ce43f597559df938589f9c91473c54b1df112fd7458eb74fe81932b78ade37624e'
-'SKIP')
+sha512sums=('1f9ffd8e83b26f97c3685315790f3f2b451a23e9dad9e2f09142a3e1e136012293ca2d04f46c267f8275ac9e60894c46c7875353765df6d4fdd93ba666228459'
+'SKIP'
+
'44aef4fc39dc81b113563b78c8732e8d1d6371e1c0ad0e73d8b13115e6623d8d92e6162400453fe36473616e2f6f9a283f8a440c94588860e92b204669672be4')
+b2sums=('92f2f1c7072cf6bb0ea5007cb4c1662c147534021fe63929202a2c4e46bdd40bc2e61fdec6d3c8720bfd1be8e946588536ba2a7e9c02a84e11be3e01ca2db1c3'
+'SKIP'
+
'8179223e2536d672896be7b5afab45df3326a14d6330c031d6631bb8075a666c4106d8a47b56d6640254cf91c75b7a4fc3801a1ef5626f847dd90926472c0370')
 validpgpkeys=(
   A2A48E7BCB96C5BECB987314EBC80E415CA29677  # wolfSSL 
 )
 
+prepare() {
+  # -Werror not even once: https://github.com/wolfSSL/wolfssl/issues/5553
+  patch -Np1 -d $pkgname-$pkgver-stable -i ../$pkgname-5.5.0-cmake.patch
+}
+
 build() {
   cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \

Added: wolfssl-5.5.0-cmake.patch
===
--- wolfssl-5.5.0-cmake.patch   (rev 0)
+++ wolfssl-5.5.0-cmake.patch   2022-09-08 21:32:02 UTC (rev 455638)
@@ -0,0 +1,12 @@
+diff -ruN a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2022-08-30 19:35:13.0 +0200
 b/CMakeLists.txt   2022-09-08 23:27:01.798347756 +0200
+@@ -169,7 +169,7 @@
+ # Example for map file and custom linker script
+ #set(CMAKE_EXE_LINKER_FLAGS " -Xlinker -Map=output.map 
-T\"${CMAKE_CURRENT_SOURCE_DIR}/linker.ld\"")
+ 
+-set(CMAKE_C_FLAGS "-Wall -Wextra -Wno-unused -Werror ${CMAKE_C_FLAGS}")
++set(CMAKE_C_FLAGS "-Wall -Wextra -Wno-unused ${CMAKE_C_FLAGS}")
+ 
+ 
+ # Build Options



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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 21:31:18
  Author: arojas
Revision: 455637

archrelease: copy trunk to testing-x86_64

Added:
  qt5-base/repos/testing-x86_64/PKGBUILD
(from rev 455636, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/testing-x86_64/qmake-cflags.patch
(from rev 455636, qt5-base/trunk/qmake-cflags.patch)
  qt5-base/repos/testing-x86_64/qmake-config.patch
(from rev 455636, qt5-base/trunk/qmake-config.patch)
Deleted:
  qt5-base/repos/testing-x86_64/PKGBUILD
  qt5-base/repos/testing-x86_64/qmake-cflags.patch
  qt5-base/repos/testing-x86_64/qmake-config.patch

+
 PKGBUILD   |  231 +--
 qmake-cflags.patch |   92 ++--
 qmake-config.patch |   26 ++---
 3 files changed, 173 insertions(+), 176 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 21:31:04 UTC (rev 455636)
+++ PKGBUILD2022-09-08 21:31:18 UTC (rev 455637)
@@ -1,117 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_basever=5.15.6
-pkgver=5.15.6+kde+r163
-pkgrel=2
-_commit=d232d06571cd2897eceddb493881fbb3b6ed65ce
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'unixodbc' 'postgresql-libs' 
'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers' 'git')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgbase/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
-qmake-cflags.patch
-qmake-config.patch)
-sha256sums=('SKIP'
-'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
-'4abc22150fa3e06b2fdcec32146abc9be4e316692aa4d5bd5aa53b4b726783fa')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
-}
-
-prepare() {
-  cd ${_pkgfqn}
-  git revert -n 0f744de14b54c525c1c93fb60ad900bbb59d52c2
-  git revert -n 4d6752e8d2ed9d303befe7adf7f6e4b6ba16bbb9 # Revert ABI break
-
-  patch -p1 < ../qmake-cflags.patch # Use system CFLAGS in qmake
-  patch -p1 < ../qmake-config.patch # Don't strip binaries with qmake and use 
-ltcg, cf. QTBUG-73834
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--no-reduce-relocations \
--no-strip \
--ltcg
-# No configure flag for fat static libs with lto
-  bin/qmake CONFIG+=fat-static-lto -- -redo
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-  depends+=(qt5-translations)
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: 

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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 21:31:04
  Author: arojas
Revision: 455636

upgpkg: qt5-base 5.15.6+kde+r165-1: Bump revision

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:19:41 UTC (rev 455635)
+++ PKGBUILD2022-09-08 21:31:04 UTC (rev 455636)
@@ -4,9 +4,9 @@
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
 _basever=5.15.6
-pkgver=5.15.6+kde+r163
-pkgrel=2
-_commit=d232d06571cd2897eceddb493881fbb3b6ed65ce
+pkgver=5.15.6+kde+r165
+pkgrel=1
+_commit=eeadc036d77b75bec5b7c41869688c7db9a2e221
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -44,9 +44,6 @@
 
 prepare() {
   cd ${_pkgfqn}
-  git revert -n 0f744de14b54c525c1c93fb60ad900bbb59d52c2
-  git revert -n 4d6752e8d2ed9d303befe7adf7f6e4b6ba16bbb9 # Revert ABI break
-
   patch -p1 < ../qmake-cflags.patch # Use system CFLAGS in qmake
   patch -p1 < ../qmake-config.patch # Don't strip binaries with qmake and use 
-ltcg, cf. QTBUG-73834
 }



[arch-commits] Commit in ruby-digest/repos/community-testing-x86_64 (2 files)

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 21:27:52
  Author: segaja
Revision: 1296924

archrelease: copy trunk to community-testing-x86_64

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

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 21:27:41 UTC (rev 1296923)
+++ PKGBUILD2022-09-08 21:27:52 UTC (rev 1296924)
@@ -1,77 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='digest'
-pkgname="ruby-${_gemname}"
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='Provides a framework for message digest libraries'
-arch=('x86_64')
-url="https://github.com/ruby/${_gemname};
-license=('BSD' 'RUBY')
-depends=('ruby')
-makedepends=('ruby-rake' 'ruby-rake-compiler')
-#checkdepends=('ruby-digest')
-options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2a5d58d4b92f5391f55e43405d515ea045f8d0b0b09602ac8dc57e784b42787956904a8c51ffba026d2f0ecc2efff17a1d39c632d59afaf7941b455d8b2dcd39')
-
-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 check
-#  rake test
-#}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-  local _platform="$(gem env platform | cut -d':' -f2)"
-  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
-
-  gem install \
---local \
---verbose \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}/${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
-"pkg/${_gemname}-${pkgver}.gem"
-
-  install --verbose --directory --mode=0755 \
-"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
-"${pkgdir}${_gemdir}/specifications/default"
-
-  mv --verbose "${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
-  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
-  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}"
-  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}.so"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}.so"
-  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}"
-
-  # remove unrepreducible files
-  rm --force --recursive --verbose \
-"${pkgdir}${_gemdir}/cache/" \
-"${pkgdir}${_gemdir}/build_info/" \
-"${pkgdir}${_gemdir}/extensions/" \
-"${pkgdir}${_gemdir}/gems/" \
-"${pkgdir}${_gemdir}/plugins/" \
-"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
-"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-
-  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-digest/repos/community-testing-x86_64/PKGBUILD (from rev 1296923, 
ruby-digest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 21:27:52 UTC (rev 1296924)
@@ -0,0 +1,77 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='digest'
+pkgname="ruby-${_gemname}"
+pkgver=3.1.0
+pkgrel=3
+pkgdesc='Provides a framework for message digest libraries'
+arch=('x86_64')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby')
+makedepends=('ruby-rake' 'ruby-rake-compiler')
+checkdepends=('ruby-digest')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('2a5d58d4b92f5391f55e43405d515ea045f8d0b0b09602ac8dc57e784b42787956904a8c51ffba026d2f0ecc2efff17a1d39c632d59afaf7941b455d8b2dcd39')
+
+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 check
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+  local _platform="$(gem env platform | 

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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 21:27:41
  Author: segaja
Revision: 1296923

upgpkg: ruby-digest 3.1.0-3: re-enable check()

Modified:
  ruby-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:19:58 UTC (rev 1296922)
+++ PKGBUILD2022-09-08 21:27:41 UTC (rev 1296923)
@@ -3,7 +3,7 @@
 _gemname='digest'
 pkgname="ruby-${_gemname}"
 pkgver=3.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Provides a framework for message digest libraries'
 arch=('x86_64')
 url="https://github.com/ruby/${_gemname};
@@ -10,7 +10,7 @@
 license=('BSD' 'RUBY')
 depends=('ruby')
 makedepends=('ruby-rake' 'ruby-rake-compiler')
-#checkdepends=('ruby-digest')
+checkdepends=('ruby-digest')
 options=(!emptydirs)
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 
sha512sums=('2a5d58d4b92f5391f55e43405d515ea045f8d0b0b09602ac8dc57e784b42787956904a8c51ffba026d2f0ecc2efff17a1d39c632d59afaf7941b455d8b2dcd39')
@@ -29,13 +29,13 @@
   rake build
 }
 
-#check() {
-#  cd "${_gemname}-${pkgver}"
-#
-#  rake check
-#  rake test
-#}
+check() {
+  cd "${_gemname}-${pkgver}"
 
+  rake check
+  rake test
+}
+
 package() {
   cd "${_gemname}-${pkgver}"
 



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

2022-09-08 Thread Felix Yan via arch-commits
Date: Thursday, September 8, 2022 @ 21:19:58
  Author: felixonmars
Revision: 1296922

archrelease: copy trunk to community-x86_64

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

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

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

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

Deleted: rebuild.list
===
--- rebuild.list2022-09-08 21:19:45 UTC (rev 1296921)
+++ rebuild.list2022-09-08 21:19:58 UTC (rev 1296922)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 1296921, 
nodejs/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ rebuild.list2022-09-08 21:19:58 UTC (rev 1296922)
@@ -0,0 +1,2 @@
+apm
+bash-language-server



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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 21:19:45
  Author: segaja
Revision: 1296921

archrelease: copy trunk to community-testing-x86_64

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

--+
 PKGBUILD |  523 ++---
 1 file changed, 262 insertions(+), 261 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 21:19:40 UTC (rev 1296920)
+++ PKGBUILD2022-09-08 21:19:45 UTC (rev 1296921)
@@ -1,261 +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=11
-arch=(x86_64)
-url='https://www.ruby-lang.org/en/'
-license=(BSD custom)
-makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
-options=(debug !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 "${pkgdir}"/usr/bin/{bundle,bundler}
-
-  # remove bundled rdoc gem
-  rm "${pkgdir}"/usr/bin/{rdoc,ri}
-  rm "${pkgdir}"/usr/share/man/man1/ri.1
-
-  # remove irb as it is a separate package now
-  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=(
-abbrev
-base64
-benchmark
-bigdecimal
-bundler
-cgi
-csv
-date
-delegate
-did_you_mean
-digest
-drb
-english
-erb
-etc
-fcntl
-fiddle
-fileutils
-find
-forwardable
-getoptlong
-io-console
-io-nonblock
-io-wait
-ipaddr
-irb
-json
-logger
-mutex_m
-net-http
-open-uri
-psych
-rdoc
-reline
-stringio
-time
-tmpdir
-uri
-  )
-
-  for stdlib_gem in "${stdlib_gems[@]}"; do
-rm --force --recursive --verbose \
-  "${pkgdir}"/usr/lib/ruby/${rubyver}/${stdlib_gem} \
-  "${pkgdir}"/usr/lib/ruby/${rubyver}/${stdlib_gem}.rb \
-  "${pkgdir}"/usr/lib/ruby/${rubyver}/x86_64-linux/${stdlib_gem}.so \
-  
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/${stdlib_gem}-*.gemspec
-  done
-
-  rm --verbose \
-"${pkgdir}"/usr/lib/ruby/${rubyver}/English.rb \
-"${pkgdir}"/usr/lib/ruby/${rubyver}/x86_64-linux/io/wait.so
-}
-
-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
-

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

2022-09-08 Thread Levente Polyak via arch-commits
Date: Thursday, September 8, 2022 @ 21:19:41
  Author: anthraxx
Revision: 455635

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 455634, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 455634, linux-hardened/trunk/config)
  linux-hardened/repos/extra-x86_64/keys/
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config
  linux-hardened/repos/extra-x86_64/keys/

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

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


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

2022-09-08 Thread Felix Yan via arch-commits
Date: Thursday, September 8, 2022 @ 21:19:40
  Author: felixonmars
Revision: 1296920

upgpkg: nodejs 18.9.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:19:11 UTC (rev 1296919)
+++ PKGBUILD2022-09-08 21:19:40 UTC (rev 1296920)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=18.8.0
+pkgver=18.9.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz;)
-sha512sums=('3ea2d0c3bf5d9d6de74692f8b23109cefddd3c7f3cc56ceddb4b6c0f686d480c037abeec7dfd32923f869ba7bfca9a3709124d492d20cc8f9a5d3210876eab91')
+sha512sums=('a0e205cf6efb8fa000ccf6ba9f667fe623e32ebecd4a9b0fde1ed08804c69cd4b193b204fab322695caf1a5c8053c407b36d574eba39ee6527dfff5f52c55bce')
 
 build() {
   cd node-$pkgver



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

2022-09-08 Thread Levente Polyak via arch-commits
Date: Thursday, September 8, 2022 @ 21:19:34
  Author: anthraxx
Revision: 455634

upgpkg: linux-hardened 5.19.8.hardened2-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 20:51:10 UTC (rev 455633)
+++ PKGBUILD2022-09-08 21:19:34 UTC (rev 455634)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.19.7.hardened1
+pkgver=5.19.8.hardened2
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -28,11 +28,11 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('b8bb6019d4255f39196726f9d0f82f76179d1c3d7c6b603431ef04b38201199f'
+sha256sums=('616308795a952a6a39b4c74807c33916850eb7166d8ed7c9a87a1ba55d7487ce'
 'SKIP'
-'f9efe137742ed3c44f40f8cc07ef8a8e2ff7d183c6e20e1fdec943aa7b3c967a'
+'13113e69362871e029be4d9725a2753960e927e6fe64d4049ca595ec45b7cfb5'
 'SKIP'
-'2ec89a4a85ed06eb9872b1eec40c8ac475ff83b77946fe11f6d0ee03856c9694')
+'a493c7e306642245d03521bdde8d9e0af952b6da87ed02f0935a04a0c3ddc9ec')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-09-08 20:51:10 UTC (rev 455633)
+++ config  2022-09-08 21:19:34 UTC (rev 455634)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.19.7-hardened1 Kernel Configuration
+# Linux/x86 5.19.8-hardened2 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y



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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 21:19:11
  Author: segaja
Revision: 1296919

upgpkg: ruby 3.0.4-12: remove remains of de-vendored digest stdlib gem

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:07:28 UTC (rev 1296918)
+++ PKGBUILD2022-09-08 21:19:11 UTC (rev 1296919)
@@ -8,7 +8,7 @@
 
 pkgname=(ruby ruby-docs ruby-stdlib ruby-bundledgems)
 pkgver=3.0.4
-pkgrel=11
+pkgrel=12
 arch=(x86_64)
 url='https://www.ruby-lang.org/en/'
 license=(BSD custom)
@@ -130,8 +130,9 @@
   
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/${stdlib_gem}-*.gemspec
   done
 
-  rm --verbose \
+  rm --recursive --verbose \
 "${pkgdir}"/usr/lib/ruby/${rubyver}/English.rb \
+"${pkgdir}"/usr/lib/ruby/${rubyver}/x86_64-linux/digest \
 "${pkgdir}"/usr/lib/ruby/${rubyver}/x86_64-linux/io/wait.so
 }
 



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

2022-09-08 Thread Felix Yan via arch-commits
Date: Thursday, September 8, 2022 @ 21:07:28
  Author: felixonmars
Revision: 1296918

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 21:07:12 UTC (rev 1296917)
+++ PKGBUILD2022-09-08 21:07:28 UTC (rev 1296918)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=16.0.0
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('nodejs-nopt' 'npm' 'semver')
-makedepends=('git')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9753d2584439d5986ae782d531bbd67010c8293a8b2c4d018f8d263f4cfce661d1ef05096113750bea6774fbb9a96ddacb4879e3aeb364673713ea3bc2d27680')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}nopt
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 1296917, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 21:07:28 UTC (rev 1296918)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=16.0.1
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('nodejs-nopt' 'npm' 'semver')
+makedepends=('git')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('c04182f5b5accc7302299572e3ddff74daa391ab9b6e2b56a2fcf97093f5adb7faf36cdf2edfe969661f35d429fbd590052003ef7abe25fa2df59dbc5f24')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}nopt
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}semver
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}



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

2022-09-08 Thread Felix Yan via arch-commits
Date: Thursday, September 8, 2022 @ 21:07:12
  Author: felixonmars
Revision: 1296917

upgpkg: npm-check-updates 16.0.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:04:22 UTC (rev 1296916)
+++ PKGBUILD2022-09-08 21:07:12 UTC (rev 1296917)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=16.0.0
+pkgver=16.0.1
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('git')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9753d2584439d5986ae782d531bbd67010c8293a8b2c4d018f8d263f4cfce661d1ef05096113750bea6774fbb9a96ddacb4879e3aeb364673713ea3bc2d27680')
+sha512sums=('c04182f5b5accc7302299572e3ddff74daa391ab9b6e2b56a2fcf97093f5adb7faf36cdf2edfe969661f35d429fbd590052003ef7abe25fa2df59dbc5f24')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



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

2022-09-08 Thread Anatol Pomozov via arch-commits
Date: Thursday, September 8, 2022 @ 21:04:22
  Author: anatolik
Revision: 1296916

archrelease: copy trunk to community-x86_64

Added:
  crystal/repos/community-x86_64/PKGBUILD
(from rev 1296915, crystal/trunk/PKGBUILD)
Deleted:
  crystal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 21:04:02 UTC (rev 1296915)
+++ PKGBUILD2022-09-08 21:04:22 UTC (rev 1296916)
@@ -1,66 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='The Crystal Programming Language'
-arch=(x86_64)
-url='https://crystal-lang.org'
-license=(Apache)
-depends=(gc pcre libevent llvm-libs)
-makedepends=(libxml2 llvm crystal) # to compile version N we need crystal 
compiler of N-1 version
-checkdepends=(libyaml libxml2 gmp inetutils git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('f53e459ef6c7227df922a76fb62e350c90d52d30bfaa84b90feda9731bb98655')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 interpreter=1 \
-   FLAGS="--release --no-debug" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
-   CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make docs CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-check() {
-  cd $pkgname-$pkgver
-  return # tests require too much RAM, disable it temporary
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver" \
-CRYSTAL_CACHE_DIR="/tmp/crystal" \
-PATH=".build:$PATH"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib" "$pkgdir/usr/share/man/man1"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r docs "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 man/crystal.1 "$pkgdir/usr/share/man/man1/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-x86_64/PKGBUILD (from rev 1296915, 
crystal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 21:04:22 UTC (rev 1296916)
@@ -0,0 +1,66 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='The Crystal Programming Language'
+arch=(x86_64)
+url='https://crystal-lang.org'
+license=(Apache)
+depends=(gc pcre libevent llvm-libs)
+makedepends=(libxml2 llvm crystal) # to compile version N we need crystal 
compiler of N-1 version
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+sha256sums=('d6d2ed257c688a81c68bad63a9796d34aab3a5667f7e3a86d22f9fce2f8c56fc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make release=1 interpreter=1 \
+   FLAGS="--release --no-debug" \
+   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+   CRYSTAL_CONFIG_VERSION="$pkgver" \
+   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
+   CRYSTAL_CACHE_DIR="/tmp/crystal"
+  make docs CRYSTAL_CACHE_DIR="/tmp/crystal"
+}
+
+check() {
+  cd $pkgname-$pkgver
+  return # tests require too much RAM, disable it temporary
+
+  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+CRYSTAL_CONFIG_VERSION="$pkgver" \
+CRYSTAL_CACHE_DIR="/tmp/crystal" \
+PATH=".build:$PATH"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # /usr/bin/crystalcompiled executable
+  # /usr/lib/crystal/   compiler src & core libs
+  # /usr/share/doc/crystal/api  api docs
+  # /usr/share/doc/crystal/samples/ samples
+
+  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
+
+  install -dm755 "$pkgdir/usr/lib" "$pkgdir/usr/share/man/man1"
+  cp -r src 

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

2022-09-08 Thread Anatol Pomozov via arch-commits
Date: Thursday, September 8, 2022 @ 21:04:02
  Author: anatolik
Revision: 1296915

upgpkg: crystal 1.5.1-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 21:02:08 UTC (rev 1296914)
+++ PKGBUILD2022-09-08 21:04:02 UTC (rev 1296915)
@@ -2,8 +2,8 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='https://crystal-lang.org'
@@ -16,7 +16,7 @@
 'gmp: For BigInt support'
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('f53e459ef6c7227df922a76fb62e350c90d52d30bfaa84b90feda9731bb98655')
+sha256sums=('d6d2ed257c688a81c68bad63a9796d34aab3a5667f7e3a86d22f9fce2f8c56fc')
 
 build() {
   cd $pkgname-$pkgver



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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 21:02:08
  Author: segaja
Revision: 1296914

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: ruby-digest/repos/community-testing-x86_64/PKGBUILD (from rev 1296913, 
ruby-digest/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 21:02:08 UTC (rev 1296914)
@@ -0,0 +1,77 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='digest'
+pkgname="ruby-${_gemname}"
+pkgver=3.1.0
+pkgrel=2
+pkgdesc='Provides a framework for message digest libraries'
+arch=('x86_64')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby')
+makedepends=('ruby-rake' 'ruby-rake-compiler')
+#checkdepends=('ruby-digest')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('2a5d58d4b92f5391f55e43405d515ea045f8d0b0b09602ac8dc57e784b42787956904a8c51ffba026d2f0ecc2efff17a1d39c632d59afaf7941b455d8b2dcd39')
+
+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 check
+#  rake test
+#}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
+
+  gem install \
+--local \
+--verbose \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"pkg/${_gemname}-${pkgver}.gem"
+
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
+
+  mv --verbose "${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}"
+  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}.so"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}.so"
+  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 21:01:55
  Author: segaja
Revision: 1296913

upgpkg: ruby-digest 3.1.0-2: restructure stdlib to fit into ruby structure; 
disable check()

Modified:
  ruby-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 20:36:51 UTC (rev 1296912)
+++ PKGBUILD2022-09-08 21:01:55 UTC (rev 1296913)
@@ -3,7 +3,7 @@
 _gemname='digest'
 pkgname="ruby-${_gemname}"
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides a framework for message digest libraries'
 arch=('x86_64')
 url="https://github.com/ruby/${_gemname};
@@ -10,6 +10,7 @@
 license=('BSD' 'RUBY')
 depends=('ruby')
 makedepends=('ruby-rake' 'ruby-rake-compiler')
+#checkdepends=('ruby-digest')
 options=(!emptydirs)
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 
sha512sums=('2a5d58d4b92f5391f55e43405d515ea045f8d0b0b09602ac8dc57e784b42787956904a8c51ffba026d2f0ecc2efff17a1d39c632d59afaf7941b455d8b2dcd39')
@@ -28,16 +29,19 @@
   rake build
 }
 
-check() {
-  cd "${_gemname}-${pkgver}"
+#check() {
+#  cd "${_gemname}-${pkgver}"
+#
+#  rake check
+#  rake test
+#}
 
-  rake test
-}
-
 package() {
   cd "${_gemname}-${pkgver}"
 
   local _gemdir="$(gem env gemdir)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
 
   gem install \
 --local \
@@ -48,32 +52,26 @@
 --bindir "${pkgdir}/usr/bin" \
 "pkg/${_gemname}-${pkgver}.gem"
 
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
+
+  mv --verbose "${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}"
+  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}.so"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}.so"
+  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}"
+
   # remove unrepreducible files
   rm --force --recursive --verbose \
-"${pkgdir}/${_gemdir}/cache/" \
-"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
-"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${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}"
+  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
 }



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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 20:51:10
  Author: arojas
Revision: 455633

archrelease: copy trunk to testing-x86_64

Added:
  qt5-wayland/repos/testing-x86_64/PKGBUILD
(from rev 455632, qt5-wayland/trunk/PKGBUILD)
Deleted:
  qt5-wayland/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 20:51:01 UTC (rev 455632)
+++ PKGBUILD2022-09-08 20:51:10 UTC (rev 455633)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-_basever=5.15.6
-pkgver=5.15.6+kde+r42
-pkgrel=1
-_commit=566f577ee2b0fa1f13bcc1a3cda64b75dbc1b3df
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite')
-makedepends=('vulkan-headers' 'git')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-wayland/repos/testing-x86_64/PKGBUILD (from rev 455632, 
qt5-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 20:51:10 UTC (rev 455633)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_basever=5.15.6
+pkgver=5.15.6+kde+r43
+pkgrel=1
+_commit=489a0a1fc1db61f46e2b232ae4523723a05304b7
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite')
+makedepends=('vulkan-headers' 'git')
+groups=('qt' 'qt5')
+_pkgfqn=${pkgname/5-/}
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+options=(debug)
+
+pkgver() {
+  cd $_pkgfqn
+  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 20:51:01
  Author: arojas
Revision: 455632

upgpkg: qt5-wayland 5.15.6+kde+r43-1: Bump revision

Modified:
  qt5-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 20:44:24 UTC (rev 455631)
+++ PKGBUILD2022-09-08 20:51:01 UTC (rev 455632)
@@ -3,9 +3,9 @@
 
 pkgname=qt5-wayland
 _basever=5.15.6
-pkgver=5.15.6+kde+r42
+pkgver=5.15.6+kde+r43
 pkgrel=1
-_commit=566f577ee2b0fa1f13bcc1a3cda64b75dbc1b3df
+_commit=489a0a1fc1db61f46e2b232ae4523723a05304b7
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 20:44:24
  Author: arojas
Revision: 455631

archrelease: copy trunk to extra-x86_64

Added:
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 455630, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 455630, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/keys/
Deleted:
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam
  plasma-workspace/repos/extra-x86_64/keys/

--+
 PKGBUILD |  124 +++--
 kde.pam  |   18 
 2 files changed, 74 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 20:44:10 UTC (rev 455630)
+++ PKGBUILD2022-09-08 20:44:24 UTC (rev 455631)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=(plasma-workspace plasma-wayland-session)
-pkgver=5.25.5
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=(x86_64)
-url='https://kde.org/plasma-desktop/'
-license=(LGPL)
-depends=(knotifyconfig ksystemstats ktexteditor libqalculate kde-cli-tools 
appstream-qt
- xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
milou prison kwin
- plasma-integration kpeople kactivities-stats libkscreen kquickcharts 
kuserfeedback
- accountsservice kio-extras kio-fuse qt5-tools oxygen-sounds)
-makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt 
plasma-wayland-protocols kunitconversion kinit)
-groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz{,.sig}
 kde.pam)
-sha256sums=('bd74390273a18b117932b883a085840b3f364da6756262217337ea03e278bc5f'
-'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
-validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan 
Esk-Riddell 
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgbase-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
-  'kdepim-addons: displaying PIM events in the calendar'
-  'appmenu-gtk-module: global menu support for GTK2 and some GTK3 
applications'
-  'baloo: Baloo search runner' 'discover: manage applications 
installation from the launcher')
-  backup=('etc/pam.d/kde')
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=(plasma-workspace qt5-wayland kwayland-integration xorg-xwayland)
-  groups=()
-
-  install -Dm644 build/login-sessions/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/extra-x86_64/PKGBUILD (from rev 455630, 
plasma-workspace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 20:44:24 UTC (rev 455631)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=(plasma-workspace plasma-wayland-session)
+pkgver=5.25.5
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(knotifyconfig ksystemstats ktexteditor libqalculate kde-cli-tools 
appstream-qt
+ xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
milou prison kwin
+ plasma-integration kpeople kactivities-stats libkscreen kquickcharts 
kuserfeedback
+ accountsservice kio-extras kio-fuse qt5-tools oxygen-sounds)
+makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt 
plasma-wayland-protocols kunitconversion kinit)
+groups=(plasma)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz{,.sig}
 kde.pam
+https://invent.kde.org/plasma/plasma-workspace/-/commit/c7ba560c.patch)
+sha256sums=('bd74390273a18b117932b883a085840b3f364da6756262217337ea03e278bc5f'
+'SKIP'
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
+'d6d050aa8e7a8827f2b6c9110425a10f3e1c738a65019821c320fa1102890203')

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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 20:44:10
  Author: arojas
Revision: 455630

upgpkg: plasma-workspace 5.25.5-2: Fix infinite recursion in widget explorer

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 20:11:29 UTC (rev 455629)
+++ PKGBUILD2022-09-08 20:44:10 UTC (rev 455630)
@@ -6,7 +6,7 @@
 pkgbase=plasma-workspace
 pkgname=(plasma-workspace plasma-wayland-session)
 pkgver=5.25.5
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
@@ -17,10 +17,12 @@
  accountsservice kio-extras kio-fuse qt5-tools oxygen-sounds)
 makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt 
plasma-wayland-protocols kunitconversion kinit)
 groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz{,.sig}
 kde.pam)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz{,.sig}
 kde.pam
+https://invent.kde.org/plasma/plasma-workspace/-/commit/c7ba560c.patch)
 sha256sums=('bd74390273a18b117932b883a085840b3f364da6756262217337ea03e278bc5f'
 'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
+'d6d050aa8e7a8827f2b6c9110425a10f3e1c738a65019821c320fa1102890203')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan 
Esk-Riddell 
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

@@ -27,6 +29,10 @@
   '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

 options=(debug)
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < c7ba560c.patch # Fix infinite recursion in 
widget explorer
+}
+
 build() {
   cmake -B build -S $pkgbase-$pkgver \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \



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

2022-09-08 Thread David Runge via arch-commits
Date: Thursday, September 8, 2022 @ 20:36:51
  Author: dvzrv
Revision: 1296912

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 20:36:33 UTC (rev 1296911)
+++ PKGBUILD2022-09-08 20:36:51 UTC (rev 1296912)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
-
-pkgname=drumgizmo
-pkgver=0.9.19
-pkgrel=1
-pkgdesc="Multichannel, multilayered, cross-platform drum plugin and 
stand-alone application"
-arch=('x86_64')
-url="https://www.drumgizmo.org;
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'libxext' 'libx11')
-makedepends=('alsa-lib' 'jack' 'libsmf' 'libsndfile' 'lv2' 'zita-resampler')
-optdepends=('alsa-lib: for drumgizmo standalone'
-'jack: for drumgizmo standalone'
-'lv2-host: for LV2 plugin')
-source=("https://www.${pkgname}.org/releases/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('beb693997a333e4f553a0d26da7e26ec8be1348de729aab26edb1e062d5d685f35acf507d78b7a0223eb3af6b594e324ce76400b534ba344dee84de06dbfdc8f'
-'SKIP')
-b2sums=('d777c693b00cd291bce974d684bcbdcb304a59df74e9d5d0f56718bdcbb82c153604beff1075e6be4e89c062240d587d28e0386296d25a9e927a7a6eefe9c00b'
-'SKIP')
-validpgpkeys=('F39C94D556CCB995B1AE540E9EB89445BF071867') # DrumGizmo 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --enable-lv2
-  make
-}
-
-package() {
-  depends+=('libsmf.so' 'libsndfile.so' 'libzita-resampler.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: drumgizmo/repos/community-x86_64/PKGBUILD (from rev 1296911, 
drumgizmo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 20:36:51 UTC (rev 1296912)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
+
+pkgname=drumgizmo
+pkgver=0.9.20
+pkgrel=1
+pkgdesc="Multichannel, multilayered, cross-platform drum plugin and 
stand-alone application"
+arch=(x86_64)
+url="https://www.drumgizmo.org;
+license=(GPL3)
+groups=(lv2-plugins pro-audio)
+depends=(gcc-libs glibc libxext libx11)
+makedepends=(alsa-lib jack libsmf libsndfile lv2 zita-resampler)
+optdepends=(
+  'alsa-lib: for drumgizmo standalone'
+  'jack: for drumgizmo standalone'
+  'lv2-host: for LV2 plugin'
+)
+options=(debug)
+source=($url/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+sha512sums=('3444201961d74e7787bebe4006df6c257f6c1a57dd81d272b203a4a56ad609d3fa4e88224dfe4ea6a67f4db94b340666d018cb79fc376dd264398f98d66433e8'
+'SKIP')
+b2sums=('c92c41fd9cfd09a42d6500ec7d5f3bffd7dd646ef11b88212393f91a06d0af596c4f627be037c3eb0d19fd3ae11448e43d7a40ae8928dea7fbdfb61cad057cdb'
+'SKIP')
+validpgpkeys=('F39C94D556CCB995B1AE540E9EB89445BF071867') # DrumGizmo 

+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-lv2
+  make
+}
+
+package() {
+  depends+=(libsmf.so libsndfile.so libzita-resampler.so)
+
+  make DESTDIR="$pkgdir/" install -C $pkgname-$pkgver
+  install -vDm 644 $pkgname-$pkgver/{AUTHORS,ChangeLog,README} -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-09-08 Thread David Runge via arch-commits
Date: Thursday, September 8, 2022 @ 20:36:33
  Author: dvzrv
Revision: 1296911

upgpkg: drumgizmo 0.9.20-1: Upgrade to 0.9.20.

Remove unnecessary quotes and curly braces.
Add debug package.

Modified:
  drumgizmo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 20:17:12 UTC (rev 1296910)
+++ PKGBUILD2022-09-08 20:36:33 UTC (rev 1296911)
@@ -2,32 +2,35 @@
 # Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
 
 pkgname=drumgizmo
-pkgver=0.9.19
+pkgver=0.9.20
 pkgrel=1
 pkgdesc="Multichannel, multilayered, cross-platform drum plugin and 
stand-alone application"
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.drumgizmo.org;
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'libxext' 'libx11')
-makedepends=('alsa-lib' 'jack' 'libsmf' 'libsndfile' 'lv2' 'zita-resampler')
-optdepends=('alsa-lib: for drumgizmo standalone'
-'jack: for drumgizmo standalone'
-'lv2-host: for LV2 plugin')
-source=("https://www.${pkgname}.org/releases/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('beb693997a333e4f553a0d26da7e26ec8be1348de729aab26edb1e062d5d685f35acf507d78b7a0223eb3af6b594e324ce76400b534ba344dee84de06dbfdc8f'
+license=(GPL3)
+groups=(lv2-plugins pro-audio)
+depends=(gcc-libs glibc libxext libx11)
+makedepends=(alsa-lib jack libsmf libsndfile lv2 zita-resampler)
+optdepends=(
+  'alsa-lib: for drumgizmo standalone'
+  'jack: for drumgizmo standalone'
+  'lv2-host: for LV2 plugin'
+)
+options=(debug)
+source=($url/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+sha512sums=('3444201961d74e7787bebe4006df6c257f6c1a57dd81d272b203a4a56ad609d3fa4e88224dfe4ea6a67f4db94b340666d018cb79fc376dd264398f98d66433e8'
 'SKIP')
-b2sums=('d777c693b00cd291bce974d684bcbdcb304a59df74e9d5d0f56718bdcbb82c153604beff1075e6be4e89c062240d587d28e0386296d25a9e927a7a6eefe9c00b'
+b2sums=('c92c41fd9cfd09a42d6500ec7d5f3bffd7dd646ef11b88212393f91a06d0af596c4f627be037c3eb0d19fd3ae11448e43d7a40ae8928dea7fbdfb61cad057cdb'
 'SKIP')
 validpgpkeys=('F39C94D556CCB995B1AE540E9EB89445BF071867') # DrumGizmo 

 
 prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
+  cd $pkgname-$pkgver
+  autoreconf -fiv
 }
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
   --enable-lv2
   make
@@ -34,9 +37,8 @@
 }
 
 package() {
-  depends+=('libsmf.so' 'libsndfile.so' 'libzita-resampler.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
+  depends+=(libsmf.so libsndfile.so libzita-resampler.so)
+
+  make DESTDIR="$pkgdir/" install -C $pkgname-$pkgver
+  install -vDm 644 $pkgname-$pkgver/{AUTHORS,ChangeLog,README} -t 
"$pkgdir/usr/share/doc/$pkgname/"
 }



[arch-commits] Commit in ruby-forwardable/repos/community-testing-any (3 files)

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 20:17:12
  Author: segaja
Revision: 1296910

archrelease: copy trunk to community-testing-any

Added:
  ruby-forwardable/repos/community-testing-any/PKGBUILD
(from rev 1296909, ruby-forwardable/trunk/PKGBUILD)
  
ruby-forwardable/repos/community-testing-any/ruby-forwardable_fix_gemspec.patch
(from rev 1296909, 
ruby-forwardable/trunk/ruby-forwardable_fix_gemspec.patch)
Deleted:
  ruby-forwardable/repos/community-testing-any/PKGBUILD

+
 PKGBUILD   |  148 +--
 ruby-forwardable_fix_gemspec.patch |   21 
 2 files changed, 97 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 20:17:01 UTC (rev 1296909)
+++ PKGBUILD2022-09-08 20:17:12 UTC (rev 1296910)
@@ -1,72 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='forwardable'
-pkgname="ruby-${_gemname}"
-pkgver=1.3.2
-pkgrel=2
-pkgdesc='Provides delegation of specified methods to a designated object'
-arch=('any')
-url="https://github.com/ruby/${_gemname};
-license=('BSD' 'RUBY')
-depends=('ruby')
-checkdepends=('ruby-rake')
-options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('332eae2ee23fa6c5db334511e79a4d09ee168244420fce718cfd90944fbd03694cf9d2c94b9ad9935deb900a285c8ebf679184c8bdc10de563466d026c9794f7')
-
-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)"
-  local _platform="$(gem env platform | cut -d':' -f2)"
-  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
-
-  gem install \
---local \
---verbose \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}/${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
-"${_gemname}-${pkgver}.gem"
-
-  install --verbose --directory --mode=0755 \
-"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
-"${pkgdir}${_gemdir}/specifications/default"
-
-  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
-  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
-  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}"
-
-  # remove unrepreducible files
-  rm --force --recursive --verbose \
-"${pkgdir}${_gemdir}/cache/" \
-"${pkgdir}${_gemdir}/build_info/" \
-"${pkgdir}${_gemdir}/extensions/" \
-"${pkgdir}${_gemdir}/gems/" \
-"${pkgdir}${_gemdir}/plugins/" \
-"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
-"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-
-  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-forwardable/repos/community-testing-any/PKGBUILD (from rev 
1296909, ruby-forwardable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 20:17:12 UTC (rev 1296910)
@@ -0,0 +1,76 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='forwardable'
+pkgname="ruby-${_gemname}"
+pkgver=1.3.2
+pkgrel=3
+pkgdesc='Provides delegation of specified methods to a designated object'
+arch=('any')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby')
+checkdepends=('ruby-rake')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+"${pkgname}_fix_gemspec.patch")
+sha512sums=('332eae2ee23fa6c5db334511e79a4d09ee168244420fce718cfd90944fbd03694cf9d2c94b9ad9935deb900a285c8ebf679184c8bdc10de563466d026c9794f7'
+
'2e35437c7e428702ac9c1cf447abd9d48ac80d0e0a513a354281964ca90b766320ce759b5e219384ca87ad1251f18e83fca3deb2071212f33ea066e5249089dc')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  patch --verbose --strip=1 --input="../${pkgname}_fix_gemspec.patch"
+
+  # 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 

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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 20:17:01
  Author: segaja
Revision: 1296909

upgpkg: ruby-forwardable 1.3.2-3: fix gemspec file

Added:
  ruby-forwardable/trunk/ruby-forwardable_fix_gemspec.patch
Modified:
  ruby-forwardable/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++---
 ruby-forwardable_fix_gemspec.patch |   21 +
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 20:16:49 UTC (rev 1296908)
+++ PKGBUILD2022-09-08 20:17:01 UTC (rev 1296909)
@@ -3,7 +3,7 @@
 _gemname='forwardable'
 pkgname="ruby-${_gemname}"
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Provides delegation of specified methods to a designated object'
 arch=('any')
 url="https://github.com/ruby/${_gemname};
@@ -11,12 +11,16 @@
 depends=('ruby')
 checkdepends=('ruby-rake')
 options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('332eae2ee23fa6c5db334511e79a4d09ee168244420fce718cfd90944fbd03694cf9d2c94b9ad9935deb900a285c8ebf679184c8bdc10de563466d026c9794f7')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+"${pkgname}_fix_gemspec.patch")
+sha512sums=('332eae2ee23fa6c5db334511e79a4d09ee168244420fce718cfd90944fbd03694cf9d2c94b9ad9935deb900a285c8ebf679184c8bdc10de563466d026c9794f7'
+
'2e35437c7e428702ac9c1cf447abd9d48ac80d0e0a513a354281964ca90b766320ce759b5e219384ca87ad1251f18e83fca3deb2071212f33ea066e5249089dc')
 
 prepare() {
   cd "${_gemname}-${pkgver}"
 
+  patch --verbose --strip=1 --input="../${pkgname}_fix_gemspec.patch"
+
   # update gemspec/Gemfile to allow newer version of the dependencies
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
 }

Added: ruby-forwardable_fix_gemspec.patch
===
--- ruby-forwardable_fix_gemspec.patch  (rev 0)
+++ ruby-forwardable_fix_gemspec.patch  2022-09-08 20:17:01 UTC (rev 1296909)
@@ -0,0 +1,21 @@
+diff --git a/forwardable.gemspec b/forwardable.gemspec
+index 523b8ee..db104df 100644
+--- a/forwardable.gemspec
 b/forwardable.gemspec
+@@ -1,15 +1,10 @@
+ # frozen_string_literal: true
+ 
+ name = File.basename(__FILE__, ".gemspec")
+-version = ["lib", Array.new(name.count("-")+1, "..").join("/")].find do |dir|
+-  break File.foreach(File.join(__dir__, dir, "#{name.tr('-', '/')}.rb")) do 
|line|
+-/^\s*VERSION\s*=\s*"(.*)"/ =~ line and break $1
+-  end rescue nil
+-end
+ 
+ Gem::Specification.new do |spec|
+   spec.name  = name
+-  spec.version   = version
++  spec.version   = "1.3.2"
+   spec.authors   = ["Keiju ISHITSUKA"]
+   spec.email = ["ke...@ruby-lang.org"]
+ 



[arch-commits] Commit in ruby-stringio/repos/community-testing-x86_64 (4 files)

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 20:16:49
  Author: segaja
Revision: 1296908

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby-stringio/repos/community-testing-x86_64/PKGBUILD
(from rev 1296907, ruby-stringio/trunk/PKGBUILD)
  ruby-stringio/repos/community-testing-x86_64/ruby-stringio_fix_gemspec.patch
(from rev 1296907, ruby-stringio/trunk/ruby-stringio_fix_gemspec.patch)
Deleted:
  ruby-stringio/repos/community-testing-x86_64/PKGBUILD
  ruby-stringio/repos/community-testing-x86_64/cleanup_rakefile.patch

-+
 PKGBUILD|  158 +++---
 cleanup_rakefile.patch  |   77 --
 ruby-stringio_fix_gemspec.patch |   24 +
 3 files changed, 105 insertions(+), 154 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 20:16:39 UTC (rev 1296907)
+++ PKGBUILD2022-09-08 20:16:49 UTC (rev 1296908)
@@ -1,77 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='stringio'
-pkgname="ruby-${_gemname}"
-pkgver=3.0.2
-pkgrel=2
-pkgdesc='Pseudo `IO` class from/to `String`.'
-arch=('x86_64')
-url="https://github.com/ruby/${_gemname};
-license=('BSD' 'RUBY')
-depends=('ruby')
-makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler')
-checkdepends=('ruby-test-unit')
-options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('a9ac2820ce1c2bd55aac032be42a493a910787ed04bc41f35ec33b19ffd878c925dbbca49d6c27b07cea5ffb8fa98ecdb576738c9654587dea6842e3bd1f486c')
-
-prepare() {
-  cd "${_gemname}-${pkgver}"
-
-  # update gemspec/Gemfile to allow newer version of the dependencies
-  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
-
-  rm --verbose \
-rakelib/changelogs.rake \
-rakelib/epoch.rake
-}
-
-build() {
-  cd "${_gemname}-${pkgver}"
-
-  rake compile
-  rake build
-}
-
-check() {
-  cd "${_gemname}-${pkgver}"
-
-  rake test
-}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-  local _platform="$(gem env platform | cut -d':' -f2)"
-  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
-
-  gem install \
---local \
---verbose \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}/${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
-"pkg/${_gemname}-${pkgver}.gem"
-
-  install --verbose --directory --mode=0755 \
-"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
-"${pkgdir}${_gemdir}/specifications/default"
-
-  cp --verbose "${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
-  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}.so"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}.so"
-
-  # remove unrepreducible files
-  rm --force --recursive --verbose \
-"${pkgdir}${_gemdir}/cache/" \
-"${pkgdir}${_gemdir}/build_info/" \
-"${pkgdir}${_gemdir}/extensions/" \
-"${pkgdir}${_gemdir}/gems/" \
-"${pkgdir}${_gemdir}/plugins/" \
-"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
-"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-
-  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install --verbose -D --mode=0644 COPYING *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-stringio/repos/community-testing-x86_64/PKGBUILD (from rev 
1296907, ruby-stringio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 20:16:49 UTC (rev 1296908)
@@ -0,0 +1,81 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='stringio'
+pkgname="ruby-${_gemname}"
+pkgver=3.0.2
+pkgrel=3
+pkgdesc='Pseudo `IO` class from/to `String`.'
+arch=('x86_64')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby')
+makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler')
+checkdepends=('ruby-test-unit')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+"${pkgname}_fix_gemspec.patch")
+sha512sums=('a9ac2820ce1c2bd55aac032be42a493a910787ed04bc41f35ec33b19ffd878c925dbbca49d6c27b07cea5ffb8fa98ecdb576738c9654587dea6842e3bd1f486c'
+
'90256c90dde11a0eb96a9ad55de5837142003192959b609089a0438716d9c6ad436070c3b3dbae3d9d9c8657866bfb7a1cdba2d8350802d25ccb142c0e089fd9')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  patch --verbose --strip=1 --input="../${pkgname}_fix_gemspec.patch"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  rm --verbose \
+rakelib/changelogs.rake \
+rakelib/epoch.rake
+}
+

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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 20:16:39
  Author: segaja
Revision: 1296907

upgpkg: ruby-stringio 3.0.2-3: fix gemspec file

Added:
  ruby-stringio/trunk/ruby-stringio_fix_gemspec.patch
Modified:
  ruby-stringio/trunk/PKGBUILD
Deleted:
  ruby-stringio/trunk/cleanup_rakefile.patch

-+
 PKGBUILD|   10 +++-
 cleanup_rakefile.patch  |   77 --
 ruby-stringio_fix_gemspec.patch |   24 +++
 3 files changed, 31 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 19:38:52 UTC (rev 1296906)
+++ PKGBUILD2022-09-08 20:16:39 UTC (rev 1296907)
@@ -3,7 +3,7 @@
 _gemname='stringio'
 pkgname="ruby-${_gemname}"
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Pseudo `IO` class from/to `String`.'
 arch=('x86_64')
 url="https://github.com/ruby/${_gemname};
@@ -12,12 +12,16 @@
 makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler')
 checkdepends=('ruby-test-unit')
 options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('a9ac2820ce1c2bd55aac032be42a493a910787ed04bc41f35ec33b19ffd878c925dbbca49d6c27b07cea5ffb8fa98ecdb576738c9654587dea6842e3bd1f486c')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+"${pkgname}_fix_gemspec.patch")
+sha512sums=('a9ac2820ce1c2bd55aac032be42a493a910787ed04bc41f35ec33b19ffd878c925dbbca49d6c27b07cea5ffb8fa98ecdb576738c9654587dea6842e3bd1f486c'
+
'90256c90dde11a0eb96a9ad55de5837142003192959b609089a0438716d9c6ad436070c3b3dbae3d9d9c8657866bfb7a1cdba2d8350802d25ccb142c0e089fd9')
 
 prepare() {
   cd "${_gemname}-${pkgver}"
 
+  patch --verbose --strip=1 --input="../${pkgname}_fix_gemspec.patch"
+
   # update gemspec/Gemfile to allow newer version of the dependencies
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
 

Deleted: cleanup_rakefile.patch
===
--- cleanup_rakefile.patch  2022-09-08 19:38:52 UTC (rev 1296906)
+++ cleanup_rakefile.patch  2022-09-08 20:16:39 UTC (rev 1296907)
@@ -1,77 +0,0 @@
-diff --git a/Rakefile b/Rakefile
-index 9c28f2e..296bdaf 100644
 a/Rakefile
-+++ b/Rakefile
-@@ -3,63 +3,17 @@ require "rake/testtask"
- 
- name = "stringio"
- 
-+require 'rake/extensiontask'
-+extask = Rake::ExtensionTask.new(name) do |x|
-+  x.lib_dir << "/#{RUBY_VERSION}/#{x.platform}"
-+end
- Rake::TestTask.new(:test) do |t|
--  ENV["RUBYOPT"] = "-Ilib"
--  t.libs << "test" << "test/lib"
-+  ENV["RUBYOPT"] = "-I" + [extask.lib_dir, 
"test/lib"].join(File::PATH_SEPARATOR)
-+  t.libs << extask.lib_dir
-+  t.libs << "test/lib"
-   t.ruby_opts << "-rhelper"
-   t.test_files = FileList["test/**/test_*.rb"]
- end
- 
--task :sync_tool do
--  require 'fileutils'
--  FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
--  FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
--  FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
--end
--
--require 'rake/extensiontask'
--Rake::ExtensionTask.new(name)
--
--task :default => [:compile, :test]
--
--task "build" => "date_epoch"
--task "date_epoch" do
--  ENV["SOURCE_DATE_EPOCH"] = IO.popen(%W[git -C #{__dir__} log -1 
--format=%ct], &:read).chomp
--end
--
--helper = Bundler::GemHelper.instance
--def helper.version=(v)
--  gemspec.version = v
--  tag_version
--end
--
--def helper.tag_version
--  v = version.to_s
--  src = "ext/stringio/stringio.c"
--  File.open(File.join(__dir__, src), "r+b") do |f|
--code = f.read
--code.sub!(/^#define\s+STRINGIO_VERSION\s+\K".*"/) {v.dump}
--f.rewind
--f.write(code)
--f.truncate(f.pos)
--  end
--  # system("git", "--no-pager", "-C", __dir__, "diff", "-U0", src, exception: 
true)
--  system("git", "-C", __dir__, "commit", "-mBump version to #{version}", src, 
exception: true)
--  super
--end
--
--major, minor, teeny = helper.gemspec.version.segments
--
--task "bump:teeny" do
--  helper.version = Gem::Version.new("#{major}.#{minor}.#{teeny+1}")
--end
--
--task "bump:minor" do
--  helper.version = Gem::Version.new("#{major}.#{minor+1}.0")
--end
--
--task "bump:major" do
--  helper.version = Gem::Version.new("#{major+1}.0.0")
--end
--
--task "bump" => "bump:teeny"
-+task :default => :test
-+task :test => :compile

Added: ruby-stringio_fix_gemspec.patch
===
--- ruby-stringio_fix_gemspec.patch (rev 0)
+++ ruby-stringio_fix_gemspec.patch 2022-09-08 20:16:39 UTC (rev 1296907)
@@ -0,0 +1,24 @@
+diff --git a/stringio.gemspec b/stringio.gemspec
+index 1015d26..80bad5d 100644
+--- a/stringio.gemspec
 b/stringio.gemspec
+@@ -1,18 +1,9 @@
+ # -*- coding: utf-8 -*-
+ # frozen_string_literal: true
+ 
+-source_version = ["", "ext/stringio/"].find do |dir|
+-  begin
+-break File.open(File.join(__dir__, 

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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 20:11:29
  Author: arojas
Revision: 455629

archrelease: copy trunk to testing-x86_64

Added:
  qt5-svg/repos/testing-x86_64/PKGBUILD
(from rev 455628, qt5-svg/trunk/PKGBUILD)
Deleted:
  qt5-svg/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 20:11:20 UTC (rev 455628)
+++ PKGBUILD2022-09-08 20:11:29 UTC (rev 455629)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-svg
-_basever=5.15.6
-pkgver=5.15.6+kde+r8
-pkgrel=1
-_commit=8cebe1d49617370ea2f5daae68b41c5d45d606c3
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for displaying the contents of SVG files'
-depends=('qt5-base')
-makedepends=('git')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-svg/repos/testing-x86_64/PKGBUILD (from rev 455628, 
qt5-svg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 20:11:29 UTC (rev 455629)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_basever=5.15.6
+pkgver=5.15.6+kde+r9
+pkgrel=1
+_commit=a9752b00a03438de8e5b080073816e12409404b7
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=('qt5-base')
+makedepends=('git')
+groups=('qt' 'qt5')
+_pkgfqn=${pkgname/5-/}
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+options=(debug)
+
+pkgver() {
+  cd $_pkgfqn
+  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 20:11:20
  Author: arojas
Revision: 455628

upgpkg: qt5-svg 5.15.6+kde+r9-1: Bump revision

Modified:
  qt5-svg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 20:09:51 UTC (rev 455627)
+++ PKGBUILD2022-09-08 20:11:20 UTC (rev 455628)
@@ -4,9 +4,9 @@
 
 pkgname=qt5-svg
 _basever=5.15.6
-pkgver=5.15.6+kde+r8
+pkgver=5.15.6+kde+r9
 pkgrel=1
-_commit=8cebe1d49617370ea2f5daae68b41c5d45d606c3
+_commit=a9752b00a03438de8e5b080073816e12409404b7
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 20:09:51
  Author: arojas
Revision: 455627

archrelease: copy trunk to testing-x86_64

Added:
  qt5-wayland/repos/testing-x86_64/PKGBUILD
(from rev 455626, qt5-wayland/trunk/PKGBUILD)
Deleted:
  qt5-wayland/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 20:09:42 UTC (rev 455626)
+++ PKGBUILD2022-09-08 20:09:51 UTC (rev 455627)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-_basever=5.15.6
-pkgver=5.15.6+kde+r41
-pkgrel=1
-_commit=c618467da4c06528537026e2b78f92265bce446f
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite')
-makedepends=('vulkan-headers' 'git')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-wayland/repos/testing-x86_64/PKGBUILD (from rev 455626, 
qt5-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 20:09:51 UTC (rev 455627)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_basever=5.15.6
+pkgver=5.15.6+kde+r42
+pkgrel=1
+_commit=566f577ee2b0fa1f13bcc1a3cda64b75dbc1b3df
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite')
+makedepends=('vulkan-headers' 'git')
+groups=('qt' 'qt5')
+_pkgfqn=${pkgname/5-/}
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+options=(debug)
+
+pkgver() {
+  cd $_pkgfqn
+  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 20:09:42
  Author: arojas
Revision: 455626

upgpkg: qt5-wayland 5.15.6+kde+r42-1: Bump revision

Modified:
  qt5-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 19:37:16 UTC (rev 455625)
+++ PKGBUILD2022-09-08 20:09:42 UTC (rev 455626)
@@ -3,9 +3,9 @@
 
 pkgname=qt5-wayland
 _basever=5.15.6
-pkgver=5.15.6+kde+r41
+pkgver=5.15.6+kde+r42
 pkgrel=1
-_commit=c618467da4c06528537026e2b78f92265bce446f
+_commit=566f577ee2b0fa1f13bcc1a3cda64b75dbc1b3df
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 19:38:52
  Author: segaja
Revision: 1296906

archrelease: copy trunk to community-testing-any

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

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

Copied: ruby-forwardable/repos/community-testing-any/PKGBUILD (from rev 
1296905, ruby-forwardable/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-09-08 19:38:52 UTC (rev 1296906)
@@ -0,0 +1,72 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='forwardable'
+pkgname="ruby-${_gemname}"
+pkgver=1.3.2
+pkgrel=2
+pkgdesc='Provides delegation of specified methods to a designated object'
+arch=('any')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby')
+checkdepends=('ruby-rake')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('332eae2ee23fa6c5db334511e79a4d09ee168244420fce718cfd90944fbd03694cf9d2c94b9ad9935deb900a285c8ebf679184c8bdc10de563466d026c9794f7')
+
+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)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
+
+  gem install \
+--local \
+--verbose \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
+
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 19:38:42
  Author: segaja
Revision: 1296905

upgpkg: ruby-forwardable 1.3.2-2: restructure stdlib to fit into ruby structure

Modified:
  ruby-forwardable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 19:35:47 UTC (rev 1296904)
+++ PKGBUILD2022-09-08 19:38:42 UTC (rev 1296905)
@@ -3,7 +3,7 @@
 _gemname='forwardable'
 pkgname="ruby-${_gemname}"
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides delegation of specified methods to a designated object'
 arch=('any')
 url="https://github.com/ruby/${_gemname};
@@ -37,6 +37,8 @@
   cd "${_gemname}-${pkgver}"
 
   local _gemdir="$(gem env gemdir)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
 
   gem install \
 --local \
@@ -47,32 +49,24 @@
 --bindir "${pkgdir}/usr/bin" \
 "${_gemname}-${pkgver}.gem"
 
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
+
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}"
+
   # remove unrepreducible files
   rm --force --recursive --verbose \
-"${pkgdir}/${_gemdir}/cache/" \
-"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
-"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${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}"
+  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
 }



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

2022-09-08 Thread Christian Hesse via arch-commits
Date: Thursday, September 8, 2022 @ 19:37:16
  Author: eworm
Revision: 455625

update build fix

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 19:35:41 UTC (rev 455624)
+++ PKGBUILD2022-09-08 19:37:16 UTC (rev 455625)
@@ -113,7 +113,8 @@
 -Dmode=release
 
 # https://bugs.archlinux.org/task/75852
---buildtype release
+--buildtype debugoptimized
+-D b_ndebug=true
 
 -Dgnu-efi=true
 -Dima=false



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

2022-09-08 Thread Christian Hesse via arch-commits
Date: Thursday, September 8, 2022 @ 19:33:57
  Author: eworm
Revision: 455622

fix build with current meson package (FS#75852)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 19:30:19 UTC (rev 455621)
+++ PKGBUILD2022-09-08 19:33:57 UTC (rev 455622)
@@ -112,6 +112,9 @@
 -Dshared-lib-tag="${pkgver}-${pkgrel}"
 -Dmode=release
 
+# https://bugs.archlinux.org/task/75852
+--buildtype release
+
 -Dgnu-efi=true
 -Dima=false
 -Dlibidn2=true



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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 19:30:06
  Author: arojas
Revision: 455620

upgpkg: qt5-base 5.15.6+kde+r163-2: Revert ABI break

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:55:56 UTC (rev 455619)
+++ PKGBUILD2022-09-08 19:30:06 UTC (rev 455620)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _basever=5.15.6
 pkgver=5.15.6+kde+r163
-pkgrel=1
+pkgrel=2
 _commit=d232d06571cd2897eceddb493881fbb3b6ed65ce
 arch=('x86_64')
 url='https://www.qt.io'
@@ -44,6 +44,9 @@
 
 prepare() {
   cd ${_pkgfqn}
+  git revert -n 0f744de14b54c525c1c93fb60ad900bbb59d52c2
+  git revert -n 4d6752e8d2ed9d303befe7adf7f6e4b6ba16bbb9 # Revert ABI break
+
   patch -p1 < ../qmake-cflags.patch # Use system CFLAGS in qmake
   patch -p1 < ../qmake-config.patch # Don't strip binaries with qmake and use 
-ltcg, cf. QTBUG-73834
 }



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

2022-09-08 Thread Antonio Rojas via arch-commits
Date: Thursday, September 8, 2022 @ 19:30:19
  Author: arojas
Revision: 455621

archrelease: copy trunk to testing-x86_64

Added:
  qt5-base/repos/testing-x86_64/PKGBUILD
(from rev 455620, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/testing-x86_64/qmake-cflags.patch
(from rev 455620, qt5-base/trunk/qmake-cflags.patch)
  qt5-base/repos/testing-x86_64/qmake-config.patch
(from rev 455620, qt5-base/trunk/qmake-config.patch)
Deleted:
  qt5-base/repos/testing-x86_64/PKGBUILD
  qt5-base/repos/testing-x86_64/qmake-cflags.patch
  qt5-base/repos/testing-x86_64/qmake-config.patch

+
 PKGBUILD   |  231 +--
 qmake-cflags.patch |   92 ++--
 qmake-config.patch |   26 ++---
 3 files changed, 176 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 19:30:06 UTC (rev 455620)
+++ PKGBUILD2022-09-08 19:30:19 UTC (rev 455621)
@@ -1,114 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_basever=5.15.6
-pkgver=5.15.6+kde+r163
-pkgrel=1
-_commit=d232d06571cd2897eceddb493881fbb3b6ed65ce
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'unixodbc' 'postgresql-libs' 
'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers' 'git')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgbase/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
-qmake-cflags.patch
-qmake-config.patch)
-sha256sums=('SKIP'
-'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
-'4abc22150fa3e06b2fdcec32146abc9be4e316692aa4d5bd5aa53b4b726783fa')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
-}
-
-prepare() {
-  cd ${_pkgfqn}
-  patch -p1 < ../qmake-cflags.patch # Use system CFLAGS in qmake
-  patch -p1 < ../qmake-config.patch # Don't strip binaries with qmake and use 
-ltcg, cf. QTBUG-73834
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--no-reduce-relocations \
--no-strip \
--ltcg
-# No configure flag for fat static libs with lto
-  bin/qmake CONFIG+=fat-static-lto -- -redo
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-  depends+=(qt5-translations)
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/testing-x86_64/PKGBUILD (from rev 455620, 
qt5-base/trunk/PKGBUILD)

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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 19:19:04
  Author: segaja
Revision: 1296901

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby-stringio/repos/community-testing-x86_64/
  ruby-stringio/repos/community-testing-x86_64/PKGBUILD
(from rev 1296900, ruby-stringio/trunk/PKGBUILD)
  ruby-stringio/repos/community-testing-x86_64/cleanup_rakefile.patch
(from rev 1296900, ruby-stringio/trunk/cleanup_rakefile.patch)

+
 PKGBUILD   |   77 +++
 cleanup_rakefile.patch |   77 +++
 2 files changed, 154 insertions(+)

Copied: ruby-stringio/repos/community-testing-x86_64/PKGBUILD (from rev 
1296900, ruby-stringio/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 19:19:04 UTC (rev 1296901)
@@ -0,0 +1,77 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='stringio'
+pkgname="ruby-${_gemname}"
+pkgver=3.0.2
+pkgrel=2
+pkgdesc='Pseudo `IO` class from/to `String`.'
+arch=('x86_64')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby')
+makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler')
+checkdepends=('ruby-test-unit')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('a9ac2820ce1c2bd55aac032be42a493a910787ed04bc41f35ec33b19ffd878c925dbbca49d6c27b07cea5ffb8fa98ecdb576738c9654587dea6842e3bd1f486c')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  rm --verbose \
+rakelib/changelogs.rake \
+rakelib/epoch.rake
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  rake compile
+  rake build
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
+
+  gem install \
+--local \
+--verbose \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"pkg/${_gemname}-${pkgver}.gem"
+
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
+
+  cp --verbose "${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}.so"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}.so"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 COPYING *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: ruby-stringio/repos/community-testing-x86_64/cleanup_rakefile.patch 
(from rev 1296900, ruby-stringio/trunk/cleanup_rakefile.patch)
===
--- community-testing-x86_64/cleanup_rakefile.patch 
(rev 0)
+++ community-testing-x86_64/cleanup_rakefile.patch 2022-09-08 19:19:04 UTC 
(rev 1296901)
@@ -0,0 +1,77 @@
+diff --git a/Rakefile b/Rakefile
+index 9c28f2e..296bdaf 100644
+--- a/Rakefile
 b/Rakefile
+@@ -3,63 +3,17 @@ require "rake/testtask"
+ 
+ name = "stringio"
+ 
++require 'rake/extensiontask'
++extask = Rake::ExtensionTask.new(name) do |x|
++  x.lib_dir << "/#{RUBY_VERSION}/#{x.platform}"
++end
+ Rake::TestTask.new(:test) do |t|
+-  ENV["RUBYOPT"] = "-Ilib"
+-  t.libs << "test" << "test/lib"
++  ENV["RUBYOPT"] = "-I" + [extask.lib_dir, 
"test/lib"].join(File::PATH_SEPARATOR)
++  t.libs << extask.lib_dir
++  t.libs << "test/lib"
+   t.ruby_opts << "-rhelper"
+   t.test_files = FileList["test/**/test_*.rb"]
+ end
+ 
+-task :sync_tool do
+-  require 'fileutils'
+-  FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
+-  FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
+-  FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
+-end
+-
+-require 'rake/extensiontask'
+-Rake::ExtensionTask.new(name)
+-
+-task :default => [:compile, :test]
+-
+-task "build" => "date_epoch"
+-task "date_epoch" 

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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 19:18:54
  Author: segaja
Revision: 1296900

upgpkg: ruby-stringio 3.0.2-2: restructure stdlib to fit into ruby structure

Modified:
  ruby-stringio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 19:17:04 UTC (rev 1296899)
+++ PKGBUILD2022-09-08 19:18:54 UTC (rev 1296900)
@@ -3,17 +3,16 @@
 _gemname='stringio'
 pkgname="ruby-${_gemname}"
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Pseudo `IO` class from/to `String`.'
-arch=('any')
-url='https://github.com/ruby/stringio'
+arch=('x86_64')
+url="https://github.com/ruby/${_gemname};
 license=('BSD' 'RUBY')
 depends=('ruby')
 makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler')
 checkdepends=('ruby-test-unit')
 options=(!emptydirs)
-source=(
-"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 
sha512sums=('a9ac2820ce1c2bd55aac032be42a493a910787ed04bc41f35ec33b19ffd878c925dbbca49d6c27b07cea5ffb8fa98ecdb576738c9654587dea6842e3bd1f486c')
 
 prepare() {
@@ -22,13 +21,15 @@
   # update gemspec/Gemfile to allow newer version of the dependencies
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
 
-  rm -v rakelib/changelogs.rake \
-  rakelib/epoch.rake
+  rm --verbose \
+rakelib/changelogs.rake \
+rakelib/epoch.rake
 }
 
 build() {
   cd "${_gemname}-${pkgver}"
 
+  rake compile
   rake build
 }
 
@@ -43,14 +44,34 @@
 
   local _gemdir="$(gem env gemdir)"
   local _platform="$(gem env platform | cut -d':' -f2)"
-  local _extension_api_version="$(ruby -e'puts Gem.extension_api_version')"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
 
-  gem install --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" 
"pkg/${_gemname}-${pkgver}.gem"
+  gem install \
+--local \
+--verbose \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"pkg/${_gemname}-${pkgver}.gem"
 
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
-  "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/stringio/Makefile" \
-  
"${pkgdir}/${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/gem_make.out"
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
 
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 COPYING README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cp --verbose "${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}.so"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}.so"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  install --verbose -D --mode=0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 COPYING *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
 }



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

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 19:17:04
  Author: segaja
Revision: 1296899

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby-psych/repos/community-testing-x86_64/
  ruby-psych/repos/community-testing-x86_64/PKGBUILD
(from rev 1296898, ruby-psych/trunk/PKGBUILD)
  ruby-psych/repos/community-testing-x86_64/ruby-psych_fix_gemspec.patch
(from rev 1296898, ruby-psych/trunk/ruby-psych_fix_gemspec.patch)

--+
 PKGBUILD |   78 +
 ruby-psych_fix_gemspec.patch |   29 +++
 2 files changed, 107 insertions(+)

Copied: ruby-psych/repos/community-testing-x86_64/PKGBUILD (from rev 1296898, 
ruby-psych/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 19:17:04 UTC (rev 1296899)
@@ -0,0 +1,78 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='psych'
+pkgname="ruby-${_gemname}"
+pkgver=4.0.4
+pkgrel=3
+pkgdesc="A YAML parser and emitter"
+arch=('x86_64')
+url="https://github.com/ruby/${_gemname};
+license=('MIT')
+depends=('ruby' 'ruby-stringio')
+makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler')
+checkdepends=('ruby-test-unit')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+"${pkgname}_fix_gemspec.patch")
+sha512sums=('c84c1048e31fdf45b546ec826e4abe5cce84b3906c4feda403ca2699b2a76952a24ce3bcdf84446d97d73b21dc95f5550525726291b62902e065645a68b45b47'
+
'b3d0a4b1b8e9ccc2913265b2570a4c6e9e42d182e47639b3626a033ad695eb0476dc1ba192ebea4816e0cd0fe5ffba52fcc36d439ad96566691d1282df42c65e')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  patch --verbose --strip=1 --input="../${pkgname}_fix_gemspec.patch"
+
+  # 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)"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
+
+  gem install \
+--local \
+--verbose \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"pkg/${_gemname}-${pkgver}.gem"
+
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
+
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}"
+  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}.so"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}.so"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  install --verbose -D --mode=0644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: ruby-psych/repos/community-testing-x86_64/ruby-psych_fix_gemspec.patch 
(from rev 1296898, ruby-psych/trunk/ruby-psych_fix_gemspec.patch)
===
--- community-testing-x86_64/ruby-psych_fix_gemspec.patch   
(rev 0)
+++ community-testing-x86_64/ruby-psych_fix_gemspec.patch   2022-09-08 
19:17:04 UTC (rev 1296899)
@@ -0,0 +1,29 @@
+diff --git a/psych.gemspec b/psych.gemspec
+index 65dd715..c178af2 100644
+--- a/psych.gemspec
 b/psych.gemspec
+@@ -1,14 +1,9 @@
+ # -*- encoding: utf-8 -*-
+ # frozen_string_literal: true
+ 
+-version_module = Module.new do
+-  version_rb = File.join(__dir__, "lib/psych/versions.rb")
+-  module_eval(File.read(version_rb), version_rb)
+-end
+-
+ Gem::Specification.new do |s|
+   s.name = "psych"
+-  s.version = version_module::Psych::VERSION
++  s.version = "4.0.4"
+   s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
+ 

[arch-commits] Commit in ruby-psych/trunk (PKGBUILD ruby-psych_fix_gemspec.patch)

2022-09-08 Thread Andreas Schleifer via arch-commits
Date: Thursday, September 8, 2022 @ 19:16:52
  Author: segaja
Revision: 1296898

upgpkg: ruby-psych 4.0.4-3: restructure stdlib to fit into ruby structure

Added:
  ruby-psych/trunk/ruby-psych_fix_gemspec.patch
Modified:
  ruby-psych/trunk/PKGBUILD

--+
 PKGBUILD |   50 +++--
 ruby-psych_fix_gemspec.patch |   29 +++
 2 files changed, 67 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 19:13:32 UTC (rev 1296897)
+++ PKGBUILD2022-09-08 19:16:52 UTC (rev 1296898)
@@ -3,20 +3,24 @@
 _gemname='psych'
 pkgname="ruby-${_gemname}"
 pkgver=4.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A YAML parser and emitter"
 arch=('x86_64')
-url="https://github.com/ruby/psych;
+url="https://github.com/ruby/${_gemname};
 license=('MIT')
 depends=('ruby' 'ruby-stringio')
 makedepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler')
 checkdepends=('ruby-test-unit')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('c84c1048e31fdf45b546ec826e4abe5cce84b3906c4feda403ca2699b2a76952a24ce3bcdf84446d97d73b21dc95f5550525726291b62902e065645a68b45b47')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+"${pkgname}_fix_gemspec.patch")
+sha512sums=('c84c1048e31fdf45b546ec826e4abe5cce84b3906c4feda403ca2699b2a76952a24ce3bcdf84446d97d73b21dc95f5550525726291b62902e065645a68b45b47'
+
'b3d0a4b1b8e9ccc2913265b2570a4c6e9e42d182e47639b3626a033ad695eb0476dc1ba192ebea4816e0cd0fe5ffba52fcc36d439ad96566691d1282df42c65e')
 
 prepare() {
   cd "${_gemname}-${pkgver}"
 
+  patch --verbose --strip=1 --input="../${pkgname}_fix_gemspec.patch"
+
   # update gemspec/Gemfile to allow newer version of the dependencies
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
 }
@@ -24,6 +28,7 @@
 build() {
   cd "${_gemname}-${pkgver}"
 
+  rake compile
   rake build
 }
 
@@ -38,15 +43,36 @@
 
   local _gemdir="$(gem env gemdir)"
   local _platform="$(gem env platform | cut -d':' -f2)"
-  local _extension_api_version="$(ruby -e'puts Gem.extension_api_version')"
+  local _extension_api_version="$(ruby -e 'puts Gem.extension_api_version')"
 
-  gem install --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" 
"pkg/${_gemname}-${pkgver}.gem"
+  gem install \
+--local \
+--verbose \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"pkg/${_gemname}-${pkgver}.gem"
 
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
-  ${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/psych/*.o \
-  "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/psych/Makefile" \
-  
"${pkgdir}/${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/gem_make.out"
+  install --verbose --directory --mode=0755 \
+"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}" \
+"${pkgdir}${_gemdir}/specifications/default"
 
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 CONTRIBUTING.md README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/${_gemname}.gemspec" 
"${pkgdir}${_gemdir}/specifications/default/${_gemname}-${pkgver}.gemspec"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}.rb" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}.rb"
+  mv --verbose 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/lib/${_gemname}" 
"${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_gemname}"
+  mv --verbose 
"${pkgdir}${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/${_gemname}.so"
 "${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}/${_gemname}.so"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}${_gemdir}/cache/" \
+"${pkgdir}${_gemdir}/build_info/" \
+"${pkgdir}${_gemdir}/extensions/" \
+"${pkgdir}${_gemdir}/gems/" \
+"${pkgdir}${_gemdir}/plugins/" \
+"${pkgdir}${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec" \
+"${pkgdir}${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  install --verbose -D --mode=0644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install --verbose -D --mode=0644 *.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
 }

Added: ruby-psych_fix_gemspec.patch
===
--- ruby-psych_fix_gemspec.patch(rev 0)
+++ ruby-psych_fix_gemspec.patch2022-09-08 19:16:52 UTC (rev 1296898)
@@ -0,0 +1,29 @@
+diff --git a/psych.gemspec b/psych.gemspec
+index 65dd715..c178af2 100644
+--- a/psych.gemspec
 b/psych.gemspec
+@@ 

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

2022-09-08 Thread Christian Hesse via arch-commits
Date: Thursday, September 8, 2022 @ 19:13:32
  Author: eworm
Revision: 1296897

archrelease: copy trunk to community-testing-x86_64

Added:
  open-isns/repos/community-testing-x86_64/
  open-isns/repos/community-testing-x86_64/PKGBUILD
(from rev 1296896, open-isns/trunk/PKGBUILD)

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

Copied: open-isns/repos/community-testing-x86_64/PKGBUILD (from rev 1296896, 
open-isns/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 19:13:32 UTC (rev 1296897)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Hesse 
+
+pkgname=open-isns
+pkgver=0.102
+pkgrel=1
+pkgdesc='iSNS server and client for Linux'
+arch=('x86_64')
+depends=('openssl')
+url='https://github.com/gonzoleeman/open-isns'
+license=('GPL')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('9611344733c0cdf14395f60880950ea4c3c7d6b765565b6493ad3e1afbe216de')
+
+build() {
+   cd "$srcdir"/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --enable-shared
+   make
+}
+
+package() {
+   cd "$srcdir"/${pkgname}-${pkgver}
+
+   make DESTDIR="${pkgdir}" install install_lib install_hdrs
+}



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

2022-09-08 Thread Christian Hesse via arch-commits
Date: Thursday, September 8, 2022 @ 19:13:30
  Author: eworm
Revision: 1296896

upgpkg: open-isns 0.102-1: new upstream release

Modified:
  open-isns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 19:13:11 UTC (rev 1296895)
+++ PKGBUILD2022-09-08 19:13:30 UTC (rev 1296896)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Hesse 
 
 pkgname=open-isns
-pkgver=0.101
+pkgver=0.102
 pkgrel=1
 pkgdesc='iSNS server and client for Linux'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url='https://github.com/gonzoleeman/open-isns'
 license=('GPL')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('f672ec86b6c9e984843a7a28d76f07e26393499c486f86034b8b18caa8deb556')
+sha256sums=('9611344733c0cdf14395f60880950ea4c3c7d6b765565b6493ad3e1afbe216de')
 
 build() {
cd "$srcdir"/${pkgname}-${pkgver}



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

2022-09-08 Thread Christian Hesse via arch-commits
Date: Thursday, September 8, 2022 @ 19:13:11
  Author: eworm
Revision: 1296895

archrelease: copy trunk to community-testing-any

Added:
  etckeeper/repos/community-testing-any/
  etckeeper/repos/community-testing-any/0001-breezy.patch
(from rev 1296894, etckeeper/trunk/0001-breezy.patch)
  etckeeper/repos/community-testing-any/PKGBUILD
(from rev 1296894, etckeeper/trunk/PKGBUILD)
  etckeeper/repos/community-testing-any/keys/

---+
 0001-breezy.patch |   62 
 PKGBUILD  |   45 +
 2 files changed, 107 insertions(+)

Copied: etckeeper/repos/community-testing-any/0001-breezy.patch (from rev 
1296894, etckeeper/trunk/0001-breezy.patch)
===
--- community-testing-any/0001-breezy.patch (rev 0)
+++ community-testing-any/0001-breezy.patch 2022-09-08 19:13:11 UTC (rev 
1296895)
@@ -0,0 +1,62 @@
+diff --git a/Makefile b/Makefile
+index 73d2411..7e545ba 100644
+--- a/Makefile
 b/Makefile
+@@ -21,7 +21,7 @@ FAKEROOT := $(shell command -v fakeroot 2> /dev/null)
+ TESTDIR := $(shell mktemp -u -d)
+ 
+ build: etckeeper.spec etckeeper.version
+-  -$(PYTHON) ./etckeeper-bzr/__init__.py build || echo "** bzr support 
not built"
++  -$(PYTHON) ./etckeeper-brz/__init__.py build || echo "** brz support 
not built"
+   -$(PYTHON) ./etckeeper-dnf/etckeeper.py build || echo "** DNF support 
not built"
+ 
+ install: etckeeper.version
+@@ -68,7 +68,7 @@ ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),zypper)
+   mkdir -p $(DESTDIR)$(prefix)/lib/zypp/plugins/commit
+   $(INSTALL) zypper-etckeeper.py 
$(DESTDIR)$(prefix)/lib/zypp/plugins/commit/zypper-etckeeper.py
+ endif
+-  -$(PYTHON) ./etckeeper-bzr/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo "** bzr support not installed"
++  -$(PYTHON) ./etckeeper-brz/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo "** brz support not installed"
+   echo "** installation successful"
+ 
+ clean: etckeeper.spec etckeeper.version
+diff --git a/etckeeper-brz/__init__.py b/etckeeper-brz/__init__.py
+new file mode 100644
+index 000..5f04ba6
+--- /dev/null
 b/etckeeper-brz/__init__.py
+@@ -0,0 +1,34 @@
++#
++# Breezy plugin that runs etckeeper pre-commit when necessary
++
++"""Runs etckeeper pre-commit when necessary."""
++
++from breezy.errors import BzrError
++import os
++
++def etckeeper_startcommit_hook(tree):
++abspath = getattr(tree, "abspath", None)
++if abspath is None or not os.path.exists(abspath(".etckeeper")):
++# Only run the commit hook when this is an etckeeper branch
++return
++import subprocess
++ret = subprocess.call(["etckeeper", "pre-commit", abspath(".")])
++if ret != 0:
++raise BzrError("etckeeper pre-commit failed")
++
++try:
++from breezy.hooks import install_lazy_named_hook
++except ImportError:
++from breezy.mutabletree import MutableTree
++MutableTree.hooks.install_named_hook('start_commit',
++etckeeper_startcommit_hook, 'etckeeper')
++else:
++install_lazy_named_hook(
++"breezy.mutabletree", "MutableTree.hooks",
++'start_commit', etckeeper_startcommit_hook, 'etckeeper')
++
++if __name__ == "__main__":
++from distutils.core import setup
++setup(name="brz-etckeeper",
++  packages=["breezy.plugins.etckeeper"],
++  package_dir={"breezy.plugins.etckeeper":"etckeeper-brz"})

Copied: etckeeper/repos/community-testing-any/PKGBUILD (from rev 1296894, 
etckeeper/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-09-08 19:13:11 UTC (rev 1296895)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Hesse 
+# Contributor: mathieu.clabaut 
+# Contributor: Buce 
+# Contributor: Danie Roux 
+
+pkgname=etckeeper
+_tag='0873c3238e229cc4e0861ac15c0f7c22c9ad63dc' # git rev-parse ${pkgver}
+pkgver=1.18.18
+pkgrel=1
+pkgdesc='Collection of tools to let /etc be stored in a git, hg or bzr 
repository'
+arch=('any')
+url='https://etckeeper.branchable.com/'
+license=('GPL2')
+depends=('git' 'diffutils' 'sed')
+makedepends=('git' 'mercurial' 'breezy')
+optdepends=('mercurial: use mercurial for version control'
+'breezy: use bazaar for version control')
+backup=('etc/etckeeper/etckeeper.conf')
+source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${_tag}?signed;
+'0001-breezy.patch')
+sha256sums=('SKIP'
+'fbfce54167828db00a2dcec02cf75c5df32302fae5411fd68dfb1a521675be6c')
+validpgpkeys=('E85A5F63B31D24C1EBF0D81CC910D9222512E3C7') # Joey Hess 

+
+prepare() {
+   cd ${pkgname}
+
+   patch -Np1 < ../0001-breezy.patch
+}
+
+build() {
+   cd ${pkgname}
+
+   # We want pacman :D
+   sed -i -e 

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

2022-09-08 Thread Christian Hesse via arch-commits
Date: Thursday, September 8, 2022 @ 19:13:08
  Author: eworm
Revision: 1296894

upgpkg: etckeeper 1.18.18-1: new upstream release

Modified:
  etckeeper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 19:06:04 UTC (rev 1296893)
+++ PKGBUILD2022-09-08 19:13:08 UTC (rev 1296894)
@@ -4,8 +4,8 @@
 # Contributor: Danie Roux 
 
 pkgname=etckeeper
-_tag='ac6eb2868d873e5c651e3dc39894a819752c2284' # git rev-parse ${pkgver}
-pkgver=1.18.17
+_tag='0873c3238e229cc4e0861ac15c0f7c22c9ad63dc' # git rev-parse ${pkgver}
+pkgver=1.18.18
 pkgrel=1
 pkgdesc='Collection of tools to let /etc be stored in a git, hg or bzr 
repository'
 arch=('any')



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

2022-09-08 Thread Kpcyrd via arch-commits
Date: Thursday, September 8, 2022 @ 19:06:04
  Author: kpcyrd
Revision: 1296893

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 1296892, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 1296892, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 1296892, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 1296892, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  126 +-
 expire-from-source-date-epoch.patch |   22 ++---
 signal-desktop.desktop  |   26 +++
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 19:05:35 UTC (rev 1296892)
+++ PKGBUILD2022-09-08 19:06:04 UTC (rev 1296893)
@@ -1,63 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=5.57.0
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('AGPL3')
-arch=('x86_64')
-url="https://signal.org;
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme' 'alsa-lib' 'openjpeg2')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python' 
'libxcrypt-compat')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "expire-from-source-date-epoch.patch"
-)
-sha512sums=('2c3e7599845a96b0c2f9c921ae591e7fef3845151aaadf3c032ae6f4d44b8c2fa02de0cb156ff1138cc8dc12c4835bc9b8795ae309d7aa54bc968f0724b0'
-
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
-
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('3ea738d97371923d5375138c455c011c19365412fc4a7501391ae53f5d9e0e4dcc74f56aef6e6d991d7001199df87fe581479d029f93725fd69b6243aa44b87d'
-
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
-
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # git-lfs hook needs to be installed for one of the dependencies
-  git lfs install
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  yarn install --ignore-engines
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  yarn generate
-  yarn build
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: signal-desktop/repos/community-x86_64/PKGBUILD (from rev 1296892, 
signal-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 19:06:04 UTC (rev 1296893)
@@ -0,0 +1,63 @@
+# Maintainer: kpcyrd 
+# Contributor: Jean Lucas 
+
+pkgname=signal-desktop
+_pkgname=Signal-Desktop
+pkgver=5.58.0
+pkgrel=1
+pkgdesc="Signal Private Messenger for Linux"
+license=('AGPL3')
+arch=('x86_64')
+url="https://signal.org;
+depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme' 'alsa-lib' 'openjpeg2')
+makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python' 
'libxcrypt-compat')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
+  "${pkgname}.desktop"
+  "expire-from-source-date-epoch.patch"
+)
+sha512sums=('13a08463de10b7d65e672934df73a837220bc4143131817fd245bf4ba816ae2e0bf2990138f5fb5c5dddf29455c292700727c949c6f900db977d3b33cc800c42'
+

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

2022-09-08 Thread Kpcyrd via arch-commits
Date: Thursday, September 8, 2022 @ 19:05:35
  Author: kpcyrd
Revision: 1296892

upgpkg: signal-desktop 5.58.0-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:55:59 UTC (rev 1296891)
+++ PKGBUILD2022-09-08 19:05:35 UTC (rev 1296892)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=5.57.0
+pkgver=5.58.0
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL3')
@@ -16,10 +16,10 @@
   "${pkgname}.desktop"
   "expire-from-source-date-epoch.patch"
 )
-sha512sums=('2c3e7599845a96b0c2f9c921ae591e7fef3845151aaadf3c032ae6f4d44b8c2fa02de0cb156ff1138cc8dc12c4835bc9b8795ae309d7aa54bc968f0724b0'
+sha512sums=('13a08463de10b7d65e672934df73a837220bc4143131817fd245bf4ba816ae2e0bf2990138f5fb5c5dddf29455c292700727c949c6f900db977d3b33cc800c42'
 
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
 
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('3ea738d97371923d5375138c455c011c19365412fc4a7501391ae53f5d9e0e4dcc74f56aef6e6d991d7001199df87fe581479d029f93725fd69b6243aa44b87d'
+b2sums=('dc83ccda23f96fb98ddaa46942518d3651ba6a014cbbcf2d88b11ef15980e747f201a94a4e14b7802b66ff001abfe4e84b2f87f2ec3612ae507e14cb407b095b'
 
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
 
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
 



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:58
  Author: heftig
Revision: 1296889

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 1296886, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 1296886, vhba-module/trunk/dkms.conf)

---+
 PKGBUILD  |   49 +
 dkms.conf |9 +
 2 files changed, 58 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 1296886, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 18:55:58 UTC (rev 1296889)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20211218
+pkgrel=66
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz;
+dkms.conf)
+sha256sums=('72c5a8c1c452805e4cef8cafefcecc2d25ce197ae4c67383082802e5adcd77b6'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:58
  Author: heftig
Revision: 1296888

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 1296882, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 1296882, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/0003-kernel-5.18.patch
(from rev 1296882, bbswitch/trunk/0003-kernel-5.18.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 1296882, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 +
 0002-kernel-5.7.patch  |   11 +
 0003-kernel-5.18.patch |   19 +++
 PKGBUILD   |   52 +++
 4 files changed, 118 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 1296882, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2022-09-08 18:55:58 UTC 
(rev 1296888)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = _pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1296882, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2022-09-08 18:55:58 UTC 
(rev 1296888)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/0003-kernel-5.18.patch (from 
rev 1296882, bbswitch/trunk/0003-kernel-5.18.patch)
===
--- community-testing-x86_64/0003-kernel-5.18.patch 
(rev 0)
+++ community-testing-x86_64/0003-kernel-5.18.patch 2022-09-08 18:55:58 UTC 
(rev 1296888)
@@ -0,0 +1,19 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.18/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2022-05-24 20:26:22.184553495 +
 bbswitch-0.8-5.18/bbswitch.c   2022-05-24 20:29:00.797008130 +
+@@ -264,10 +264,15 @@
+ pci_disable_device(dis_dev);
+ do {
+ struct acpi_device *ad = NULL;
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0)
++ad = acpi_fetch_acpi_dev(dis_handle);
++if (!ad) {
++#else
+ int r;
+ 
+ r = acpi_bus_get_device(dis_handle, );
+ if (r || !ad) {
++#endif
+ pr_warn("Cannot get ACPI device for PCI device\n");
+ break;
+ }

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 1296882, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 18:55:58 UTC (rev 1296888)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=537
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;
+

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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:59
  Author: heftig
Revision: 1296890

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 1296886, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 1296886, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 18:55:59 UTC (rev 1296890)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=416
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:59
  Author: heftig
Revision: 1296891

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 1296886, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 18:55:59 UTC (rev 1296891)
@@ -0,0 +1,48 @@
+# 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
+pkgver=0.43
+pkgrel=424
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # 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 r8168/repos (5 files)

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:58
  Author: heftig
Revision: 1296887

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 1296882, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/keys/
  r8168/repos/community-testing-x86_64/linux518.patch
(from rev 1296883, r8168/trunk/linux518.patch)
  r8168/repos/community-testing-x86_64/linux519.patch
(from rev 1296883, r8168/trunk/linux519.patch)

+
 PKGBUILD   |   55 +++
 linux518.patch |   52 
 linux519.patch |   41 +
 3 files changed, 148 insertions(+)

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 1296882, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 18:55:58 UTC (rev 1296887)
@@ -0,0 +1,55 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.050.03
+pkgrel=25
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc
+linux518.patch linux519.patch)
+sha256sums=('76f9e7c26a8ade7b01dd34060f5b17d74387f15e9b6baa6dbba8c43634a31ce6'
+'SKIP'
+'d8d542770e504775600f686d03412a37cc32489872be7aeb388b5b08d9806096'
+'f5e08919764bc56d4f11b23fcb7cece663cae3f591992a0ca2be760e6890a9f8')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux518.patch
+   patch -Np1 -i ../linux519.patch
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux 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')
+
+   local extradir=/usr/lib/modules/$(opts2 = 0;
+ while (1) {
+ memset(tmpAddr, pattern++, len - 14);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ pci_dma_sync_single_for_device(tp->pci_dev,
+le64_to_cpu(mapping),
+len, DMA_TO_DEVICE);
++#else
++dma_sync_single_for_device(tp_to_dev(tp),
++   le64_to_cpu(mapping),
++   len, DMA_TO_DEVICE);
++#endif
+ txd->opts1 = cpu_to_le32(DescOwn | FirstFrag | LastFrag | 
len);
+ 
+ RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig)  | AcceptMyPhys);
+@@ -3726,7 +3732,11 @@
+ if (rx_len == len) {
+ dma_sync_single_for_cpu(tp_to_dev(tp), 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
+ i = memcmp(skb->data, rx_skb->data, rx_len);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ pci_dma_sync_single_for_device(tp->pci_dev, 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
++#else
++dma_sync_single_for_device(tp_to_dev(tp), 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
++#endif
+ if (i == 0) {
+ //  dev_printk(KERN_INFO, tp_to_dev(tp), "loopback test 
finished\n",rx_len,len);
+ break;
+@@ -26403,11 +26413,20 @@
+ 
+ if ((sizeof(dma_addr_t) > 4) &&
+ use_dac &&
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ !pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) &&
+ !pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64))) {
++#else
++!dma_set_mask(>dev, DMA_BIT_MASK(64)) &&
++!dma_set_coherent_mask(>dev, DMA_BIT_MASK(64))) {
++#endif
+ dev->features |= NETIF_F_HIGHDMA;
+ } else {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
++#else
++rc = dma_set_mask(>dev, DMA_BIT_MASK(32));
++#endif
+ if (rc < 0) {
+ #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,0)
+ if (netif_msg_probe(tp))


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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:56
  Author: heftig
Revision: 455619

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 455617, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 455617, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/keys/

--+
 PKGBUILD |  204 +
 config   |11186 +
 2 files changed, 11390 insertions(+)

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


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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:56
  Author: heftig
Revision: 455618

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 455617, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 455617, linux/trunk/config)
  linux/repos/testing-x86_64/keys/

--+
 PKGBUILD |  203 +
 config   |11131 +
 2 files changed, 11334 insertions(+)

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


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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:52
  Author: heftig
Revision: 455616

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-open/repos/testing-x86_64/
  nvidia-open/repos/testing-x86_64/PKGBUILD
(from rev 455615, nvidia-open/trunk/PKGBUILD)
  nvidia-open/repos/testing-x86_64/nvidia-open-gcc-ibt-sls.patch
(from rev 455615, nvidia-open/trunk/nvidia-open-gcc-ibt-sls.patch)

---+
 PKGBUILD  |   94 
 nvidia-open-gcc-ibt-sls.patch |   28 +++
 2 files changed, 122 insertions(+)

Copied: nvidia-open/repos/testing-x86_64/PKGBUILD (from rev 455615, 
nvidia-open/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-08 18:55:52 UTC (rev 455616)
@@ -0,0 +1,94 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=nvidia-open
+pkgname=(nvidia-open nvidia-open-dkms)
+pkgver=515.65.01
+pkgrel=12
+pkgdesc="NVIDIA open kernel modules"
+arch=('x86_64')
+url="https://github.com/NVIDIA/open-gpu-kernel-modules;
+depends=("nvidia-utils=${pkgver}" 'libglvnd')
+makedepends=('linux-headers')
+license=('GPL')
+options=('!lto' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;
+nvidia-open-gcc-ibt-sls.patch)
+sha512sums=('c2ff6fd02272b6981a65e7e14c6b636f0113e21da910898c27682f58e60fa8e6deea3670081c57e4961fb5e7794eef8eddb90d134ba1892536a8468c5dc9d669'
+
'a8821f36c7515bfe4f50d7e3d15a6a8464ec833ca19818d674e300199f3867971f6fba35e1a357fa8ced08cc91d36c2f7fb37cb247bcbf18fa706f97916639b5')
+
+prepare() {
+  cd open-gpu-kernel-modules-${pkgver}
+
+  # Fix for https://bugs.archlinux.org/task/74886
+  patch -Np1 --no-backup-if-mismatch -i "$srcdir"/nvidia-open-gcc-ibt-sls.patch
+
+  # Attempt to make this reproducible
+  sed -i "s/^HOSTNAME.*/HOSTNAME = echo archlinux"/ utils.mk
+  sed -i "s/^WHOAMI.*/WHOAMI = echo archlinux-builder"/ utils.mk
+  sed -i "s/^DATE.*/DATE = date -r version.mk"/ utils.mk
+
+  sed -i "s/__VERSION_STRING/${pkgver}/" kernel-open/dkms.conf
+  sed -i 's/__JOBS/`nproc`/' kernel-open/dkms.conf
+  sed -i 's/__EXCLUDE_MODULES//' kernel-open/dkms.conf
+  sed -i 's/__DKMS_MODULES//' kernel-open/dkms.conf
+  sed -i '$i\
+BUILT_MODULE_NAME[0]="nvidia"\
+BUILT_MODULE_LOCATION[0]="kernel-open"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+BUILT_MODULE_LOCATION[1]="kernel-open"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+BUILT_MODULE_LOCATION[2]="kernel-open"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+BUILT_MODULE_LOCATION[3]="kernel-open"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[4]="nvidia-peermem"\
+BUILT_MODULE_LOCATION[4]="kernel-open"\
+DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' kernel-open/dkms.conf
+
+  # Clean version for later copying for DKMS
+  cp -r ../open-gpu-kernel-modules-${pkgver} 
"$srcdir"/open-gpu-kernel-modules-dkms
+}
+
+build() {
+  cd open-gpu-kernel-modules-${pkgver}
+  make SYSSRC="/usr/src/linux"
+}
+
+package_nvidia-open() {
+  depends+=('linux')
+  conflicts=('NVIDIA-MODULE')
+  provides=('NVIDIA-MODULE')
+
+  cd open-gpu-kernel-modules-${pkgver}
+  _extradir="/usr/lib/modules/$( 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_nvidia-open-dkms() {
+  depends+=('dkms')
+  conflicts=('nvidia-open' 'NVIDIA-MODULE')
+  provides=('nvidia-open' 'NVIDIA-MODULE')
+
+  install -dm 755 "${pkgdir}"/usr/src
+  # cp -dr --no-preserve='ownership' kernel-open 
"${pkgdir}/usr/src/nvidia-$pkgver"
+  cp -dr --no-preserve='ownership' open-gpu-kernel-modules-dkms 
"${pkgdir}/usr/src/nvidia-$pkgver"
+  mv "${pkgdir}/usr/src/nvidia-$pkgver/kernel-open/dkms.conf" 
"${pkgdir}/usr/src/nvidia-$pkgver/dkms.conf"
+
+  # Force module to load even on unsupported GPUs
+  mkdir -p "$pkgdir"/usr/lib/modprobe.d
+  echo "options nvidia NVreg_OpenRmEnableUnsupportedGpus=1" > 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
+
+  install -Dm644 open-gpu-kernel-modules-${pkgver}/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set sw=2 et:

Copied: nvidia-open/repos/testing-x86_64/nvidia-open-gcc-ibt-sls.patch (from 
rev 455615, nvidia-open/trunk/nvidia-open-gcc-ibt-sls.patch)
===
--- testing-x86_64/nvidia-open-gcc-ibt-sls.patch
(rev 0)
+++ testing-x86_64/nvidia-open-gcc-ibt-sls.patch2022-09-08 18:55:52 UTC 
(rev 455616)
@@ -0,0 +1,28 @@
+diff --git a/src/nvidia-modeset/Makefile b/src/nvidia-modeset/Makefile
+index c63b86b..a67d2fc 100644
+--- a/src/nvidia-modeset/Makefile
 b/src/nvidia-modeset/Makefile
+@@ -95,7 +95,8 @@ CFLAGS += 

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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:50
  Author: heftig
Revision: 1296886

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 1296883, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-testing-x86_64/linux-5.15.patch
(from rev 1296883, netfilter-fullconenat/trunk/linux-5.15.patch)

--+
 PKGBUILD |   46 +++
 linux-5.15.patch |   68 +
 2 files changed, 114 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
1296883, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 18:55:50 UTC (rev 1296886)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=236
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
+source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit};
+linux-5.15.patch)
+sha256sums=('SKIP'
+'d785622e80ed3348be133270ac974dd372e0d6d770f0da554edbcbf20e94d6a6')
+
+pkgver() {
+  cd ${pkgname}
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+prepare() {
+  cd ${pkgname}
+  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
+  patch -p1 -i ../linux-5.15.patch
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(net, _event_notifier) == 0) {
+   ct_event_notifier_registered = 1;
+@@ -1252,6 +1255,11 @@ static int fullconenat_tg_check(const struct 
xt_tgchk_param *par)
+ } else {
+   printk("xt_FULLCONENAT: warning: failed to register a conntrack 
notifier. Disable active GC for mappings.\n");
+ }
++#else
++ct_event_notifier.ct_event = ct_event_cb;
++nf_conntrack_register_notifier(par->net, _event_notifier);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_check(): ct_event_notifier 
registered\n");
++#endif
+ 
+   }
+ 
+@@ -1269,6 +1277,7 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): tg_refer_count is now 
%d\n", tg_refer_count);
+ 
+   if (tg_refer_count == 0) {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,15,0)
+ if (ct_event_notifier_registered) {
+   nf_conntrack_unregister_notifier(par->net, _event_notifier);
+   ct_event_notifier_registered = 0;
+@@ -1276,6 +1285,10 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
+ 
+ }
++#else
++nf_conntrack_unregister_notifier(par->net);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
++#endif
+ nf_ct_netns_put(par->net, par->family);
+   }
+ 



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:54
  Author: heftig
Revision: 455617

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 455616, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-08 18:55:54 UTC (rev 455617)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=515.65.01
+pkgrel=13
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:50
  Author: heftig
Revision: 1296885

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 1296882, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 18:55:50 UTC (rev 1296885)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.38
+pkgrel=4
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:49
  Author: heftig
Revision: 1296884

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 1296882, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
1296882, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 18:55:49 UTC (rev 1296884)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.18
+pkgrel=3
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz;)
+sha512sums=('73cc90f394b53a8d8edc17b258b63789cddd3094008de8403b24cdb0ed94e677cb9eedac297b73e8142204612a4ae5119450ebb08be4ea1c94abf0d375f8b51d')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:55:48
  Author: heftig
Revision: 1296883

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 1296882, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 18:55:48 UTC (rev 1296883)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.2
+pkgrel=71
+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-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:44
  Author: heftig
Revision: 1296881

1.2.2-71: linux 5.19.8.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:54:43 UTC (rev 1296880)
+++ PKGBUILD2022-09-08 18:54:44 UTC (rev 1296881)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=70
+pkgrel=71
 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 deepin-anything-arch/trunk (PKGBUILD)

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:47
  Author: heftig
Revision: 1296882

5.0.18-3: linux 5.19.8.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:54:44 UTC (rev 1296881)
+++ PKGBUILD2022-09-08 18:54:47 UTC (rev 1296882)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.18
-pkgrel=2
+pkgrel=3
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:45
  Author: heftig
Revision: 455615

515.65.01-13: linux 5.19.8.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:54:37 UTC (rev 455614)
+++ PKGBUILD2022-09-08 18:54:45 UTC (rev 455615)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=515.65.01
-pkgrel=12
+pkgrel=13
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:42
  Author: heftig
Revision: 1296879

8.050.03-25: linux 5.19.8.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:54:41 UTC (rev 1296878)
+++ PKGBUILD2022-09-08 18:54:42 UTC (rev 1296879)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.050.03
-pkgrel=24
+pkgrel=25
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:43
  Author: heftig
Revision: 1296880

20211218-66: linux 5.19.8.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:54:42 UTC (rev 1296879)
+++ PKGBUILD2022-09-08 18:54:43 UTC (rev 1296880)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=65
+pkgrel=66
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:40
  Author: heftig
Revision: 1296877

6.30.223.271-416: linux 5.19.8.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:54:39 UTC (rev 1296876)
+++ PKGBUILD2022-09-08 18:54:40 UTC (rev 1296877)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=415
+pkgrel=416
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:41
  Author: heftig
Revision: 1296878

0.8-537: linux 5.19.8.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:54:40 UTC (rev 1296877)
+++ PKGBUILD2022-09-08 18:54:41 UTC (rev 1296878)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=536
+pkgrel=537
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:37
  Author: heftig
Revision: 455614

515.65.01-12: linux 5.19.8.arch1-1

Modified:
  nvidia-open/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:42:09 UTC (rev 455613)
+++ PKGBUILD2022-09-08 18:54:37 UTC (rev 455614)
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=515.65.01
-pkgrel=11
+pkgrel=12
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:39
  Author: heftig
Revision: 1296876

0.43-424: linux 5.19.8.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:54:35 UTC (rev 1296875)
+++ PKGBUILD2022-09-08 18:54:39 UTC (rev 1296876)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=423
+pkgrel=424
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:35
  Author: heftig
Revision: 1296875

6.1.38-4: linux 5.19.8.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:54:34 UTC (rev 1296874)
+++ PKGBUILD2022-09-08 18:54:35 UTC (rev 1296875)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.38
-pkgrel=3
+pkgrel=4
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:54:34
  Author: heftig
Revision: 1296874

r73.0cf3b48-236: linux 5.19.8.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:48:52 UTC (rev 1296873)
+++ PKGBUILD2022-09-08 18:54:34 UTC (rev 1296874)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=235
+pkgrel=236
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



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

2022-09-08 Thread Daniel M. Capella via arch-commits
Date: Thursday, September 8, 2022 @ 18:48:52
  Author: polyzen
Revision: 1296873

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 1296872, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 18:48:30 UTC (rev 1296872)
+++ PKGBUILD2022-09-08 18:48:52 UTC (rev 1296873)
@@ -1,49 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.7.1
-pkgrel=2
-pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-jsonschema' 'python-requests'
- 'python-ruamel-yaml' 'python-setuptools')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-flexmock' 'python-pytest')
-optdepends=('python-llfuse: for mount action')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('250045b4bfd77ff1ef288b8967c8643036f1cb1e5410d874f56bbc1fd8b49b4c')
-b2sums=('0076fac9a01715d24dd8dfa9ca93099c94cfe33f65850c089a337b3f95b6c52706d0e6b15200532c0fcca9401f97c02d6ebabd700e42f5d9bb3516e04e7fa0a4')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m installer dist/*.whl
-  PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest -c /dev/null \
---ignore=tests/end-to-end
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  ./test-env/bin/borgmatic --bash-completion > \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-}

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 1296872, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 18:48:52 UTC (rev 1296873)
@@ -0,0 +1,49 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-jsonschema' 'python-requests'
+ 'python-ruamel-yaml' 'python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-flexmock' 'python-pytest')
+optdepends=('python-llfuse: for mount action')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d28dad2a0ec17e190db7f93c5dd6756a069227128ee4ec41e5a691815f483de5')
+b2sums=('fd628e9c77547686d4edf5d1066d3c171575f4d923ebc5205c5eb64f3a960e94c121282e9f4fb02b1291a81011a18dc393c6d13a07f215585459e7a5b55f8107')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest -c /dev/null \
+--ignore=tests/end-to-end
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  ./test-env/bin/borgmatic --bash-completion > \
+"$pkgdir"/usr/share/bash-completion/completions/$pkgname
+}



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

2022-09-08 Thread Daniel M. Capella via arch-commits
Date: Thursday, September 8, 2022 @ 18:48:30
  Author: polyzen
Revision: 1296872

upgpkg: borgmatic 1.7.2-1

Modified:
  borgmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 17:41:44 UTC (rev 1296871)
+++ PKGBUILD2022-09-08 18:48:30 UTC (rev 1296872)
@@ -6,8 +6,8 @@
 # Contributor: stef204 
 
 pkgname=borgmatic
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.7.2
+pkgrel=1
 pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
 arch=('any')
 url=https://torsion.org/borgmatic
@@ -18,8 +18,8 @@
 checkdepends=('python-flexmock' 'python-pytest')
 optdepends=('python-llfuse: for mount action')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('250045b4bfd77ff1ef288b8967c8643036f1cb1e5410d874f56bbc1fd8b49b4c')
-b2sums=('0076fac9a01715d24dd8dfa9ca93099c94cfe33f65850c089a337b3f95b6c52706d0e6b15200532c0fcca9401f97c02d6ebabd700e42f5d9bb3516e04e7fa0a4')
+sha256sums=('d28dad2a0ec17e190db7f93c5dd6756a069227128ee4ec41e5a691815f483de5')
+b2sums=('fd628e9c77547686d4edf5d1066d3c171575f4d923ebc5205c5eb64f3a960e94c121282e9f4fb02b1291a81011a18dc393c6d13a07f215585459e7a5b55f8107')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:42:09
  Author: heftig
Revision: 455613

5.19.8.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:42:08 UTC (rev 455612)
+++ PKGBUILD2022-09-08 18:42:09 UTC (rev 455613)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.19.7.arch1
+pkgver=5.19.8.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2022-09-08 Thread Jan Steffens via arch-commits
Date: Thursday, September 8, 2022 @ 18:42:08
  Author: heftig
Revision: 455612

5.19.8.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 18:05:36 UTC (rev 455611)
+++ PKGBUILD2022-09-08 18:42:08 UTC (rev 455612)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.19.7.zen2
+pkgver=5.19.8.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}



[arch-commits] Commit in libreoffice-fresh/repos/extra-x86_64 (14 files)

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 18:05:36
  Author: andyrtr
Revision: 455611

archrelease: copy trunk to extra-x86_64

Added:
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 455610, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/keys/
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 455610, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 455610, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-poppler-22.09.0.patch
(from rev 455610, libreoffice-fresh/trunk/libreoffice-poppler-22.09.0.patch)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 455610, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/extra-x86_64/soffice-template.desktop.in
(from rev 455610, libreoffice-fresh/trunk/soffice-template.desktop.in)
Deleted:
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/keys/
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-poppler-22.09.0.patch
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-fresh/repos/extra-x86_64/soffice-template.desktop.in

--+
 PKGBUILD |  797 -
 libreoffice-fresh.csh|   15 
 libreoffice-fresh.sh |   15 
 libreoffice-poppler-22.09.0.patch|   92 -
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 soffice-template.desktop.in  |   14 
 6 files changed, 488 insertions(+), 481 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 18:05:19 UTC (rev 455610)
+++ PKGBUILD2022-09-08 18:05:36 UTC (rev 455611)
@@ -1,396 +0,0 @@
-# Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-pkgbase=libreoffice-fresh
-pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=7.4.0.3
-pkgver=7.4.0
-pkgrel=3
-arch=('x86_64')
-license=('LGPL3')
-url="https://www.libreoffice.org/;
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
-   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
-   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
-   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
-   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
-   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
-   'junit' 'libmythes' 'libwpg'  'java-environment=11' 'postgresql-libs' 
'mariadb-libs' 'libgl'
-   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
-   'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-   'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
-   'libtommath' 'libzmf' 'xmlsec' 'rxvt-unicode' 'gpgme' 
-   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
-   'libcuckoo' 'abseil-cpp' 'clang' #'zxing-cpp'
-   'libffi' 'box2d' 'git'
-)
-options=('!lto') # using --enable-lto (for parallel link-time optimization)
-_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url="https://dev-www.libreoffice.org/src;
-_additional_source_url2="https://dev-www.libreoffice.org/extern;
-source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
-   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
-   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2021-03-05.tar.bz2
-   

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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 18:05:19
  Author: andyrtr
Revision: 455610

upgpkg: libreoffice-fresh 7.4.0-4: go back again to build with internal heavily 
patched libcmis - fixes FS#75847; also build experimental gtk4 desktop 
integration

Modified:
  libreoffice-fresh/trunk/PKGBUILD
  libreoffice-fresh/trunk/libreoffice-fresh.csh
  libreoffice-fresh/trunk/libreoffice-fresh.sh

---+
 PKGBUILD  |   21 +
 libreoffice-fresh.csh |1 +
 libreoffice-fresh.sh  |1 +
 3 files changed, 15 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 17:32:17 UTC (rev 455609)
+++ PKGBUILD2022-09-08 18:05:19 UTC (rev 455610)
@@ -1,5 +1,5 @@
 # Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Bartłomiej Piotrowski 
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=7.4.0.3
 pkgver=7.4.0
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;
@@ -23,12 +23,12 @@
'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
-   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'gperf' 'gtk3' 'gtk4' 'qt5-base' 'plasma-framework' 'cppunit' 
'beanshell' 'clucene'
'junit' 'libmythes' 'libwpg'  'java-environment=11' 'postgresql-libs' 
'mariadb-libs' 'libgl'
'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-   'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
+   'libexttextcat' 'gobject-introspection' # 'libfbclient' 'libcmis' 
'libtommath' 'libzmf' 'xmlsec' 'rxvt-unicode' 'gpgme' 
'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
'libcuckoo' 'abseil-cpp' 'clang' #'zxing-cpp'
@@ -53,6 +53,7 @@
${_additional_source_url}/lxml-4.1.1.tgz
${_additional_source_url}/Firebird-3.0.7.33374-0.tar.bz2

${_additional_source_url}/skia-m103-b301ff025004c9cd82816c86c547588e6c24b466.tar.xz
+   ${_additional_source_url}/libcmis-0.5.2.tar.xz
${_additional_source_url}/zxing-cpp-1.2.0.tar.gz
 ${_additional_source_url}/dragonbox-1.1.0.tar.gz

${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
@@ -76,6 +77,7 @@
lxml-4.1.1.tgz
Firebird-3.0.7.33374-0.tar.bz2
skia-m103-b301ff025004c9cd82816c86c547588e6c24b466.tar.xz
+   libcmis-0.5.2.tar.xz
zxing-cpp-1.2.0.tar.gz
dragonbox-1.1.0.tar.gz
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar  # 
for test suite
@@ -103,6 +105,7 @@
 '940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a5cfd0f40e'
 'acb85cedafa10ce106b1823fb236b1b3e5d942a5741e8f8435cc8ccfec0afe76'
 'c094a6247e44104beaaa0d00c825beb6baf1a8e532dc22214747495317a65bd9'
+'d7b18d9602190e10d437f8a964a32e983afd57e2db316a07d87477a79f5000a2'
 '653d9e44195d86cf64a36af9ff3a1978ec5599df3882439fefa56e7064f55e8a'
 '293247ccba995ec47ae3abb52c3e83904a7d71efb7093d4c0d2c6367c1cc1e20'
 'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
@@ -112,8 +115,8 @@
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
 '95716d255aae9d8795eb76c634541f82a094b87dfeaa6ffcdbd97c0f19c14ac4'
 'd0be8099cbee3c9dfda694a828149b881c345b204ab68826f317580aafb50879'
-'cd1b25ff390e436c6bffa65c6e12382236e3ccbf8d3aae51b1b59bcaed79fd8a'
-'de20f36d45f0fecc2d94176dd3ec7226ab07fa8ffb9b0bc73c200349a9273de1')
+'b20cc7c79e8e5d2c56eb17cf0f1e3bea7a2ceb243308a1bff3af24bf54f7d1f5'
+'b679a22ecad2892ac9854d80c5c77e404467236bae9fe094637b48ccad37da9d')
 
 prepare() {
 
@@ -177,6 +180,7 @@
--enable-kf5 \
--enable-qt5 \
--enable-gtk3 \
+   --enable-gtk4 \
--enable-introspection \
--enable-lto \
--enable-openssl \
@@ -193,7 +197,7 @@
--with-system-mdds\
--without-myspell-dicts \
--with-system-libvisio \
-   --with-system-libcmis \
+   --without-system-libcmis \
--with-system-libmspub \
--with-system-libexttextcat \
--with-system-orcus \
@@ -290,7 +294,7 @@
 

  1   2   3   4   5   6   7   8   9   10   >