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

2022-04-14 Thread Daurnimator via arch-commits
Date: Friday, April 15, 2022 @ 06:45:24
  Author: daurnimator
Revision: 1186448

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 1186447, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
(from rev 1186447, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.fish
(from rev 1186447, terraform/trunk/terraform.fish)
  terraform/repos/community-x86_64/terraform.zsh
(from rev 1186447, 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   |  115 +++
 terraform.bash |2 
 terraform.fish |   18 
 terraform.zsh  |6 +-
 4 files changed, 71 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-15 06:45:01 UTC (rev 1186447)
+++ PKGBUILD2022-04-15 06:45:24 UTC (rev 1186448)
@@ -1,57 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-# Maintainer: Daurnimator 
-
-pkgname=terraform
-pkgver=1.1.7
-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')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
-"terraform.bash"
-"terraform.fish"
-"terraform.zsh")
-sha512sums=('80eaa090d63d2dc4f91c2602c0ac85aa0323875b1f136a237e0a763cf013b57ba0cae3eeb666c502b3628f76d92e69be8630124216abbddaa6b6added1ffad1a'
-
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
-
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('c5e8451d7413ac2bcf93cbd5c69a7b437e9aeea0f6c5e291c43f63e831bcf093a6edf8dd1ae712867174342cd03318dd320fc7da27eeb97bf4d3bb66372ace73'
-
'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 1186447, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-15 06:45:24 UTC (rev 1186448)
@@ -0,0 +1,58 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+# Maintainer: Daurnimator 
+
+pkgname=terraform
+pkgver=1.1.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=('0e014373e62eb8f23e60fe94279cf266c2bd3cbc685d79432862fe371627fb5358314ae9e4c39988b8044413e63d85e0b844f0345a709c64cee33ce63448c2cc'
+
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d

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

2022-04-14 Thread Daurnimator via arch-commits
Date: Friday, April 15, 2022 @ 06:45:01
  Author: daurnimator
Revision: 1186447

upgpkg: terraform 1.1.8-1

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 06:32:53 UTC (rev 1186446)
+++ PKGBUILD2022-04-15 06:45:01 UTC (rev 1186447)
@@ -3,24 +3,25 @@
 # Maintainer: Daurnimator 
 
 pkgname=terraform
-pkgver=1.1.7
+pkgver=1.1.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")
+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=('80eaa090d63d2dc4f91c2602c0ac85aa0323875b1f136a237e0a763cf013b57ba0cae3eeb666c502b3628f76d92e69be8630124216abbddaa6b6added1ffad1a'
+sha512sums=('0e014373e62eb8f23e60fe94279cf266c2bd3cbc685d79432862fe371627fb5358314ae9e4c39988b8044413e63d85e0b844f0345a709c64cee33ce63448c2cc'
 
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
 
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
 
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('c5e8451d7413ac2bcf93cbd5c69a7b437e9aeea0f6c5e291c43f63e831bcf093a6edf8dd1ae712867174342cd03318dd320fc7da27eeb97bf4d3bb66372ace73'
+b2sums=('05a8591251d3b57995612ff5cc1839703a6225b80dce75b5d1e16c592a778b8f6ae5a1198a3bf0c17d755e95a3963443ed017e85c2d39213620a2b70eedc369c'
 
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
 
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
 
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')



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

2022-04-14 Thread Daurnimator via arch-commits
Date: Friday, April 15, 2022 @ 06:32:53
  Author: daurnimator
Revision: 1186446

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  164 +++
 grafana-agent.service  |   62 -
 grafana-agent.sysusers |4 -
 grafana-agent.tmpfiles |2 
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-15 06:32:22 UTC (rev 1186445)
+++ PKGBUILD2022-04-15 06:32:53 UTC (rev 1186446)
@@ -1,82 +0,0 @@
-# Maintainer: Daurnimator 
-
-pkgname=('grafana-agent' 'grafana-agentctl' 'grafana-agent-crow')
-pkgver=0.23.0
-pkgrel=1
-pkgdesc='Grafana Agent is a telemetry collector for sending metrics, logs, and 
trace data to the opinionated Grafana observability stack'
-url='https://github.com/grafana/agent'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-options=('!lto')
-source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/agent/archive/v$pkgver.tar.gz
-grafana-agent.sysusers grafana-agent.service grafana-agent.tmpfiles)
-sha512sums=('5f99b7afbbf902c9de61c6478378398508ca66657dd597a003ebf3890a6e581907c4066f55985ce9752146585ee55947b314637702fac24544a86f8a33e55e92'
-
'1e58f6273562fd6ddeae41bb6d223230ed301199af6bd2f85fa3d2c1e6352952c600cd4488ad769069519c42b6863be84aaa2c93c88f696e5a0bedbb93758d0e'
-
'3f8debbc4732009f54c063d70c2dce4846b81b829f495d25a431fef857077c83949d777f763de8c106fb8d1cf0bd7e874680db8387b4811704b1a303932fa090'
-
'3a4c4896b2454272b5a2d53ba5aa7009fa5b42a573fef521afb5d9712e53119539c4195d2b149d04d086c5fa197ccf7dc9bbdc407efb55514e3c92b994121fa8')
-
-prepare() {
-  cd "agent-$pkgver"
-
-  go mod download
-}
-
-build() {
-  cd "agent-$pkgver"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOPROXY=off
-  for path in cmd/agent cmd/agentctl tools/crow; do
-go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags " \
- -X github.com/grafana/agent/pkg/build.Version=$pkgver
- -X github.com/grafana/agent/pkg/build.BuildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH})
- -linkmode external
- -extldflags \"${LDFLAGS}\"" \
-  "./$path"
-  done
-}
-
-check() {
-  cd "agent-$pkgver"
-
-  go test -v ./cmd/agent/... ./cmd/agentctl/... ./tools/crow/...
-}
-
-package_grafana-agent() {
-  backup=('etc/grafana-agent.yaml')
-
-  cd "agent-$pkgver"
-
-  install -Dm755 agent "$pkgdir/usr/bin/grafana-agent"
-  install -Dm644 packaging/grafana-agent.yaml "$pkgdir/etc/grafana-agent.yaml"
-
-  install -Dm644 "$srcdir/grafana-agent.sysusers" 
"$pkgdir/usr/lib/sysusers.d/grafana-agent.conf"
-  install -Dm644 "$srcdir/grafana-agent.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/grafana-agent.conf"
-  install -Dm644 "$srcdir/grafana-agent.service" 
"$pkgdir/usr/lib/systemd/system/grafana-agent.service"
-}
-
-package_grafana-agentctl() {
-  pkgdesc="provides utilities for interacting with Grafana Agent"
-
-  cd "agent-$pkgver"
-
-  install -Dm755 -t "$pkgdir"/usr/bin agentctl
-}
-
-package_grafana-agent-crow() {
-  pkgdesc="A correctness checker tool that validates that scraped metrics are 
delivered to a remote_write endpoint."
-
-  cd "agent-$pkgver"
-
-  install -Dm755 crow "$pkgdir"/usr/bin/grafana-agent-crow
-}

Copied: grafana-agent/repos/community-x86_64/PKGBUILD (from rev 1186445, 
grafana-agent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-15 06:32:53 UTC (rev 1186446)
@@ -0,0 +1,82 @@
+# Maintainer: Daurnimator 
+
+pkgname=('grafana-agent' 'grafana-agentctl' 'grafana-agent-crow')
+pkgver=0.24.1
+pkgrel=1
+pkgdesc='Grafana Agent is a telemetry collector for sending metrics, logs, and 
trace data to the opinionated Grafana observability stack'
+url='https://github.com/grafana/agent'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+options=('!lto')
+source=($pkgname-$pkgver.tar.gz

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

2022-04-14 Thread Daurnimator via arch-commits
Date: Friday, April 15, 2022 @ 06:32:22
  Author: daurnimator
Revision: 1186445

upgpkg: grafana-agent 0.24.1-1

Modified:
  grafana-agent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 04:29:11 UTC (rev 1186444)
+++ PKGBUILD2022-04-15 06:32:22 UTC (rev 1186445)
@@ -1,7 +1,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=('grafana-agent' 'grafana-agentctl' 'grafana-agent-crow')
-pkgver=0.23.0
+pkgver=0.24.1
 pkgrel=1
 pkgdesc='Grafana Agent is a telemetry collector for sending metrics, logs, and 
trace data to the opinionated Grafana observability stack'
 url='https://github.com/grafana/agent'
@@ -12,7 +12,7 @@
 options=('!lto')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/agent/archive/v$pkgver.tar.gz
 grafana-agent.sysusers grafana-agent.service grafana-agent.tmpfiles)
-sha512sums=('5f99b7afbbf902c9de61c6478378398508ca66657dd597a003ebf3890a6e581907c4066f55985ce9752146585ee55947b314637702fac24544a86f8a33e55e92'
+sha512sums=('d3cbfe563b4b0a006238ed2acc04232f08470f0436f05ef224bbfc82a642de1246554f3b9a66e84dad7c1694be974cb5be3b6ecb659fd49bc77e5fe45552783b'
 
'1e58f6273562fd6ddeae41bb6d223230ed301199af6bd2f85fa3d2c1e6352952c600cd4488ad769069519c42b6863be84aaa2c93c88f696e5a0bedbb93758d0e'
 
'3f8debbc4732009f54c063d70c2dce4846b81b829f495d25a431fef857077c83949d777f763de8c106fb8d1cf0bd7e874680db8387b4811704b1a303932fa090'
 
'3a4c4896b2454272b5a2d53ba5aa7009fa5b42a573fef521afb5d9712e53119539c4195d2b149d04d086c5fa197ccf7dc9bbdc407efb55514e3c92b994121fa8')



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 04:29:11
  Author: felixonmars
Revision: 1186444

archrelease: copy trunk to community-any

Added:
  feeluown-netease/repos/community-any/PKGBUILD
(from rev 1186443, feeluown-netease/trunk/PKGBUILD)
Deleted:
  feeluown-netease/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-15 04:28:58 UTC (rev 1186443)
+++ PKGBUILD2022-04-15 04:29:11 UTC (rev 1186444)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruce Zhang 
-
-pkgname=feeluown-netease
-pkgver=0.9
-pkgrel=1
-pkgdesc="feeluown netease plugin"
-arch=('any')
-url="https://github.com/feeluown/feeluown-netease";
-license=('GPL3')
-depends=('feeluown' 'python-beautifulsoup4' 'python-pycryptodome' 
'python-marshmallow'
- 'python-requests' 'python-mutagen')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-groups=('feeluown-full')
-source=("https://github.com/feeluown/feeluown-netease/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('5af7a751b13956f32dbd505aa8fb39bc168c41c3871c19e8aba1eca5114342ed43c457fbe6d3d423a8c3ba6dfb9f3b8c8bcb60c89431562c96b3512a3ec6bf8d')
-
-build() {
-  cd feeluown-netease-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd feeluown-netease-$pkgver
-  pytest
-}
-
-package() {
-  cd feeluown-netease-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: feeluown-netease/repos/community-any/PKGBUILD (from rev 1186443, 
feeluown-netease/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-15 04:29:11 UTC (rev 1186444)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruce Zhang 
+
+pkgname=feeluown-netease
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="feeluown netease plugin"
+arch=('any')
+url="https://github.com/feeluown/feeluown-netease";
+license=('GPL3')
+depends=('feeluown' 'python-beautifulsoup4' 'python-pycryptodome' 
'python-marshmallow'
+ 'python-requests' 'python-mutagen')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+groups=('feeluown-full')
+source=("https://github.com/feeluown/feeluown-netease/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('9de12935688b10284819307b69572e4deb1504ef248d1a53eba472111e621379c0c54554a2ef86a733f3461e6e730cedb72a93266194c420381423ebed046edc')
+
+build() {
+  cd feeluown-netease-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd feeluown-netease-$pkgver
+  pytest
+}
+
+package() {
+  cd feeluown-netease-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 04:28:58
  Author: felixonmars
Revision: 1186443

upgpkg: feeluown-netease 0.9.1-1

Modified:
  feeluown-netease/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 04:26:00 UTC (rev 1186442)
+++ PKGBUILD2022-04-15 04:28:58 UTC (rev 1186443)
@@ -2,7 +2,7 @@
 # Contributor: Bruce Zhang 
 
 pkgname=feeluown-netease
-pkgver=0.9
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="feeluown netease plugin"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest')
 groups=('feeluown-full')
 
source=("https://github.com/feeluown/feeluown-netease/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('5af7a751b13956f32dbd505aa8fb39bc168c41c3871c19e8aba1eca5114342ed43c457fbe6d3d423a8c3ba6dfb9f3b8c8bcb60c89431562c96b3512a3ec6bf8d')
+sha512sums=('9de12935688b10284819307b69572e4deb1504ef248d1a53eba472111e621379c0c54554a2ef86a733f3461e6e730cedb72a93266194c420381423ebed046edc')
 
 build() {
   cd feeluown-netease-$pkgver



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

2022-04-14 Thread George Rawlinson via arch-commits
Date: Friday, April 15, 2022 @ 04:26:00
  Author: grawlinson
Revision: 1186442

archrelease: copy trunk to community-any

Added:
  jc/repos/community-any/
  jc/repos/community-any/PKGBUILD
(from rev 1186441, jc/trunk/PKGBUILD)

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

Copied: jc/repos/community-any/PKGBUILD (from rev 1186441, jc/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-04-15 04:26:00 UTC (rev 1186442)
@@ -0,0 +1,54 @@
+# Maintainer: George Rawlinson 
+# Contributor: Jameson Pugh 
+
+pkgname=jc
+pkgver=1.18.6
+pkgrel=2
+pkgdesc='Converts the output of popular command-line tools and file-types to 
JSON'
+arch=('any')
+url='https://github.com/kellyjonbrazil/jc'
+license=('MIT')
+depends=(
+  'python'
+  'python-pygments'
+  'python-ruamel-yaml'
+  'python-xmltodict'
+)
+makedepends=('git' 'python-setuptools')
+_commit='e05be3f08beae1b600fc55a3a7b4e28163e15bc0'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build(){
+  cd "$pkgname"
+
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname"
+
+  python -m unittest -v
+}
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md EXAMPLES.md
+  cp -vr docs "$pkgdir/usr/share/doc/$pkgname"
+
+  # man page
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/jc.1
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-04-14 Thread George Rawlinson via arch-commits
Date: Friday, April 15, 2022 @ 04:25:23
  Author: grawlinson
Revision: 1186441

addpkg: jc 1.18.6-2

Added:
  jc/
  jc/repos/
  jc/trunk/
  jc/trunk/PKGBUILD

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

Added: jc/trunk/PKGBUILD
===
--- jc/trunk/PKGBUILD   (rev 0)
+++ jc/trunk/PKGBUILD   2022-04-15 04:25:23 UTC (rev 1186441)
@@ -0,0 +1,54 @@
+# Maintainer: George Rawlinson 
+# Contributor: Jameson Pugh 
+
+pkgname=jc
+pkgver=1.18.6
+pkgrel=2
+pkgdesc='Converts the output of popular command-line tools and file-types to 
JSON'
+arch=('any')
+url='https://github.com/kellyjonbrazil/jc'
+license=('MIT')
+depends=(
+  'python'
+  'python-pygments'
+  'python-ruamel-yaml'
+  'python-xmltodict'
+)
+makedepends=('git' 'python-setuptools')
+_commit='e05be3f08beae1b600fc55a3a7b4e28163e15bc0'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build(){
+  cd "$pkgname"
+
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname"
+
+  python -m unittest -v
+}
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md EXAMPLES.md
+  cp -vr docs "$pkgdir/usr/share/doc/$pkgname"
+
+  # man page
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/jc.1
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



[arch-commits] Commit in electron12/repos (16 files)

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 03:44:07
  Author: felixonmars
Revision: 1186440

archrelease: copy trunk to community-staging-x86_64

Added:
  electron12/repos/community-staging-x86_64/
  electron12/repos/community-staging-x86_64/PKGBUILD
(from rev 1186439, electron12/trunk/PKGBUILD)
  
electron12/repos/community-staging-x86_64/add-dependency-on-opus-in-webcodecs.patch
(from rev 1186439, 
electron12/trunk/add-dependency-on-opus-in-webcodecs.patch)
  
electron12/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1186439, 
electron12/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron12/repos/community-staging-x86_64/chromium-fix-libva-redef.patch
(from rev 1186439, electron12/trunk/chromium-fix-libva-redef.patch)
  electron12/repos/community-staging-x86_64/chromium-glibc-2.33.patch
(from rev 1186439, electron12/trunk/chromium-glibc-2.33.patch)
  electron12/repos/community-staging-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1186439, electron12/trunk/chromium-harfbuzz-3.0.0.patch)
  electron12/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1186439, electron12/trunk/default_app-icon.patch)
  electron12/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1186439, electron12/trunk/electron-launcher.sh)
  electron12/repos/community-staging-x86_64/electron.desktop
(from rev 1186439, electron12/trunk/electron.desktop)
  electron12/repos/community-staging-x86_64/ffmpeg5.patch
(from rev 1186439, electron12/trunk/ffmpeg5.patch)
  
electron12/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1186439, 
electron12/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  electron12/repos/community-staging-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1186439, electron12/trunk/skia-harfbuzz-3.0.0.patch)
  
electron12/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1186439, 
electron12/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron12/repos/community-staging-x86_64/std-max-fix.patch
(from rev 1186439, electron12/trunk/std-max-fix.patch)
  electron12/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1186439, electron12/trunk/use-system-libraries-in-node.patch)

+
 PKGBUILD   |  250 +++
 add-dependency-on-opus-in-webcodecs.patch  |   43 +
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 chromium-fix-libva-redef.patch |   86 +++
 chromium-glibc-2.33.patch  |  144 ++
 chromium-harfbuzz-3.0.0.patch  |   20 
 default_app-icon.patch |   21 
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 ffmpeg5.patch  |  142 ++
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +
 skia-harfbuzz-3.0.0.patch  |  100 
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 ++
 std-max-fix.patch  |   11 
 use-system-libraries-in-node.patch |   52 ++
 15 files changed, 1208 insertions(+)

Copied: electron12/repos/community-staging-x86_64/PKGBUILD (from rev 1186439, 
electron12/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-15 03:44:07 UTC (rev 1186440)
@@ -0,0 +1,250 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=electron12
+pkgver=12.2.3
+_commit=8492c10291d852071bb599fcf59d57eb2566afd8
+_chromiumver=89.0.4389.128
+_gcc_patchset=7
+pkgrel=4
+pkgdesc='Build cross platform desktop apps with web technologies'
+arch=('x86_64')
+url='https://electronjs.org/'
+license=('MIT' 'custom')
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+makedepends=('clang' 'git' 'gn-m87' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python2' 'python' 'python-httplib2'
+ 'python-pyparsing' 'python-six' 'wget' 'yarn')
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'pipewire: WebRTC desktop sharing under Wayland'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+options=('!lto') # Electron adds its own flags for ThinLTO
+source=('git+https://

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 03:43:37
  Author: felixonmars
Revision: 1186439

upgpkg: electron12 12.2.3-4: icu 71.1 rebuild

Modified:
  electron12/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 03:30:55 UTC (rev 1186438)
+++ PKGBUILD2022-04-15 03:43:37 UTC (rev 1186439)
@@ -5,7 +5,7 @@
 _commit=8492c10291d852071bb599fcf59d57eb2566afd8
 _chromiumver=89.0.4389.128
 _gcc_patchset=7
-pkgrel=3
+pkgrel=4
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 03:30:55
  Author: felixonmars
Revision: 1186438

archrelease: copy trunk to community-staging-x86_64

Added:
  electron9/repos/community-staging-x86_64/
  electron9/repos/community-staging-x86_64/PKGBUILD
(from rev 1186437, electron9/trunk/PKGBUILD)
  
electron9/repos/community-staging-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 1186437, 
electron9/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
electron9/repos/community-staging-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 1186437, 
electron9/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  
electron9/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1186437, 
electron9/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron9/repos/community-staging-x86_64/chromium-83-gcc-10.patch
(from rev 1186437, electron9/trunk/chromium-83-gcc-10.patch)
  electron9/repos/community-staging-x86_64/chromium-ffmpeg-4.3.patch
(from rev 1186437, electron9/trunk/chromium-ffmpeg-4.3.patch)
  electron9/repos/community-staging-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1186437, electron9/trunk/chromium-harfbuzz-3.0.0.patch)
  electron9/repos/community-staging-x86_64/chromium-include-limits.patch
(from rev 1186437, electron9/trunk/chromium-include-limits.patch)
  electron9/repos/community-staging-x86_64/chromium-skia-harmony.patch
(from rev 1186437, electron9/trunk/chromium-skia-harmony.patch)
  electron9/repos/community-staging-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 1186437, electron9/trunk/clean-up-a-call-to-set_utf8.patch)
  electron9/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1186437, electron9/trunk/default_app-icon.patch)
  
electron9/repos/community-staging-x86_64/disk_data_allocator-Metadata-constructor.patch
(from rev 1186437, 
electron9/trunk/disk_data_allocator-Metadata-constructor.patch)
  electron9/repos/community-staging-x86_64/electron9.desktop
(from rev 1186437, electron9/trunk/electron9.desktop)
  electron9/repos/community-staging-x86_64/ffmpeg5.patch
(from rev 1186437, electron9/trunk/ffmpeg5.patch)
  
electron9/repos/community-staging-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 1186437, 
electron9/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  
electron9/repos/community-staging-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 1186437, 
electron9/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
electron9/repos/community-staging-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 1186437, 
electron9/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
electron9/repos/community-staging-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 1186437, 
electron9/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  electron9/repos/community-staging-x86_64/qt5-webengine-glibc-2.33.patch
(from rev 1186437, electron9/trunk/qt5-webengine-glibc-2.33.patch)
  
electron9/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1186437, 
electron9/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  electron9/repos/community-staging-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1186437, electron9/trunk/skia-harfbuzz-3.0.0.patch)
  
electron9/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1186437, 
electron9/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron9/repos/community-staging-x86_64/std-max-fix.patch
(from rev 1186437, electron9/trunk/std-max-fix.patch)
  electron9/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1186437, electron9/trunk/use-system-libraries-in-node.patch)
  
electron9/repos/community-staging-x86_64/v8-call-new-ListFormatter-createInstance.patch
(from rev 1186437, 
electron9/trunk/v8-call-new-ListFormatter-createInstance.patch)
  
electron9/repos/community-staging-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 1186437, 
electron9/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)

+
 PKGBUILD   |  273 +++
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   29 +
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  138 +
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 chromium-83-gcc-10.patch   |   64 ++
 chromium-ffmpeg-4.3.patch  |   21 
 chromium-harfbuzz-3.0.0.patch  |   20 
 chromium-include-limits.patch  |   31 +
 chromium-sk

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 03:30:08
  Author: felixonmars
Revision: 1186437

upgpkg: electron9 9.4.4-6: icu 71.1 rebuild

Modified:
  electron9/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 02:32:31 UTC (rev 1186436)
+++ PKGBUILD2022-04-15 03:30:08 UTC (rev 1186437)
@@ -4,7 +4,7 @@
 pkgver=9.4.4
 _commit=f981f3a7c41767fa5ec13cbc8e2242129db96e7a
 _chromiumver=83.0.4103.122
-pkgrel=5
+pkgrel=6
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'



[arch-commits] Commit in electron11/repos (21 files)

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Friday, April 15, 2022 @ 02:32:31
  Author: foutrelis
Revision: 1186436

archrelease: copy trunk to community-staging-x86_64

Added:
  electron11/repos/community-staging-x86_64/
  electron11/repos/community-staging-x86_64/PKGBUILD
(from rev 1186435, electron11/trunk/PKGBUILD)
  
electron11/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1186435, 
electron11/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron11/repos/community-staging-x86_64/chromium-glibc-2.33.patch
(from rev 1186435, electron11/trunk/chromium-glibc-2.33.patch)
  electron11/repos/community-staging-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1186435, electron11/trunk/chromium-harfbuzz-3.0.0.patch)
  electron11/repos/community-staging-x86_64/chromium-include-limits.patch
(from rev 1186435, electron11/trunk/chromium-include-limits.patch)
  electron11/repos/community-staging-x86_64/chromium-include-stddef.patch
(from rev 1186435, electron11/trunk/chromium-include-stddef.patch)
  electron11/repos/community-staging-x86_64/chromium-skia-harmony.patch
(from rev 1186435, electron11/trunk/chromium-skia-harmony.patch)
  
electron11/repos/community-staging-x86_64/d62de64e2fd20a4811593cb2248bb476aebfadf5.patch
(from rev 1186435, 
electron11/trunk/d62de64e2fd20a4811593cb2248bb476aebfadf5.patch)
  electron11/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1186435, electron11/trunk/default_app-icon.patch)
  electron11/repos/community-staging-x86_64/electron11.desktop
(from rev 1186435, electron11/trunk/electron11.desktop)
  electron11/repos/community-staging-x86_64/enable-dse-memoryssa.patch
(from rev 1186435, electron11/trunk/enable-dse-memoryssa.patch)
  electron11/repos/community-staging-x86_64/ffmpeg5.patch
(from rev 1186435, electron11/trunk/ffmpeg5.patch)
  electron11/repos/community-staging-x86_64/icu68.patch
(from rev 1186435, electron11/trunk/icu68.patch)
  
electron11/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1186435, 
electron11/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  electron11/repos/community-staging-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1186435, electron11/trunk/skia-harfbuzz-3.0.0.patch)
  
electron11/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1186435, 
electron11/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron11/repos/community-staging-x86_64/std-max-fix.patch
(from rev 1186435, electron11/trunk/std-max-fix.patch)
  electron11/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1186435, electron11/trunk/use-system-libraries-in-node.patch)
  
electron11/repos/community-staging-x86_64/v8-call-new-ListFormatter-createInstance.patch
(from rev 1186435, 
electron11/trunk/v8-call-new-ListFormatter-createInstance.patch)
  electron11/repos/community-staging-x86_64/v8-icu68.patch
(from rev 1186435, electron11/trunk/v8-icu68.patch)

+
 PKGBUILD   |  257 ++
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 
 chromium-glibc-2.33.patch  |  144 +++
 chromium-harfbuzz-3.0.0.patch  |   20 
 chromium-include-limits.patch  |   21 
 chromium-include-stddef.patch  |   10 
 chromium-skia-harmony.patch|   14 
 d62de64e2fd20a4811593cb2248bb476aebfadf5.patch |   35 
 default_app-icon.patch |   21 
 electron11.desktop |7 
 enable-dse-memoryssa.patch |   50 +
 ffmpeg5.patch  |  142 +++
 icu68.patch|  421 +++
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +
 skia-harfbuzz-3.0.0.patch  |  100 ++
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 ++
 std-max-fix.patch  |   11 
 use-system-libraries-in-node.patch |   53 +
 v8-call-new-ListFormatter-createInstance.patch |   95 ++
 v8-icu68.patch |  192 +
 20 files changed, 1905 insertions(+)

Copied: electron11/repos/community-staging-x86_64/PKGBUILD (from rev 1186435, 
electron11/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-15 02:32:31 UTC (rev 1186436)
@@ -0,0 +1,257 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=electron11
+pkgver=11.5.0
+_comm

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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Friday, April 15, 2022 @ 02:32:15
  Author: foutrelis
Revision: 1186435

upgpkg: electron11 11.5.0-5: icu 71.1 rebuild

Modified:
  electron11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 02:27:06 UTC (rev 1186434)
+++ PKGBUILD2022-04-15 02:32:15 UTC (rev 1186435)
@@ -4,7 +4,7 @@
 pkgver=11.5.0
 _commit=3d0705d81fd8b829372a732577b5c275352a9da6
 _chromiumver=87.0.4280.141
-pkgrel=4
+pkgrel=5
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'



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

2022-04-14 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 15, 2022 @ 02:27:06
  Author: yan12125
Revision: 1186434

nvchecker: remove unneeded backport commit

Somehow already-applied commits do not trigger failures for git cherry-pick :)

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 02:14:43 UTC (rev 1186433)
+++ PKGBUILD2022-04-15 02:27:06 UTC (rev 1186434)
@@ -31,8 +31,6 @@
 )
 
 _backports=(
-  # update test_apt
-  b8b6e47d59f3013f490e4e5bef362009378b9a32
 )
 
 pkgver() {



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

2022-04-14 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 15, 2022 @ 02:14:43
  Author: yan12125
Revision: 1186433

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 1186432, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-15 02:14:28 UTC (rev 1186432)
+++ PKGBUILD2022-04-15 02:14:43 UTC (rev 1186433)
@@ -1,78 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=nvchecker
-pkgver=2.7
-# curl https://api.github.com/repos/lilydjwg/nvchecker/git/ref/tags/v$pkgver | 
jq -r .object.sha
-_tag=75066e554055170bec02dd4880c324559e7c08bf
-pkgrel=1
-pkgdesc="New version checker for software releases"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker";
-license=('MIT')
-depends=('python' 'python-tomli' 'python-structlog' 'python-appdirs' 
'python-tornado' 'python-pycurl')
-makedepends=('git' 'python-docutils' 'python-setuptools' 'python-pygments')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 
'python-flaky' 'python-lxml' 'pyalpm' 'git')
-optdepends=(
-  'pyalpm: for using "sort_version_key = vercmp" in configuration files and 
the alpm source'
-  'python-lxml: for the htmlparser source'
-  'python-packaging: for the pypi source'
-  'git: support for git repositories'
-  'python-gobject: for nvchecker-notify'
-  'libnotify: for nvchecker-notify'
-)
-source=("git+https://github.com/lilydjwg/nvchecker.git?signed#tag=$_tag";)
-sha512sums=('SKIP')
-validpgpkeys=(
-  # No direct trust chain. Some related stuffs:
-  # https://api.github.com/users/lilydjwg/gpg_keys
-  # https://zh.wikipedia.org/wiki/User:Lilydjwg
-  '356690A1E7404E30D0E902B2E64D049594A54F54'
-)
-
-_backports=(
-  # update test_apt
-  b8b6e47d59f3013f490e4e5bef362009378b9a32
-)
-
-pkgver() {
-  cd nvchecker
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd nvchecker
-
-  # this loop is stolen from core/systemd :)
-  local _c
-  for _c in "${_backports[@]}"; do
-git log --oneline -1 "${_c}"
-git cherry-pick -n "${_c}"
-  done
-}
-
-build() {
-  cd nvchecker
-  python setup.py build
-
-  make -C docs man
-}
-
-check() {
-  cd nvchecker
-  pytest
-}
-
-package() {
-  cd nvchecker
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-
-  # bash completion scripts & docs
-  install -Dm644 scripts/nvtake.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/nvtake
-  install -Dm644 docs/usage.rst -t "$pkgdir"/usr/share/doc/$pkgname/
-  install -Dm644 sample_config.toml -t "$pkgdir"/usr/share/doc/$pkgname/
-  install -Dm644 docs/_build/man/nvchecker.1 -t "$pkgdir"/usr/share/man/man1/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 1186432, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-15 02:14:43 UTC (rev 1186433)
@@ -0,0 +1,78 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=2.8
+# curl https://api.github.com/repos/lilydjwg/nvchecker/git/ref/tags/v$pkgver | 
jq -r .object.sha
+_tag=e0c52f798723256937364b4376ac4414ac71286d
+pkgrel=1
+pkgdesc="New version checker for software releases"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker";
+license=('MIT')
+depends=('python' 'python-tomli' 'python-structlog' 'python-appdirs' 
'python-tornado' 'python-pycurl')
+makedepends=('git' 'python-docutils' 'python-setuptools' 'python-pygments')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 
'python-flaky' 'python-lxml' 'pyalpm' 'git')
+optdepends=(
+  'pyalpm: for using "sort_version_key = vercmp" in configuration files and 
the alpm source'
+  'python-lxml: for the htmlparser source'
+  'python-packaging: for the pypi source'
+  'git: support for git repositories'
+  'python-gobject: for nvchecker-notify'
+  'libnotify: for nvchecker-notify'
+)
+source=("git+https://github.com/lilydjwg/nvchecker.git?signed#tag=$_tag";)
+sha512sums=('SKIP')
+validpgpkeys=(
+  # No direct trust chain. Some related stuffs:
+  # https://api.github.com/users/lilydjwg/gpg_keys
+  # https://zh.wikipedia.org/wiki/User:Lilydjwg
+  '356690A1E7404E30D0E902B2E64D049594A54F54'
+)
+
+_backports=(
+  # update test_apt
+  b8b6e47d59f3013f490e4e5bef362009378b9a32
+)
+
+pkgver() {
+  cd nvchecker
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd nvchecker
+
+  # this loop is stolen from core/systemd :)
+  local _c
+  for _c in "${_backports[@]}"; do
+git log --oneline -1 "${_c}"
+git cherry-pick -n "${_c}"
+  done
+}
+
+build() {
+  cd nvchecker
+  python setup.py b

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

2022-04-14 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 15, 2022 @ 02:14:28
  Author: yan12125
Revision: 1186432

upgpkg: nvchecker 2.8-1

The latest version is 2.8.post1 on PyPI, but the corresponding git tag
is missing. I asked the developer for help at
https://github.com/lilydjwg/nvchecker/commit/257b0f63fee8df04c0aed6d61d005eaa3ca46813#comments

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 02:09:15 UTC (rev 1186431)
+++ PKGBUILD2022-04-15 02:14:28 UTC (rev 1186432)
@@ -2,9 +2,9 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=2.7
+pkgver=2.8
 # curl https://api.github.com/repos/lilydjwg/nvchecker/git/ref/tags/v$pkgver | 
jq -r .object.sha
-_tag=75066e554055170bec02dd4880c324559e7c08bf
+_tag=e0c52f798723256937364b4376ac4414ac71286d
 pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')



[arch-commits] Commit in bluegriffon/repos (11 files)

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 02:09:15
  Author: felixonmars
Revision: 1186431

archrelease: copy trunk to community-staging-x86_64

Added:
  bluegriffon/repos/community-staging-x86_64/
  bluegriffon/repos/community-staging-x86_64/PKGBUILD
(from rev 1186430, bluegriffon/trunk/PKGBUILD)
  bluegriffon/repos/community-staging-x86_64/bluegriffon-gcc11.patch
(from rev 1186430, bluegriffon/trunk/bluegriffon-gcc11.patch)
  bluegriffon/repos/community-staging-x86_64/bluegriffon.desktop
(from rev 1186430, bluegriffon/trunk/bluegriffon.desktop)
  bluegriffon/repos/community-staging-x86_64/bug_1533969_glibc230.patch
(from rev 1186430, bluegriffon/trunk/bug_1533969_glibc230.patch)
  bluegriffon/repos/community-staging-x86_64/fix-rust-lifetime-issue.patch
(from rev 1186430, bluegriffon/trunk/fix-rust-lifetime-issue.patch)
  bluegriffon/repos/community-staging-x86_64/glibc-2.32.patch
(from rev 1186430, bluegriffon/trunk/glibc-2.32.patch)
  
bluegriffon/repos/community-staging-x86_64/libstagefright-format-overflow.patch
(from rev 1186430, bluegriffon/trunk/libstagefright-format-overflow.patch)
  bluegriffon/repos/community-staging-x86_64/mozconfig
(from rev 1186430, bluegriffon/trunk/mozconfig)
  bluegriffon/repos/community-staging-x86_64/no-crmf.diff
(from rev 1186430, bluegriffon/trunk/no-crmf.diff)
  bluegriffon/repos/community-staging-x86_64/rust-explitcit-dyn.patch
(from rev 1186430, bluegriffon/trunk/rust-explitcit-dyn.patch)

--+
 PKGBUILD |  171 +++
 bluegriffon-gcc11.patch  |  238 +
 bluegriffon.desktop  |   16 ++
 bug_1533969_glibc230.patch   |   61 
 fix-rust-lifetime-issue.patch|   61 
 glibc-2.32.patch |   11 +
 libstagefright-format-overflow.patch |   10 +
 mozconfig|   31 
 no-crmf.diff |   15 ++
 rust-explitcit-dyn.patch |   22 +++
 10 files changed, 636 insertions(+)

Copied: bluegriffon/repos/community-staging-x86_64/PKGBUILD (from rev 1186430, 
bluegriffon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-15 02:09:15 UTC (rev 1186431)
@@ -0,0 +1,171 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Balló György 
+
+pkgbase=bluegriffon
+pkgname=(bluegriffon)
+pkgver=3.1
+_gecko_dev_revision=042b84a # see config/gecko_dev_revision.txt
+pkgrel=18
+pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
+arch=('x86_64')
+url="http://bluegriffon.org/";
+license=('MPL' 'GPL' 'LGPL')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'nss' 'libvpx' 'libxt' 
'startup-notification'
+ 'alsa-lib')
+makedepends=('autoconf2.13' 'gtk2' 'libpulse' 'python2' 'rust' 'unzip' 'yasm' 
'zip')
+options=('!emptydirs')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgbase}/archive/${pkgver}.tar.gz";
+
"gecko-dev-${_gecko_dev_revision}.tar.gz"::"https://github.com/mozilla/gecko-dev/archive/${_gecko_dev_revision}.tar.gz";
+"mozconfig"
+"${pkgbase}.desktop"
+
"bug_1353650_icu59.patch"::"https://hg.mozilla.org/integration/mozilla-inbound/raw-rev/605d00e70409";
+
"bug_1384062_systemresourcemonitor.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/8d9ae8c45dd0";
+
"bug_1427455-unused-variables.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/8e28a66b548b";
+
"bug_445128_install-dir.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/8f74ddd39f61";
+"bug_1533969_glibc230.patch"
+"glibc-2.32.patch"
+"libstagefright-format-overflow.patch"
+"no-crmf.diff"
+"fix-rust-lifetime-issue.patch"
+"rust-explitcit-dyn.patch"
+"bluegriffon-gcc11.patch")
+sha256sums=('4fb9b29f00ff4e94e78994308ffa52bce818978009e0d8229203d6ac4210b0f4'
+'01096e58c898e1b37cba581e1cc0f325d1c402091ccc4a2491543b39add40c6c'
+'d589572a0e36b8500ed12937727e540a13b635c7ac12621a10ff675250b61175'
+'882133b77840356985a81e496b4ddc443f8f33c068cfb7ef0858497820adcfff'
+'6417fda6af8e610556f662fca28b2c25ceedb3e6970923a4eec562389b00b6d6'
+'7760ebe71f4057cbd2f52b715abaf0d944c14c39e2bb2a5322114ad8451e12d9'
+'806cbe936720676ea8d82c5f2bb880ca632181b07b0cf24a47c064a3485b7c7f'
+'18fbcfda13dd7d30d3c1310da15a133f90bf9ce6b7cfa15de833928e7d9efe95'
+'35bd21633bfe1005ccb643d6863e5da32b1281594f92bdcbd2ed36ef3fc43dfd'
+'4e986099c9817b70835457a229b5730e3968bb6ae097e43a188831ad01f6a61f'
+'28949cfeb646e48eb41669b64971ee69fce28ece580be145a1cd9540b3fd2ab5'
+'02000d185e647aa20ca336e595b4004bb29cdae9d8f317f9007

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 02:08:36
  Author: felixonmars
Revision: 1186430

upgpkg: bluegriffon 3.1-18: icu 71.1 rebuild

Modified:
  bluegriffon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 02:07:36 UTC (rev 1186429)
+++ PKGBUILD2022-04-15 02:08:36 UTC (rev 1186430)
@@ -5,7 +5,7 @@
 pkgname=(bluegriffon)
 pkgver=3.1
 _gecko_dev_revision=042b84a # see config/gecko_dev_revision.txt
-pkgrel=17
+pkgrel=18
 pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
 arch=('x86_64')
 url="http://bluegriffon.org/";



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

2022-04-14 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 15, 2022 @ 02:07:36
  Author: yan12125
Revision: 1186429

archrelease: copy trunk to community-any

Added:
  httpbin/repos/community-any/PKGBUILD
(from rev 1186428, httpbin/trunk/PKGBUILD)
  httpbin/repos/community-any/httpbin-werkzeug-0.15.1.patch
(from rev 1186428, httpbin/trunk/httpbin-werkzeug-0.15.1.patch)
  httpbin/repos/community-any/httpbin-werkzeug-2.1.0.patch
(from rev 1186428, httpbin/trunk/httpbin-werkzeug-2.1.0.patch)
Deleted:
  httpbin/repos/community-any/PKGBUILD
  httpbin/repos/community-any/httpbin-werkzeug-0.15.1.patch
  httpbin/repos/community-any/httpbin-werkzeug-2.0.0.patch

---+
 PKGBUILD  |   92 
 httpbin-werkzeug-0.15.1.patch |   68 ++---
 httpbin-werkzeug-2.0.0.patch  |   32 -
 httpbin-werkzeug-2.1.0.patch  |   32 +
 4 files changed, 113 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-15 02:07:15 UTC (rev 1186428)
+++ PKGBUILD2022-04-15 02:07:36 UTC (rev 1186429)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=httpbin
-pkgver=0.7.0
-pkgrel=8
-pkgdesc="HTTP Request and Response Service"
-arch=('any')
-url="https://github.com/requests/httpbin";
-license=('MIT')
-depends=('python-flask' 'python-markupsafe' 'python-itsdangerous' 'python-six' 
'python-decorator'
- 'python-brotli' 'python-raven' 'python-werkzeug' 'python-gevent' 
'python-flasgger'
- 'python-blinker')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/httpbin/archive/v$pkgver.tar.gz";
-httpbin-werkzeug-0.15.1.patch
-httpbin-werkzeug-2.0.0.patch)
-sha512sums=('faec48a0a2ac8800293b10281966a28195884ad2f69f0f28f1b8c8e1a7bfd8933ebbc9b541c80cdc19e1031a8ba9383afe8e372b9044436cb307dd1e8eddaae7'
-
'3c058ca5f685e281f7d60216de844e58727e767770df410ec57d8c985485cf611ec64eb71a234bdd49b4fdf66be6138d4bb7258d9e6d0346d6c6ee9f3cdf'
-
'25aced8dc34ed517ba7304d86d7e32fc49282262512962edf743265c78f3c5a2e3324902ec76ea121c11a9af0219d8c4e506ce301ad625d9e72f07491b8cbe49')
-
-prepare() {
-  cd httpbin-$pkgver
-  patch -p1 -i ../httpbin-werkzeug-0.15.1.patch
-  patch -p1 -i ../httpbin-werkzeug-2.0.0.patch
-  sed -i 's/brotlipy/Brotli/g' setup.py
-}
-
-build() {
-  cd httpbin-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py build
-}
-
-check() {
-  cd httpbin-$pkgver
-  python test_httpbin.py
-}
-
-package() {
-  cd httpbin-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: httpbin/repos/community-any/PKGBUILD (from rev 1186428, 
httpbin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-15 02:07:36 UTC (rev 1186429)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+pkgname=httpbin
+pkgver=0.7.0
+pkgrel=9
+pkgdesc="HTTP Request and Response Service"
+arch=('any')
+url="https://github.com/requests/httpbin";
+license=('MIT')
+depends=('python-flask' 'python-markupsafe' 'python-itsdangerous' 'python-six' 
'python-decorator'
+ 'python-brotli' 'python-raven' 'python-werkzeug' 'python-gevent' 
'python-flasgger'
+ 'python-blinker')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/httpbin/archive/v$pkgver.tar.gz";
+httpbin-werkzeug-0.15.1.patch
+httpbin-werkzeug-2.1.0.patch)
+sha512sums=('faec48a0a2ac8800293b10281966a28195884ad2f69f0f28f1b8c8e1a7bfd8933ebbc9b541c80cdc19e1031a8ba9383afe8e372b9044436cb307dd1e8eddaae7'
+
'3c058ca5f685e281f7d60216de844e58727e767770df410ec57d8c985485cf611ec64eb71a234bdd49b4fdf66be6138d4bb7258d9e6d0346d6c6ee9f3cdf'
+
'3d9ed7ab76dc0a33d69cf973e16be7358daa0af0a48d5ac24e0ad6ea8d73a68a796b4c8526ad764c0ed09997448f744f205b909261c32405ff166b359be1fb8b')
+
+prepare() {
+  cd httpbin-$pkgver
+  patch -p1 -i ../httpbin-werkzeug-0.15.1.patch
+  # patch taken from 
https://github.com/maximino-dev/httpbin/commit/5cc81ce87a3c447a127e4a1a707faf9f3b1c9b6b,
+  # which is the first version of 
https://github.com/postmanlabs/httpbin/pull/674
+  patch -p1 -i ../httpbin-werkzeug-2.1.0.patch
+  sed -i 's/brotlipy/Brotli/g' setup.py
+}
+
+build() {
+  cd httpbin-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py build
+}
+
+check() {
+  cd httpbin-$pkgver
+  python test_httpbin.py
+}
+
+package() {
+  cd httpbin-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: httpbin-werkzeug-0.15.1.patch
===
--- httpbin-werkzeug-0.15.1.patch   2022-

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

2022-04-14 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 15, 2022 @ 02:07:15
  Author: yan12125
Revision: 1186428

upgpkg: httpbin 0.7.0-9; compatibility with python-werkzeug >= 2.1.0

Keeping compatibility with older werkzeug can be quite complicated, so I
decided to only consider the latest werkzeug and use the simplest patch.

The patch httpbin-werkzeug-2.0.0.patch is no longer needed, as it fixes
the same issue as httpbin-werkzeug-2.1.0.patch:
`autocorrect_location_header` not set on the correct class.

Fixes https://bugs.archlinux.org/task/74443
See: https://github.com/postmanlabs/httpbin/pull/674

Added:
  httpbin/trunk/httpbin-werkzeug-2.1.0.patch
Modified:
  httpbin/trunk/PKGBUILD
Deleted:
  httpbin/trunk/httpbin-werkzeug-2.0.0.patch

--+
 PKGBUILD |   10 ++
 httpbin-werkzeug-2.0.0.patch |   32 
 httpbin-werkzeug-2.1.0.patch |   32 
 3 files changed, 38 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 01:24:40 UTC (rev 1186427)
+++ PKGBUILD2022-04-15 02:07:15 UTC (rev 1186428)
@@ -2,7 +2,7 @@
 
 pkgname=httpbin
 pkgver=0.7.0
-pkgrel=8
+pkgrel=9
 pkgdesc="HTTP Request and Response Service"
 arch=('any')
 url="https://github.com/requests/httpbin";
@@ -13,15 +13,17 @@
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/httpbin/archive/v$pkgver.tar.gz";
 httpbin-werkzeug-0.15.1.patch
-httpbin-werkzeug-2.0.0.patch)
+httpbin-werkzeug-2.1.0.patch)
 
sha512sums=('faec48a0a2ac8800293b10281966a28195884ad2f69f0f28f1b8c8e1a7bfd8933ebbc9b541c80cdc19e1031a8ba9383afe8e372b9044436cb307dd1e8eddaae7'
 
'3c058ca5f685e281f7d60216de844e58727e767770df410ec57d8c985485cf611ec64eb71a234bdd49b4fdf66be6138d4bb7258d9e6d0346d6c6ee9f3cdf'
-
'25aced8dc34ed517ba7304d86d7e32fc49282262512962edf743265c78f3c5a2e3324902ec76ea121c11a9af0219d8c4e506ce301ad625d9e72f07491b8cbe49')
+
'3d9ed7ab76dc0a33d69cf973e16be7358daa0af0a48d5ac24e0ad6ea8d73a68a796b4c8526ad764c0ed09997448f744f205b909261c32405ff166b359be1fb8b')
 
 prepare() {
   cd httpbin-$pkgver
   patch -p1 -i ../httpbin-werkzeug-0.15.1.patch
-  patch -p1 -i ../httpbin-werkzeug-2.0.0.patch
+  # patch taken from 
https://github.com/maximino-dev/httpbin/commit/5cc81ce87a3c447a127e4a1a707faf9f3b1c9b6b,
+  # which is the first version of 
https://github.com/postmanlabs/httpbin/pull/674
+  patch -p1 -i ../httpbin-werkzeug-2.1.0.patch
   sed -i 's/brotlipy/Brotli/g' setup.py
 }
 

Deleted: httpbin-werkzeug-2.0.0.patch
===
--- httpbin-werkzeug-2.0.0.patch2022-04-15 01:24:40 UTC (rev 1186427)
+++ httpbin-werkzeug-2.0.0.patch2022-04-15 02:07:15 UTC (rev 1186428)
@@ -1,32 +0,0 @@
-From ccd417eea8d13192ea980539e1a4bbe31206c802 Mon Sep 17 00:00:00 2001
-From: Adam Williamson 
-Date: Mon, 19 Jul 2021 15:41:23 -0700
-Subject: [PATCH] Fix disabling of location header autocorrect for werkzeug 2+
- (#647)
-
-In werkzeug 2.0.0 and later, the Location header autocorrection
-moved from BaseResponse to Response, so we need to set
-`autocorrect_location_header = False` in `Response` not
-`BaseResponse`. For now let's just set it in both to be safe,
-this doesn't cause any errors at least with 1.0.1 and 2.0.1.
-
-Signed-off-by: Adam Williamson 

- httpbin/core.py | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/httpbin/core.py b/httpbin/core.py
-index 305c9882..3726e21f 100644
 a/httpbin/core.py
-+++ b/httpbin/core.py
-@@ -77,7 +77,10 @@ def jsonify(*args, **kwargs):
- 
- 
- # Prevent WSGI from correcting the casing of the Location header
-+# and forcing it to be absolute. This moved from BaseResponse to
-+# Response in werkzeug 2.0.0, so we set both to be safe.
- BaseResponse.autocorrect_location_header = False
-+Response.autocorrect_location_header = False
- 
- # Find the correct template folder when running from a different location
- tmpl_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), 
"templates")

Added: httpbin-werkzeug-2.1.0.patch
===
--- httpbin-werkzeug-2.1.0.patch(rev 0)
+++ httpbin-werkzeug-2.1.0.patch2022-04-15 02:07:15 UTC (rev 1186428)
@@ -0,0 +1,32 @@
+From 5cc81ce87a3c447a127e4a1a707faf9f3b1c9b6b Mon Sep 17 00:00:00 2001
+From: Maximino BOGADO 
+Date: Wed, 30 Mar 2022 16:26:31 +0200
+Subject: [PATCH] Replace BaseResponse to Response class (new werkzeug version
+ 2.1.0)
+
+---
+ httpbin/core.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/httpbin/core.py b/httpbin/core.py
+index 305c9882..2bad408e 100644
+--- a/httpbin/core.py
 b/httpbin/core.py
+@@ -29,7 +29,7 @@
+ from six.moves import range as xrange
+ from werkzeug.datastructures import WWWAuthenti

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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Friday, April 15, 2022 @ 01:24:40
  Author: foutrelis
Revision: 1186427

Add missing alsa-lib dep

Modified:
  bluegriffon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 01:22:24 UTC (rev 1186426)
+++ PKGBUILD2022-04-15 01:24:40 UTC (rev 1186427)
@@ -10,7 +10,8 @@
 arch=('x86_64')
 url="http://bluegriffon.org/";
 license=('MPL' 'GPL' 'LGPL')
-depends=('dbus-glib' 'gtk3' 'hunspell' 'nss' 'libvpx' 'libxt' 
'startup-notification')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'nss' 'libvpx' 'libxt' 
'startup-notification'
+ 'alsa-lib')
 makedepends=('autoconf2.13' 'gtk2' 'libpulse' 'python2' 'rust' 'unzip' 'yasm' 
'zip')
 options=('!emptydirs')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgbase}/archive/${pkgver}.tar.gz";



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

2022-04-14 Thread Andrew Crerar via arch-commits
Date: Friday, April 15, 2022 @ 01:22:24
  Author: andrewsc
Revision: 1186426

archrelease: copy trunk to community-any

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

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

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

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

2022-04-14 Thread Andrew Crerar via arch-commits
Date: Friday, April 15, 2022 @ 01:22:06
  Author: andrewsc
Revision: 1186425

upgpkg: firefox-developer-edition-i18n 100.0b6-1

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

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 01:17:58 UTC (rev 1186424)
+++ PKGBUILD2022-04-15 01:22:06 UTC (rev 1186425)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=100.0b5
+pkgver=100.0b6
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('02dc6800cdae0a006d7c91a3dc8700938386f32f287502a4fcaea4c10d74e8f8339423f76b3aa0d0cce1aead2564f9a796658c2db0638b261e625bef2ba02bda'
-
'b7d4290286c2575040a2510b26f37dd3e6ed3fe37098b7be568e1c874dc3dd86c9867b0c318f3b59a574464477b60ea296c9fa6576d57e7e6efc022fb7254101'
-
'8139d603a69a570d26037f4e48f0e6ebbd7310e9d37f35d731224bd74cbc89f43acdc518cf0ea7732ff2d106a6bf1621bf0a224e94383fb01d1d42f4be13649b'
-
'2d96b21f8e84d9e82d88462c189a6176ba4180a909e4eccae17e90b160bf3a403d9f1253162a7a61dae39cad99758a2fa7939016517c30f91f48c22c4116e958'
-
'a4ef96cabf0c21e68e8bd3d5563c6b0bc85f30c595573c40e6925fe529a760390771bea60133d3d4d010acf3dc302c88df8da15a05b8604512bbc46edab51fb1'
-
'48d74b0541c6f453d273bb87c62979b4b6f24a132dc53708a5d164b8cf8474f19be2989259801c6ff758741cdd5eb051f3b531fa03f23011c708e3aa09977900'
-
'f6935968d2f9da932f73879143dc7ff5583d2ee0cfa24c20c32b8ba68d377c6d0c022bf833308c92f9aba8d7af6c0ff7b75e4e53ebb75feb1c6f8a738d609534'
-
'102a377f1824f504fdf58104945adb64726cf003ab5382a6d137f6c01f5332e453dec49ac8080147b1cf8d070722fb1fb80dcabe987209761366777877f9ec0c'
-
'4420c66e5ac7ae666ec4d27c470e03e6c984d63a905be1b2f935eb8f968ca7abc3d1b16b46ea4ebf78d7fe783d998177db5e3b43dcecc30c60354cdb26dd21f9'
-
'752bfe48c1c447f56b1080c94b913ef35ee985bc529ff714e79a652511be24b8575890ae82bfbeb872d4932d122ab63e010912dd58565732ccd1998023f9d3a6'
-
'dae49d5c63f36a4a1c9522a5e0e31c9cf572d1640a7d1bb83906b484b08bdd4e0554896be33e6f3b0b72bfe8519316f5fddcd701dc7a669078785ea3d3da5462'
-
'5d1f359d85689c090439ff00253923cd2f8c92cd6369aca6576e019d3365ae7b88757079f5c5cf71d1f5f9a032024752959d7718219dddf566109851ad1c262e'
-
'f607bf9492c3c42255671964dde9c63019401d72e8eaba52f0929d47ccb9a8dd2906dc8ca077e091c99ef30a277c2f161dbdcd0dd6ba1c335bd060a359445e9c'
-
'1b62694d77dd032a6e1aca95b24401d6595dea8cc0ab0d9ed5af44f49ef472f4113511793df5136a41afe16673982a343627f6a0fd93ceebbe0bdfdce3f387f7'
-
'bf29ca7a2ac695b1b0a793aa19b89039eec0408ba378ccbf4264e651dec37de9ba5c77aa536bb90956a62f1dfae6f06206084ce2ea3d541eff050571795e3da6'
-
'bb3bf30d2df75bd18b74b479b7ff299f376fb280ad3658c6f56d169f3dc06e4e8477a294a4c67e5d682ccfa1dfac3ce6b72f00d246f7055896660a3bd873fcdd'
-
'52eaa0772f7111daf4aa13a88f7b92bfe938be81a83ddd784eacfb31539f149f8cc3a6247666864657799e2897bd00e5bb1e8b7aa2249c624a7dfafa57084da7'
-
'6c0b1597ef1e6655f7a8b67b0db8a807589b26e5e15c4f061dc55813a0abb484b751c45fac402336eb05c9d5e2ad0c8a8cb6f50e8e3bf266b2d95501e7d5bf7a'
-
'a6a654782f62751e809e01ee8baa56bc74c255911683853c35eb6aaebc1a73891aa5ced4c32f107191efa679f3513e9728c335ee0c87de6c7a7aca6ee938471c'
-
'979e5ca5efb874f2078e9c70e3838d463cc5f806e22765e2ffb36b8a627c31c0687e7b8ac338dd210cb12e02b06e91179b009848bbe497c7acd0f71e4b0eae72'
-
'd728f398468ed118594648f89f86fb5cd13c558fb118fdb58c3db8c3ce5248a47610e79f976591358cd93a7bc533b7fac662741fb64079e013280e0003a475fa'
-
'0689e31f212d0d0606d29fad7aa094c3a05262b7d25a75e11c2250b15109748e405c7fc02cf61cda2635cee55c3463443e81cb481d6cbede6307c55d3e889801'
-
'3fc633228c0103bda0d9207373d8c382ad6d6fcf86d9ce9634c90060a7d5a61ad84fbfbe1a6a4541d7e0cd4ada544a922075b9147eaf080da4838ba450845049'
-
'b1c2fa33a4b0fecc8507852c63d89e36068a53a7f83b33e32604fb47c60e3eccef9de23840c648f0457a4272649c95222ae51eef64fccf95daaf57cc117b3d1c'
-
'0d736768bef0d5ff7adb936138fb237167782bdd2bcecfb928dc1476d879f2ceb522ed138ca9f910099849abca0b1fdcd730f0b346f57aee94cafd4f06928710'
-
'65bd5d36ea9b50a746ae51bb86533da16477d382b2bc688155c50460b4616723957d945f178ca78bcec59de05a5ee89705ecdab6546ac16341b1fb3898242e9d'
-
'fa24dc54e3c7e99f566e717eb2923eeb4fd42ad657afe1de6e9c6dff9f02ed7b79546d13535e68118a143b9f247ac889abbe7da220969c3382bc66cd8f25cfe3'
-
'141f71c41d26d67023bd22b7a07c8465bc91ca595fd6878b200f709da100d856be4f4790571dd36f1a2b29a734d91a7f0880807abfed737b99ef8c6293916cb2'
-
'27e8587edd310a4c921a374c248c881f73e6e647926364fc449b2ae00e7ede

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 01:17:58
  Author: felixonmars
Revision: 1186424

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-music/repos/community-staging-x86_64/
  deepin-music/repos/community-staging-x86_64/PKGBUILD
(from rev 1186423, deepin-music/trunk/PKGBUILD)
  
deepin-music/repos/community-staging-x86_64/fix-build-on-x86_64-add-fPIC-option.patch
(from rev 1186423, 
deepin-music/trunk/fix-build-on-x86_64-add-fPIC-option.patch)

---+
 PKGBUILD  |   37 
 fix-build-on-x86_64-add-fPIC-option.patch |   22 
 2 files changed, 59 insertions(+)

Copied: deepin-music/repos/community-staging-x86_64/PKGBUILD (from rev 1186423, 
deepin-music/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-15 01:17:58 UTC (rev 1186424)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=6.1.7
+pkgrel=3
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music";
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg' 'kcodecs' 'libcue' 'qt5-svg' 
'qtdbusextended' 'qtmpris'
+ 'taglib' 'udisks2-qt5' 'vlc')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+options=('!lto')
+source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+fix-build-on-x86_64-add-fPIC-option.patch)
+sha512sums=('f5a0c70e24ec05c1a5e2cde4d98707b21e093825f2584f7395db3dfdab0326d2904aa595f15ad186cda505cc816a89017e15a75533343e957039a81bac6d8def'
+
'fd04580c943868769d3ba93bbccdff5893052821c067e217df8bd009d6891c475bffba82d66e66112ebee3b83f0de956b0aef1ccafe6680b82ba4ad724a650b3')
+
+prepare() {
+  cd deepin-music-$pkgver
+  # https://github.com/linuxdeepin/deepin-music/pull/118
+  patch -Np1 -i ../fix-build-on-x86_64-add-fPIC-option.patch
+}
+
+build() {
+  cd deepin-music-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd deepin-music-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Copied: 
deepin-music/repos/community-staging-x86_64/fix-build-on-x86_64-add-fPIC-option.patch
 (from rev 1186423, 
deepin-music/trunk/fix-build-on-x86_64-add-fPIC-option.patch)
===
--- community-staging-x86_64/fix-build-on-x86_64-add-fPIC-option.patch  
(rev 0)
+++ community-staging-x86_64/fix-build-on-x86_64-add-fPIC-option.patch  
2022-04-15 01:17:58 UTC (rev 1186424)
@@ -0,0 +1,22 @@
+From 236a03dcddbd21b276818c4016991ca137e7a330 Mon Sep 17 00:00:00 2001
+From: hillwoodroc 
+Date: Mon, 21 Feb 2022 16:49:55 +0800
+Subject: [PATCH] Fix build on x86_64: add fPIC option
+
+---
+ CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 86970347..2c4dca9c 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -9,6 +9,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
+ set(CMAKE_AUTOMOC ON)
+ set(CMAKE_AUTORCC ON)
+ set(CMAKE_AUTOUIC ON)
++set(CMAKE_C_FLAGS "-fPIC")
++set(CMAKE_CXX_FLAGS "-fPIC")
+ 
+ option(USE_DXCB "integration with dxcb platform plugin" OFF)
+ option(DMR_DEBUG "turn on debug output" off)



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 01:17:49
  Author: felixonmars
Revision: 1186423

upgpkg: deepin-music 6.1.7-3: icu 71.1 rebuild

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 01:14:12 UTC (rev 1186422)
+++ PKGBUILD2022-04-15 01:17:49 UTC (rev 1186423)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-music
 pkgver=6.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-music";



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

2022-04-14 Thread Andrew Crerar via arch-commits
Date: Friday, April 15, 2022 @ 01:13:43
  Author: andrewsc
Revision: 1186421

upgpkg: firefox-developer-edition 100.0b6-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 01:13:42 UTC (rev 1186420)
+++ PKGBUILD2022-04-15 01:13:43 UTC (rev 1186421)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=100.0b5
+pkgver=100.0b6
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -26,7 +26,7 @@
 "$pkgname".desktop
 identity-icons-brand.svg
 psutil.patch)
-sha512sums=('c0ca398d6d2dfe4fee36998df9ad357cdcde68e6cad55825167a93ec255a1c2b8ae2b67794712fa712fb857d55ade4fc8ed83a83742747adfa1b0dad99d470be'
+sha512sums=('e5a816beefd3364925911245e07cebf109feb4431bd11f7dfbc3d3cd1344922db5b777846685da187d96757e0959deb883d8eea3363134bc8c79eb6ceff1ac91'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'2ff0cb8e2eb94cee306b488adf6d7f4debbaff6155be3ed3814cdb356e2e60fe38cc29d6c8d10079937fd2c930cfddf283977cf645395d31eaf76c7f0ac2'



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Friday, April 15, 2022 @ 01:13:42
  Author: foutrelis
Revision: 1186420

Fix linking error when building with LTO

Added:
  deepin-music/trunk/fix-build-on-x86_64-add-fPIC-option.patch
Modified:
  deepin-music/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +++--
 fix-build-on-x86_64-add-fPIC-option.patch |   22 ++
 2 files changed, 33 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 01:09:52 UTC (rev 1186419)
+++ PKGBUILD2022-04-15 01:13:42 UTC (rev 1186420)
@@ -13,9 +13,18 @@
  'taglib' 'udisks2-qt5' 'vlc')
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('f5a0c70e24ec05c1a5e2cde4d98707b21e093825f2584f7395db3dfdab0326d2904aa595f15ad186cda505cc816a89017e15a75533343e957039a81bac6d8def')
+options=('!lto')
+source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+fix-build-on-x86_64-add-fPIC-option.patch)
+sha512sums=('f5a0c70e24ec05c1a5e2cde4d98707b21e093825f2584f7395db3dfdab0326d2904aa595f15ad186cda505cc816a89017e15a75533343e957039a81bac6d8def'
+
'fd04580c943868769d3ba93bbccdff5893052821c067e217df8bd009d6891c475bffba82d66e66112ebee3b83f0de956b0aef1ccafe6680b82ba4ad724a650b3')
 
+prepare() {
+  cd deepin-music-$pkgver
+  # https://github.com/linuxdeepin/deepin-music/pull/118
+  patch -Np1 -i ../fix-build-on-x86_64-add-fPIC-option.patch
+}
+
 build() {
   cd deepin-music-$pkgver
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .

Added: fix-build-on-x86_64-add-fPIC-option.patch
===
--- fix-build-on-x86_64-add-fPIC-option.patch   (rev 0)
+++ fix-build-on-x86_64-add-fPIC-option.patch   2022-04-15 01:13:42 UTC (rev 
1186420)
@@ -0,0 +1,22 @@
+From 236a03dcddbd21b276818c4016991ca137e7a330 Mon Sep 17 00:00:00 2001
+From: hillwoodroc 
+Date: Mon, 21 Feb 2022 16:49:55 +0800
+Subject: [PATCH] Fix build on x86_64: add fPIC option
+
+---
+ CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 86970347..2c4dca9c 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -9,6 +9,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
+ set(CMAKE_AUTOMOC ON)
+ set(CMAKE_AUTORCC ON)
+ set(CMAKE_AUTOUIC ON)
++set(CMAKE_C_FLAGS "-fPIC")
++set(CMAKE_CXX_FLAGS "-fPIC")
+ 
+ option(USE_DXCB "integration with dxcb platform plugin" OFF)
+ option(DMR_DEBUG "turn on debug output" off)



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 01:09:52
  Author: felixonmars
Revision: 1186419

archrelease: copy trunk to community-staging-x86_64

Added:
  geary/repos/community-staging-x86_64/
  geary/repos/community-staging-x86_64/PKGBUILD
(from rev 1186418, geary/trunk/PKGBUILD)

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

Copied: geary/repos/community-staging-x86_64/PKGBUILD (from rev 1186418, 
geary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-15 01:09:52 UTC (rev 1186419)
@@ -0,0 +1,79 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=40.0
+pkgrel=8
+epoch=1
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=(x86_64)
+url=https://wiki.gnome.org/Apps/Geary
+license=(GPL3)
+groups=(gnome-extra)
+depends=(
+  cairo
+  enchant
+  folks
+  gcr
+  gdk-pixbuf2
+  glib2
+  gmime3
+  gnome-online-accounts
+  gsound
+  gspell
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libhandy
+  libnotify
+  libpeas
+  libsecret
+  libsoup
+  libstemmer
+  libxml2
+  libytnef
+  org.freedesktop.secrets
+  pango
+  sqlite
+  webkit2gtk
+)
+makedepends=(
+  appstream-glib
+  cmake
+  git
+  gobject-introspection
+  meson
+  vala
+  yelp-tools
+)
+_tag=375f741026c8aa9f1ff41ce912f5c08d7d3cad15
+source=(git+https://gitlab.gnome.org/GNOME/geary.git?signed#tag=${_tag})
+validpgpkeys=(3A2EF7F138557A145F2866E99FAB18747A8FC649) # Michael James 
Gratton 
+sha256sums=(SKIP)
+
+prepare() {
+  cd geary
+  git cherry-pick -n b8babd4aba65c85e3e4e9f0d6b5d827d220096de # fix contact 
auto-completion
+  git cherry-pick -n 9bd4c82952a0a2c3308c5cc86c0b85650c1fb484 # fix build with 
Vala 0.56
+  git cherry-pick -n 0f75e7a84a39492d0748cec2ba6028e08cae3644 # fix build with 
Vala 0.56
+}
+
+pkgver() {
+  cd geary
+  git describe --tags | sed 's/^gnome-//g'
+}
+
+build() {
+  arch-meson geary build \
+-Dprofile=release
+  meson compile -C build
+}
+
+package() {
+  meson install -C build \
+--destdir "${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 01:09:45
  Author: felixonmars
Revision: 1186418

upgpkg: geary 1:40.0-8: icu 71.1 rebuild

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 01:07:53 UTC (rev 1186417)
+++ PKGBUILD2022-04-15 01:09:45 UTC (rev 1186418)
@@ -4,7 +4,7 @@
 
 pkgname=geary
 pkgver=40.0
-pkgrel=7
+pkgrel=8
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Friday, April 15, 2022 @ 01:07:53
  Author: foutrelis
Revision: 1186417

Fix build with Vala 0.56

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 00:59:02 UTC (rev 1186416)
+++ PKGBUILD2022-04-15 01:07:53 UTC (rev 1186417)
@@ -56,6 +56,8 @@
 prepare() {
   cd geary
   git cherry-pick -n b8babd4aba65c85e3e4e9f0d6b5d827d220096de # fix contact 
auto-completion
+  git cherry-pick -n 9bd4c82952a0a2c3308c5cc86c0b85650c1fb484 # fix build with 
Vala 0.56
+  git cherry-pick -n 0f75e7a84a39492d0748cec2ba6028e08cae3644 # fix build with 
Vala 0.56
 }
 
 pkgver() {



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Friday, April 15, 2022 @ 00:59:01
  Author: foutrelis
Revision: 1186415

Fix build with glibc 2.34

Added:
  electron12/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron12/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron12/trunk/std-max-fix.patch
Modified:
  electron12/trunk/PKGBUILD

+
 PKGBUILD   |   15 ++--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +++
 std-max-fix.patch  |   11 +++
 4 files changed, 94 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 00:59:00 UTC (rev 1186414)
+++ PKGBUILD2022-04-15 00:59:01 UTC (rev 1186415)
@@ -30,11 +30,14 @@
 'default_app-icon.patch'
 'use-system-libraries-in-node.patch'
 'add-dependency-on-opus-in-webcodecs.patch'
+'breakpad-fix-for-non-constant-SIGSTKSZ.patch'
 'chromium-fix-libva-redef.patch'
 'chromium-glibc-2.33.patch'
 'chromium-harfbuzz-3.0.0.patch'
+'sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch'
 'skia-harfbuzz-3.0.0.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
+'std-max-fix.patch'
 'ffmpeg5.patch'
)
 sha256sums=('SKIP'
@@ -45,11 +48,14 @@
 'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
 'f16103daf05713dea632b5f01e45db20ff12d1770a6539b4e8d3957a0242dd54'
 'b86b11de8db438c47f0a84c7956740f648d21035f4ee46bfbd50c3348d369121'
+'b4d28867c1fabde6c50a2cfa3f784730446c4d86e5191e0ffbf7b0f91ecf'
 'de9eb3612d44616a500c2eccdffac814eb90ad9a868cc1030d17fc6783d544e2'
 '2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
 '7ce947944a139e66774dfc7249bf7c3069f07f83a0f1b2c1a1b14287a7e15928'
+'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
 'c9ed1dbadaf4be6097e25bc5577b91751799befc2d0376b143e1bd10def5754e'
 'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
+'c315dd56b354cf5ad3458e1edf397cc7b492fefe82138135a881206a82b9d9dc'
 '4f32b815349357ef1f17b36059cee588c994472b9754a194fff41ec21a93826b'
)
 
@@ -139,21 +145,18 @@
 
   echo "Applying local patches..."
   # Fixes for building with libstdc++ instead of libc++
+  patch -Np1 -d third_party/breakpad/breakpad < 
../breakpad-fix-for-non-constant-SIGSTKSZ.patch
   patch -Np1 -i ../patches/chromium-89-quiche-dcheck.patch
   patch -Np1 -i ../patches/chromium-89-AXTreeSerializer-include.patch
-
   patch -Np1 -i ../ffmpeg5.patch
-  # Patches to build with ffmpeg 4.4; remove when ffmpeg 5.0 moves to stable
-  if ! pkg-config --atleast-version 59 libavformat; then
-patch -Rp1 -i ../ffmpeg5.patch
-  fi
-
   patch -Np1 -i ../add-dependency-on-opus-in-webcodecs.patch
   patch -Np1 -i ../chromium-fix-libva-redef.patch
   patch -Np1 -i ../chromium-glibc-2.33.patch
   patch -Np1 -i ../chromium-harfbuzz-3.0.0.patch
+  patch -Np1 -i ../sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
   patch -Np1 -d third_party/skia <../skia-harfbuzz-3.0.0.patch
   patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch
+  patch -Np1 -i ../std-max-fix.patch
   patch -Np1 -i ../use-system-libraries-in-node.patch
   patch -Np1 -i ../default_app-icon.patch  # Icon from .desktop file
 

Added: breakpad-fix-for-non-constant-SIGSTKSZ.patch
===
--- breakpad-fix-for-non-constant-SIGSTKSZ.patch
(rev 0)
+++ breakpad-fix-for-non-constant-SIGSTKSZ.patch2022-04-15 00:59:01 UTC 
(rev 1186415)
@@ -0,0 +1,35 @@
+From 605c51ed96ad44b34c457bbca320e74e194c317e Mon Sep 17 00:00:00 2001
+From: David Faure 
+Date: Wed, 15 Dec 2021 22:26:40 +0100
+Subject: [PATCH] Fix for non-constant SIGSTKSZ
+
+On glibc > 2.33, `SIGSTKSZ` might not be constant (in which case
+it expands to a call to `sysconf` which returns a `long int`); see
+https://sourceware.org/pipermail/libc-alpha/2020-October/118513.html
+
+Pass unsigned explicitly to std::max, to avoid relying on template
+argument deduction. This works both with the old-style constant
+`SIGSTKSZ` and the new configurable one.
+
+Initially based on https://chromium-review.googlesource.com/c/2776379
+
+Change-Id: I9fc95337f973e871b84735ce822b5e11ba73ea8c
+Reviewed-on: 
https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3340721
+Reviewed-by: Mark Mentovai 
+---
+ src/client/linux/handler/exception_handler.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/client/linux/handler/exception_handler.cc 
b/src/client/linux/handler/exce

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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Friday, April 15, 2022 @ 00:59:02
  Author: foutrelis
Revision: 1186416

Fix build with glibc 2.34

Added:
  electron9/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron9/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron9/trunk/std-max-fix.patch
Modified:
  electron9/trunk/PKGBUILD

+
 PKGBUILD   |   14 ++-
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +++
 std-max-fix.patch  |   11 +++
 4 files changed, 94 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 00:59:01 UTC (rev 1186415)
+++ PKGBUILD2022-04-15 00:59:02 UTC (rev 1186416)
@@ -27,6 +27,7 @@
 'use-system-libraries-in-node.patch'
 'add-missing-algorithm-header-in-crx_install_error.cc.patch'
 'avoid-double-destruction-of-ServiceWorkerObjectHost.patch'
+'breakpad-fix-for-non-constant-SIGSTKSZ.patch'
 'chromium-83-gcc-10.patch'
 'chromium-ffmpeg-4.3.patch'
 'qt5-webengine-glibc-2.33.patch'
@@ -34,7 +35,9 @@
 'skia-harfbuzz-3.0.0.patch'
 'chromium-include-limits.patch'
 'chromium-skia-harmony.patch'
+'sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
+'std-max-fix.patch'
 'ffmpeg5.patch'
 'disk_data_allocator-Metadata-constructor.patch'
 'clean-up-a-call-to-set_utf8.patch'
@@ -52,6 +55,7 @@
 'c7eadac877179e586d0cce7f898aa1462b4c207733e68ecc17de9754b691713a'
 '0e2a78e4aa7272ab0ff4a4c467750e01bad692a026ad9828aaf06d2a9418b9d8'
 'd793842e9584bf75e3779918297ba0ffa6dd05394ef5b2bf5fb73aa9c86a7e2f'
+'b4d28867c1fabde6c50a2cfa3f784730446c4d86e5191e0ffbf7b0f91ecf'
 '3e5ba8c0a70a4bc673deec0c61eb2b58f05a4c784cbdb7c8118be1eb6580db6d'
 '5390304b5f544868985ce00a3ec082d4ece2dacb1c73cdb35dd4facfea12449a'
 '5600cfa40254fa3fa2cb541d3b55cc8f7a9231de8d2830c25a7651aa392de16f'
@@ -59,7 +63,9 @@
 'fffbdd7479292462a1b4e3846c610ee5a0f0d409ded11426f21dd47051604dfd'
 'cb8e4c347169f145d2f08329e25125eb2a3682bfc3530c674cf1ffad89431bdf'
 '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
+'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
 'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
+'c315dd56b354cf5ad3458e1edf397cc7b492fefe82138135a881206a82b9d9dc'
 '4f32b815349357ef1f17b36059cee588c994472b9754a194fff41ec21a93826b'
 '52a63a84a10dc501a0712a76170cfa12abc02ed4efe93486a1e6139b1670f90c'
 '58c41713eb6fb33b6eef120f4324fa1fb8123b1fbc4ecbe5662f1f9779b9b6af'
@@ -151,12 +157,8 @@
 
   echo "Applying local patches..."
 
+  patch -Np1 -d third_party/breakpad/breakpad < 
../breakpad-fix-for-non-constant-SIGSTKSZ.patch
   patch -Np1 -i ../ffmpeg5.patch
-  # Patches to build with ffmpeg 4.4; remove when ffmpeg 5.0 moves to stable
-  if ! pkg-config --atleast-version 59 libavformat; then
-patch -Rp1 -i ../ffmpeg5.patch
-  fi
-
   patch -Np1 -i ../add-missing-algorithm-header-in-crx_install_error.cc.patch
   patch -Np1 -i ../avoid-double-destruction-of-ServiceWorkerObjectHost.patch
   patch -Np1 -i ../chromium-83-gcc-10.patch
@@ -163,7 +165,9 @@
   patch -Np1 -i ../chromium-ffmpeg-4.3.patch
   patch -Np1 -i ../chromium-include-limits.patch
   patch -Np0 -i ../chromium-skia-harmony.patch
+  patch -Np1 -i ../sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
   patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch
+  patch -Np1 -F3 -i ../std-max-fix.patch
   patch -Np0 -i ../disk_data_allocator-Metadata-constructor.patch
   patch -Np4 -i ../qt5-webengine-glibc-2.33.patch
   patch -Np1 -i ../chromium-harfbuzz-3.0.0.patch

Added: breakpad-fix-for-non-constant-SIGSTKSZ.patch
===
--- breakpad-fix-for-non-constant-SIGSTKSZ.patch
(rev 0)
+++ breakpad-fix-for-non-constant-SIGSTKSZ.patch2022-04-15 00:59:02 UTC 
(rev 1186416)
@@ -0,0 +1,35 @@
+From 605c51ed96ad44b34c457bbca320e74e194c317e Mon Sep 17 00:00:00 2001
+From: David Faure 
+Date: Wed, 15 Dec 2021 22:26:40 +0100
+Subject: [PATCH] Fix for non-constant SIGSTKSZ
+
+On glibc > 2.33, `SIGSTKSZ` might not be constant (in which case
+it expands to a call to `sysconf` which returns a `long int`); see
+https://sourceware.org/pipermail/libc-alpha/2020-October/118513.html
+
+Pass unsigned explicitly to std::max, to avoid relying on template
+argument deduction. This works both with the old-style constant
+`SIGSTK

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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Friday, April 15, 2022 @ 00:59:00
  Author: foutrelis
Revision: 1186414

Fix build with glibc 2.34

Added:
  electron11/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron11/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron11/trunk/std-max-fix.patch
Modified:
  electron11/trunk/PKGBUILD

+
 PKGBUILD   |   14 ++-
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +++
 std-max-fix.patch  |   11 +++
 4 files changed, 94 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 00:44:54 UTC (rev 1186413)
+++ PKGBUILD2022-04-15 00:59:00 UTC (rev 1186414)
@@ -28,6 +28,7 @@
 'icu68.patch'
 'v8-icu68.patch'
 'v8-call-new-ListFormatter-createInstance.patch'
+'breakpad-fix-for-non-constant-SIGSTKSZ.patch'
 'chromium-glibc-2.33.patch'
 'chromium-harfbuzz-3.0.0.patch'
 'skia-harfbuzz-3.0.0.patch'
@@ -35,7 +36,9 @@
 'chromium-include-limits.patch'
 'chromium-include-stddef.patch'
 'chromium-skia-harmony.patch'
+'sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
+'std-max-fix.patch'
 'ffmpeg5.patch'
 'd62de64e2fd20a4811593cb2248bb476aebfadf5.patch'
)
@@ -47,6 +50,7 @@
 '38fb5218331d6e03915490dab64f7b8bf26833a581d1aaa02090437c67e9439c'
 '6e919c9712d8fe6c2918778df1f8c2ee0675a87a48be5d2aaa54e320703ced4b'
 '44ebcff050a1c849819d66399c14bd711801d0eb64f518d292d3d6efedce3b3a'
+'b4d28867c1fabde6c50a2cfa3f784730446c4d86e5191e0ffbf7b0f91ecf'
 '2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
 '7ce947944a139e66774dfc7249bf7c3069f07f83a0f1b2c1a1b14287a7e15928'
 'c9ed1dbadaf4be6097e25bc5577b91751799befc2d0376b143e1bd10def5754e'
@@ -54,7 +58,9 @@
 'de7090b3f449372dd721b64eb10a02d15a1018961def0b4f35d2c90167ded524'
 '2c76f4b2572ec9f065433199e0cfaf58a5cfc869920c6c851150e9bcfe4d6d2a'
 '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
+'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
 'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
+'c315dd56b354cf5ad3458e1edf397cc7b492fefe82138135a881206a82b9d9dc'
 '4f32b815349357ef1f17b36059cee588c994472b9754a194fff41ec21a93826b'
 '6aa5b18ae8fcc9c5bacf28dc5cb8bd06f04574087c951ec3bc3ae795a2cd696c'
)
@@ -145,12 +151,8 @@
 
   echo "Applying local patches..."
 
+  patch -Np1 -d third_party/breakpad/breakpad < 
../breakpad-fix-for-non-constant-SIGSTKSZ.patch
   patch -Np1 -i ../ffmpeg5.patch
-  # Patches to build with ffmpeg 4.4; remove when ffmpeg 5.0 moves to stable
-  if ! pkg-config --atleast-version 59 libavformat; then
-patch -Rp1 -i ../ffmpeg5.patch
-  fi
-
   patch -Np1 -i ../icu68.patch
   patch -Np1 -d v8 <../v8-icu68.patch
   patch -Np1 -d v8 <../v8-call-new-ListFormatter-createInstance.patch
@@ -161,7 +163,9 @@
   patch -Np1 -d third_party/skia <../skia-harfbuzz-3.0.0.patch
   patch -Np1 -i ../chromium-include-limits.patch
   patch -Np1 -i ../chromium-include-stddef.patch
+  patch -Np1 -i ../sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
   patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch
+  patch -Np1 -i ../std-max-fix.patch
   patch -Np1 -i ../d62de64e2fd20a4811593cb2248bb476aebfadf5.patch
   patch -Np1 -i ../use-system-libraries-in-node.patch
   patch -Np1 -i ../default_app-icon.patch  # Icon from .desktop file

Added: breakpad-fix-for-non-constant-SIGSTKSZ.patch
===
--- breakpad-fix-for-non-constant-SIGSTKSZ.patch
(rev 0)
+++ breakpad-fix-for-non-constant-SIGSTKSZ.patch2022-04-15 00:59:00 UTC 
(rev 1186414)
@@ -0,0 +1,35 @@
+From 605c51ed96ad44b34c457bbca320e74e194c317e Mon Sep 17 00:00:00 2001
+From: David Faure 
+Date: Wed, 15 Dec 2021 22:26:40 +0100
+Subject: [PATCH] Fix for non-constant SIGSTKSZ
+
+On glibc > 2.33, `SIGSTKSZ` might not be constant (in which case
+it expands to a call to `sysconf` which returns a `long int`); see
+https://sourceware.org/pipermail/libc-alpha/2020-October/118513.html
+
+Pass unsigned explicitly to std::max, to avoid relying on template
+argument deduction. This works both with the old-style constant
+`SIGSTKSZ` and the new configurable one.
+
+Initially based on https://chromium-review.googlesource.com/c/2776379
+
+Change-Id: I9fc95337f973e871b84735ce822b5e11ba73ea8c
+Reviewed-on: 
https://chrom

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 00:44:54
  Author: felixonmars
Revision: 1186413

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 00:44:43
  Author: felixonmars
Revision: 1186412

upgpkg: 0ad a25.b-4: icu 71.1 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 00:33:16 UTC (rev 1186411)
+++ PKGBUILD2022-04-15 00:44:43 UTC (rev 1186412)
@@ -4,7 +4,7 @@
 pkgname=0ad
 pkgver=a25.b
 _pkgver=0.0.25b-alpha
-pkgrel=3
+pkgrel=4
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('x86_64')
 url="http://play0ad.com/";



[arch-commits] Commit in 0ad/trunk (PKGBUILD glibc-2.35.patch)

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Friday, April 15, 2022 @ 00:33:16
  Author: foutrelis
Revision: 1186411

Add a few build fixes

- apply upstream patch for glibc 2.35 compatibility
- disable lto as it breaks spidermonkey linking
- add python as a build dependency

Added:
  0ad/trunk/glibc-2.35.patch
Modified:
  0ad/trunk/PKGBUILD

--+
 PKGBUILD |9 ++-
 glibc-2.35.patch |  157 +
 2 files changed, 164 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 00:30:23 UTC (rev 1186410)
+++ PKGBUILD2022-04-15 00:33:16 UTC (rev 1186411)
@@ -12,14 +12,19 @@
 depends=('0ad-data' 'binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 
'libvorbis'
  'libxml2' 'openal' 'sdl2' 'wxgtk3' 'zlib' 'libgl' 'glu' 'fmt'
  'gloox' 'miniupnpc' 'libminiupnpc.so' 'icu' 'nspr' 'libsodium')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'libsm' 'rust')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'libsm' 'rust' 'python')
+options=('!lto') # breaks spidermonkey linking (https://bugs.gentoo.org/746947)
 
source=("https://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";
+ glibc-2.35.patch
  python-3.10.patch)
 
sha512sums=('e8069897b97b381099ab5ec5868d27e96c699105b3307054d1bc7bf9236a537f02625ba9034892d91f3e951b4f95c9ce5fb75ed0a7c14b8a294882482fd9c1b4'
+
'e56fa4a3a43f7510dde50d5fd0ccda2f935d9ad2aac44d9af9e89109c655b605f8ef582e1188be3dc1d42b7feef0caefa0ec514776696603c237f054fd6778c9'
 
'42df5eb7c4a99b31365b7f15c5bcd76c978339f2837eb8bc6ec371979429d0f0a6e31e870f6851aa40fc4859cb3e82f74821a01d04b82b486342db0fa60bf55e')
 
 prepare() {
-  patch -d $pkgname-$_pkgver -p1 < python-3.10.patch # Fix spidermonkey build 
with Python 3.10
+  cd $pkgname-$_pkgver
+  patch -Np1 -i ../glibc-2.35.patch # https://code.wildfiregames.com/rP26536
+  patch -Np1 -i ../python-3.10.patch # Fix spidermonkey build with Python 3.10
 }
 
 build() {

Added: glibc-2.35.patch
===
--- glibc-2.35.patch(rev 0)
+++ glibc-2.35.patch2022-04-15 00:33:16 UTC (rev 1186411)
@@ -0,0 +1,157 @@
+From 7df614338cbd41f5e254ce75f649490b2637e1d0 Mon Sep 17 00:00:00 2001
+From: vladislavbelov 
+Date: Thu, 3 Mar 2022 18:10:05 +
+Subject: [PATCH] Replaces M_PIf by M_PI in Atlas, fixes compilation with gcc
+ 11.2.0 and glibc 2.35.
+
+There was added a workaround in glibc to fix tests.
+
+Refs:
+https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103735
+https://sourceware.org/bugzilla/show_bug.cgi?id=28713
+
+
+git-svn-id: https://svn.wildfiregames.com/public/ps/trunk@26536 
3db68df2-c116-0410-a063-a993310a9797
+---
+ .../Sections/Environment/Environment.cpp  | 88 ---
+ 1 file changed, 57 insertions(+), 31 deletions(-)
+
+diff --git 
a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
 
b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
+index d4796ec1f2f..2cc265230d9 100644
+--- 
a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
 
b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
+@@ -1,4 +1,4 @@
+-/* Copyright (C) 2021 Wildfire Games.
++/* Copyright (C) 2022 Wildfire Games.
+  * This file is part of 0 A.D.
+  *
+  * 0 A.D. is free software: you can redistribute it and/or modify
+@@ -29,8 +29,6 @@ using AtlasMessage::Shareable;
+ 
+ static Observable g_EnvironmentSettings;
+ 
+-const float M_PIf = 3.14159265f;
+-
+ //
+ 
+ class VariableSliderBox : public wxPanel
+@@ -85,12 +83,15 @@ class VariableListBox : public wxPanel
+   : wxPanel(parent),
+   m_Var(var)
+   {
+-  m_Conn = g_EnvironmentSettings.RegisterObserver(0, 
&VariableListBox::OnSettingsChange, this);
++  m_Conn = g_EnvironmentSettings.RegisterObserver(
++  0, &VariableListBox::OnSettingsChange, this);
+ 
+   m_Sizer = new wxStaticBoxSizer(wxVERTICAL, this, label);
+   SetSizer(m_Sizer);
+ 
+-  m_Combo = new wxComboBox(this, -1, wxEmptyString, 
wxDefaultPosition, wxDefaultSize, wxArrayString(), wxCB_READONLY),
++  m_Combo = new wxComboBox(
++  this, -1, wxEmptyString, wxDefaultPosition, 
wxDefaultSize,
++  wxArrayString(), wxCB_READONLY),
+   m_Sizer->Add(m_Combo, wxSizerFlags().Expand());
+   }
+ 
+@@ -206,8 +207,9 @@ static void SendToGame(const 
AtlasMessage::sEnvironmentSettings& settings)
+   POST_COMMAND(SetEnvironmentSettings, (settings));
+ }
+ 
+-EnvironmentSidebar::EnvironmentSidebar(ScenarioEditor& scenarioEditor, 
wxWindow* sidebarContainer, wxWindow* bottomBarContainer)
+-: Sidebar(scenarioEditor, sidebarContainer, bottomBa

[arch-commits] Commit in electron17/repos (14 files)

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 00:30:23
  Author: felixonmars
Revision: 1186410

archrelease: copy trunk to community-staging-x86_64

Added:
  electron17/repos/community-staging-x86_64/
  electron17/repos/community-staging-x86_64/PKGBUILD
(from rev 1186409, electron17/trunk/PKGBUILD)
  
electron17/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1186409, 
electron17/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron17/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1186409, electron17/trunk/default_app-icon.patch)
  
electron17/repos/community-staging-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
(from rev 1186409, 
electron17/trunk/downgrade-duplicate-peer-error-to-dvlog.patch)
  electron17/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1186409, electron17/trunk/electron-launcher.sh)
  electron17/repos/community-staging-x86_64/electron.desktop
(from rev 1186409, electron17/trunk/electron.desktop)
  
electron17/repos/community-staging-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 1186409, 
electron17/trunk/fix-build-break-with-system-libdrm.patch)
  electron17/repos/community-staging-x86_64/jinja-python-3.10.patch
(from rev 1186409, electron17/trunk/jinja-python-3.10.patch)
  
electron17/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1186409, 
electron17/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron17/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1186409, 
electron17/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron17/repos/community-staging-x86_64/std-vector-non-const.patch
(from rev 1186409, electron17/trunk/std-vector-non-const.patch)
  
electron17/repos/community-staging-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 1186409, 
electron17/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  electron17/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1186409, electron17/trunk/use-system-libraries-in-node.patch)

+
 PKGBUILD   |  282 +++
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 default_app-icon.patch |   21 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   33 +
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 fix-build-break-with-system-libdrm.patch   |   62 ++
 jinja-python-3.10.patch|   22 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 +
 std-vector-non-const.patch |  115 
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|   72 ++
 use-system-libraries-in-node.patch |   53 ++
 13 files changed, 999 insertions(+)

Copied: electron17/repos/community-staging-x86_64/PKGBUILD (from rev 1186409, 
electron17/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-15 00:30:23 UTC (rev 1186410)
@@ -0,0 +1,282 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=1
+pkgver=17.4.0
+_commit=0b031afcefa031c322843d5964e999768b95af0a
+_chromiumver=98.0.4758.141
+_gcc_patchset=5
+# shellcheck disable=SC2034
+pkgrel=2
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034
+license=('MIT' 'custom')
+# shellcheck disable=SC2034
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+# shellcheck disable=SC2034
+makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
+ 'python-pyparsing' 'python-six' 'wget' 'yarn')
+# shellcheck disable=SC2034
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'pipewire: WebRTC desktop sharing under Wayland'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+if [[ ${_use_suffix} == 0 ]]; then
+  # shellche

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 00:29:56
  Author: felixonmars
Revision: 1186409

upgpkg: electron17 17.4.0-2: icu 71.1 rebuild

Modified:
  electron17/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-15 00:05:36 UTC (rev 1186408)
+++ PKGBUILD2022-04-15 00:29:56 UTC (rev 1186409)
@@ -6,7 +6,7 @@
 _chromiumver=98.0.4758.141
 _gcc_patchset=5
 # shellcheck disable=SC2034
-pkgrel=1
+pkgrel=2
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 00:05:36
  Author: felixonmars
Revision: 1186408

archrelease: copy trunk to community-staging-x86_64

Added:
  electron/repos/community-staging-x86_64/
  electron/repos/community-staging-x86_64/PKGBUILD
(from rev 1186407, electron/trunk/PKGBUILD)
  electron/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1186407, electron/trunk/default_app-icon.patch)
  electron/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1186407, electron/trunk/electron-launcher.sh)
  electron/repos/community-staging-x86_64/electron.desktop
(from rev 1186407, electron/trunk/electron.desktop)
  
electron/repos/community-staging-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 1186407, 
electron/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  electron/repos/community-staging-x86_64/jinja-python-3.10.patch
(from rev 1186407, electron/trunk/jinja-python-3.10.patch)
  
electron/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1186407, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-staging-x86_64/std-vector-non-const.patch
(from rev 1186407, electron/trunk/std-vector-non-const.patch)
  electron/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1186407, electron/trunk/use-system-libraries-in-node.patch)
  
electron/repos/community-staging-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 1186407, 
electron/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
  
electron/repos/community-staging-x86_64/webrtc-check-existence-of-cursor-metadata.patch
(from rev 1186407, 
electron/trunk/webrtc-check-existence-of-cursor-metadata.patch)

---+
 PKGBUILD  |  279 
 default_app-icon.patch|   21 +
 electron-launcher.sh  |   20 +
 electron.desktop  |7 
 enable-GlobalMediaControlsCastStartStop.patch |   32 ++
 jinja-python-3.10.patch   |   22 +
 sql-make-VirtualCursor-standard-layout-type.patch |  238 +
 std-vector-non-const.patch|  129 +
 use-system-libraries-in-node.patch|   53 +++
 webcodecs-stop-using-AudioOpusEncoder.patch   |   49 +++
 webrtc-check-existence-of-cursor-metadata.patch   |   31 ++
 11 files changed, 881 insertions(+)

Copied: electron/repos/community-staging-x86_64/PKGBUILD (from rev 1186407, 
electron/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-15 00:05:36 UTC (rev 1186408)
@@ -0,0 +1,279 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=0
+pkgver=18.0.3
+_commit=0a80eb4a9cf420624c50f3f2df60ebfeba1eb5b2
+_chromiumver=100.0.4896.75
+_gcc_patchset=4
+# shellcheck disable=SC2034
+pkgrel=2
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034
+license=('MIT' 'custom')
+# shellcheck disable=SC2034
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+# shellcheck disable=SC2034
+makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
+ 'python-pyparsing' 'python-six' 'wget' 'yarn')
+# shellcheck disable=SC2034
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'pipewire: WebRTC desktop sharing under Wayland'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+if [[ ${_use_suffix} == 0 ]]; then
+  # shellcheck disable=SC2034
+  conflicts=("electron${_major_ver}")
+  # shellcheck disable=SC2034
+  provides=("electron${_major_ver}")
+fi
+# shellcheck disable=SC2034
+options=('!lto') # Electron adds its own flags for ThinLTO
+# shellcheck disable=SC2034
+source=('git+https://github.com/electron/electron.git'
+
'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main'
+
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz";
+"electron-launcher.sh"
+"electron.desktop"
+   

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Friday, April 15, 2022 @ 00:05:11
  Author: felixonmars
Revision: 1186407

upgpkg: electron 18.0.3-2: icu 71.1 rebuild

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:44:48 UTC (rev 1186406)
+++ PKGBUILD2022-04-15 00:05:11 UTC (rev 1186407)
@@ -6,7 +6,7 @@
 _chromiumver=100.0.4896.75
 _gcc_patchset=4
 # shellcheck disable=SC2034
-pkgrel=1
+pkgrel=2
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:52:37
  Author: felixonmars
Revision: 442640

archrelease: copy trunk to staging-x86_64

Added:
  qt6-webengine/repos/staging-x86_64/
  qt6-webengine/repos/staging-x86_64/PKGBUILD
(from rev 442639, qt6-webengine/trunk/PKGBUILD)

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

Copied: qt6-webengine/repos/staging-x86_64/PKGBUILD (from rev 442639, 
qt6-webengine/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-04-14 23:52:37 UTC (rev 442640)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-webengine
+_qtver=6.3.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=(qt6-webchannel qt6-positioning libxcomposite libxrandr libxkbfile 
+ libevent snappy nss libxslt minizip ffmpeg re2 libvpx libxtst 
ttf-font pciutils)
+makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire 
nodejs qt6-websockets)
+optdepends=('pipewire: WebRTC desktop sharing under Wayland')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
+
qt6-webengine-system-icu.patch::https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=75f0f4eb)
+sha256sums=('2001b45dd81dcb7ad1bc6cf1aa32f2eca5367a11fed49656053c75676c4d093d'
+'ec28b71135f293f624365a50be0c329e396eaa9433655386af146614837e82a2')
+
+prepare() {
+  patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-system-icu.patch # Fix 
build with system ICU
+}
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_TOOLCHAIN_FILE=/usr/lib/cmake/Qt6/qt.toolchain.cmake \
+-DQT_FEATURE_webengine_system_ffmpeg=ON \
+-DQT_FEATURE_webengine_system_icu=ON \
+-DQT_FEATURE_webengine_system_libevent=ON \
+-DQT_FEATURE_webengine_system_libxslt=ON \
+-DQT_FEATURE_webengine_proprietary_codecs=ON \
+-DQT_FEATURE_webengine_kerberos=ON \
+-DQT_FEATURE_webengine_webrtc_pipewire=ON \
+-DQT_FEATURE_webengine_full_debug_info=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 "$srcdir"/${_pkgfn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:52:17
  Author: felixonmars
Revision: 442639

upgpkg: qt6-webengine 6.3.0-2: icu 71.1 rebuild

Modified:
  qt6-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:45:30 UTC (rev 442638)
+++ PKGBUILD2022-04-14 23:52:17 UTC (rev 442639)
@@ -4,7 +4,7 @@
 pkgname=qt6-webengine
 _qtver=6.3.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:45:30
  Author: foutrelis
Revision: 442638

archrelease: copy trunk to staging-x86_64

Added:
  chromium/repos/staging-x86_64/
  chromium/repos/staging-x86_64/PKGBUILD
(from rev 442637, chromium/trunk/PKGBUILD)
  chromium/repos/staging-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 442637, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  
chromium/repos/staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 442637, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/staging-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 442637, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
  chromium/repos/staging-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 442637, 
chromium/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
  chromium/repos/staging-x86_64/webrtc-check-existence-of-cursor-metadata.patch
(from rev 442637, 
chromium/trunk/webrtc-check-existence-of-cursor-metadata.patch)

---+
 PKGBUILD  |  267 
 enable-GlobalMediaControlsCastStartStop.patch |   32 ++
 sql-make-VirtualCursor-standard-layout-type.patch |  238 +
 use-oauth2-client-switches-as-default.patch   |   17 +
 webcodecs-stop-using-AudioOpusEncoder.patch   |   49 +++
 webrtc-check-existence-of-cursor-metadata.patch   |   31 ++
 6 files changed, 634 insertions(+)

Copied: chromium/repos/staging-x86_64/PKGBUILD (from rev 442637, 
chromium/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-04-14 23:45:30 UTC (rev 442638)
@@ -0,0 +1,267 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Pierre Schmitz 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: Daniel J Griffiths 
+
+pkgname=chromium
+pkgver=100.0.4896.88
+pkgrel=2
+_launcher_ver=8
+_gcc_patchset=4
+pkgdesc="A web browser built for speed, simplicity, and security"
+arch=('x86_64')
+url="https://www.chromium.org/Home";
+license=('BSD')
+depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
+ 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
+ 'java-runtime-headless')
+optdepends=('pipewire: WebRTC desktop sharing under Wayland'
+'kdialog: support for native dialogs in Plasma'
+'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
+'kwallet: support for storing passwords in KWallet on Plasma')
+options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
+
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
+
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
+webcodecs-stop-using-AudioOpusEncoder.patch
+webrtc-check-existence-of-cursor-metadata.patch
+enable-GlobalMediaControlsCastStartStop.patch
+sql-make-VirtualCursor-standard-layout-type.patch
+use-oauth2-client-switches-as-default.patch)
+sha256sums=('c5a5708678f30679a1181f89401c966cb335799926a5e4dc7f52e7194847c250'
+'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
+'a6120e7d4eb5e131b87b6ab3b922e0c6cd78e15501e54cfb2019875173688d80'
+'064daaa2b9d95b96ec04d8ddebf4af441f92263d123365b58fe73966866080af'
+'88b2c8d9c6c1917f6632453f18aad7a3fd94d605eecb6c77ae2394ac5856ba95'
+'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
+'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
+'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
+
+# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
+# Keys are the names in the above script; values are the dependencies in Arch
+declare -gA _system_libs=(
+  [ffmpeg]=ffmpeg
+  [flac]=flac
+  [fontconfig]=fontconfig
+  [freetype]=freetype2
+  [harfbuzz-ng]=harfbuzz
+  [icu]=icu
+  [libdrm]=
+  [libjpeg]=libjpeg
+  [libpng]=libpng
+  #[libvpx]=libvpx
+  [libwebp]=libwebp
+  [libxml]=libxml2
+  [libxslt]=libxslt
+  [opus]=opus
+  [re2]=re2
+  [snappy]=snappy
+  [zlib]=minizip
+)
+_unwanted_bundled_libs=(
+  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
+)
+depends+=(${_system_libs[@]})
+
+# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your

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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:45:22
  Author: foutrelis
Revision: 442637

upgpkg: chromium 100.0.4896.88-2: icu 71.1 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:39:40 UTC (rev 442636)
+++ PKGBUILD2022-04-14 23:45:22 UTC (rev 442637)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=100.0.4896.88
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 _gcc_patchset=4
 pkgdesc="A web browser built for speed, simplicity, and security"



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:44:48
  Author: felixonmars
Revision: 1186406

archrelease: copy trunk to community-staging-x86_64

Added:
  electron13/repos/community-staging-x86_64/
  electron13/repos/community-staging-x86_64/PKGBUILD
(from rev 1186405, electron13/trunk/PKGBUILD)
  
electron13/repos/community-staging-x86_64/add-clang-nomerge-attribute-to-CheckError.patch
(from rev 1186405, 
electron13/trunk/add-clang-nomerge-attribute-to-CheckError.patch)
  
electron13/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1186405, 
electron13/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron13/repos/community-staging-x86_64/chromium-freetype-2.11.patch
(from rev 1186405, electron13/trunk/chromium-freetype-2.11.patch)
  electron13/repos/community-staging-x86_64/chromium-glibc-2.33.patch
(from rev 1186405, electron13/trunk/chromium-glibc-2.33.patch)
  electron13/repos/community-staging-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1186405, electron13/trunk/chromium-harfbuzz-3.0.0.patch)
  electron13/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1186405, electron13/trunk/default_app-icon.patch)
  electron13/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1186405, electron13/trunk/electron-launcher.sh)
  electron13/repos/community-staging-x86_64/electron.desktop
(from rev 1186405, electron13/trunk/electron.desktop)
  electron13/repos/community-staging-x86_64/ffmpeg5.patch
(from rev 1186405, electron13/trunk/ffmpeg5.patch)
  electron13/repos/community-staging-x86_64/gn-visibility-gmock.patch
(from rev 1186405, electron13/trunk/gn-visibility-gmock.patch)
  electron13/repos/community-staging-x86_64/gn-visibility-mojo.patch
(from rev 1186405, electron13/trunk/gn-visibility-mojo.patch)
  electron13/repos/community-staging-x86_64/gn-visibility-webrtc.patch
(from rev 1186405, electron13/trunk/gn-visibility-webrtc.patch)
  
electron13/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1186405, 
electron13/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  electron13/repos/community-staging-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1186405, electron13/trunk/skia-harfbuzz-3.0.0.patch)
  
electron13/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1186405, 
electron13/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron13/repos/community-staging-x86_64/std-max-fix.patch
(from rev 1186405, electron13/trunk/std-max-fix.patch)
  
electron13/repos/community-staging-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1186405, 
electron13/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  
electron13/repos/community-staging-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
(from rev 1186405, 
electron13/trunk/unbundle-use-char16_t-as-UCHAR_TYPE.patch)
  electron13/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1186405, electron13/trunk/use-system-libraries-in-node.patch)
  
electron13/repos/community-staging-x86_64/wayland-mmap-keymaps-as-read-only-memory.patch
(from rev 1186405, 
electron13/trunk/wayland-mmap-keymaps-as-read-only-memory.patch)

+
 PKGBUILD   |  267 +++
 add-clang-nomerge-attribute-to-CheckError.patch|   44 +
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 chromium-freetype-2.11.patch   |   38 +
 chromium-glibc-2.33.patch  |  144 +
 chromium-harfbuzz-3.0.0.patch  |   20 
 default_app-icon.patch |   21 
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 ffmpeg5.patch  |  142 +
 gn-visibility-gmock.patch  |   43 +
 gn-visibility-mojo.patch   |   36 +
 gn-visibility-webrtc.patch |   45 +
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +
 skia-harfbuzz-3.0.0.patch  |  100 
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 +
 std-max-fix.patch  |   11 
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 +
 unbundle-use-char16_t-as-UCHAR_TYPE.patch  |   30 +
 use-system-libraries-in-node.patch |   52 ++
 wayland-mmap-keymaps-as-read-only-memory.patch |   59 ++
 21 files changed, 1422 insertions(+)

Copied: electron13/repos/community-staging-x86_64/PKGBUILD (from rev 1186405, 
electron

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:44:09
  Author: felixonmars
Revision: 1186405

upgpkg: electron13 13.6.9-3: icu 71.1 rebuild

Modified:
  electron13/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:38:43 UTC (rev 1186404)
+++ PKGBUILD2022-04-14 23:44:09 UTC (rev 1186405)
@@ -5,7 +5,7 @@
 _commit=5c5b2835b64e6a2b86b8467288908467e8228890
 _chromiumver=91.0.4472.164
 _gcc_patchset=5
-pkgrel=2
+pkgrel=3
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'



[arch-commits] Commit in 389-ds-base/repos (6 files)

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:39:40
  Author: felixonmars
Revision: 442636

archrelease: copy trunk to staging-x86_64

Added:
  389-ds-base/repos/staging-x86_64/
  389-ds-base/repos/staging-x86_64/389-ds-base.sysusers
(from rev 442635, 389-ds-base/trunk/389-ds-base.sysusers)
  389-ds-base/repos/staging-x86_64/389-ds-base.tmpfiles
(from rev 442635, 389-ds-base/trunk/389-ds-base.tmpfiles)
  389-ds-base/repos/staging-x86_64/PKGBUILD
(from rev 442635, 389-ds-base/trunk/PKGBUILD)
  389-ds-base/repos/staging-x86_64/bcf5e9f.patch
(from rev 442635, 389-ds-base/trunk/bcf5e9f.patch)
  389-ds-base/repos/staging-x86_64/openldap-2.5.patch
(from rev 442635, 389-ds-base/trunk/openldap-2.5.patch)

--+
 389-ds-base.sysusers |1 
 389-ds-base.tmpfiles |3 +
 PKGBUILD |   93 +
 bcf5e9f.patch|   41 +
 openldap-2.5.patch   |   12 ++
 5 files changed, 150 insertions(+)

Copied: 389-ds-base/repos/staging-x86_64/389-ds-base.sysusers (from rev 442635, 
389-ds-base/trunk/389-ds-base.sysusers)
===
--- staging-x86_64/389-ds-base.sysusers (rev 0)
+++ staging-x86_64/389-ds-base.sysusers 2022-04-14 23:39:40 UTC (rev 442636)
@@ -0,0 +1 @@
+u dirsrv   440  "389 Directory Server" /var/lib/389-ds-base

Copied: 389-ds-base/repos/staging-x86_64/389-ds-base.tmpfiles (from rev 442635, 
389-ds-base/trunk/389-ds-base.tmpfiles)
===
--- staging-x86_64/389-ds-base.tmpfiles (rev 0)
+++ staging-x86_64/389-ds-base.tmpfiles 2022-04-14 23:39:40 UTC (rev 442636)
@@ -0,0 +1,3 @@
+d /var/log/dirsrv 0700 dirsrv dirsrv -
+d /var/lib/dirsrv 0700 dirsrv dirsrv -
+d /run/lock/dirsrv 0770 dirsrv dirsrv -

Copied: 389-ds-base/repos/staging-x86_64/PKGBUILD (from rev 442635, 
389-ds-base/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-04-14 23:39:40 UTC (rev 442636)
@@ -0,0 +1,93 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Javier Torres 
+# Contributor: Jameson Pugh 
+# Contributor: Xiao-Long Chen 
+
+pkgname=389-ds-base
+pkgver=2.1.0
+pkgdesc="389 Directory Server (base)"
+pkgrel=2
+arch=(x86_64)
+url="http://port389.org/";
+license=('GPL')
+provides=('libsvrcore.so')
+replaces=('python-lib389')
+backup=(etc/dirsrv/config/certmap.conf
+etc/dirsrv/config/ldap-agent.conf
+etc/dirsrv/config/slapd-collations.conf
+etc/dirsrv/config/template-initconfig)
+depends=('cracklib' 'libevent' 'nspr' 'nss' 'net-snmp' 'pam' 'openldap' 'icu'
+ 'python-argcomplete' 'python-dateutil' 'python-ldap' 
'python-packaging' 'lmdb')
+makedepends=('cargo' 'rsync' 'doxygen' 'cmocka' 'python-setuptools' 
'python-argparse-manpage'
+ 'npm' 'nodejs-lts-fermium' 'systemd')
+source=(https://github.com/389ds/389-ds-base/archive/389-ds-base-${pkgver}.tar.gz
+389-ds-base.sysusers
+389-ds-base.tmpfiles)
+sha512sums=('b0ef27c3eed9307175ea25d510b1bf9520ccc59e443358bf60053f831d444945ffae25f1b85f662a0a22b012daca4c0d225ff75c845100a3da9dc9c8bebee60a'
+
'8689b60f13517e6541e1faa62e61781654a8e4678990d14a3fe0cfe4673697cdde1c46763fdc7ef6203e4026286fa004c73b2857fd7fecff69483e6d1e8e6d68'
+
'69ed8b8f3bdbf9098088b0c92c41a238f16d14ba9f86ebc2b5debe5f001b4d8e235f7cff4731d72b30b5ac70486b0f4300b99646aa3926a3fa59515a64f16402')
+
+prepare() {
+  cd "${pkgname}-${pkgname}-${pkgver}"
+
+  # Required until https://github.com/389ds/389-ds-base/issues/5043 is fixed:
+  # sed -i "/deny(warnings)/d" src/librnsslapd/src/lib.rs
+
+  ./autogen.sh
+}
+
+build() {
+  cd "${pkgname}-${pkgname}-${pkgver}"
+
+  # Build 389-ds-base
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--libexecdir=/usr/lib/${pkgname} \
+--with-tmpfiles-d=/usr/lib/tmpfiles.d \
+--with-systemd \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--with-systemdsystemconfdir=/etc/systemd/system \
+--with-journald \
+--with-openldap \
+--enable-autobind \
+--enable-cmocka \
+--enable-rust \
+--with-libldap_r=no
+  make
+
+  # Build lib389
+  cd src/lib389
+  COLUMNS=80 python setup.py build
+
+  # Build cockpit plugin
+  cd ../cockpit/389-console
+  npm install
+  npm run build
+  mv dist cockpit_dist
+}
+
+check() {
+  cd "${pkgname}-${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${pkgname}-${pkgname}-${pkgver}"
+  # make DESTDIR="${pkgdir}/" install
+  make -j1 DESTDIR="${pkgdir}/" install
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  # Upstream expects lib389 and 389-ds-base to be shipped in the same package 
more or less
+  # so that's why it's not

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:39:26
  Author: felixonmars
Revision: 442635

upgpkg: 389-ds-base 2.1.0-2: icu 71.1 rebuild

Modified:
  389-ds-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:22:46 UTC (rev 442634)
+++ PKGBUILD2022-04-14 23:39:26 UTC (rev 442635)
@@ -6,7 +6,7 @@
 pkgname=389-ds-base
 pkgver=2.1.0
 pkgdesc="389 Directory Server (base)"
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="http://port389.org/";
 license=('GPL')



[arch-commits] Commit in couchdb/repos (6 files)

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:38:43
  Author: foutrelis
Revision: 1186404

archrelease: copy trunk to community-staging-x86_64

Added:
  couchdb/repos/community-staging-x86_64/
  couchdb/repos/community-staging-x86_64/PKGBUILD
(from rev 1186403, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-staging-x86_64/couchdb.service
(from rev 1186403, couchdb/trunk/couchdb.service)
  couchdb/repos/community-staging-x86_64/couchdb.sysusers
(from rev 1186403, couchdb/trunk/couchdb.sysusers)
  couchdb/repos/community-staging-x86_64/couchdb.tmpfiles
(from rev 1186403, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-staging-x86_64/datadirs.ini
(from rev 1186403, couchdb/trunk/datadirs.ini)

--+
 PKGBUILD |   58 +
 couchdb.service  |   42 ++
 couchdb.sysusers |1 
 couchdb.tmpfiles |3 ++
 datadirs.ini |3 ++
 5 files changed, 107 insertions(+)

Copied: couchdb/repos/community-staging-x86_64/PKGBUILD (from rev 1186403, 
couchdb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:38:43 UTC (rev 1186404)
@@ -0,0 +1,58 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sergej Pupykin 
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+# Contributor: Michael Fellinger 
+
+pkgname=couchdb
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="Document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
+arch=(x86_64)
+url="https://couchdb.apache.org";
+license=(Apache)
+depends=(icu js78 zlib)
+optdepends=('erlang-nox: for weatherreport')
+makedepends=(erlang-nox)
+backup=('etc/couchdb/local.ini'
+'etc/couchdb/vm.args')
+source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
+couchdb.service
+couchdb.sysusers
+couchdb.tmpfiles
+datadirs.ini)
+sha256sums=('11de2d1c3a5b317017a7459ec3f76230d5c43aba427a1e71ca3437845874acf8'
+'SKIP'
+'38f3e489c031b8c6eacd8b9da3ca91362d7929e8f5e3c8b0e4cf5401c67bf7bb'
+'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
+'0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
+'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
+validpgpkeys=(2EC788AE3F239FA13E82D215CDE711289384AE37  # Joan Touzet (CODE 
SIGNING KEY) 
+  D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4  # Jan Lehnardt 

+  0BD7A98499C4AB41C910EE65FC04DFBC9657A78E) # Nick Vatamaniuc 

+
+prepare() {
+  cd apache-couchdb-${pkgver}
+  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/files/couchdb.in
+}
+
+build() {
+  cd apache-couchdb-${pkgver}
+  ./configure --spidermonkey-version 78
+  make release
+}
+
+package() {
+  cd apache-couchdb-${pkgver}
+  install -dm755 "${pkgdir}"/usr/lib/
+  install -dm755 "${pkgdir}"/etc/couchdb/
+
+  cp -r rel/couchdb "${pkgdir}"/usr/lib/couchdb
+  mv "${pkgdir}"/usr/lib/couchdb/etc/local.ini 
"${pkgdir}"/etc/couchdb/local.ini
+  mv "${pkgdir}"/usr/lib/couchdb/etc/vm.args "${pkgdir}"/etc/couchdb/vm.args
+
+  cd "${srcdir}"
+  install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+  install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+  install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+  install -Dm644 datadirs.ini -t "${pkgdir}"/usr/lib/couchdb/etc/
+}

Copied: couchdb/repos/community-staging-x86_64/couchdb.service (from rev 
1186403, couchdb/trunk/couchdb.service)
===
--- community-staging-x86_64/couchdb.service(rev 0)
+++ community-staging-x86_64/couchdb.service2022-04-14 23:38:43 UTC (rev 
1186404)
@@ -0,0 +1,42 @@
+[Unit]
+Description=CouchDB Server
+
+[Service]
+User=couchdb
+Group=couchdb
+Type=simple
+WorkingDirectory=~
+StateDirectory=couchdb
+Environment="ERL_FLAGS=-couch_ini /usr/lib/couchdb/etc/default.ini 
/usr/lib/couchdb/etc/datadirs.ini /etc/couchdb/local.ini"
+ExecStart=/usr/lib/couchdb/bin/couchdb
+ReadWritePaths=/etc/couchdb/local.ini
+Restart=always
+RestartSec=2s
+AmbientCapabilities=
+CapabilityBoundingSet=
+LockPersonality=true
+# Not compatible with the use of JS
+#MemoryDenyWriteExecute=true
+NoNewPrivileges=True
+PrivateDevices=true
+PrivateTmp=true
+PrivateUsers=true
+ProtectClock=true
+ProtectControlGroups=yes
+ProtectHome=true
+ProtectHostname=true
+ProtectKernelLogs=true
+ProtectKernelModules=yes
+ProtectKernelTunables=true
+ProtectProc=invisible
+ProtectSystem=strict
+RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
+RestrictNamespaces=true
+RestrictRealtime=true
+RestrictSUIDSGID=true
+SystemCallArchitectures=native
+SystemCallFilter=@system-

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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:38:36
  Author: foutrelis
Revision: 1186403

upgpkg: couchdb 3.2.1-2: icu 71.1 rebuild

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:37:56 UTC (rev 1186402)
+++ PKGBUILD2022-04-14 23:38:36 UTC (rev 1186403)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
 arch=(x86_64)
 url="https://couchdb.apache.org";



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:37:56
  Author: foutrelis
Revision: 1186402

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pyicu/repos/community-staging-x86_64/
  python-pyicu/repos/community-staging-x86_64/PKGBUILD
(from rev 1186401, python-pyicu/trunk/PKGBUILD)

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

Copied: python-pyicu/repos/community-staging-x86_64/PKGBUILD (from rev 1186401, 
python-pyicu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:37:56 UTC (rev 1186402)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Liu 
+
+pkgname=python-pyicu
+pkgver=2.9
+pkgrel=1
+pkgdesc="Python binding for ICU"
+arch=('x86_64')
+license=('MIT')
+url="http://pyicu.osafoundation.org/";
+depends=('python' 'icu')
+makedepends=('python-setuptools')
+checkdepends=('python-fonttools' 'python-pytest' 'python-six')
+source=("https://pypi.io/packages/source/P/PyICU/PyICU-$pkgver.tar.gz";)
+sha512sums=('49b0961ed855517f039ac8a863b1af1a58c6716751eb1f5cebb987a16faabc5585ed6ed3ed3d80d4cf45e9091d855cafe4b6683f4d274e5c4d41c9dab9164799')
+
+build() {
+  cd PyICU-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd PyICU-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd PyICU-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:37:52
  Author: foutrelis
Revision: 1186401

upgpkg: python-pyicu 2.9-1: icu 71.1 rebuild

Modified:
  python-pyicu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:35:18 UTC (rev 1186400)
+++ PKGBUILD2022-04-14 23:37:52 UTC (rev 1186401)
@@ -3,7 +3,7 @@
 
 pkgname=python-pyicu
 pkgver=2.9
-pkgrel=0
+pkgrel=1
 pkgdesc="Python binding for ICU"
 arch=('x86_64')
 license=('MIT')



[arch-commits] Commit in electron16/repos (14 files)

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:35:18
  Author: foutrelis
Revision: 1186400

archrelease: copy trunk to community-staging-x86_64

Added:
  electron16/repos/community-staging-x86_64/
  electron16/repos/community-staging-x86_64/PKGBUILD
(from rev 1186399, electron16/trunk/PKGBUILD)
  
electron16/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1186399, 
electron16/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron16/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1186399, electron16/trunk/default_app-icon.patch)
  electron16/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1186399, electron16/trunk/electron-launcher.sh)
  electron16/repos/community-staging-x86_64/electron.desktop
(from rev 1186399, electron16/trunk/electron.desktop)
  electron16/repos/community-staging-x86_64/jinja-python-3.10.patch
(from rev 1186399, electron16/trunk/jinja-python-3.10.patch)
  
electron16/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1186399, 
electron16/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron16/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1186399, 
electron16/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron16/repos/community-staging-x86_64/std-vector-non-const.patch
(from rev 1186399, electron16/trunk/std-vector-non-const.patch)
  
electron16/repos/community-staging-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1186399, 
electron16/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  
electron16/repos/community-staging-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1186399, 
electron16/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron16/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1186399, electron16/trunk/use-system-libraries-in-node.patch)
  
electron16/repos/community-staging-x86_64/wayland-fix-binding-to-wrong-version.patch
(from rev 1186399, 
electron16/trunk/wayland-fix-binding-to-wrong-version.patch)

+
 PKGBUILD   |  280 
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 
 default_app-icon.patch |   21 
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 jinja-python-3.10.patch|   33 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 
 std-vector-non-const.patch |  115 +
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 
 unexpire-accelerated-video-decode-flag.patch   |   11 
 use-system-libraries-in-node.patch |   53 
 wayland-fix-binding-to-wrong-version.patch |  651 +++
 13 files changed, 1534 insertions(+)

Copied: electron16/repos/community-staging-x86_64/PKGBUILD (from rev 1186399, 
electron16/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:35:18 UTC (rev 1186400)
@@ -0,0 +1,280 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=1
+pkgver=16.2.2
+_commit=f1d7143310bfdf1dc1dc8f8512789bff94cd0804
+_chromiumver=96.0.4664.174
+_gcc_patchset=4
+# shellcheck disable=SC2034
+pkgrel=2
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034
+license=('MIT' 'custom')
+# shellcheck disable=SC2034
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+# shellcheck disable=SC2034
+makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2' 'wget'
+ 'python-pyparsing' 'python-six' 'yarn')
+# shellcheck disable=SC2034
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'pipewire: WebRTC desktop sharing under Wayland'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+if [[ ${_use_suffix} == 0 ]]; then
+  # shellcheck d

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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:35:06
  Author: foutrelis
Revision: 1186399

upgpkg: electron16 16.2.2-2: icu 71.1 rebuild

Modified:
  electron16/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:34:45 UTC (rev 1186398)
+++ PKGBUILD2022-04-14 23:35:06 UTC (rev 1186399)
@@ -6,7 +6,7 @@
 _chromiumver=96.0.4664.174
 _gcc_patchset=4
 # shellcheck disable=SC2034
-pkgrel=1
+pkgrel=2
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:34:45
  Author: foutrelis
Revision: 1186398

Add python-six to check deps

Modified:
  python-pyicu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:27:18 UTC (rev 1186397)
+++ PKGBUILD2022-04-14 23:34:45 UTC (rev 1186398)
@@ -10,7 +10,7 @@
 url="http://pyicu.osafoundation.org/";
 depends=('python' 'icu')
 makedepends=('python-setuptools')
-checkdepends=('python-fonttools' 'python-pytest')
+checkdepends=('python-fonttools' 'python-pytest' 'python-six')
 source=("https://pypi.io/packages/source/P/PyICU/PyICU-$pkgver.tar.gz";)
 
sha512sums=('49b0961ed855517f039ac8a863b1af1a58c6716751eb1f5cebb987a16faabc5585ed6ed3ed3d80d4cf45e9091d855cafe4b6683f4d274e5c4d41c9dab9164799')
 



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:27:18
  Author: felixonmars
Revision: 1186397

archrelease: copy trunk to community-staging-x86_64

Added:
  php-mongodb/repos/community-staging-x86_64/
  php-mongodb/repos/community-staging-x86_64/PKGBUILD
(from rev 1186396, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-staging-x86_64/mongodb.ini
(from rev 1186396, php-mongodb/trunk/mongodb.ini)

-+
 PKGBUILD|   52 
 mongodb.ini |2 ++
 2 files changed, 54 insertions(+)

Copied: php-mongodb/repos/community-staging-x86_64/PKGBUILD (from rev 1186396, 
php-mongodb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:27:18 UTC (rev 1186397)
@@ -0,0 +1,52 @@
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek 
+
+pkgbase=php-mongodb
+pkgname=(php-mongodb php7-mongodb)
+pkgver=1.13.0
+pkgrel=2
+pkgdesc="MongoDB driver for PHP"
+arch=("x86_64")
+url="http://mongodb.github.io/mongo-php-driver";
+license=("Apache")
+makedepends=('php7' 'php' 're2c')
+source=(
+   "https://pecl.php.net/get/mongodb-$pkgver.tgz";
+   "mongodb.ini"
+)
+sha512sums=('54fa903d5afb49f7ab1e39174325e351c902142dafe3603c1331cfd8c73f2b0d4a29e382084685ef96e54e0a8f9d53bd08c2bea42e3bf5093a96a36faf4c6083'
+
'47b167ab4d761f4cf8351fef14e46c714dacae6d9a1b6d281bb87129499ee520f55f35f47c16b55ea2ecf41c67aad12439a99d3363d381b2511659b01f0b6ef0')
+
+prepare() {
+cp -a "$srcdir/mongodb-$pkgver" "$srcdir/mongodb7-$pkgver"
+}
+
+build() {
+   cd "$srcdir/mongodb-$pkgver"
+   phpize
+   ./configure --prefix=/usr
+
+   cd "$srcdir/mongodb7-$pkgver"
+   phpize7
+   ./configure --prefix=/usr
+}
+
+package_php-mongodb() {
+pkgdesc="MongoDB driver for PHP"
+depends=('php')
+backup=("etc/php/conf.d/mongodb.ini")
+   cd mongodb-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
+}
+
+package_php7-mongodb() {
+pkgdesc="MongoDB driver for PHP7"
+depends=('php7')
+backup=("etc/php7/conf.d/mongodb.ini")
+   cd mongodb7-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php7/conf.d/mongodb.ini"
+}

Copied: php-mongodb/repos/community-staging-x86_64/mongodb.ini (from rev 
1186396, php-mongodb/trunk/mongodb.ini)
===
--- community-staging-x86_64/mongodb.ini(rev 0)
+++ community-staging-x86_64/mongodb.ini2022-04-14 23:27:18 UTC (rev 
1186397)
@@ -0,0 +1,2 @@
+; Tell PHP to load the MongoDB Extension on startup
+extension=mongodb.so



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:26:57
  Author: felixonmars
Revision: 1186396

upgpkg: php-mongodb 1.13.0-2: icu 71.1 rebuild

Modified:
  php-mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:26:39 UTC (rev 1186395)
+++ PKGBUILD2022-04-14 23:26:57 UTC (rev 1186396)
@@ -6,7 +6,7 @@
 pkgbase=php-mongodb
 pkgname=(php-mongodb php7-mongodb)
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="MongoDB driver for PHP"
 arch=("x86_64")
 url="http://mongodb.github.io/mongo-php-driver";



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:26:39
  Author: felixonmars
Revision: 1186395

archrelease: copy trunk to community-staging-x86_64

Added:
  gnucash/repos/community-staging-x86_64/
  gnucash/repos/community-staging-x86_64/PKGBUILD
(from rev 1186394, gnucash/trunk/PKGBUILD)

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

Copied: gnucash/repos/community-staging-x86_64/PKGBUILD (from rev 1186394, 
gnucash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:26:39 UTC (rev 1186395)
@@ -0,0 +1,49 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=4.9
+pkgrel=2
+pkgdesc='Personal and small-business financial-accounting application'
+arch=(x86_64)
+url='https://gnucash.org/'
+license=(GPL)
+depends=(aqbanking gwenhywfar boost-libs guile libdbi webkit2gtk)
+makedepends=(boost cmake gtest libdbi-drivers mariadb-libs postgresql-libs 
swig)
+optdepends=('gnucash-docs: documentation'
+'libdbi-drivers: open and save data into SQL database'
+'perl-date-manip: stock information lookups'
+'perl-finance-quote: stock information lookups')
+options=(!emptydirs)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9a551c30c1b712199fc2227a109afb984d7bef18e138170bbc7225c6c1fab72d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Do not treat warnings as errors
+  sed -e 's|-Werror||g' -i CMakeLists.txt
+
+  cmake-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_PYTHON=ON \
+-DCOMPILE_GSCHEMAS=OFF
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || : # 2 tests failed
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f "$pkgdir/usr/bin/gnucash-valgrind"
+}



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:26:23
  Author: felixonmars
Revision: 1186394

upgpkg: gnucash 4.9-2: icu 71.1 rebuild

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:25:09 UTC (rev 1186393)
+++ PKGBUILD2022-04-14 23:26:23 UTC (rev 1186394)
@@ -5,7 +5,7 @@
 
 pkgname=gnucash
 pkgver=4.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Personal and small-business financial-accounting application'
 arch=(x86_64)
 url='https://gnucash.org/'



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:25:09
  Author: foutrelis
Revision: 1186393

Bump to 2.9 for icu 71.1 rebuild

Modified:
  python-pyicu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:24:48 UTC (rev 1186392)
+++ PKGBUILD2022-04-14 23:25:09 UTC (rev 1186393)
@@ -2,8 +2,8 @@
 # Contributor: Jonathan Liu 
 
 pkgname=python-pyicu
-pkgver=2.8.1
-pkgrel=1
+pkgver=2.9
+pkgrel=0
 pkgdesc="Python binding for ICU"
 arch=('x86_64')
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-fonttools' 'python-pytest')
 source=("https://pypi.io/packages/source/P/PyICU/PyICU-$pkgver.tar.gz";)
-sha512sums=('9edd2f5f8755d06e70a9889f1129bdf53eec50d2948a54edfd2142573447774b0767a329092436c9bc7045c8e8e81043bf4e68d0990a0d8427b18542c5b44727')
+sha512sums=('49b0961ed855517f039ac8a863b1af1a58c6716751eb1f5cebb987a16faabc5585ed6ed3ed3d80d4cf45e9091d855cafe4b6683f4d274e5c4d41c9dab9164799')
 
 build() {
   cd PyICU-$pkgver



[arch-commits] Commit in gitlab/repos (14 files)

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:24:48
  Author: felixonmars
Revision: 1186392

archrelease: copy trunk to community-staging-x86_64

Added:
  gitlab/repos/community-staging-x86_64/
  gitlab/repos/community-staging-x86_64/PKGBUILD
(from rev 1186391, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-staging-x86_64/configs.patch
(from rev 1186391, gitlab/trunk/configs.patch)
  gitlab/repos/community-staging-x86_64/environment
(from rev 1186391, gitlab/trunk/environment)
  gitlab/repos/community-staging-x86_64/fixes.patch
(from rev 1186391, gitlab/trunk/fixes.patch)
  gitlab/repos/community-staging-x86_64/gitlab-backup.service
(from rev 1186391, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-staging-x86_64/gitlab-backup.timer
(from rev 1186391, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-staging-x86_64/gitlab-mailroom.service
(from rev 1186391, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-staging-x86_64/gitlab-puma.service
(from rev 1186391, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-staging-x86_64/gitlab-sidekiq.service
(from rev 1186391, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-staging-x86_64/gitlab.install
(from rev 1186391, gitlab/trunk/gitlab.install)
  gitlab/repos/community-staging-x86_64/gitlab.logrotate
(from rev 1186391, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-staging-x86_64/gitlab.target
(from rev 1186391, gitlab/trunk/gitlab.target)
  gitlab/repos/community-staging-x86_64/gitlab.tmpfiles.d
(from rev 1186391, gitlab/trunk/gitlab.tmpfiles.d)

-+
 PKGBUILD|  185 +
 configs.patch   |  291 ++
 environment |3 
 fixes.patch |   20 +++
 gitlab-backup.service   |   19 +++
 gitlab-backup.timer |   10 +
 gitlab-mailroom.service |   21 +++
 gitlab-puma.service |   34 +
 gitlab-sidekiq.service  |   30 
 gitlab.install  |   34 +
 gitlab.logrotate|6 
 gitlab.target   |7 +
 gitlab.tmpfiles.d   |1 
 13 files changed, 661 insertions(+)

Copied: gitlab/repos/community-staging-x86_64/PKGBUILD (from rev 1186391, 
gitlab/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:24:48 UTC (rev 1186392)
@@ -0,0 +1,185 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+pkgname=gitlab
+pkgver=14.9.2
+pkgrel=2
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss";
+license=('MIT')
+options=(!buildflags)
+depends=('ruby2.7' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 'openssh' 'redis' 
'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+fixes.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'0b688a96583bd7e230765d2c32406c2bd082665818564e927cc9eef4e3fc08e0674a3830d1d0c3e6744ae51f2b07ceaa76bd43770f1655fe7a498f9086c596c0'
+
'4f3ba368c2330db4d58277fe927a9707e5a80ec5479b4e15b5b7086132aa3f7ca5d139c29b6443e24ee804b07b3346c69a6b87244e5f774440c62dc2d9240ffe'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
+
'451a030940f124bccd6d29c1924861b361d52db32cff6e745c144286c2afc7065e117f825721145ed2dd4406f5bcfa97e228a80b968aaa9a675613b71b776eba'
+
'419848c668928276620b5229e457a39e0ed7e111f1da68a30c3e0ae1a644af1c869b004b35435ccec4ddcdf6cf7418b1ab71e6e2ee8a2c861c6625c8bfd908f6'
+
'd86e16747ad79f514ce180646c68bec8b6fa61764b2b14b1621db998f48955c3fb81f4e19ecb0fbab9d603dd25d95929e6d72a473652608373e6551f26244738'
+
'f8067d1ee444a50dc9b2ed871

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:24:12
  Author: felixonmars
Revision: 1186391

upgpkg: gitlab 14.9.2-2: icu 71.1 rebuild

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:18:35 UTC (rev 1186390)
+++ PKGBUILD2022-04-14 23:24:12 UTC (rev 1186391)
@@ -9,7 +9,7 @@
 
 pkgname=gitlab
 pkgver=14.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-foss";



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:22:46
  Author: felixonmars
Revision: 442634

archrelease: copy trunk to staging-x86_64

Added:
  webkit2gtk-5.0/repos/staging-x86_64/
  webkit2gtk-5.0/repos/staging-x86_64/PKGBUILD
(from rev 442633, webkit2gtk-5.0/trunk/PKGBUILD)

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

Copied: webkit2gtk-5.0/repos/staging-x86_64/PKGBUILD (from rev 442633, 
webkit2gtk-5.0/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-04-14 23:22:46 UTC (rev 442634)
@@ -0,0 +1,69 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk-5.0
+pkgver=2.36.0
+pkgrel=3
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org";
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk4 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette libxcomposite)
+makedepends=(cmake ninja python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(debug)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_GTK4=ON \
+-DENABLE_GTKDOC=OFF \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libjavascriptcoregtk-5.0.so libwebkit2gtk-5.0.so)
+
+  DESTDIR="$pkgdir" cmake --install build
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  echo "### $_f ###"
+  cat "$_f"
+  echo
+done |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set sw=2 et:



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:22:34
  Author: felixonmars
Revision: 442633

upgpkg: webkit2gtk-5.0 2.36.0-3: icu 71.1 rebuild

Modified:
  webkit2gtk-5.0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:09:25 UTC (rev 442632)
+++ PKGBUILD2022-04-14 23:22:34 UTC (rev 442633)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk-5.0
 pkgver=2.36.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org";
 arch=(x86_64)



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:18:35
  Author: felixonmars
Revision: 1186390

archrelease: copy trunk to community-staging-x86_64

Added:
  tepl/repos/community-staging-x86_64/
  tepl/repos/community-staging-x86_64/PKGBUILD
(from rev 1186388, tepl/trunk/PKGBUILD)

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

Copied: tepl/repos/community-staging-x86_64/PKGBUILD (from rev 1186388, 
tepl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:18:35 UTC (rev 1186390)
@@ -0,0 +1,54 @@
+# Maintainer:
+# Contributor: Caleb Maclennan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+pkgname=tepl
+pkgver=6.00.0
+pkgrel=5
+_commit=51b15258e130d2b5134f6cd5ff7f91c75e0a482a  # tags/6.0.0.0^0
+pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
+url="https://gitlab.gnome.org/Archive/tepl";
+arch=(x86_64)
+license=(LGPL3)
+depends=(amtk
+ gtksourceview4
+ uchardet)
+makedepends=(gobject-introspection
+ git
+ gtk-doc
+ meson
+ vala)
+checkdepends=(xorg-server-xvfb)
+source=("git+https://gitlab.gnome.org/Archive/tepl.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+prepare() {
+   cd $pkgname
+   git tag -f 6.00.0 '6.0.0.0^0'; git tag -d 6.0.0.0  # Fixup tag
+}
+
+pkgver() {
+   cd $pkgname
+   git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+   arch-meson $pkgname build -D gtk_doc=true
+   meson compile -C build
+}
+
+check() {
+   xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
+   meson test -C build --print-errorlogs
+}
+
+package() {
+   depends+=(libamtk-5.so
+ libgtksourceview-4.so
+ libg{d,t}k-3.so
+ libg{lib,object,io}-2.0.so)
+   provides+=("libtepl-${pkgver%%.*}.so")
+   DESTDIR="$pkgdir" meson install -C build
+}



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:18:31
  Author: foutrelis
Revision: 1186388

Run 'gclient sync' under Python 3

Modified:
  electron12/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:18:30 UTC (rev 1186387)
+++ PKGBUILD2022-04-14 23:18:31 UTC (rev 1186388)
@@ -96,7 +96,7 @@
   },
 ]" > .gclient
 
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
+  python3 "${srcdir}/depot_tools/gclient.py" sync \
   --with_branch_heads \
   --with_tags \
   --nohooks



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:18:32
  Author: foutrelis
Revision: 1186389

Run 'gclient sync' under Python 3

Modified:
  electron9/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:18:31 UTC (rev 1186388)
+++ PKGBUILD2022-04-14 23:18:32 UTC (rev 1186389)
@@ -115,7 +115,7 @@
   },
 ]" > .gclient
 
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
+  python3 "${srcdir}/depot_tools/gclient.py" sync \
   --with_branch_heads \
   --with_tags \
   --nohooks



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:18:30
  Author: foutrelis
Revision: 1186387

Run 'gclient sync' under Python 3

Modified:
  electron11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:18:27 UTC (rev 1186386)
+++ PKGBUILD2022-04-14 23:18:30 UTC (rev 1186387)
@@ -102,7 +102,7 @@
   },
 ]" > .gclient
 
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
+  python3 "${srcdir}/depot_tools/gclient.py" sync \
   --with_branch_heads \
   --with_tags \
   --nohooks



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:18:27
  Author: felixonmars
Revision: 1186386

upgpkg: tepl 6.00.0-5: icu 71.1 rebuild

Modified:
  tepl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:17:14 UTC (rev 1186385)
+++ PKGBUILD2022-04-14 23:18:27 UTC (rev 1186386)
@@ -6,7 +6,7 @@
 
 pkgname=tepl
 pkgver=6.00.0
-pkgrel=4
+pkgrel=5
 _commit=51b15258e130d2b5134f6cd5ff7f91c75e0a482a  # tags/6.0.0.0^0
 pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
 url="https://gitlab.gnome.org/Archive/tepl";



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:17:14
  Author: felixonmars
Revision: 1186385

archrelease: copy trunk to community-staging-x86_64

Added:
  seamonkey/repos/community-staging-x86_64/
  seamonkey/repos/community-staging-x86_64/PKGBUILD
(from rev 1186384, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-staging-x86_64/mozconfig
(from rev 1186384, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-staging-x86_64/seamonkey.install
(from rev 1186384, seamonkey/trunk/seamonkey.install)

---+
 PKGBUILD  |   74 
 mozconfig |   53 +
 seamonkey.install |   13 +
 3 files changed, 140 insertions(+)

Copied: seamonkey/repos/community-staging-x86_64/PKGBUILD (from rev 1186384, 
seamonkey/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:17:14 UTC (rev 1186385)
@@ -0,0 +1,74 @@
+# Maintainer: Kyle Keen 
+
+pkgname=seamonkey
+pkgver=2.53.11.1
+pkgrel=2
+pkgdesc="SeaMonkey internet suite"
+arch=('x86_64')
+license=('MPL')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
+ 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
+ 'nss' 'sqlite' 'startup-notification')
+makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 'python' 
'python2-setuptools'
+ 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip' 'nasm')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+   'libnotify: Notification integration'
+   'pulseaudio: Audio support')
+url="https://www.seamonkey-project.org/";
+source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
+"mozconfig")
+sha256sums=('e690bd567f7a66a734f208142cb8a91e9478dd1d6e225d54ef250b4384937082'
+'05bbf05f6a2f060ba3b69a420d57e95766880869a3e416cb05f60894bce1213b')
+install="$pkgname.install"
+options=(!lto)
+
+# 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_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cp ../mozconfig .mozconfig
+
+  echo -n "$_google_api_key" > google-api-key
+  echo -n "$_mozilla_api_key" > mozilla-api-key
+
+  cat >> .mozconfig 

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:17:00
  Author: felixonmars
Revision: 1186384

upgpkg: seamonkey 2.53.11.1-2: icu 71.1 rebuild

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:08:42 UTC (rev 1186383)
+++ PKGBUILD2022-04-14 23:17:00 UTC (rev 1186384)
@@ -2,7 +2,7 @@
 
 pkgname=seamonkey
 pkgver=2.53.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
 license=('MPL')



[arch-commits] Commit in mpd/repos (6 files)

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:09:25
  Author: felixonmars
Revision: 442632

archrelease: copy trunk to staging-x86_64

Added:
  mpd/repos/staging-x86_64/
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 442631, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/mpd.conf
(from rev 442631, mpd/trunk/mpd.conf)
  mpd/repos/staging-x86_64/mpd.service.override
(from rev 442631, mpd/trunk/mpd.service.override)
  mpd/repos/staging-x86_64/mpd.sysusers
(from rev 442631, mpd/trunk/mpd.sysusers)
  mpd/repos/staging-x86_64/mpd.tmpfiles
(from rev 442631, mpd/trunk/mpd.tmpfiles)

--+
 PKGBUILD |   86 +
 mpd.conf |6 +++
 mpd.service.override |2 +
 mpd.sysusers |2 +
 mpd.tmpfiles |3 +
 5 files changed, 99 insertions(+)

Copied: mpd/repos/staging-x86_64/PKGBUILD (from rev 442631, mpd/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-04-14 23:09:25 UTC (rev 442632)
@@ -0,0 +1,86 @@
+# Maintainer: David Runge 
+# Maintainer: Levente Polyak 
+# Contributor: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.23.6
+pkgrel=2
+pkgdesc="Flexible, powerful, server-side application for playing music"
+arch=(x86_64)
+url="https://www.musicpd.org/";
+license=(GPL2)
+depends=(bzip2 chromaprint gcc-libs glibc lame libcdio libcdio-paranoia
+libgcrypt libgme libmad libmms libmodplug libmpcdec libnfs libshout
+libsidplayfp libsoxr openal opus smbclient sqlite wavpack wildmidi zlib
+zziplib)
+makedepends=(alsa-lib audiofile avahi boost curl dbus expat faad2 ffmpeg flac
+fluidsynth fmt icu jack libao libid3tag libmikmod libmpdclient libogg
+libopenmpt libpulse libsamplerate libsndfile libupnp liburing libvorbis meson
+mpg123 pipewire python-sphinx systemd-libs twolame yajl)
+backup=(etc/$pkgname.conf)
+options=(debug)
+source=(
+  
https://www.musicpd.org/download/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
+  $pkgname.conf
+  $pkgname.sysusers
+  $pkgname.tmpfiles
+  $pkgname.service.override
+)
+sha512sums=('1595fcc53a67f1a68b0c0516697d242da53b91626e37bc2f49095add78eb497a52c67c961a421f20b40f3c57a571557a76559a212838de2a3ec4aec6c7a3288d'
+'SKIP'
+
'25a823740d92da8e186916701413114142eb6ad91a172c592e68b569c8e4f50fa99580e555ccf6cd31fc4f55a09bfe0278efa46e4e76ee0fe02846292fadf3c1'
+
'6e467481406279767b709ec6d5c06dbd825c0de09045c52ffa2d21d0604dcfe19b7a92bf42bed25163d66a3a0d1dbde6185a648b433eaf5eac56be90491e2e18'
+
'db473db27cd68994c3ee26e78e0fb34d13126301d8861563dcc12a22d62ecb14c4ffb1e0798c6aaccdff34e73bae3fbeeff7b42606c901a2d35e278865cdf35d'
+
'c1782b82f9db1d30aece43a07230c5d57370f2494a16e108af03815d83968805472f10f53ea5495cf0e08ff8f245430c3c3bc44025af43aaf9ecd12fcd6afc6c')
+b2sums=('5ccb4a7c06c4317e3285846a261438bdcc10db5eaf71fcba969bcae8321ca50bb26fe9317e23e38eca1c4a8785015596064d5bfc692bf66f8007d0d2a1b71cbb'
+'SKIP'
+
'0969a3c477b6a3f34b44e067e515d7f306414dd14e0163584417b9d071e3cc825898219f7ff66ead7905b15429b8411304052d3b2b14a72e560bfabf9bf0adcf'
+
'4ab6e415284c77802a39d0913d701fe55e56f3c22b19557661fbef77e456b5e1d151da4202695282b956602e716a7afdb994aa2fc17368b9a0d0d051d47a3afb'
+
'd7b587c25dd5830c27af475a8fdd8102139d7c8fdd6f04fe23b36be030e4411582e289f575c299255ff8183096f7d47247327276f9a24641cbd032d9675b837a'
+
'753664445d7d5cc0b36f51ac66549beea403b9731cbcb81b0a782974a0a73d90559ba93e6afcaa470b6f2f5a844c09ef695bdf3b1e6dfee97aa080f41b7fe513')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

+
+build() {
+  local _meson_options=(
+-D documentation=enabled
+-D adplug=disabled
+-D sndio=disabled
+-D shine=disabled
+-D tremor=disabled
+-D b_ndebug=true
+  )
+
+  # NOTE: sndio conflicts with alsa
+  # TODO: package adplug
+  # TODO: package shine
+  arch-meson "${_meson_options[@]}" build $pkgname-$pkgver
+  ninja -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  depends+=(libbz2.so libFLAC.so libao.so libasound.so libaudiofile.so
+  libavahi-client.so libavahi-common.so libavcodec.so libavformat.so
+  libavutil.so libcurl.so libdbus-1.so libexpat.so libfaad.so libfluidsynth.so
+  libfmt.so libicui18n.so libicuuc.so libid3tag.so libjack.so libmikmod.so
+  libmpdclient.so libmpg123.so libogg.so libopenmpt.so libpipewire-0.3.so
+  libpulse.so libsamplerate.so libsndfile.so libsystemd.so libtwolame.so
+  libupnp.so liburing.so libvorbis.so libvorbisenc.so libyajl.so libavfilter.so
+  libchromaprint.so libixml.so)
+
+  DESTDIR="$pkgdir" ninja -C build install
+  install -vDm 644 $pkgname-$pkgver/doc/${pkgname}conf.example -t 
"$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 $pkgname.service.over

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:09:09
  Author: felixonmars
Revision: 442631

upgpkg: mpd 0.23.6-2: icu 71.1 rebuild

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:04:34 UTC (rev 442630)
+++ PKGBUILD2022-04-14 23:09:09 UTC (rev 442631)
@@ -8,7 +8,7 @@
 
 pkgname=mpd
 pkgver=0.23.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Flexible, powerful, server-side application for playing music"
 arch=(x86_64)
 url="https://www.musicpd.org/";



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:08:42
  Author: felixonmars
Revision: 1186383

archrelease: copy trunk to community-staging-x86_64

Added:
  dino/repos/community-staging-x86_64/
  dino/repos/community-staging-x86_64/PKGBUILD
(from rev 1186382, dino/trunk/PKGBUILD)

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

Copied: dino/repos/community-staging-x86_64/PKGBUILD (from rev 1186382, 
dino/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:08:42 UTC (rev 1186383)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=dino
+pkgver=0.3.0
+pkgrel=3
+pkgdesc="Modern XMPP (Jabber) chat client written in Vala"
+arch=(x86_64)
+url="https://github.com/dino/dino";
+license=(GPL3)
+depends=(glib2 glib-networking gtk3 gpgme libgee libgcrypt libsignal-protocol-c
+ libsoup sqlite qrencode gspell libnice gstreamer gst-plugin-gtk
+ gst-plugins-base gst-plugins-good libsrtp webrtc-audio-processing)
+makedepends=(git cmake vala ninja)
+source=(${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('3970cacf53ad328bb848dd19711826797fb8aed510e9fbf7ffac2ad7cb11dc1e'
+'SKIP')
+validpgpkeys=(A32134DD19952FB12EC43E4501FABCC83FEA225E)
+
+build() {
+  cmake -G Ninja -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:08:35
  Author: felixonmars
Revision: 1186382

upgpkg: dino 0.3.0-3: icu 71.1 rebuild

Modified:
  dino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:05:16 UTC (rev 1186381)
+++ PKGBUILD2022-04-14 23:08:35 UTC (rev 1186382)
@@ -2,7 +2,7 @@
 
 pkgname=dino
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Modern XMPP (Jabber) chat client written in Vala"
 arch=(x86_64)
 url="https://github.com/dino/dino";



[arch-commits] Commit in aegisub/repos (8 files)

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:05:16
  Author: felixonmars
Revision: 1186381

archrelease: copy trunk to community-staging-x86_64

Added:
  aegisub/repos/community-staging-x86_64/
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 1186380, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/boost-1.68.patch
(from rev 1186380, aegisub/trunk/boost-1.68.patch)
  aegisub/repos/community-staging-x86_64/fix-ffms2-compat-2.patch
(from rev 1186380, aegisub/trunk/fix-ffms2-compat-2.patch)
  aegisub/repos/community-staging-x86_64/fix-ffms2-compat-3.patch
(from rev 1186380, aegisub/trunk/fix-ffms2-compat-3.patch)
  aegisub/repos/community-staging-x86_64/fix-ffms2-compat.patch
(from rev 1186380, aegisub/trunk/fix-ffms2-compat.patch)
  aegisub/repos/community-staging-x86_64/icu59.patch
(from rev 1186380, aegisub/trunk/icu59.patch)
  aegisub/repos/community-staging-x86_64/make-4.3.patch
(from rev 1186380, aegisub/trunk/make-4.3.patch)

--+
 PKGBUILD |   97 
 boost-1.68.patch |   34 +
 fix-ffms2-compat-2.patch |   23 
 fix-ffms2-compat-3.patch |  106 ++
 fix-ffms2-compat.patch   |  257 +
 icu59.patch  |   11 +
 make-4.3.patch   |   23 
 7 files changed, 551 insertions(+)

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 1186380, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:05:16 UTC (rev 1186381)
@@ -0,0 +1,97 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=49
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=(x86_64)
+url=http://www.aegisub.org
+license=(
+  GPL
+  BSD
+)
+depends=(
+  alsa-lib
+  boost-libs
+  fftw
+  fontconfig
+  hunspell
+  icu
+  libass.so
+  libffms2.so
+  libgl
+  libpulse
+  wxgtk3
+  zlib
+)
+makedepends=(
+  boost
+  git
+  intltool
+  mesa
+)
+source=(
+  git+https://github.com/Aegisub/Aegisub.git?signed#tag=v${pkgver}
+  boost-1.68.patch
+  icu59.patch
+  make-4.3.patch
+  fix-ffms2-compat.patch
+  fix-ffms2-compat-2.patch
+  fix-ffms2-compat-3.patch
+)
+validpgpkeys=(6DD9508BCB1CE31AF295FF9B6A889F50A8B00C08) # Thomas Goyne 

+sha256sums=('SKIP'
+'aa1689a2204f6a617000f3380b8dea9c3dca4f500d0643e05172750c49cc5a21'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6'
+'1e350a04c152075b369176f8e0b7f691a792de0d5091568e2388e6bd677180e1'
+'1361e782a19d1e6cdd0dabe0a5e7dedd3d750ea5c18884eee807c70637811fad'
+'c5753b989896d1f29722fbf748a2177ffd2d73538020bedaadbf3bca73a3c6d7'
+'301ee822a01bad9004c8cab4e96d8bf3fe378a31956c0bd784e0bc245de57c5c')
+
+prepare() {
+  cd Aegisub
+
+  patch -Np1 -i ../boost-1.68.patch
+  sed 's|gil/gil_all.hpp|gil.hpp|g' -i src/*.cpp # boost 1.69
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile # missing link flag
+  sed 's/^Exec=/Exec=env GDK_BACKEND=x11 /' -i 
packages/desktop/aegisub.desktop.template.in # fix running under wayland
+  sed  -i 's/-Wno-c++11-narrowing/-Wno-narrowing/' configure.ac
+  patch -Np1 -i ../icu59.patch
+  patch -Np1 -i ../make-4.3.patch
+  patch -p1 -i ../fix-ffms2-compat.patch
+  patch -p1 -i ../fix-ffms2-compat-2.patch
+  patch -p1 -i ../fix-ffms2-compat-3.patch
+
+  # Not sure when this broke and resulted in:
+  # > configure.ac: error: required file 'config.rpath' not found
+  cp /usr/share/gettext/config.rpath .
+
+  ./autogen.sh
+}
+
+build() {
+  cd Aegisub
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  ./configure \
+--prefix=/usr \
+--with-wx-config=/usr/bin/wx-config-gtk3 \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd Aegisub
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/boost-1.68.patch (from rev 
1186380, aegisub/trunk/boost-1.68.patch)
===
--- community-staging-x86_64/boost-1.68.patch   (rev 0)
+++ community-staging-x86_64/boost-1.68.patch   2022-04-14 23:05:16 UTC (rev 
1186381)
@@ -0,0 +1,34 @@
+From d8336d2fed73c72d1227b343d6acfb991bc1651b Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Mon, 9 Jul 2018 20:15:29 +
+Subject: [PATCH] Keep using std::distance after Boost 1.68
+
+src/search_replace_engine.cpp:256:14: error: call to
+  'distance' is ambiguous
+coun

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:04:40
  Author: felixonmars
Revision: 1186380

upgpkg: aegisub 3.2.2-49: icu 71.1 rebuild

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:03:17 UTC (rev 1186379)
+++ PKGBUILD2022-04-14 23:04:40 UTC (rev 1186380)
@@ -4,7 +4,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=48
+pkgrel=49
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=(x86_64)
 url=http://www.aegisub.org



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:04:34
  Author: felixonmars
Revision: 442630

archrelease: copy trunk to staging-x86_64

Added:
  wpewebkit/repos/staging-x86_64/
  wpewebkit/repos/staging-x86_64/PKGBUILD
(from rev 442629, wpewebkit/trunk/PKGBUILD)

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

Copied: wpewebkit/repos/staging-x86_64/PKGBUILD (from rev 442629, 
wpewebkit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-04-14 23:04:34 UTC (rev 442630)
@@ -0,0 +1,67 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=wpewebkit
+pkgver=2.36.0
+pkgrel=3
+pkgdesc="Web content engine for embedded devices"
+url="https://wpewebkit.org";
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 glib2 harfbuzz harfbuzz-icu icu libjpeg
+ libepoxy libgcrypt libsoup3 libxml2 zlib libpng sqlite libwebp libwpe
+ atk at-spi2-atk openjpeg2 woff2 libtasn1 libxslt libsystemd bubblewrap
+ libseccomp xdg-dbus-proxy gstreamer gst-plugins-base-libs libxkbcommon
+ wayland wpebackend-fdo)
+makedepends=(cmake ninja gtk-doc python ruby systemd gst-plugins-bad gperf
+ wayland-protocols)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(debug)
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('096aa9f87d9bfbfc80f558388a86721cdcc508b42ddef10bd270aec9aee96d5a'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
+  cmake -S $pkgname-$pkgver -B build -G Ninja \
+-DPORT=WPE \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_SOUP2=OFF \
+-DENABLE_GTKDOC=ON \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libWPEWebKit-1.1.so)
+
+  DESTDIR="$pkgdir" cmake --install build
+
+  cd $pkgname-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  echo "### $_f ###"
+  cat "$_f"
+  echo
+done |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set sw=2 et:



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:04:23
  Author: felixonmars
Revision: 442629

upgpkg: wpewebkit 2.36.0-3: icu 71.1 rebuild

Modified:
  wpewebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:03:38 UTC (rev 442628)
+++ PKGBUILD2022-04-14 23:04:23 UTC (rev 442629)
@@ -2,7 +2,7 @@
 
 pkgname=wpewebkit
 pkgver=2.36.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Web content engine for embedded devices"
 url="https://wpewebkit.org";
 arch=(x86_64)



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:03:38
  Author: felixonmars
Revision: 442628

archrelease: copy trunk to staging-x86_64

Added:
  webkit2gtk-4.1/repos/staging-x86_64/
  webkit2gtk-4.1/repos/staging-x86_64/PKGBUILD
(from rev 442627, webkit2gtk-4.1/trunk/PKGBUILD)

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

Copied: webkit2gtk-4.1/repos/staging-x86_64/PKGBUILD (from rev 442627, 
webkit2gtk-4.1/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-04-14 23:03:38 UTC (rev 442628)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk-4.1
+pkgver=2.36.0
+pkgrel=3
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org";
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette)
+makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(debug)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_SOUP2=OFF \
+-DENABLE_GTKDOC=ON \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libjavascriptcoregtk-4.1.so libwebkit2gtk-4.1.so)
+
+  DESTDIR="$pkgdir" cmake --install build
+
+  rm -r "$pkgdir/usr/bin"
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  echo "### $_f ###"
+  cat "$_f"
+  echo
+done |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set sw=2 et:



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:03:20
  Author: felixonmars
Revision: 442627

upgpkg: webkit2gtk-4.1 2.36.0-3: icu 71.1 rebuild

Modified:
  webkit2gtk-4.1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 22:48:03 UTC (rev 442626)
+++ PKGBUILD2022-04-14 23:03:20 UTC (rev 442627)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk-4.1
 pkgver=2.36.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org";
 arch=(x86_64)



[arch-commits] Commit in electron14/repos (21 files)

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:03:17
  Author: felixonmars
Revision: 1186379

archrelease: copy trunk to community-staging-x86_64

Added:
  electron14/repos/community-staging-x86_64/
  electron14/repos/community-staging-x86_64/PKGBUILD
(from rev 1186377, electron14/trunk/PKGBUILD)
  
electron14/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1186377, 
electron14/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron14/repos/community-staging-x86_64/chromium-93-pdfium-include.patch
(from rev 1186377, electron14/trunk/chromium-93-pdfium-include.patch)
  electron14/repos/community-staging-x86_64/chromium-94-ffmpeg-roll.patch
(from rev 1186377, electron14/trunk/chromium-94-ffmpeg-roll.patch)
  electron14/repos/community-staging-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1186377, electron14/trunk/chromium-harfbuzz-3.0.0.patch)
  electron14/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1186377, electron14/trunk/default_app-icon.patch)
  electron14/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1186377, electron14/trunk/electron-launcher.sh)
  electron14/repos/community-staging-x86_64/electron.desktop
(from rev 1186377, electron14/trunk/electron.desktop)
  electron14/repos/community-staging-x86_64/gn-visibility-gmock.patch
(from rev 1186377, electron14/trunk/gn-visibility-gmock.patch)
  electron14/repos/community-staging-x86_64/gn-visibility-mojo.patch
(from rev 1186377, electron14/trunk/gn-visibility-mojo.patch)
  electron14/repos/community-staging-x86_64/gn-visibility-webrtc.patch
(from rev 1186377, electron14/trunk/gn-visibility-webrtc.patch)
  electron14/repos/community-staging-x86_64/jinja-python-3.10.patch
(from rev 1186378, electron14/trunk/jinja-python-3.10.patch)
  
electron14/repos/community-staging-x86_64/linux-sandbox-fix-fstatat-crash.patch
(from rev 1186378, electron14/trunk/linux-sandbox-fix-fstatat-crash.patch)
  
electron14/repos/community-staging-x86_64/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch
(from rev 1186378, 
electron14/trunk/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch)
  
electron14/repos/community-staging-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1186378, electron14/trunk/replace-blacklist-with-ignorelist.patch)
  
electron14/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1186378, 
electron14/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  electron14/repos/community-staging-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1186378, electron14/trunk/skia-harfbuzz-3.0.0.patch)
  
electron14/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1186378, 
electron14/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron14/repos/community-staging-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1186378, 
electron14/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron14/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1186378, electron14/trunk/use-system-libraries-in-node.patch)

+
 PKGBUILD   |  299 ++
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 
 chromium-93-pdfium-include.patch   |   87 
 chromium-94-ffmpeg-roll.patch  |   49 
 chromium-harfbuzz-3.0.0.patch  |   20 
 default_app-icon.patch |   21 
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 gn-visibility-gmock.patch  |   43 
 gn-visibility-mojo.patch   |   36 
 gn-visibility-webrtc.patch |   45 
 jinja-python-3.10.patch|   33 
 linux-sandbox-fix-fstatat-crash.patch  |  348 ++
 linux-sandbox-syscall-broker-use-struct-kernel_stat.patch  | 1384 +++
 replace-blacklist-with-ignorelist.patch|  196 +
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 
 skia-harfbuzz-3.0.0.patch  |  100 
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 +
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 
 use-system-libraries-in-node.patch |   52 
 20 files changed, 3083 insertions(+)

Copied: electron14/repos/community-staging-x86_64/PKGBUILD (from rev 1186377, 
electron14/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64

[arch-commits] Commit in electron15/repos (18 files)

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:02:44
  Author: felixonmars
Revision: 1186378

archrelease: copy trunk to community-staging-x86_64

Added:
  electron15/repos/community-staging-x86_64/
  electron15/repos/community-staging-x86_64/PKGBUILD
(from rev 1186376, electron15/trunk/PKGBUILD)
  
electron15/repos/community-staging-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
(from rev 1186376, 
electron15/trunk/add-a-TODO-about-a-missing-pnacl-flag.patch)
  
electron15/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1186376, 
electron15/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron15/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1186376, electron15/trunk/default_app-icon.patch)
  electron15/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1186376, electron15/trunk/electron-launcher.sh)
  electron15/repos/community-staging-x86_64/electron.desktop
(from rev 1186376, electron15/trunk/electron.desktop)
  electron15/repos/community-staging-x86_64/gn-visibility-gmock.patch
(from rev 1186376, electron15/trunk/gn-visibility-gmock.patch)
  electron15/repos/community-staging-x86_64/gn-visibility-mojo.patch
(from rev 1186376, electron15/trunk/gn-visibility-mojo.patch)
  electron15/repos/community-staging-x86_64/gn-visibility-webrtc.patch
(from rev 1186376, electron15/trunk/gn-visibility-webrtc.patch)
  electron15/repos/community-staging-x86_64/jinja-python-3.10.patch
(from rev 1186377, electron15/trunk/jinja-python-3.10.patch)
  
electron15/repos/community-staging-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1186377, electron15/trunk/replace-blacklist-with-ignorelist.patch)
  
electron15/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1186377, 
electron15/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron15/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1186377, 
electron15/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron15/repos/community-staging-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1186377, 
electron15/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  
electron15/repos/community-staging-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1186377, 
electron15/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron15/repos/community-staging-x86_64/use-ffile-compilation-dir.patch
(from rev 1186377, electron15/trunk/use-ffile-compilation-dir.patch)
  electron15/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1186377, electron15/trunk/use-system-libraries-in-node.patch)

+
 PKGBUILD   |  287 +++
 add-a-TODO-about-a-missing-pnacl-flag.patch|   28 +
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 default_app-icon.patch |   21 
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 gn-visibility-gmock.patch  |   43 +
 gn-visibility-mojo.patch   |   36 +
 gn-visibility-webrtc.patch |   45 +
 jinja-python-3.10.patch|   33 +
 replace-blacklist-with-ignorelist.patch|  196 +++
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 +
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 +
 unexpire-accelerated-video-decode-flag.patch   |   11 
 use-ffile-compilation-dir.patch|   65 ++
 use-system-libraries-in-node.patch |   52 +
 17 files changed, 1187 insertions(+)

Copied: electron15/repos/community-staging-x86_64/PKGBUILD (from rev 1186376, 
electron15/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 23:02:44 UTC (rev 1186378)
@@ -0,0 +1,287 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=1
+pkgver=15.5.2
+_commit=0d94bdda5070d8b28f7cf8a5f64e675f8c8f6ec0
+_chromiumver=94.0.4606.81
+_gcc_patchset=3
+# shellcheck disable=SC2034
+pkgrel=2
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:02:26
  Author: felixonmars
Revision: 1186377

upgpkg: electron14 14.2.9-2: icu 71.1 rebuild

Modified:
  electron14/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:02:07 UTC (rev 1186376)
+++ PKGBUILD2022-04-14 23:02:26 UTC (rev 1186377)
@@ -6,7 +6,7 @@
 _chromiumver=93.0.4577.82
 _gcc_patchset=6
 # shellcheck disable=SC2034
-pkgrel=1
+pkgrel=2
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 23:02:07
  Author: felixonmars
Revision: 1186376

upgpkg: electron15 15.5.2-2: icu 71.1 rebuild

Modified:
  electron15/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 23:00:13 UTC (rev 1186375)
+++ PKGBUILD2022-04-14 23:02:07 UTC (rev 1186376)
@@ -6,7 +6,7 @@
 _chromiumver=94.0.4606.81
 _gcc_patchset=3
 # shellcheck disable=SC2034
-pkgrel=1
+pkgrel=2
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 23:00:13
  Author: foutrelis
Revision: 1186375

Add python build deps for depot_tools

Modified:
  electron12/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 22:59:41 UTC (rev 1186374)
+++ PKGBUILD2022-04-14 23:00:13 UTC (rev 1186375)
@@ -14,7 +14,8 @@
  'snappy')
 makedepends=('clang' 'git' 'gn-m87' 'gperf' 'harfbuzz-icu' 'http-parser'
  'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python2' 'wget' 'yarn')
+ 'npm' 'pciutils' 'pipewire' 'python2' 'python' 'python-httplib2'
+ 'python-pyparsing' 'python-six' 'wget' 'yarn')
 optdepends=('kde-cli-tools: file deletion support (kioclient5)'
 'libappindicator-gtk3: StatusNotifierItem support'
 'pipewire: WebRTC desktop sharing under Wayland'



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 22:59:41
  Author: foutrelis
Revision: 1186374

Add python build deps for depot_tools

Modified:
  electron11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 22:59:13 UTC (rev 1186373)
+++ PKGBUILD2022-04-14 22:59:41 UTC (rev 1186374)
@@ -13,7 +13,8 @@
  'libxslt' 'minizip' 'nss' 're2' 'snappy')
 makedepends=('clang' 'git' 'gn-m87' 'gperf' 'harfbuzz-icu' 
'java-runtime-headless'
  'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
- 'python2' 'wget')
+ 'python2' 'python' 'python-httplib2' 'python-pyparsing' 
'python-six'
+ 'wget')
 optdepends=('kde-cli-tools: file deletion support (kioclient5)'
 'libappindicator-gtk3: StatusNotifierItem support'
 'trash-cli: file deletion support (trash-put)'



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 22:59:13
  Author: foutrelis
Revision: 1186373

Add python build deps for depot_tools

Modified:
  electron9/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 22:55:48 UTC (rev 1186372)
+++ PKGBUILD2022-04-14 22:59:13 UTC (rev 1186373)
@@ -13,7 +13,8 @@
  'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
 makedepends=('clang' 'git' 'gn-m85' 'gperf' 'harfbuzz-icu' 
'java-runtime-headless'
  'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
- 'python2' 'wget' 'yasm')
+ 'python2' 'python' 'python-httplib2' 'python-pyparsing' 
'python-six'
+ 'wget' 'yasm')
 optdepends=('kde-cli-tools: file deletion support (kioclient5)'
 'libappindicator-gtk3: StatusNotifierItem support'
 'trash-cli: file deletion support (trash-put)'



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 22:55:48
  Author: felixonmars
Revision: 1186372

archrelease: copy trunk to community-staging-x86_64

Added:
  widelands/repos/community-staging-x86_64/
  widelands/repos/community-staging-x86_64/PKGBUILD
(from rev 1186371, widelands/trunk/PKGBUILD)

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

Copied: widelands/repos/community-staging-x86_64/PKGBUILD (from rev 1186371, 
widelands/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 22:55:48 UTC (rev 1186372)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=widelands
+pkgver=1.0
+epoch=1
+pkgrel=5
+pkgdesc="A realtime strategy game with emphasis on economy and transport"
+arch=('x86_64')
+url="https://widelands.org/";
+license=('GPL')
+depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua' 
'glew' 'python' 'dbus')
+makedepends=('cmake' 'boost' 'mesa' 'ninja' 'git')
+replaces=('widelands-data')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/widelands/widelands/archive/refs/tags/v${pkgver}.tar.gz";
+
https://github.com/widelands/widelands/commit/316eaea209754368a57f445ea4dd016ecf8eded6.patch)
+sha512sums=('1092750944a8669682097dfbd2b578cdb8fab377f32cb81ce8d85b9d9b2e8ae8c4c73500c0a89be649b360fd7e086e19595eba37cecb8d64679e46f7da13e46e'
+
'1b236bf06173aeadd07a3b0074b5ec3e6577923e4c6595587504f73d2c729586f03cc5a8fd256a0cb98ed7f586deb09df534fc8300f15d3a259e64435838e317')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i "$srcdir"/316eaea209754368a57f445ea4dd016ecf8eded6.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake \
+  -GNinja \
+  -Bbuild \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWL_INSTALL_BASEDIR=/usr \
+  -DWL_INSTALL_DATADIR=/usr/share/widelands
+  ninja -C build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Fix wrong locations of some installed files (upstream bug)
+  # See also FS#72240
+  mkdir -p "$pkgdir"/usr/bin
+  mv 
"$pkgdir"/usr/{widelands,wl_map_object_info,wl_map_info,wl_create_spritesheet} 
"$pkgdir"/usr/bin
+  mv "$pkgdir"/usr/{VERSION,ChangeLog,CREDITS} "$pkgdir"/usr/share/widelands
+  mv "$pkgdir"/share/* "$pkgdir"/usr/share/
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  mv "$pkgdir"/usr/COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+}



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 22:55:18
  Author: felixonmars
Revision: 1186371

upgpkg: widelands 1:1.0-5: icu 71.1 rebuild

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 22:53:13 UTC (rev 1186370)
+++ PKGBUILD2022-04-14 22:55:18 UTC (rev 1186371)
@@ -5,7 +5,7 @@
 pkgname=widelands
 pkgver=1.0
 epoch=1
-pkgrel=4
+pkgrel=5
 pkgdesc="A realtime strategy game with emphasis on economy and transport"
 arch=('x86_64')
 url="https://widelands.org/";



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

2022-04-14 Thread Fabio Castelli via arch-commits
Date: Thursday, April 14, 2022 @ 22:53:13
  Author: muflone
Revision: 1186370

archrelease: copy trunk to community-any

Added:
  gwakeonlan/repos/community-any/PKGBUILD
(from rev 1186369, gwakeonlan/trunk/PKGBUILD)
Deleted:
  gwakeonlan/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-14 22:51:29 UTC (rev 1186369)
+++ PKGBUILD2022-04-14 22:53:13 UTC (rev 1186370)
@@ -1,24 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: jose 
-
-pkgname=gwakeonlan
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
-url="https://www.muflone.com/gwakeonlan";
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'python-xdg' 'python-gobject')
-makedepends=('python-setuptools' 'gettext')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('86a8a9a6ab242ba65315fe634ef82bcfe326b51ec4b4adcc5499e6213de71eb6')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --optimize=1 --root "${pkgdir}"
-}

Copied: gwakeonlan/repos/community-any/PKGBUILD (from rev 1186369, 
gwakeonlan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-14 22:53:13 UTC (rev 1186370)
@@ -0,0 +1,24 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jose 
+
+pkgname=gwakeonlan
+pkgver=0.8.2
+pkgrel=2
+pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
+url="https://www.muflone.com/gwakeonlan";
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'python-xdg' 'python-gobject')
+makedepends=('python-setuptools' 'gettext')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz";)
+sha256sums=('0ec2978cc1fd62451b9514153ae11ab641ae132dbdf75aa8e05bcf3208927573')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --optimize=1 --root "${pkgdir}"
+}



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 22:51:29
  Author: felixonmars
Revision: 1186369

archrelease: copy trunk to community-staging-x86_64

Added:
  tesseract/repos/community-staging-x86_64/
  tesseract/repos/community-staging-x86_64/PKGBUILD
(from rev 1186368, tesseract/trunk/PKGBUILD)

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

Copied: tesseract/repos/community-staging-x86_64/PKGBUILD (from rev 1186368, 
tesseract/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 22:51:29 UTC (rev 1186369)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr amh ara asm aze aze_cyrl bel ben bod bos bre bul cat ceb ces
+chi_sim chi_tra chr cos cym dan dan_frak deu deu_frak div dzo ell eng enm 
epo
+equ est eus fao fas fil fin fra frk frm fry gla gle glg grc guj hat heb
+hin hrv hun hye iku ind isl ita ita_old jav jpn jpn_vert kan kat kat_old 
kaz khm
+kir kmr kor kor_vert lao lat lav lit ltz mal mar mkd mlt mon mri msa
+mya nep nld nor oci ori osd pan pol por pus que ron rus san sin slk
+slk_frak slv snd spa spa_old sqi srp srp_latn sun swa swe syr tam tat
+tel tgk tgl tha tir ton tur uig ukr urd uzb uzb_cyrl vie yid yor)
+
+pkgname=tesseract
+pkgver=5.1.0
+pkgrel=2
+pkgdesc='An OCR program'
+arch=(x86_64)
+url="https://github.com/tesseract-ocr/tesseract";
+license=('APACHE')
+depends=(libpng libtiff libjpeg-turbo zlib giflib gcc-libs curl libarchive 
leptonica)
+makedepends=(icu cairo pango asciidoc)
+optdepends=(icu cairo pango
+"${_langs[@]/#/tesseract-data-}")
+provides=(libtesseract.so)
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('fdec8528d5a0ecc28ab5fff985e0b8ced60726f6ef33f54126f2868e323d4bd2')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  [ -x configure ] || ./autogen.sh
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  # The virtual package 'tessdata' is provided by all of the packaged language
+  # packs. All languages are listed as optdepends but at least one is required
+  # for basic functionality. These are in package() so they do not turn up in
+  # makedepends=() where they would be circular.
+  depends+=(tessdata tesseract-data-osd)
+  cd "$srcdir"/$pkgname-${pkgver}
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" training-install
+}



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 22:51:22
  Author: felixonmars
Revision: 1186368

upgpkg: tesseract 5.1.0-2: icu 71.1 rebuild

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 22:50:56 UTC (rev 1186367)
+++ PKGBUILD2022-04-14 22:51:22 UTC (rev 1186368)
@@ -14,7 +14,7 @@
 
 pkgname=tesseract
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An OCR program'
 arch=(x86_64)
 url="https://github.com/tesseract-ocr/tesseract";



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

2022-04-14 Thread Fabio Castelli via arch-commits
Date: Thursday, April 14, 2022 @ 22:50:56
  Author: muflone
Revision: 1186367

upgpkg: gwakeonlan 0.8.2-2

Modified:
  gwakeonlan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 22:43:41 UTC (rev 1186366)
+++ PKGBUILD2022-04-14 22:50:56 UTC (rev 1186367)
@@ -3,7 +3,7 @@
 
 pkgname=gwakeonlan
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
 url="https://www.muflone.com/gwakeonlan";
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('gtk3' 'python-xdg' 'python-gobject')
 makedepends=('python-setuptools' 'gettext')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('86a8a9a6ab242ba65315fe634ef82bcfe326b51ec4b4adcc5499e6213de71eb6')
+sha256sums=('0ec2978cc1fd62451b9514153ae11ab641ae132dbdf75aa8e05bcf3208927573')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 22:48:03
  Author: felixonmars
Revision: 442626

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  391 +
 libreoffice-fresh.csh|7 
 libreoffice-fresh.sh |7 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 poppler-22.03.0.patch|   28 +
 soffice-template.desktop.in  |7 
 6 files changed, 458 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 442625, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-04-14 22:48:03 UTC (rev 442626)
@@ -0,0 +1,391 @@
+# 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.3.2.2
+pkgver=7.3.2
+pkgrel=2
+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'
+   'apr' 'serf' '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'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+   'libcuckoo' 'abseil-cpp' 'zxing-cpp' 'clang'
+   '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
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/pdfium-4699.tar

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

2022-04-14 Thread Felix Yan via arch-commits
Date: Thursday, April 14, 2022 @ 22:47:41
  Author: felixonmars
Revision: 442625

upgpkg: libreoffice-fresh 7.3.2-2: icu 71.1 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 22:42:27 UTC (rev 442624)
+++ PKGBUILD2022-04-14 22:47:41 UTC (rev 442625)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=7.3.2.2
 pkgver=7.3.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/";



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 22:43:41
  Author: foutrelis
Revision: 1186366

archrelease: copy trunk to community-staging-x86_64

Added:
  sile/repos/community-staging-x86_64/
  sile/repos/community-staging-x86_64/PKGBUILD
(from rev 1186365, sile/trunk/PKGBUILD)

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

Copied: sile/repos/community-staging-x86_64/PKGBUILD (from rev 1186365, 
sile/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-14 22:43:41 UTC (rev 1186366)
@@ -0,0 +1,68 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Adrián Pérez de Castro 
+
+pkgname=sile
+pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
+pkgver=0.12.4
+pkgrel=2
+arch=(x86_64)
+url=https://www.sile-typesetter.org
+license=(MIT)
+_luadeps=(bit32
+  cassowary
+  cliargs
+  cosmo
+  expat
+  filesystem
+  linenoise
+  lpeg
+  luaepnf
+  luarepl
+  luautf8
+  penlight
+  sec
+  socket
+  stdlib
+  vstruct
+  zlib)
+depends=(glibc
+ fontconfig
+ freetype2
+ harfbuzz
+ gentium-plus-font
+ git
+ icu
+ libpng # this goes with libtexpdf if ever split out to a library 
package
+ lua
+ "${_luadeps[@]/#/lua-}"
+ zlib)
+depends+=(libfreetype.so
+  libharfbuzz.so
+  libicudata.so
+  libicui18n.so
+  libicuio.so
+  libicuuc.so)
+optdepends=('libertinus-font: math package default font')
+checkdepends=(poppler)
+provides=(libtexpdf.so)
+_archive="$pkgname-$pkgver"
+source=("https://github.com/sile-typesetter/sile/releases/download/v$pkgver/$_archive.tar.xz";)
+sha256sums=('228faec0592541e373e7a4e4145bdcba60252df08f7c5f6fb4e573c5fbc186d8')
+
+build () {
+   cd "$_archive"
+   ./configure \
+   --prefix /usr \
+   --with-system-luarocks
+   make all
+}
+
+check () {
+   cd "$_archive"
+   make check
+}
+
+package () {
+   cd "$_archive"
+   make install DESTDIR="$pkgdir"
+}



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

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 22:43:38
  Author: foutrelis
Revision: 1186365

upgpkg: sile 0.12.4-2: icu 71.1 rebuild

Modified:
  sile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-14 22:33:08 UTC (rev 1186364)
+++ PKGBUILD2022-04-14 22:43:38 UTC (rev 1186365)
@@ -4,7 +4,7 @@
 pkgname=sile
 pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, 
customizable in Lua'
 pkgver=0.12.4
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url=https://www.sile-typesetter.org
 license=(MIT)



[arch-commits] Commit in libreoffice-still/repos (10 files)

2022-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 14, 2022 @ 22:42:27
  Author: foutrelis
Revision: 442624

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  
libreoffice-still/repos/staging-x86_64/0001_drop_the_SolarMutex_before_QApplication.patch
(from rev 442623, 
libreoffice-still/trunk/0001_drop_the_SolarMutex_before_QApplication.patch)
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 442623, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/firebird-icu70.patch
(from rev 442623, libreoffice-still/trunk/firebird-icu70.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 442623, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 442623, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 442623, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/mdds-2.0-and-orcus-0.17.diff
(from rev 442623, libreoffice-still/trunk/mdds-2.0-and-orcus-0.17.diff)
  libreoffice-still/repos/staging-x86_64/poppler-22.03.0.patch
(from rev 442623, libreoffice-still/trunk/poppler-22.03.0.patch)
  libreoffice-still/repos/staging-x86_64/soffice-template.desktop.in
(from rev 442623, libreoffice-still/trunk/soffice-template.desktop.in)

--+
 0001_drop_the_SolarMutex_before_QApplication.patch   |   76 
 PKGBUILD |  401 +
 firebird-icu70.patch |  553 +
 libreoffice-still.csh|7 
 libreoffice-still.sh |7 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 mdds-2.0-and-orcus-0.17.diff | 4996 +
 poppler-22.03.0.patch|   28 
 soffice-template.desktop.in  |7 
 9 files changed, 6093 insertions(+)

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


  1   2   3   4   >