Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-lesspass-10.1.0
@ 2022-09-09 10:19 Eloitor
  2022-09-09 10:23 ` Eloitor
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: Eloitor @ 2022-09-09 10:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]

There is a new pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: python3-lesspass-10.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1043 bytes --]

From 4c40f8fff2086ba4b4856baac9609a6403e3aca4 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: python3-lesspass-10.1.0

---
 srcpkgs/python3-lesspass/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/python3-lesspass/template

diff --git a/srcpkgs/python3-lesspass/template b/srcpkgs/python3-lesspass/template
new file mode 100644
index 000000000000..b7a507d7659e
--- /dev/null
+++ b/srcpkgs/python3-lesspass/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-lesspass'
+pkgname=python3-lesspass
+version=10.1.0
+revision=1
+wrksrc="lesspass-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="${PYPI_SITE}/l/lesspass/lesspass-${version}.tar.gz"
+checksum=0079d485f297aadfa1e3c6b9b6a061f7b49796ff10f87f26a0d7c9b64de48511

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: New package: python3-lesspass-10.1.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
@ 2022-09-09 10:23 ` Eloitor
  2022-09-09 10:35 ` [PR PATCH] [Updated] " Eloitor
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-09-09 10:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/39181#issuecomment-1241790951

Comment:
The `do_check` phase is failing

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-lesspass-10.1.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
  2022-09-09 10:23 ` Eloitor
@ 2022-09-09 10:35 ` Eloitor
  2022-09-09 10:36 ` Eloitor
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-09-09 10:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: python3-lesspass-10.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1094 bytes --]

From 805b5f380c5b3b62d5794a42d3ff125d51892370 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: python3-lesspass-10.1.0

---
 srcpkgs/python3-lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-lesspass/template

diff --git a/srcpkgs/python3-lesspass/template b/srcpkgs/python3-lesspass/template
new file mode 100644
index 000000000000..13226b27f3fd
--- /dev/null
+++ b/srcpkgs/python3-lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-lesspass'
+pkgname=python3-lesspass
+version=10.1.0
+revision=1
+wrksrc="lesspass-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-wheel"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="${PYPI_SITE}/l/lesspass/lesspass-${version}.tar.gz"
+checksum=0079d485f297aadfa1e3c6b9b6a061f7b49796ff10f87f26a0d7c9b64de48511

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: New package: python3-lesspass-10.1.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
  2022-09-09 10:23 ` Eloitor
  2022-09-09 10:35 ` [PR PATCH] [Updated] " Eloitor
@ 2022-09-09 10:36 ` Eloitor
  2022-09-09 10:58 ` [PR PATCH] [Updated] " Eloitor
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-09-09 10:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/39181#issuecomment-1241790951

Comment:
The `do_check` phase is failing. I don't know which dependencies it requires for the check phase.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-lesspass-10.1.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (2 preceding siblings ...)
  2022-09-09 10:36 ` Eloitor
@ 2022-09-09 10:58 ` Eloitor
  2022-09-09 11:00 ` Eloitor
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-09-09 10:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: python3-lesspass-10.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1172 bytes --]

From 455c91c041b42cba8020eb4b43a23039d6e6f9be Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: python3-lesspass-10.1.0

---
 srcpkgs/python3-lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-lesspass/template

diff --git a/srcpkgs/python3-lesspass/template b/srcpkgs/python3-lesspass/template
new file mode 100644
index 000000000000..0a924de7131a
--- /dev/null
+++ b/srcpkgs/python3-lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-lesspass'
+pkgname=python3-lesspass
+version=10.1.0
+revision=1
+wrksrc="lesspass-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-pytest-mock python3-wheel tox" 
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="${PYPI_SITE}/l/lesspass/lesspass-${version}.tar.gz"
+checksum=0079d485f297aadfa1e3c6b9b6a061f7b49796ff10f87f26a0d7c9b64de48511

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: New package: python3-lesspass-10.1.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (3 preceding siblings ...)
  2022-09-09 10:58 ` [PR PATCH] [Updated] " Eloitor
@ 2022-09-09 11:00 ` Eloitor
  2022-09-09 12:22 ` icp1994
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-09-09 11:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/39181#issuecomment-1241790951

Comment:
The `do_check` phase is failing. I don't know which dependencies it requires for the check phase.
Edit: I added the requirements from https://github.com/lesspass/lesspass/blob/main/cli/test-requirements.txt but the `do_check` phase keeps failing...

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: New package: python3-lesspass-10.1.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (4 preceding siblings ...)
  2022-09-09 11:00 ` Eloitor
@ 2022-09-09 12:22 ` icp1994
  2022-09-22 21:41 ` [PR PATCH] [Updated] " Eloitor
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: icp1994 @ 2022-09-09 12:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39181#issuecomment-1241911054

Comment:
The tests are failing cause the pypi source don't include the tests. You need to get the github release source for that.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-lesspass-10.1.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (5 preceding siblings ...)
  2022-09-09 12:22 ` icp1994
@ 2022-09-22 21:41 ` Eloitor
  2022-09-23 10:28 ` [PR PATCH] [Updated] New package: python3-lesspass-9.5.6 Eloitor
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-09-22 21:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: python3-lesspass-10.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1208 bytes --]

From f55250f3e567f7b90e20f4577edf681035477d32 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: python3-lesspass-10.1.0

---
 srcpkgs/python3-lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-lesspass/template

diff --git a/srcpkgs/python3-lesspass/template b/srcpkgs/python3-lesspass/template
new file mode 100644
index 000000000000..445f460c3640
--- /dev/null
+++ b/srcpkgs/python3-lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-lesspass'
+pkgname=python3-lesspass
+version=9.5.6
+revision=1
+wrksrc="lesspass-pure-v${version}/cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-pytest-mock python3-wheel tox"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz"
+checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-lesspass-9.5.6
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (6 preceding siblings ...)
  2022-09-22 21:41 ` [PR PATCH] [Updated] " Eloitor
@ 2022-09-23 10:28 ` Eloitor
  2022-11-03  9:36 ` Eloitor
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-09-23 10:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1096 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: python3-lesspass-9.5.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1202 bytes --]

From 7c3141e79fd6dbafd79a1c0b1cb51931d7424d87 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: python3-lesspass-10.1.0

---
 srcpkgs/python3-lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-lesspass/template

diff --git a/srcpkgs/python3-lesspass/template b/srcpkgs/python3-lesspass/template
new file mode 100644
index 000000000000..7a079a33bc7b
--- /dev/null
+++ b/srcpkgs/python3-lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-lesspass'
+pkgname=python3-lesspass
+version=9.5.6
+revision=1
+wrksrc="lesspass-pure-v${version}/cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" 
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz"
+checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-lesspass-9.5.6
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (7 preceding siblings ...)
  2022-09-23 10:28 ` [PR PATCH] [Updated] New package: python3-lesspass-9.5.6 Eloitor
@ 2022-11-03  9:36 ` Eloitor
  2022-11-04 23:42 ` [PR PATCH] [Updated] New package: lesspass-9.5.6 Eloitor
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-11-03  9:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1096 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: python3-lesspass-9.5.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1137 bytes --]

From f04aec591f99a7d3e96cfa53827eab8ebb13b454 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: lesspass-9.5.6

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..03d1f0d20aa1
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=9.5.6
+revision=1
+wrksrc="lesspass-pure-v${version}/cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" 
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz"
+checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-9.5.6
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (8 preceding siblings ...)
  2022-11-03  9:36 ` Eloitor
@ 2022-11-04 23:42 ` Eloitor
  2022-11-04 23:43 ` Eloitor
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-11-04 23:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-9.5.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 111851 bytes --]

From f04aec591f99a7d3e96cfa53827eab8ebb13b454 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH 01/77] New package: lesspass-9.5.6

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..03d1f0d20aa1
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=9.5.6
+revision=1
+wrksrc="lesspass-pure-v${version}/cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" 
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz"
+checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534

From 767b72427e1e0df818f1adfe2cedb7629ad5bd43 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 3 Nov 2022 16:09:53 +0100
Subject: [PATCH 02/77] mcelog: update to 190.

---
 srcpkgs/mcelog/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mcelog/template b/srcpkgs/mcelog/template
index b3722a81005a..397ac6b3cee4 100644
--- a/srcpkgs/mcelog/template
+++ b/srcpkgs/mcelog/template
@@ -1,6 +1,6 @@
 # Template file for 'mcelog'
 pkgname=mcelog
-version=189
+version=190
 revision=1
 archs="i686* x86_64*"
 hostmakedepends="python3"
@@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-only"
 homepage="http://www.mcelog.org/"
 distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz"
-checksum=30364d134ff416f3f9469720add84bdccea226268d334f06022110f484550cd9
+checksum=25a977a25b3abb4d7b548f063abcde2faa59322e0987f2dd1697f0b8737e247b
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" ${makejobs}

From fd733e38834659cdec3e8bd8b873fc8047fb519c Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 3 Nov 2022 16:10:55 +0100
Subject: [PATCH 03/77] gucci: update to 1.6.5.

---
 srcpkgs/gucci/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gucci/template b/srcpkgs/gucci/template
index 09992b5b65ad..99ddcc7a0c22 100644
--- a/srcpkgs/gucci/template
+++ b/srcpkgs/gucci/template
@@ -1,6 +1,6 @@
 # Template file for 'gucci'
 pkgname=gucci
-version=1.5.4
+version=1.6.5
 revision=1
 build_style=go
 go_import_path="github.com/noqcks/gucci"
@@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://github.com/noqcks/gucci"
 distfiles="https://github.com/noqcks/gucci/archive/refs/tags/${version}.tar.gz"
-checksum=c6e30e088c341eb6988e2b50fc477deef81882d8a517e130a8eef22c81f32823
+checksum=22614c969f2667d00a7d2f4db4aed0054206eee014743d3004d6deb5c5722cbc
 
 post_install() {
 	vlicense LICENSE

From 3555b0f9ebfd703da5bc7d771261e71767275538 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Thu, 3 Nov 2022 16:30:05 +0100
Subject: [PATCH 04/77] knot: update to 3.2.2.

---
 srcpkgs/knot/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/knot/template b/srcpkgs/knot/template
index e670d167c263..442a8c35307b 100644
--- a/srcpkgs/knot/template
+++ b/srcpkgs/knot/template
@@ -1,6 +1,6 @@
 # Template file for 'knot'
 pkgname=knot
-version=3.2.1
+version=3.2.2
 revision=1
 build_style=gnu-configure
 configure_args="
@@ -20,7 +20,7 @@ license="GPL-3.0-or-later"
 homepage="https://www.knot-dns.cz/"
 changelog="https://github.com/CZ-NIC/knot/raw/master/NEWS"
 distfiles="https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz"
-checksum=51efa36f92679b25d43dbf8ba543e9f26138559f0fa1ba5fae172f5400659c8f
+checksum=cea9c1988cdce7752f88fbe37378f65e83c4e54048978b94fb21a9c92f88788f
 
 system_accounts="_knot"
 _knot_homedir="/var/lib/knot"

From a8aeaeb6d7fe54b2ab191225ac64fc6a30de76b5 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:23:33 +0100
Subject: [PATCH 05/77] qt6-3d: update to 6.4.0.

---
 srcpkgs/qt6-3d/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-3d/template b/srcpkgs/qt6-3d/template
index c08c3bd4a41b..91b252f03bdf 100644
--- a/srcpkgs/qt6-3d/template
+++ b/srcpkgs/qt6-3d/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-3d'
 pkgname=qt6-3d
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qt3d-everywhere-src-${version}"
 build_style=cmake
@@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
 license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qt3d-everywhere-src-${version}.tar.xz"
-checksum=9919b66dfb253fa26db1a7d664358cbc07f46c8810082ee3120d0a54b153edfe
+checksum=6abdb5b421f4c90fec7492e51572caab6b497233608a7ee438c547f58ceabdeb
 
 qt6-3d-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 39713e0355c77a9167328a1d86d451dd845b4965 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:23:45 +0100
Subject: [PATCH 06/77] qt6-base: update to 6.4.0.

---
 srcpkgs/qt6-base/patches/arm-yield.patch     | 37 --------------------
 srcpkgs/qt6-base/patches/pthread_yield.patch | 20 -----------
 srcpkgs/qt6-base/patches/zfs-storage.patch   | 15 ++------
 srcpkgs/qt6-base/template                    | 17 ++++++---
 4 files changed, 16 insertions(+), 73 deletions(-)
 delete mode 100644 srcpkgs/qt6-base/patches/arm-yield.patch
 delete mode 100644 srcpkgs/qt6-base/patches/pthread_yield.patch

diff --git a/srcpkgs/qt6-base/patches/arm-yield.patch b/srcpkgs/qt6-base/patches/arm-yield.patch
deleted file mode 100644
index 2bef8584b88d..000000000000
--- a/srcpkgs/qt6-base/patches/arm-yield.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 8128abeaece5b05476f79ff493597b838b223512 Mon Sep 17 00:00:00 2001
-From: Marc Mutz <marc.mutz@qt.io>
-Date: Wed, 3 Aug 2022 17:23:20 +0200
-Subject: Fix qYieldCpu() for ARM < ARMv7
-
-Apparently, we still support these architecture versions, and there's
-no way to detect ARMv6k-or-greater specifically, so exclude yield for
-ARM < ARMv7.
-
-Amends 877c158c5976bebffd0ff02c39b6b66a842c6344.
-
-Fixes: QTBUG-104316
-Pick-to: 6.4 6.3
-Change-Id: I51a2f0f8e0993dba41e47bb6110473ac8e7cd32a
-Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
----
- src/corelib/global/qsimd_p.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-(limited to 'src/corelib/global/qsimd_p.h')
-
-diff --git a/src/corelib/global/qsimd_p.h b/src/corelib/global/qsimd_p.h
-index ad78c3934f..093fc3aedc 100644
---- a/src/corelib/global/qsimd_p.h
-+++ b/src/corelib/global/qsimd_p.h
-@@ -397,7 +397,7 @@ static inline void qYieldCpu()
- {
- #if defined(Q_PROCESSOR_X86)
-     _mm_pause();
--#elif defined(Q_PROCESSOR_ARM)
-+#elif defined(Q_PROCESSOR_ARM) && Q_PROCESSOR_ARM >= 7 /* yield was added in ARMv7 */
- #  if __has_builtin(__builtin_arm_yield) /* e.g. Clang */
-     __builtin_arm_yield();
- #  elif defined(Q_OS_INTEGRITY) || \
--- 
-cgit v1.2.1
-
diff --git a/srcpkgs/qt6-base/patches/pthread_yield.patch b/srcpkgs/qt6-base/patches/pthread_yield.patch
deleted file mode 100644
index 2ecf693e72d3..000000000000
--- a/srcpkgs/qt6-base/patches/pthread_yield.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp
-+++ b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp
-@@ -31,7 +31,7 @@
- #include <QtCore/private/qmetaobjectbuilder_p.h>
- 
- #ifdef Q_OS_LINUX
--# include <pthread.h>
-+# include <sched.h>
- #endif
- 
- #include <algorithm>
-@@ -418,7 +418,7 @@ protected:
-             const char *nm = name.constData();
-             int tp = qRegisterMetaType<Bar>(nm);
- #if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)
--            pthread_yield();
-+            sched_yield();
- #endif
-             QMetaType info(tp);
-             if (!info.isValid()) {
diff --git a/srcpkgs/qt6-base/patches/zfs-storage.patch b/srcpkgs/qt6-base/patches/zfs-storage.patch
index bdbe381a442f..3e772549451b 100644
--- a/srcpkgs/qt6-base/patches/zfs-storage.patch
+++ b/srcpkgs/qt6-base/patches/zfs-storage.patch
@@ -1,15 +1,6 @@
---- a/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
-+++ b/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
-@@ -190,6 +190,8 @@ void tst_QStorageInfo::tempFile()
- #ifdef Q_OS_LINUX
-     if (storage1.fileSystemType() == "btrfs")
-         QSKIP("This test doesn't work on btrfs, probably due to a btrfs bug");
-+    if (storage1.fileSystemType() == "zfs")
-+        QSKIP("This test doesn't work on zfs");
- #endif
- 
-     qint64 free = storage1.bytesFree();
-@@ -216,6 +218,8 @@ void tst_QStorageInfo::caching()
+--- a/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp	2022-11-03 00:05:49.281737775 +0100
++++ -	2022-11-03 00:07:52.538145369 +0100
+@@ -165,6 +165,8 @@
  #ifdef Q_OS_LINUX
      if (storage1.fileSystemType() == "btrfs")
          QSKIP("This test doesn't work on btrfs, probably due to a btrfs bug");
diff --git a/srcpkgs/qt6-base/template b/srcpkgs/qt6-base/template
index ac4d02d72d24..a18598bc0403 100644
--- a/srcpkgs/qt6-base/template
+++ b/srcpkgs/qt6-base/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-base'
 pkgname=qt6-base
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtbase-everywhere-src-${version}"
 build_style=cmake
@@ -31,13 +31,13 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only WITH Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
 homepage="https://www.qt.io"
 distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtbase-everywhere-src-${version}.tar.xz"
-checksum=0a64421d9c2469c2c48490a032ab91d547017c9cc171f3f8070bc31888f24e03
+checksum=cb6475a0bd8567c49f7ffbb072a05516ee6671171bed55db75b22b94ead9b37d
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt6-base-devel"
 	# QtSetup fails native builds if this is set
-	configure_args+="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
+	configure_args+="-DQT_FORCE_BUILD_TOOLS=true"
 fi
 
 # It is currently expected that quite a few patches do fail
@@ -234,7 +234,9 @@ qt6-plugin-tls-qcertonly_package() {
 qt6-plugin-networkinformation_package() {
 	short_desc+=" - Networkinformation plugin"
 	pkg_install() {
-		vmove usr/lib/qt6/plugins/networkinformation/
+		vmove usr/lib/qt6/plugins/networkinformation/libqnetworkmanager.so
+		vmove usr/lib/qt6/plugins/networkinformation/libqglib.so
+
 	}
 }
 
@@ -251,6 +253,13 @@ qt6-base-devel_package() {
 	 qt6-test>=${version}_${revision}
 	 qt6-network>=${version}_${revision}
 	 qt6-xml>=${version}_${revision}
+	 qt6-plugin-odbc>=${version}_${revision}
+	 qt6-plugin-pgsql>=${version}_${revision}
+	 qt6-plugin-mysql>=${version}_${revision}
+	 qt6-plugin-sqlite>=${version}_${revision}
+	 qt6-plugin-tls-openssl>=${version}_${revision}
+	 qt6-plugin-tls-qcertonly>=${version}_${revision}
+	 qt6-plugin-networkinformation>=${version}_${revision}
 	 ${makedepends}"
 	pkg_install() {
 		vmove usr/include

From 55c7e12565b9968a2c8c66153db306b94cc88f8c Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:23:47 +0100
Subject: [PATCH 07/77] qt6-charts: update to 6.4.0.

---
 srcpkgs/qt6-charts/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-charts/template b/srcpkgs/qt6-charts/template
index ed0a714a5dfb..119a07aee98a 100644
--- a/srcpkgs/qt6-charts/template
+++ b/srcpkgs/qt6-charts/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-charts'
 pkgname=qt6-charts
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtcharts-everywhere-src-${version}"
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtcharts-everywhere-src-${version}.tar.xz"
-checksum=f330cc2328729104d79b2088990ce0840f2da89d9d989360d4c352e797d27cf7
+checksum=28c3cace24515bdafe762174272281aebc97c136cb722eded964cd0ddb3940d3
 
 pre_check() {
 	export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"

From be9dba339835bd1b57698fefeefcf1aaf546a0f7 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:23:49 +0100
Subject: [PATCH 08/77] qt6-connectivity: update to 6.4.0.

---
 srcpkgs/qt6-connectivity/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-connectivity/template b/srcpkgs/qt6-connectivity/template
index 6cb61744d0cb..985a19cac4cd 100644
--- a/srcpkgs/qt6-connectivity/template
+++ b/srcpkgs/qt6-connectivity/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-connectivity'
 pkgname=qt6-connectivity
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtconnectivity-everywhere-src-${version}"
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtconnectivity-everywhere-src-${version}.tar.xz"
-checksum=b25ce4710a9c61bc6a5dbaeeb3e2ed907a8bc85478fdb2ab4312297768b695b0
+checksum=5adc177db5ea634cc7076afd82a63bc5d12ed3b55f9a1e0400eadcb56217c54e
 
 qt6-connectivity-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}

From 2754437021789e90a9c158bbbaba52b87166e749 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:23:55 +0100
Subject: [PATCH 09/77] qt6-declarative: update to 6.4.0.

---
 common/shlibs                                 |  1 +
 .../patches/qml-blacklist-more.patch          | 48 -------------------
 srcpkgs/qt6-declarative/template              |  6 +--
 3 files changed, 4 insertions(+), 51 deletions(-)
 delete mode 100644 srcpkgs/qt6-declarative/patches/qml-blacklist-more.patch

diff --git a/common/shlibs b/common/shlibs
index 095513f7a489..15943b843377 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2046,6 +2046,7 @@ libQt6Quick.so.6 qt6-declarative-6.0.0_1
 libQt6QmlModels.so.6 qt6-declarative-6.0.0_1
 libQt6QuickLayouts.so.6 qt6-declarative-6.1.0_1
 libQt6QuickParticles.so.6 qt6-declarative-6.0.0_1
+libQt6QmlCompiler.so.6 qt6-declarative-6.4.0_1
 libQt6ShaderTools.so.6 qt6-shadertools-6.0.0_1
 libQt6Quick3D.so.6 qt6-quick3d-6.0.0_1
 libQt6Quick3DRuntimeRender.so.6 qt6-quick3d-6.0.0_1
diff --git a/srcpkgs/qt6-declarative/patches/qml-blacklist-more.patch b/srcpkgs/qt6-declarative/patches/qml-blacklist-more.patch
deleted file mode 100644
index 2d2629bf9df9..000000000000
--- a/srcpkgs/qt6-declarative/patches/qml-blacklist-more.patch
+++ /dev/null
@@ -1,48 +0,0 @@
---- a/tests/auto/quickcontrols2/controls/universal/BLACKLIST
-+++ b/tests/auto/quickcontrols2/controls/universal/BLACKLIST
-@@ -6,5 +6,6 @@
- 
- # QTBUG-95750
- [RangeSlider::test_overlappingHandles]
- b2qt
- qnx
-+linux
---- a/tests/auto/quickcontrols2/controls/basic/BLACKLIST
-+++ b/tests/auto/quickcontrols2/controls/basic/BLACKLIST
-@@ -6,5 +6,6 @@
- 
- # QTBUG-95750
- [RangeSlider::test_overlappingHandles]
- b2qt
- qnx
-+linux
---- a/tests/auto/quickcontrols2/controls/fusion/BLACKLIST
-+++ b/tests/auto/quickcontrols2/controls/fusion/BLACKLIST
-@@ -6,5 +6,6 @@
- 
- # QTBUG-95750
- [RangeSlider::test_overlappingHandles]
- b2qt
- qnx
-+linux
---- a/tests/auto/quickcontrols2/controls/imagine/BLACKLIST
-+++ b/tests/auto/quickcontrols2/controls/imagine/BLACKLIST
-@@ -6,8 +6,9 @@
- 
- # QTBUG-95750
- [RangeSlider::test_overlappingHandles]
- b2qt
- qnx
-+linux
- 
- # QTBUG-101704
- [ToolTip::test_attachedSizeBug]
---- a/tests/auto/quickcontrols2/controls/material/BLACKLIST
-+++ b/tests/auto/quickcontrols2/controls/material/BLACKLIST
-@@ -6,5 +6,6 @@
- 
- # QTBUG-95750
- [RangeSlider::test_overlappingHandles]
- b2qt
- qnx
-+linux
diff --git a/srcpkgs/qt6-declarative/template b/srcpkgs/qt6-declarative/template
index 8a190dfc35bc..6b2652f0837f 100644
--- a/srcpkgs/qt6-declarative/template
+++ b/srcpkgs/qt6-declarative/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-declarative'
 pkgname=qt6-declarative
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtdeclarative-everywhere-src-${version}"
 build_style=cmake
@@ -12,11 +12,11 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
 homepage="https://www.qt.io"
 distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtdeclarative-everywhere-src-${version}.tar.xz"
-checksum=03e7694123820fcca397f95ce312e0b7f3039493c8754c836da098a1a04346e8
+checksum=3434e72fccfa0c929c326790723d05c155f5067746b1ab05cfd7a9ba632c4383
 replaces="qt6-quickcontrols2>=0"
 
 if [ "$CROSS_BUILD" ]; then
-	configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
+	configure_args="-DQT_FORCE_BUILD_TOOLS=true"
 	hostmakedepends+=" qt6-declarative-devel"
 fi
 

From 94c5f994a2d6d0e5fd256423c32b013ab4a2de83 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:23:57 +0100
Subject: [PATCH 10/77] qt6-imageformats: update to 6.4.0.

---
 srcpkgs/qt6-imageformats/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-imageformats/template b/srcpkgs/qt6-imageformats/template
index 9f6d2fb66776..a728a254d68f 100644
--- a/srcpkgs/qt6-imageformats/template
+++ b/srcpkgs/qt6-imageformats/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-imageformats'
 pkgname=qt6-imageformats
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtimageformats-everywhere-src-${version}"
 build_style=cmake
@@ -11,4 +11,4 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtimageformats-everywhere-src-${version}.tar.xz"
-checksum=ad0312b8dfbbb67f729bfadbfcd47246ee4a128b717731ba158c41d01fde212f
+checksum=1419a7b75d03c1f098a85ff772a6baad38d36be1fd75633905f043af6e945f3c

From 9f9be40a3735d8c47e31db3d0145eeee025313f3 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:23:59 +0100
Subject: [PATCH 11/77] qt6-location: update to 6.4.0.

---
 srcpkgs/qt6-location/patches/no-cmake-test.patch | 10 ----------
 srcpkgs/qt6-location/template                    |  4 ++--
 2 files changed, 2 insertions(+), 12 deletions(-)
 delete mode 100644 srcpkgs/qt6-location/patches/no-cmake-test.patch

diff --git a/srcpkgs/qt6-location/patches/no-cmake-test.patch b/srcpkgs/qt6-location/patches/no-cmake-test.patch
deleted file mode 100644
index c6770fb14d3a..000000000000
--- a/srcpkgs/qt6-location/patches/no-cmake-test.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/tests/auto/CMakeLists.txt
-+++ b/tests/auto/CMakeLists.txt
-@@ -19,7 +19,6 @@ add_subdirectory(qgeopositioninfosource)
- add_subdirectory(qgeosatelliteinfosource)
- add_subdirectory(qnmeapositioninfosource)
- add_subdirectory(qnmeasatelliteinfosource)
--add_subdirectory(cmake)
- if(TARGET Qt::Quick)
-     add_subdirectory(dummypositionplugin)
-     add_subdirectory(declarative_positioning_core)
diff --git a/srcpkgs/qt6-location/template b/srcpkgs/qt6-location/template
index f0fd385b7ac7..0354b352d2dd 100644
--- a/srcpkgs/qt6-location/template
+++ b/srcpkgs/qt6-location/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-location'
 pkgname=qt6-location
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtpositioning-everywhere-src-${version}"
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtpositioning-everywhere-src-${version}.tar.xz"
-checksum=06788e4ecae1920094b30e4046f0abd23c8189d8a51e9c939b02f0b6abe2e86c
+checksum=2d1b5c5f6dab0108396fea37ca28ebfad21a48fa11d8c5d17622d6f6e5fba834
 
 pre_check() {
 	export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"

From 0d4e220740f36912b8f2d16ce842e57ccc20b396 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:00 +0100
Subject: [PATCH 12/77] qt6-lottie: update to 6.4.0.

---
 srcpkgs/qt6-lottie/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-lottie/template b/srcpkgs/qt6-lottie/template
index a7beb62ec368..c692e0337817 100644
--- a/srcpkgs/qt6-lottie/template
+++ b/srcpkgs/qt6-lottie/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-lottie'
 pkgname=qt6-lottie
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtlottie-everywhere-src-${version}"
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtlottie-everywhere-src-${version}.tar.xz"
-checksum=740ba76999124d5e1a85ef3d01c69976bb8557862b6b26bf48b357fe0cab1cf5
+checksum=1cfcbfca9e5c68e1317edf20caa0ead4e9c8f1f4f1de19a95a8c235f4576c6b4
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args="-DQT_BUILD_TESTS=ON"

From 7f6b9d4595a94108d73450128aaa88f32b530e84 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:02 +0100
Subject: [PATCH 13/77] qt6-multimedia: update to 6.4.0.

---
 srcpkgs/qt6-multimedia/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-multimedia/template b/srcpkgs/qt6-multimedia/template
index 84ff33149875..23e51b553e91 100644
--- a/srcpkgs/qt6-multimedia/template
+++ b/srcpkgs/qt6-multimedia/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-multimedia'
 pkgname=qt6-multimedia
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtmultimedia-everywhere-src-${version}"
 build_style=cmake
@@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
 license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtmultimedia-everywhere-src-${version}.tar.xz"
-checksum=7e03242aadd634ff2d9fcf08948290f03da3d9a5012369d908da89f82b1d7336
+checksum=e82e8e847cae2a951a11db05b6d10a22b21e3a1d72e06a7781cce4bd197e796f
 
 do_check() {
 	cd build

From 7081d45dcc02f37827beeac72a4522c04a84b95b Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:04 +0100
Subject: [PATCH 14/77] qt6-networkauth: update to 6.4.0.

---
 srcpkgs/qt6-networkauth/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qt6-networkauth/template b/srcpkgs/qt6-networkauth/template
index 1454ceb4a525..8e4a90c07eab 100644
--- a/srcpkgs/qt6-networkauth/template
+++ b/srcpkgs/qt6-networkauth/template
@@ -1,17 +1,17 @@
 # Template file for 'qt6-networkauth'
 pkgname=qt6-networkauth
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtnetworkauth-everywhere-src-${version}"
 build_style=cmake
 hostmakedepends="perl qt6-base-devel"
-makedepends="qt6-base-devel"
+makedepends="qt6-base-devel qt6-plugin-networkinformation"
 short_desc="Cross-platform application and UI framework - networkauth"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtnetworkauth-everywhere-src-${version}.tar.xz"
-checksum=d60f54b9d4509fa8bdbf1990bc91f6e260e38cdb57a7b8119fa3861bc5d2fb2a
+checksum=609b77f8fd77f1cc1f0fafa7acdb0ca6bb8a8aea6fef42cbb76f8636ce0f17b3
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args="-DQT_BUILD_TESTS=ON"

From 92211c7fb83eb455927c3058d5344feb538e48ae Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:08 +0100
Subject: [PATCH 15/77] qt6-qt5compat: update to 6.4.0.

---
 srcpkgs/qt6-qt5compat/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qt6-qt5compat/template b/srcpkgs/qt6-qt5compat/template
index a62573cfabfa..fd8b138ebbf5 100644
--- a/srcpkgs/qt6-qt5compat/template
+++ b/srcpkgs/qt6-qt5compat/template
@@ -1,17 +1,17 @@
 # Template file for 'qt6-qt5compat'
 pkgname=qt6-qt5compat
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qt5compat-everywhere-src-${version}"
 build_style=cmake
 hostmakedepends="qt6-base-devel qt6-declarative-devel perl pkg-config"
-makedepends="qt6-base-devel qt6-declarative-devel"
+makedepends="qt6-base-devel qt6-declarative-devel qt6-shadertools-devel"
 short_desc="Cross-platform application and UI framework - Qt5 Compatibilty Component"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz"
-checksum=a43ec62bd778eaecf88ad7847118d1c2a471b0fcb820f93beb311d7ab9566cfd
+checksum=73475d0837f78246d509199f211a35c71fc36cccf64b3de258ebc6387194a4c0
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args="-DQT_BUILD_TESTS=ON"

From e41bc9f752b75b8ce281cb15a90639fa5736ad18 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:16 +0100
Subject: [PATCH 16/77] qt6-quick3d: update to 6.4.0.

---
 srcpkgs/qt6-quick3d/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qt6-quick3d/template b/srcpkgs/qt6-quick3d/template
index 685ce9bc0e90..3abb202ce88f 100644
--- a/srcpkgs/qt6-quick3d/template
+++ b/srcpkgs/qt6-quick3d/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-quick3d'
 pkgname=qt6-quick3d
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtquick3d-everywhere-src-${version}"
 build_style=cmake
@@ -12,11 +12,11 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtquick3d-everywhere-src-${version}.tar.xz"
-checksum=2fa766ee47b8c07412b3b755206ada0715fb07813b64ed069e7205044c061256
+checksum=f10a1660d4d4103f0749f258eddce4d4878fa7bbbc5e610a900bef28adf017ec
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt6-quick3d-devel"
-	configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
+	configure_args="-DQT_FORCE_BUILD_TOOLS=true"
 fi
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then

From 401f37d449113d4f7d49755d3f2dc97dd7deaf9d Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:17 +0100
Subject: [PATCH 17/77] qt6-quicktimeline: update to 6.4.0.

---
 srcpkgs/qt6-quicktimeline/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-quicktimeline/template b/srcpkgs/qt6-quicktimeline/template
index bf02e043c4a5..e9ccf0773cc2 100644
--- a/srcpkgs/qt6-quicktimeline/template
+++ b/srcpkgs/qt6-quicktimeline/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-quicktimeline'
 pkgname=qt6-quicktimeline
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtquicktimeline-everywhere-src-${version/rc/-rc}"
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version/rc/-rc}/submodules/qtquicktimeline-everywhere-src-${version/rc/-rc}.tar.xz"
-checksum=58a13cf0ce8e7755639f20684078733af24f5a317f6ddb40d6079c8c5a28ebbe
+checksum=70e8a28b5310c42a8d50d949b55c1d7238cf52ea778f9bb2e254835a0e054f57
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args="-DQT_BUILD_TESTS=ON"

From 973b7c6c2bedd4a3a7f7894b693e5393c654bf30 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:19 +0100
Subject: [PATCH 18/77] qt6-remoteobjects: update to 6.4.0.

---
 srcpkgs/qt6-remoteobjects/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qt6-remoteobjects/template b/srcpkgs/qt6-remoteobjects/template
index cdc3b23f52de..a86f566c1a50 100644
--- a/srcpkgs/qt6-remoteobjects/template
+++ b/srcpkgs/qt6-remoteobjects/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-remoteobjects'
 pkgname=qt6-remoteobjects
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtremoteobjects-everywhere-src-${version}"
 build_style=cmake
@@ -14,11 +14,11 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtremoteobjects-everywhere-src-${version}.tar.xz"
-checksum=ea6d038b11c60981de0bd39a6091a59abf7d031e37bfc592b31be1217bef4ca6
+checksum=f51a7debee6fef86fbc444dece08e064f925f4d976947fc66f4100188956e1ce
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt6-remoteobjects"
-	configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
+	configure_args="-DQT_FORCE_BUILD_TOOLS=true"
 fi
 
 pre_check() {

From dae4294e9048e09feffb208b0fcb5d4bd0dd45c9 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:21 +0100
Subject: [PATCH 19/77] qt6-scxml: update to 6.4.0.

---
 srcpkgs/qt6-scxml/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt6-scxml/template b/srcpkgs/qt6-scxml/template
index e8e4be237cdd..e01052c89ffa 100644
--- a/srcpkgs/qt6-scxml/template
+++ b/srcpkgs/qt6-scxml/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-scxml'
 pkgname=qt6-scxml
-version=6.3.1
-revision=2
+version=6.4.0
+revision=1
 wrksrc="qtscxml-everywhere-src-${version}"
 build_style=cmake
 hostmakedepends="perl qt6-declarative-devel"
@@ -11,10 +11,10 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtscxml-everywhere-src-${version}.tar.xz"
-checksum=01bc154d6163d1f049f4e1e76658a044730ace7b0a5be35c9a46fcd1396f8619
+checksum=d40773a5e6594829aca99ccc73aba3559f93301ea081ffb78668a9b616d97664
 
 if [ "$CROSS_BUILD" ]; then
-	configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
+	configure_args="-DQT_FORCE_BUILD_TOOLS=true"
 	hostmakedepends+=" qt6-scxml-devel"
 fi
 

From 04069061504602e9381a947a6ca225047ee2c93b Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:22 +0100
Subject: [PATCH 20/77] qt6-sensors: update to 6.4.0.

---
 srcpkgs/qt6-sensors/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-sensors/template b/srcpkgs/qt6-sensors/template
index 5a81f43b60eb..ef209c0f8158 100644
--- a/srcpkgs/qt6-sensors/template
+++ b/srcpkgs/qt6-sensors/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-sensors'
 pkgname=qt6-sensors
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtsensors-everywhere-src-${version}"
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtsensors-everywhere-src-${version}.tar.xz"
-checksum=4b240b59edba9a42b4735758a25f279a26841b982864e7b38f6ef0b81e0d60cc
+checksum=f38c072f5b9f62631985f385de70cdc54c13f0b888d9496943342e3be1ca50da
 
 qt6-sensors-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}

From 789cef54bd4c92e77053af4677f3ba903c69d90b Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:24 +0100
Subject: [PATCH 21/77] qt6-serialport: update to 6.4.0.

---
 srcpkgs/qt6-serialport/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-serialport/template b/srcpkgs/qt6-serialport/template
index 2de9d6364a5c..4a5a8556cb8a 100644
--- a/srcpkgs/qt6-serialport/template
+++ b/srcpkgs/qt6-serialport/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-serialport'
 pkgname=qt6-serialport
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtserialport-everywhere-src-${version}"
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtserialport-everywhere-src-${version}.tar.xz"
-checksum=4eb6d80e65799dd2e0318df4dfba14173c1929e861718cda9bedca24253b616e
+checksum=f148cc9e87ce2228e82bff7a64d9521339ece66c4c66aa43b91bac614f4a4483
 
 qt6-serialport-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1"

From 0ca8742e51c4e337b4e51e205e2954a7d2e830a6 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:26 +0100
Subject: [PATCH 22/77] qt6-shadertools: update to 6.4.0.

---
 srcpkgs/qt6-shadertools/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qt6-shadertools/template b/srcpkgs/qt6-shadertools/template
index 3716333c459b..ba4d104650e1 100644
--- a/srcpkgs/qt6-shadertools/template
+++ b/srcpkgs/qt6-shadertools/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-shadertools'
 pkgname=qt6-shadertools
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtshadertools-everywhere-src-${version}"
 build_style=cmake
@@ -11,10 +11,10 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtshadertools-everywhere-src-${version}.tar.xz"
-checksum=59b77176961528cc7b0c9325134655e273aa87b4cb386c0f4683d8f2852e435a
+checksum=dbd6a5f00e8178cd2fea7e84c4eef3818de5287d34e20a68383929c754ae3b90
 
 if [ "$CROSS_BUILD" ]; then
-	configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
+	configure_args="-DQT_FORCE_BUILD_TOOLS=true"
 	hostmakedepends+=" qt6-shadertools-devel"
 fi
 

From 6f845ae9f1cd19fab555fe54a24e62be98d7a4bf Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:27 +0100
Subject: [PATCH 23/77] qt6-svg: update to 6.4.0.

---
 srcpkgs/qt6-svg/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-svg/template b/srcpkgs/qt6-svg/template
index 309b0988e435..5d77b4a97c73 100644
--- a/srcpkgs/qt6-svg/template
+++ b/srcpkgs/qt6-svg/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-svg'
 pkgname=qt6-svg
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtsvg-everywhere-src-${version}"
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only with Qt-GPL-exception-1.0, GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtsvg-everywhere-src-${version}.tar.xz"
-checksum=7b19f418e6f7b8e23344082dd04440aacf5da23c5a73980ba22ae4eba4f87df7
+checksum=03fdae9437d074dcfa387dc1f2c6e7e14fea0f989bf7e1aa265fd35ffc2c5b25
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args="-DQT_BUILD_TESTS=ON"

From 9619db77e10b83abb91cfc59edb5908c0854f7eb Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:30 +0100
Subject: [PATCH 24/77] qt6-tools: update to 6.4.0.

---
 srcpkgs/qt6-tools/patches/gumbo.patch     | 15 +++++
 srcpkgs/qt6-tools/patches/qlitehtml.patch | 68 -----------------------
 srcpkgs/qt6-tools/template                |  6 +-
 3 files changed, 18 insertions(+), 71 deletions(-)
 create mode 100644 srcpkgs/qt6-tools/patches/gumbo.patch
 delete mode 100644 srcpkgs/qt6-tools/patches/qlitehtml.patch

diff --git a/srcpkgs/qt6-tools/patches/gumbo.patch b/srcpkgs/qt6-tools/patches/gumbo.patch
new file mode 100644
index 000000000000..42c8e40203c2
--- /dev/null
+++ b/srcpkgs/qt6-tools/patches/gumbo.patch
@@ -0,0 +1,15 @@
+--- qttools-everywhere-src-6.4.0/src/assistant/qlitehtml/src/CMakeLists.txt	2022-09-23 13:50:40.000000000 +0200
++++ -	2022-11-03 01:17:21.262108484 +0100
+@@ -30,12 +30,6 @@
+       PROPERTIES
+         QT_COMPILE_OPTIONS_DISABLE_WARNINGS ON
+     )
+-    set_target_properties(
+-      gumbo
+-      PROPERTIES
+-        QT_COMPILE_OPTIONS_DISABLE_WARNINGS ON
+-    )
+-
+     set(CMAKE_POSITION_INDEPENDENT_CODE "${ORIG_FPIC}")
+     set(BUILD_SHARED_LIBS ${ORIG_BUILD_SHARED_LIBS})
+     # force optimized litehtml even in debug
diff --git a/srcpkgs/qt6-tools/patches/qlitehtml.patch b/srcpkgs/qt6-tools/patches/qlitehtml.patch
deleted file mode 100644
index 6bec279bca69..000000000000
--- a/srcpkgs/qt6-tools/patches/qlitehtml.patch
+++ /dev/null
@@ -1,68 +0,0 @@
---- a/src/assistant/CMakeLists.txt
-+++ b/src/assistant/CMakeLists.txt
-@@ -34,7 +34,9 @@ if(TARGET qlitehtml)
-     qt_internal_set_exceptions_flags(litehtml OFF)
-     qt_disable_warnings(litehtml)
-     qt_disable_warnings(qlitehtml)
--    qt_disable_warnings(gumbo)
-+    if (TARGET gumbo)
-+        qt_disable_warnings(gumbo)
-+    endif()
-     qt_handle_multi_config_output_dirs(qlitehtml)
-     set_target_properties(qlitehtml PROPERTIES
-         RUNTIME_OUTPUT_DIRECTORY "${QT_BUILD_DIR}/${INSTALL_BINDIR}"
---- a/src/assistant/qlitehtml/src/3rdparty/litehtml/CMakeLists.txt
-+++ b/src/assistant/qlitehtml/src/3rdparty/litehtml/CMakeLists.txt
-@@ -196,52 +196,6 @@ endif()
- set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/src/master.css.inc PROPERTIES GENERATED TRUE)
- 
- # Tests
--
--if (BUILD_TESTING)
--    include(FetchContent)
--    FetchContent_Declare(
--      googletest
--      URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip
--    )
--    # For Windows: Prevent overriding the parent project's compiler/linker settings
--    set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
--    FetchContent_GetProperties(googletest)
--    if(NOT googletest_POPULATED)
--      FetchContent_Populate(googletest)
--      add_subdirectory(${googletest_SOURCE_DIR} ${googletest_BINARY_DIR})
--    endif()
--
--    enable_testing()
--
--    set(TEST_NAME ${PROJECT_NAME}_tests)
--
--    add_executable(
--        ${TEST_NAME}
--        ${TEST_LITEHTML}
--        ${CMAKE_CURRENT_SOURCE_DIR}/src/master.css.inc
--    )
--
--    set_target_properties(${TEST_NAME} PROPERTIES
--        CXX_STANDARD 11
--        C_STANDARD 99
--        PUBLIC_HEADER "${HEADER_LITEHTML}"
--    )
--
--    target_include_directories(
--        ${TEST_NAME}
--        PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/containers
--    )
--
--    target_link_libraries(
--        ${TEST_NAME}
--        ${PROJECT_NAME}
--        gtest_main
--    )
--
--    include(GoogleTest)
--    gtest_discover_tests(${TEST_NAME})
--endif()
--
- #     set(TEST_NAME ${PROJECT_NAME}_tests)
- #     add_executable(${TEST_NAME} ${TEST_LITEHTML} ${CMAKE_CURRENT_SOURCE_DIR}/src/master.css.inc)
- #     set_target_properties(${TEST_NAME} PROPERTIES
diff --git a/srcpkgs/qt6-tools/template b/srcpkgs/qt6-tools/template
index a844b67dee9e..d17f51c97e60 100644
--- a/srcpkgs/qt6-tools/template
+++ b/srcpkgs/qt6-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-tools'
 pkgname=qt6-tools
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qttools-everywhere-src-${version}"
 build_style=cmake
@@ -14,10 +14,10 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qttools-everywhere-src-${version}.tar.xz"
-checksum=c412750f2aa3beb93fce5f30517c607f55daaeb7d0407af206a8adf917e126c1
+checksum=97f3d5f88c458be7a8f7b7b08efc06c4ebad39ca51669476b18bf9e4c11afba2
 
 if [ "$CROSS_BUILD" ]; then
-	configure_args+=" -DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=TRUE"
+	configure_args+=" -DQT_FORCE_BUILD_TOOLS=TRUE"
 	hostmakedepends+=" qt6-tools-devel"
 fi
 

From ce78a6ca4efef5dea6c38bd5a874020fc816eb37 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:32 +0100
Subject: [PATCH 25/77] qt6-translations: update to 6.4.0.

---
 srcpkgs/qt6-translations/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-translations/template b/srcpkgs/qt6-translations/template
index 1b917ccb3620..5a479bf3e782 100644
--- a/srcpkgs/qt6-translations/template
+++ b/srcpkgs/qt6-translations/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-translations'
 pkgname=qt6-translations
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qttranslations-everywhere-src-${version}"
 build_style=cmake
@@ -11,4 +11,4 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only with Qt-GPL-exception-1.0"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qttranslations-everywhere-src-${version}.tar.xz"
-checksum=d7bdd55e2908ded901dcc262157100af2a490bf04d31e32995f6d91d78dfdb97
+checksum=7ab93a930b693eeb53ab97b038b4e6e057d06374e6f49a3814d99145a276925f

From a2df10c3d13882f73d4a08df635a311e05188699 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:34 +0100
Subject: [PATCH 26/77] qt6-virtualkeyboard: update to 6.4.0.

---
 srcpkgs/qt6-virtualkeyboard/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-virtualkeyboard/template b/srcpkgs/qt6-virtualkeyboard/template
index 77a247400b97..9ffc6c905be2 100644
--- a/srcpkgs/qt6-virtualkeyboard/template
+++ b/srcpkgs/qt6-virtualkeyboard/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-virtualkeyboard'
 pkgname=qt6-virtualkeyboard
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtvirtualkeyboard-everywhere-src-${version}"
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtvirtualkeyboard-everywhere-src-${version}.tar.xz"
-checksum=5fe089b204d859ab0dd0169f811f2e30cae7c5cb36f8ab95ca36883f1fc0c2b8
+checksum=25ab09aba2afb001cbedd7ff16f874d0ef8c3e031d0b620baa754d490fa3fd20
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args="-DQT_BUILD_TESTS=ON"

From c10aad9c00c5f5ad5eb876592a1c65a43cf1e88b Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:36 +0100
Subject: [PATCH 27/77] qt6-wayland: update to 6.4.0.

---
 srcpkgs/qt6-wayland/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qt6-wayland/template b/srcpkgs/qt6-wayland/template
index 249271bd3a7d..f578689b87ec 100644
--- a/srcpkgs/qt6-wayland/template
+++ b/srcpkgs/qt6-wayland/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-wayland'
 pkgname=qt6-wayland
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtwayland-everywhere-src-${version}"
 build_style=cmake
@@ -16,10 +16,10 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
 homepage="https://www.qt.io"
 distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwayland-everywhere-src-${version}.tar.xz"
-checksum=6f14fea2d172a5b4170be3efcb0e58535f6605b61bcd823f6d5c9d165bb8c0f0
+checksum=f08ba8e14fbec34d57332ad897c5a9150453ed07a611abb18c89c6cc5e5b62fc
 
 if [ "$CROSS_BUILD" ]; then
-	configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
+	configure_args="-DQT_FORCE_BUILD_TOOLS=true"
 	hostmakedepends+=" qt6-wayland-devel"
 fi
 

From c48969348ff04213d29b288cd52025fe38be358e Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:37 +0100
Subject: [PATCH 28/77] qt6-webchannel: update to 6.4.0.

---
 srcpkgs/qt6-webchannel/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-webchannel/template b/srcpkgs/qt6-webchannel/template
index b83e801effd4..3bde4ebe0e56 100644
--- a/srcpkgs/qt6-webchannel/template
+++ b/srcpkgs/qt6-webchannel/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-webchannel'
 pkgname=qt6-webchannel
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtwebchannel-everywhere-src-${version}"
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
 license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebchannel-everywhere-src-${version}.tar.xz"
-checksum=aaa20ac23f86992721b7ee487c379a3fd68caa8cdcea0a77a37e0d8b47ff2668
+checksum=528f6d837cc58854deaddafbb76eb237f4dbd688a4407b438ab9c0db1613695a
 
 pre_check() {
 	export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"

From d990f69c67c5e0376bc72767cf1ddae3a1bf6f36 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 2 Nov 2022 18:24:39 +0100
Subject: [PATCH 29/77] qt6-websockets: update to 6.4.0.

---
 srcpkgs/qt6-websockets/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6-websockets/template b/srcpkgs/qt6-websockets/template
index e5753ca88d02..af4d9b49dd5f 100644
--- a/srcpkgs/qt6-websockets/template
+++ b/srcpkgs/qt6-websockets/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-websockets'
 pkgname=qt6-websockets
-version=6.3.1
+version=6.4.0
 revision=1
 wrksrc="qtwebsockets-everywhere-src-${version}"
 build_style=cmake
@@ -13,7 +13,7 @@ maintainer="John <me@johnnynator.dev>"
 license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebsockets-everywhere-src-${version}.tar.xz"
-checksum=9f980d90c97fcbde1b50c773f6dc580cfdf8c36ce14a1be3aa2ccadfe605121a
+checksum=ff3c6629cd6537266123c441709acdd67f231ff2a07216fc848448255bec9bca
 
 pre_check() {
 	export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"

From 8029c60437cb0c3380de53ce34a2c55f066fb833 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Thu, 3 Nov 2022 05:51:55 +0100
Subject: [PATCH 30/77] doctl: update to 1.85.0.

---
 srcpkgs/doctl/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/doctl/template b/srcpkgs/doctl/template
index 4d5db6b07123..ddb0ebc37e7f 100644
--- a/srcpkgs/doctl/template
+++ b/srcpkgs/doctl/template
@@ -1,6 +1,6 @@
 # Template file for 'doctl'
 pkgname=doctl
-version=1.84.1
+version=1.85.0
 revision=1
 build_style=go
 go_import_path="github.com/digitalocean/doctl/cmd/doctl"
@@ -14,4 +14,4 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/digitalocean/doctl"
 distfiles="https://github.com/digitalocean/doctl/archive/v${version}.tar.gz"
-checksum=2df92ae3e46eb42d00167972452c36158bf459ab26f5c979fa5697097cf7ce41
+checksum=c71bbf142f4d11039da8f9098f9b5c9bf70502ecf79b3582128f404e521d447f

From c62a57aa82270188c69ac25ea272c2d6f94f117f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 3 Nov 2022 09:27:09 +0100
Subject: [PATCH 31/77] fd: update to 8.5.2

---
 srcpkgs/fd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template
index 966b788dc374..2815846e82ae 100644
--- a/srcpkgs/fd/template
+++ b/srcpkgs/fd/template
@@ -1,6 +1,6 @@
 # Template file for 'fd'
 pkgname=fd
-version=8.5.1
+version=8.5.2
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -10,7 +10,7 @@ license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/fd"
 changelog="https://raw.githubusercontent.com/sharkdp/fd/master/CHANGELOG.md"
 distfiles="https://github.com/sharkdp/fd/archive/refs/tags/v${version}.tar.gz"
-checksum=99c31c48db89300f6624183b0d1879665174496010cecda104ededb80dabc740
+checksum=bc66842481d2121f58e7b178b449b5d387078fabcf712355e8db10f9a7af2cd7
 
 post_install() {
 	vman doc/fd.1

From 92353e0253e8a678fe44d84524c5692206cbfae7 Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Tue, 1 Nov 2022 21:01:16 -0300
Subject: [PATCH 32/77] oil: update to 0.12.8

---
 srcpkgs/oil/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 9b26f533728a..d9cbe611229d 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,6 +1,6 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.12.7
+version=0.12.8
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
@@ -11,7 +11,7 @@ maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="https://www.oilshell.org/download/oil-${version}.tar.xz"
-checksum=5846c4706e01f8ca8354f5c78e9a799642714fc012f8d8afb4919fae7adc072b
+checksum=910376b181582e54cd0a33886dfe7db9d8e674a36135b2babcbaa425c5f50bc0
 register_shell="/usr/bin/osh /usr/bin/oil"
 nocross="Build systems gets confused with host and cross toolchains/headers"
 nostrip=yes

From dfb5acf9bcfe8524e0db62d003d8a4da08f19620 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 31 Oct 2022 18:37:23 -0300
Subject: [PATCH 33/77] imlib2: update to 1.9.1

---
 srcpkgs/imlib2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/imlib2/template b/srcpkgs/imlib2/template
index 3cbef2e102c4..0dea03e67305 100644
--- a/srcpkgs/imlib2/template
+++ b/srcpkgs/imlib2/template
@@ -1,6 +1,6 @@
 # Template file for 'imlib2'
 pkgname=imlib2
-version=1.9.0
+version=1.9.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --sysconfdir=/etc/imlib2 --enable-visibility-hiding"
@@ -13,7 +13,7 @@ maintainer="tibequadorian <tibequadorian@posteo.de>"
 license="Imlib2"
 homepage="https://sourceforge.net/projects/enlightenment/"
 distfiles="${SOURCEFORGE_SITE}/enlightenment/imlib2-src/imlib2-${version}.tar.xz"
-checksum=5ac9e8ca7c6700919fe72749ad7243c42de4b22823c81769a1bf8e480e14c650
+checksum=4a224038bfffbe5d4d250c44e05f4ee5ae24dcfef8395b1677c715c58f764d43
 
 post_install() {
 	vlicense COPYING

From b460a97ffd01c3a18d8b78cbb950bda05d09aed7 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Tue, 1 Nov 2022 11:44:01 +0100
Subject: [PATCH 34/77] figurine: update to 1.2.0.

---
 srcpkgs/figurine/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/figurine/template b/srcpkgs/figurine/template
index bf412358486a..c4ad0bb505da 100644
--- a/srcpkgs/figurine/template
+++ b/srcpkgs/figurine/template
@@ -1,6 +1,6 @@
 # Template file for 'figurine'
 pkgname=figurine
-version=1.0.1
+version=1.2.0
 revision=1
 build_style=go
 go_import_path=github.com/arsham/figurine
@@ -9,4 +9,4 @@ maintainer="travankor <travankor@tuta.io>"
 license="Apache-2.0"
 homepage="https://github.com/arsham/figurine"
 distfiles="https://github.com/arsham/figurine/archive/v${version}.tar.gz"
-checksum=5af66e90009dae130b8e75678d038ba770b46b8488bff975f5f0f52c0e928bd6
+checksum=6e4ab6981828e76ead149c2b093a770fd31cde15fbd7391bcea8c48d8e221d82

From 27fbf7784c8db8ad07c4d105bcbb579f015ac072 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alexthkloss@web.de>
Date: Thu, 3 Nov 2022 09:59:57 +0100
Subject: [PATCH 35/77] vscode: update to 1.73.0

---
 srcpkgs/vscode/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index c47976dd199d..31315d6e51c8 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.72.1
+version=1.73.0
 revision=1
 _electronver=19.0.8
 _npmver=8.6.0
@@ -12,7 +12,7 @@ maintainer="shizonic <realtiaz@gmail.com>, Alex Lohr <alex.lohr@logmein.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
-checksum=203af193854b6117fce904d78e9506cdf384dcd594097fd35264c1a5513b7c4e
+checksum=0824c625f00e51231da1b33c4d066818211f581565b75b948b8ea26a82414750
 nocross=yes # x64 build does not cut it, it contains native code
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

From 94596a0a711d531d6b7339a1fb40e11d7427e9bd Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Thu, 3 Nov 2022 22:50:21 +0100
Subject: [PATCH 36/77] qt6-multimedia: disable pffft simd on i686

https://build.voidlinux.org/builders/i686_builder/builds/40353/steps/shell_3/logs/stdio
---
 srcpkgs/qt6-multimedia/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/qt6-multimedia/template b/srcpkgs/qt6-multimedia/template
index 23e51b553e91..19940715b170 100644
--- a/srcpkgs/qt6-multimedia/template
+++ b/srcpkgs/qt6-multimedia/template
@@ -16,6 +16,11 @@ homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtmultimedia-everywhere-src-${version}.tar.xz"
 checksum=e82e8e847cae2a951a11db05b6d10a22b21e3a1d72e06a7781cce4bd197e796f
 
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	CXXFLAGS="-DPFFFT_SIMD_DISABLE=1"
+	CFLAGS="-DPFFFT_SIMD_DISABLE=1"
+fi
+
 do_check() {
 	cd build
 	local broken="tst_qmediaformat|tst_qaudiodecoderbackend"

From 490bbda4a3835ab0838751e93186f99b67d9b8d3 Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Thu, 3 Nov 2022 17:44:20 +0100
Subject: [PATCH 37/77] packer: update to 1.8.4.

---
 srcpkgs/packer/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template
index b1156e1368b5..dcb23528679b 100644
--- a/srcpkgs/packer/template
+++ b/srcpkgs/packer/template
@@ -1,6 +1,6 @@
 # Template file for 'packer'
 pkgname=packer
-version=1.8.3
+version=1.8.4
 revision=1
 build_style=go
 go_import_path="github.com/hashicorp/packer"
@@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MPL-2.0"
 homepage="http://www.packer.io"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=763b4c759c5113885189f484c648d19b2b2f141d3d654e9cd3125c290b188462
+checksum=be86eee1d2cb69f2cfb31217c7eeb8e6482fd9c0e7934d2d2bd02ecfd32ee7b8
 replaces="packer-bin>=0"
 
 case "$XBPS_TARGET_MACHINE" in

From 672c33bb88614e5240abbce4bdc91c6534d9067d Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Thu, 3 Nov 2022 17:49:05 +0100
Subject: [PATCH 38/77] hugo: update to 0.105.0.

---
 srcpkgs/hugo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template
index 58c3d6a4b49c..517864cdd280 100644
--- a/srcpkgs/hugo/template
+++ b/srcpkgs/hugo/template
@@ -1,6 +1,6 @@
 # Template file for 'hugo'
 pkgname=hugo
-version=0.104.3
+version=0.105.0
 revision=1
 build_style=go
 build_helper=qemu
@@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://gohugo.io"
 distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
-checksum=f63b3d355326fd71470cee503316105cd2e209e9712b94162bafcac7486e30d8
+checksum=3e0ced73b0acc1c8ae13fe118c7f4ba292a43f73e60a5b1d2f8301c574dc1596
 
 post_install() {
 	vdoc README.md

From 6a95a7b2eba810edffada79758e4efe4dc5e8f6f Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Fri, 4 Nov 2022 00:49:36 +0000
Subject: [PATCH 39/77] rust-bootstrap: fix bad ppc32 checksums

---
 srcpkgs/rust-bootstrap/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template
index c7a5a01a7fd4..1fe6f1dee75a 100644
--- a/srcpkgs/rust-bootstrap/template
+++ b/srcpkgs/rust-bootstrap/template
@@ -60,8 +60,8 @@ case "$XBPS_TARGET_MACHINE" in
 		;;
 	ppc)
 		checksum="
-		 6b29ebec4cd705760db634717cf6df68a9a377d52c25def30f5a2e2641a83279
-		 5f4de96bff2937fc0a64a216604c7af765af94460a1f283330eddc610d91271b"
+		 5f4de96bff2937fc0a64a216604c7af765af94460a1f283330eddc610d91271b
+		 6b29ebec4cd705760db634717cf6df68a9a377d52c25def30f5a2e2641a83279"
 		;;
 	*) broken="rust bootstrap binaries unavailable for ${XBPS_TARGET_MACHINE}";;
 esac

From 5f2e75f7cd633fc73f04f91bbcb6c3e6aaef367b Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Fri, 4 Nov 2022 00:52:31 +0000
Subject: [PATCH 40/77] fotoxx: update to 22.41

The previous release was deleted and is no longer downloadable.
---
 srcpkgs/fotoxx/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fotoxx/template b/srcpkgs/fotoxx/template
index a56854c3b2d0..16ec86d12e95 100644
--- a/srcpkgs/fotoxx/template
+++ b/srcpkgs/fotoxx/template
@@ -1,6 +1,6 @@
 # Template file for 'fotoxx'
 pkgname=fotoxx
-version=22.40
+version=22.41
 revision=1
 wrksrc=fotoxx
 build_style=gnu-makefile
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://www.kornelix.net/fotoxx/fotoxx.html"
 changelog="https://www.kornelix.net/downloads/recent_changes.txt"
 distfiles="https://www.kornelix.net/downloads/downloads/fotoxx-${version}.tar.gz"
-checksum=671e871bc552a07b8c62faaebd0061ba526b66475cb178d05694fa83f81d6e7e
+checksum=649a1964df2b4c1efa45ee2260ccff7a68075ef149873d5362857ed2ac95040b
 
 CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/champlain-0.12"
 

From 31cc1e2e7dcb85a62aa60790bcfdaf8feaac5c6b Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 4 Nov 2022 03:02:54 -0400
Subject: [PATCH 41/77] hamlib: update to 4.5.

---
 srcpkgs/hamlib/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index 3e9e84512853..dd827260031e 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,6 +1,6 @@
 # Template file for 'hamlib'
 pkgname=hamlib
-version=4.4
+version=4.5
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
@@ -12,12 +12,14 @@ depends="perl"
 short_desc="Library to control radio transceivers and receivers"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"
-homepage="https://sourceforge.net/projects/hamlib/"
-distfiles="${SOURCEFORGE_SITE}/hamlib/${version}/${pkgname}-${version}.tar.gz"
-checksum=8bf0107b071f52f08587f38e2dee8a7848de1343435b326f8f66d95e1f8a2487
+homepage="https://hamlib.github.io"
+changelog="https://raw.githubusercontent.com/Hamlib/Hamlib/master/NEWS"
+distfiles="https://github.com/Hamlib/Hamlib/releases/download/${version}/hamlib-${version}.tar.gz"
+checksum=14a2ce76a647a75e71d8ccf1f16999a6708e84823d9f74137f2173fcee94ad52
+
+CFLAGS="-DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
 
 pre_configure() {
-	CFLAGS+=" -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
 	export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}"
 	export PYTHON_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lpython${py3_ver}${py3_abiver}"
 	autoreconf -fi

From 791cc8531bb94a0cef65dfb3fe679db41de07a18 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 4 Nov 2022 03:10:50 -0400
Subject: [PATCH 42/77] multimon-ng: update to 1.2.0.

---
 srcpkgs/multimon-ng/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/multimon-ng/template b/srcpkgs/multimon-ng/template
index 92e0082be0c3..d09a8f3fc521 100644
--- a/srcpkgs/multimon-ng/template
+++ b/srcpkgs/multimon-ng/template
@@ -1,17 +1,16 @@
 # Template file for 'multimon-ng'
 pkgname=multimon-ng
-version=1.1.9
+version=1.2.0
 revision=1
 build_style=cmake
-configure_args="-DX11_SUPPORT=$(vopt_if x11 ON OFF)
- -DPULSE_AUDIO_SUPPORT=$(vopt_if pulseaudio ON OFF)"
+configure_args="$(vopt_bool x11 X11_SUPPORT) $(vopt_bool pulseaudio PULSE_AUDIO_SUPPORT)"
 makedepends="$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if x11 libX11-devel)"
 short_desc="Digital transmission decoder"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/EliasOenal/multimon-ng"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=7426a599972eb2e22bdc9696531e6a9e3ee4f18949ed891cabe8fe9586a74854
+distfiles="https://github.com/EliasOenal/multimon-ng/archive/${version}.tar.gz"
+checksum=7c8bc6bb3d1956686c9e09f73e0eb27bc91b6b4357a3101452ab5dd13ad0f2c7
 
 build_options="pulseaudio x11"
 build_options_default="pulseaudio x11"

From 3e6cd0cfc2e84cb54056a210ff54982ac305c52a Mon Sep 17 00:00:00 2001
From: akierig <anelki@fastmail.de>
Date: Thu, 3 Nov 2022 16:56:19 -0500
Subject: [PATCH 43/77] Signal-Desktop: update to 5.63.0.

---
 srcpkgs/Signal-Desktop/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index fb0cfa6be5fa..0d586780f5ee 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=5.62.0
+version=5.63.0
 revision=1
 # Signal officially only supports x86_64 (also due to Electron)
 # x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
@@ -13,7 +13,7 @@ maintainer="akierig <anelki@fastmail.de>"
 license="AGPL-3.0-only"
 homepage="https://github.com/signalapp/Signal-Desktop"
 distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
-checksum=36c0157b32e541c0a5b4ccb3c4dab03041dc62f8ce643a5820583be6bc1beaab
+checksum=fcc90d1c4770e0a93cda09ef3413d3a2b1da886459339f9f7197ed85694695e3
 nostrip_files="signal-desktop"
 
 post_extract() {

From 4c3ef655429c06b8e1fc7727b6bbb6b948a76e08 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 4 Nov 2022 16:10:25 +0100
Subject: [PATCH 44/77] python3-pyinfra: update to 2.5.2.

---
 srcpkgs/python3-pyinfra/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index b27e3389ef3f..8ee40bd484cb 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
-version=2.5.1
+version=2.5.2
 revision=1
 wrksrc="pyinfra-${version}"
 build_style=python3-module
@@ -13,8 +13,9 @@ short_desc="Automate infrastructure super fast at massive scale"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://pyinfra.com/"
+changelog="https://github.com/Fizzadar/pyinfra/blob/HEAD/CHANGELOG.md"
 distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz"
-checksum=be820be789d5ae17f9071af91604a5d213142d4e746d9b8ec9ab90ac6bf1cf66
+checksum=c1d661fcae7673312b5777d05e913ba26ce9a9fa323ebd318417fa935998f6fb
 
 post_extract() {
 	vsed -i -e '/configparser/d' setup.py  # is in Python 3.8

From b30443d2d810964e921b5b6a9dfab90004c00c5b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 4 Nov 2022 16:12:02 +0100
Subject: [PATCH 45/77] python3-pipenv: update to 2022.10.25.

---
 srcpkgs/python3-pipenv/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index 3acf994fdb5d..91abe5c7cc44 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
-version=2022.10.12
+version=2022.10.25
 revision=1
 wrksrc="pipenv-${version}"
 build_style=python3-pep517
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/pypa/pipenv"
 changelog="https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
-checksum=a4d88f6667cbcd9ea432d626a8b373cd3101886b9fb964ea7e7f9650a83fc307
+checksum=3e39c8d5a2bcaab324552a18576105c2a35e020bb311ff53d74eacb58b851853
 conflicts="python-pipenv>=0"
 make_check=no # tests are not contained in release tarball
 

From f27c25ab0558c3c2401036453e5a2cda51c90186 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 4 Nov 2022 16:13:19 +0100
Subject: [PATCH 46/77] netpbm: update to 11.00.01.

---
 srcpkgs/netpbm/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/netpbm/template b/srcpkgs/netpbm/template
index 2c9f45042734..0bd973b41354 100644
--- a/srcpkgs/netpbm/template
+++ b/srcpkgs/netpbm/template
@@ -1,10 +1,10 @@
 # Template file for 'netpbm'
 pkgname=netpbm
 # from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY
-version=11.00.00
+version=11.00.01
 revision=1
-_githash=0d782c278caeb9e70b1a5635d018168b09ecf2ba
-_githash_guide=fb48776592aebf481e5b27db16786005dd965c71
+_githash=7983661603923b2e2af43fd4d0c6e6b93f7970a6
+_githash_guide=9d72d65003b20163f6a3a551bca9e4674288a5a7
 create_wrksrc=yes
 build_wrksrc="netpbm-mirror-${_githash}"
 hostmakedepends="flex perl pkg-config python3"
@@ -16,8 +16,8 @@ license="BSD-3-Clause,GPL-2.0-only,custom:netpbm"
 homepage="http://netpbm.sourceforge.net/"
 distfiles="https://github.com/leahneukirchen/netpbm-mirror/archive/${_githash}.tar.gz
  https://github.com/leahneukirchen/netpbm-mirror/archive/${_githash_guide}.tar.gz"
-checksum="68940d516caf6348063cce2bb7990a3deb6c32aac23ae7d919ca41e20b6f25e4
- cfe66c6f29c42ab006f640bae59cdea8e903aec80aca7a144504c74707572ddf"
+checksum="366d35073bacae62de0db853c5cf0e3663daad8368db49fb999cbd69109dd644
+ d172e563578b58152bf3938e0eaab873208325cc7f6c29f105f75bf5cf3fb256"
 
 post_extract() {
 	cd $build_wrksrc

From e2b85db94c6349304881e28a466214508ebaa047 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 4 Nov 2022 16:56:40 +0100
Subject: [PATCH 47/77] linux5.4: update to 5.4.223.

---
 srcpkgs/linux5.4/files/arm64-dotconfig | 7 +++----
 srcpkgs/linux5.4/template              | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/linux5.4/files/arm64-dotconfig b/srcpkgs/linux5.4/files/arm64-dotconfig
index fa817bd05fa2..a5f32b972b7f 100644
--- a/srcpkgs/linux5.4/files/arm64-dotconfig
+++ b/srcpkgs/linux5.4/files/arm64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm64 5.4.193 Kernel Configuration
+# Linux/arm64 5.4.223 Kernel Configuration
 #
 
 #
@@ -331,6 +331,7 @@ CONFIG_ARM64_ERRATUM_1165522=y
 CONFIG_ARM64_ERRATUM_1286807=y
 CONFIG_ARM64_ERRATUM_1463225=y
 CONFIG_ARM64_ERRATUM_1542419=y
+CONFIG_ARM64_ERRATUM_1742098=y
 CONFIG_CAVIUM_ERRATUM_22375=y
 CONFIG_CAVIUM_ERRATUM_23144=y
 CONFIG_CAVIUM_ERRATUM_23154=y
@@ -786,7 +787,6 @@ CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
 CONFIG_STRICT_KERNEL_RWX=y
 CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
 CONFIG_STRICT_MODULE_RWX=y
-CONFIG_REFCOUNT_FULL=y
 CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
 CONFIG_ARCH_USE_MEMREMAP_PROT=y
 # CONFIG_LOCK_EVENT_COUNTS is not set
@@ -4331,9 +4331,8 @@ CONFIG_DEVPORT=y
 CONFIG_XILLYBUS=m
 CONFIG_XILLYBUS_PCIE=m
 CONFIG_XILLYBUS_OF=m
-# end of Character devices
-
 CONFIG_RANDOM_TRUST_BOOTLOADER=y
+# end of Character devices
 
 #
 # I2C support
diff --git a/srcpkgs/linux5.4/template b/srcpkgs/linux5.4/template
index 89e5b78ad4a6..c7ba75c7c025 100644
--- a/srcpkgs/linux5.4/template
+++ b/srcpkgs/linux5.4/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.4'
 pkgname=linux5.4
-version=5.4.220
+version=5.4.223
 revision=1
 wrksrc="linux-${version%.*}"
 short_desc="Linux kernel and modules (${version%.*} series)"
@@ -10,7 +10,7 @@ homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz
  https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz"
 checksum="bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491
- f087fde8be8bd6dbbaf631263bc4f2babbacfb10fb23166f14596da7b374f703"
+ 5322f027f4e847936ef43c31b8e8e8c01281300c0e4960f4e870982a20b43b86"
 python_version=3
 skip_extraction="patch-${version}.xz"
 

From 2af14804b4027180feef3eb9e71cc988fa4b81e3 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 4 Nov 2022 16:59:42 +0100
Subject: [PATCH 48/77] linux4.19: update to 4.19.264.

---
 srcpkgs/linux4.19/files/arm64-dotconfig | 3 ++-
 srcpkgs/linux4.19/template              | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/linux4.19/files/arm64-dotconfig b/srcpkgs/linux4.19/files/arm64-dotconfig
index 6a5079c3fcec..e0e8835af8c7 100644
--- a/srcpkgs/linux4.19/files/arm64-dotconfig
+++ b/srcpkgs/linux4.19/files/arm64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm64 4.19.249 Kernel Configuration
+# Linux/arm64 4.19.264 Kernel Configuration
 #
 
 #
@@ -396,6 +396,7 @@ CONFIG_ARM64_ERRATUM_843419=y
 CONFIG_ARM64_ERRATUM_1024718=y
 CONFIG_ARM64_ERRATUM_1463225=y
 CONFIG_ARM64_ERRATUM_1542419=y
+CONFIG_ARM64_ERRATUM_1742098=y
 CONFIG_CAVIUM_ERRATUM_22375=y
 CONFIG_CAVIUM_ERRATUM_23154=y
 CONFIG_CAVIUM_ERRATUM_27456=y
diff --git a/srcpkgs/linux4.19/template b/srcpkgs/linux4.19/template
index 0ca91d263feb..e188d53524f9 100644
--- a/srcpkgs/linux4.19/template
+++ b/srcpkgs/linux4.19/template
@@ -1,6 +1,6 @@
 # Template file for 'linux4.19'
 pkgname=linux4.19
-version=4.19.262
+version=4.19.264
 revision=1
 wrksrc="linux-${version%.*}"
 short_desc="Linux kernel and modules (${version%.*} series)"
@@ -10,7 +10,7 @@ homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version%.*}.tar.xz
  https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-${version}.xz"
 checksum="0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
- 496fa99962da9b17dfd520b139dbb0550585d25a81b8ca1133835839381ec4df"
+ ce56ffae10412725cfd9ab79cc2c490a1e8f95e0966329c8ca7a87d5cd0906ce"
 skip_extraction="patch-${version}.xz"
 python_version=3
 

From 8d1311d252286c35f18b7fe4147b10114607d3ec Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 4 Nov 2022 17:05:02 +0100
Subject: [PATCH 49/77] libkdcraw5: update to 22.08.3.

---
 srcpkgs/libkdcraw5/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libkdcraw5/template b/srcpkgs/libkdcraw5/template
index 2c2e8558f6c3..7174e341129a 100644
--- a/srcpkgs/libkdcraw5/template
+++ b/srcpkgs/libkdcraw5/template
@@ -1,6 +1,6 @@
 # Template file for 'libkdcraw5'
 pkgname=libkdcraw5
-version=22.08.2
+version=22.08.3
 revision=1
 wrksrc="libkdcraw-${version}"
 build_style=cmake
@@ -12,7 +12,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
 homepage="https://www.kde.org/applications/graphics/"
 distfiles="${KDE_SITE}/release-service/${version}/src/libkdcraw-${version}.tar.xz"
-checksum=b1a11cdb53ac1a694bcdd8d2d4a7bb71d9fc16e84bd6e103c29f89ff0e6a3f0f
+checksum=8d94b9987a4bcc381eb4fe4cbd20f4c57eb5a16a747039d40496ba3562d89fe0
 
 libkdcraw5-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From cca517ddbdb3e540ddfa88bba8b10dc70bb888ed Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Thu, 3 Nov 2022 23:46:10 -0600
Subject: [PATCH 50/77] qt6ct: update to 0.7.

---
 srcpkgs/qt6ct/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 1e443df1dc20..db5aac26a364 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6ct'
 pkgname=qt6ct
-version=0.5
+version=0.7
 revision=1
 build_style=cmake
 configure_args="-DQT_HOST_PATH=/usr"
@@ -12,7 +12,7 @@ maintainer="Adam Pschorr <adampschorr13@aol.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/trialuser02/qt6ct"
 distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
-checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+checksum=6bc4c35e7c567908d8e123b8ccc11a55d27b5353ad035905cfa44b98c29ca862
 
 post_install() {
 	vlicense COPYING

From b00642164e49f1869da76552e5f1bbbd2d8a2e49 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 4 Nov 2022 17:29:28 +0100
Subject: [PATCH 51/77] gwenview: update to 22.08.3.

---
 srcpkgs/gwenview/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gwenview/template b/srcpkgs/gwenview/template
index 74abc6b1fd44..07f47751fded 100644
--- a/srcpkgs/gwenview/template
+++ b/srcpkgs/gwenview/template
@@ -1,6 +1,6 @@
 # Template file for 'gwenview'
 pkgname=gwenview
-version=22.08.2
+version=22.08.3
 revision=1
 build_style=cmake
 build_helper=qemu
@@ -16,4 +16,4 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
 homepage="https://www.kde.org/applications/graphics/gwenview"
 distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=c10924777c204e4d48e126afa8c3c9b4f5816a1b493f8e3658e88652624f4eb3
+checksum=f125eb729dd81ea265471c9bbca54fe6a7e87348c9a782b321331da72a02aa6e

From 85a6640ffdc0a29a58b45ade15cbb3a448748a77 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 20 Oct 2022 16:54:17 +0200
Subject: [PATCH 52/77] libtls: update to 3.6.1.

---
 common/shlibs           | 2 +-
 srcpkgs/libtls/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 15943b843377..71450853c6b1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3533,7 +3533,7 @@ libmanette-0.2.so.0 libmanette-0.2.1_1
 libfmt.so.9 fmt-9.0.0_1
 libelementary-calendar.so.0 libio.elementary.calendar-4.2.3_1
 libolm.so.3 olm-3.0.0_1
-libtls.so.25 libtls-3.5.2_1
+libtls.so.26 libtls-3.6.1_1
 libxmlb.so.2 libxmlb-0.2.1_1
 libvoikko.so.1 libvoikko-4.2_1
 libfstrcmp.so.0 libfstrcmp-0.7.D001_1
diff --git a/srcpkgs/libtls/template b/srcpkgs/libtls/template
index a957e7bb7d4b..8412dff6507d 100644
--- a/srcpkgs/libtls/template
+++ b/srcpkgs/libtls/template
@@ -1,6 +1,6 @@
 # Template file for 'libtls'
 pkgname=libtls
-version=3.5.3
+version=3.6.1
 revision=1
 wrksrc="libressl-${version}"
 build_style=gnu-configure
@@ -13,7 +13,7 @@ license="OpenSSL, ISC"
 homepage="http://www.libressl.org/"
 changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog"
 distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz"
-checksum=3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28
+checksum=acfac61316e93b919c28d62d53037ca734de85c46b4d703f19fd8395cf006774
 _lssl_asm_ver="1.2.0"
 replaces="libtls20>0"
 

From 9e26bf86b7ccba1c234af11b556054c421fe2104 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 21 Oct 2022 17:59:13 +0200
Subject: [PATCH 53/77] catgirl: rebuild for libtls-3.6.1.

---
 srcpkgs/catgirl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/catgirl/template b/srcpkgs/catgirl/template
index 9025181a1bb6..1f5ef356709a 100644
--- a/srcpkgs/catgirl/template
+++ b/srcpkgs/catgirl/template
@@ -1,7 +1,7 @@
 # Template file for 'catgirl'
 pkgname=catgirl
 version=2.1
-revision=2
+revision=3
 build_style=gnu-configure
 make_build_target="all"
 hostmakedepends="pkg-config"

From 0fc06248017bd61fe9a47e6d55fbbae5af8ae7b1 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 21 Oct 2022 17:59:13 +0200
Subject: [PATCH 54/77] litterbox: rebuild for libtls-3.6.1.

---
 srcpkgs/litterbox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/litterbox/template b/srcpkgs/litterbox/template
index 433697392dc9..5017f7d5a6cf 100644
--- a/srcpkgs/litterbox/template
+++ b/srcpkgs/litterbox/template
@@ -1,7 +1,7 @@
 # Template file for 'litterbox'
 pkgname=litterbox
 version=1.8
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_target="all"
 hostmakedepends="pkg-config"

From e6c7a4083ec573597b8a54bada95e82cf96440ea Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 21 Oct 2022 17:59:13 +0200
Subject: [PATCH 55/77] openntpd: rebuild for libtls-3.6.1.

---
 srcpkgs/openntpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openntpd/template b/srcpkgs/openntpd/template
index d910495a7ea4..3460b0fd3471 100644
--- a/srcpkgs/openntpd/template
+++ b/srcpkgs/openntpd/template
@@ -1,7 +1,7 @@
 # Template file for 'openntpd'
 pkgname=openntpd
 version=6.8p1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-privsep-user=openntpd --with-cacert=/etc/ssl/certs.pem"
 hostmakedepends="automake libtool"

From e974cc6b0caa8c539c45886bcf5f605236fda049 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 21 Oct 2022 18:00:02 +0200
Subject: [PATCH 56/77] pounce: rebuild for libtls-3.6.1.

---
 srcpkgs/pounce/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pounce/template b/srcpkgs/pounce/template
index 4fec47dc7ba7..e2cb84a05692 100644
--- a/srcpkgs/pounce/template
+++ b/srcpkgs/pounce/template
@@ -1,7 +1,7 @@
 # Template file for 'pounce'
 pkgname=pounce
 version=3.0
-revision=2
+revision=3
 build_style=gnu-configure
 make_build_target="all"
 hostmakedepends="pkg-config"

From 641e708512b774c5170700fbcb98b3a337afcce4 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 21 Oct 2022 17:59:14 +0200
Subject: [PATCH 57/77] sacc: rebuild for libtls-3.6.1.

---
 srcpkgs/sacc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sacc/template b/srcpkgs/sacc/template
index c07aef1a4c3b..2ed784c44262 100644
--- a/srcpkgs/sacc/template
+++ b/srcpkgs/sacc/template
@@ -1,7 +1,7 @@
 # Template file for 'sacc'
 pkgname=sacc
 version=1.05
-revision=2
+revision=3
 build_style="gnu-makefile"
 makedepends="ncurses-devel libtls-devel"
 short_desc="Terminal gopher client"

From 1882e162fe4fec7b70fb6ac3d2cf4ebfef0c741f Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Fri, 4 Nov 2022 17:49:47 +0100
Subject: [PATCH 58/77] falkon: update to 22.08.3.

---
 srcpkgs/falkon/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/falkon/template b/srcpkgs/falkon/template
index d7a4924d75ae..d508767f30ba 100644
--- a/srcpkgs/falkon/template
+++ b/srcpkgs/falkon/template
@@ -1,6 +1,6 @@
 # Template file for 'falkon'
 pkgname=falkon
-version=22.08.2
+version=22.08.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext pkg-config
@@ -16,7 +16,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-3.0-or-later"
 homepage="https://www.falkon.org"
 distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
-checksum=4d2be952d03744f77344c5a311c01ab02e104fc05b99bf40b7b8e664a19b9a0c
+checksum=e53efed4cd9d42bff005bf9f9e3ba6e37b26451981cc5926f2f4232a5033ff09
 
 LDFLAGS="-Wl,--no-fatal-warnings"
 

From 03ab8ed800d9e449710d1cc258b647f31ff1211f Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 2 Oct 2022 17:19:43 -0700
Subject: [PATCH 59/77] epiphany: update to 43.0.

---
 srcpkgs/epiphany/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/epiphany/template b/srcpkgs/epiphany/template
index 435daf6485d1..a23f04b32ebb 100644
--- a/srcpkgs/epiphany/template
+++ b/srcpkgs/epiphany/template
@@ -1,20 +1,21 @@
 # Template file for 'epiphany'
 pkgname=epiphany
-version=42.4
+version=43.0
 revision=1
 build_style=meson
 configure_args="-Dunit_tests=disabled"
-hostmakedepends="gettext glib-devel itstool pkg-config"
+hostmakedepends="gettext glib-devel itstool pkg-config gtk-update-icon-cache
+ desktop-file-utils"
 makedepends="NetworkManager-devel avahi-glib-libs-devel gcr-devel
  gnome-desktop-devel json-glib-devel libdazzle-devel libhandy1-devel
- libnotify-devel libsecret-devel libsoup-gnome-devel libwnck-devel libxslt-devel
- nettle-devel nss-devel webkit2gtk-devel libportal-gtk3-devel libsoup-devel
+ libnotify-devel libsecret-devel libsoup3-devel libwnck-devel libxslt-devel
+ nettle-devel nss-devel libwebkit2gtk41-devel libportal-gtk3-devel
  libarchive-devel"
-depends="desktop-file-utils hicolor-icon-theme iso-codes webkit2gtk"
+depends="desktop-file-utils hicolor-icon-theme iso-codes"
 short_desc="Intuitive GNOME web browser"
-maintainer="Enno Boland <gottox@voidlinux.org>"
+maintainer="oreo639 <oreo6391@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Web"
-changelog="https://gitlab.gnome.org/GNOME/epiphany/-/raw/gnome-42/NEWS"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=370938ad2920eeb28bc2435944776b7ba55a0e2ede65836f79818cfb7e8f0860
+changelog="https://gitlab.gnome.org/GNOME/epiphany/-/raw/gnome-43/NEWS"
+distfiles="${GNOME_SITE}/epiphany/${version%.*}/epiphany-${version}.tar.xz"
+checksum=b66d499f9ee72696d83cf844125377181a954554a4bb3785b73293380ac0c227

From 9ea6b0db5c8f14b11ecb3a7fa9c5a05af66c85a6 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 3 Nov 2022 14:18:12 -0700
Subject: [PATCH 60/77] pacman: update to 6.0.2.

---
 srcpkgs/pacman/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pacman/template b/srcpkgs/pacman/template
index d14176f089d7..dca7ba6f2710 100644
--- a/srcpkgs/pacman/template
+++ b/srcpkgs/pacman/template
@@ -1,6 +1,6 @@
 # Template file for 'pacman'
 pkgname=pacman
-version=6.0.1
+version=6.0.2
 revision=1
 make_dirs="/var/lib/pacman 0755 root root
  /usr/var/cache/pacman/pkg 0755 root root
@@ -16,11 +16,11 @@ maintainer="oreo639 <oreo6391@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.archlinux.org/pacman/"
 distfiles="https://sources.archlinux.org/other/pacman/pacman-${version}.tar.xz"
-checksum=0db61456e56aa49e260e891c0b025be210319e62b15521f29d3e93b00d3bf731
-make_check=ci-skip
+checksum=7d8e3e8c5121aec0965df71f59bedf46052c6cf14f96365c4411ec3de0a4c1a5
+make_check=ci-skip # Some tests fail when run in CI
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	make_check=no # fakechroot is not available
 else
-	checkdepends="fakeroot fakechroot gnupg"
+	checkdepends="fakeroot fakechroot gnupg perl"
 fi

From 811e6e4d4244ac15c8036d78725f3d4aafd896fb Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 4 Nov 2022 12:08:38 -0400
Subject: [PATCH 61/77] dendrite: update to 0.10.7.

---
 srcpkgs/dendrite/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dendrite/template b/srcpkgs/dendrite/template
index d14462cc001a..4ff055cf7be1 100644
--- a/srcpkgs/dendrite/template
+++ b/srcpkgs/dendrite/template
@@ -1,6 +1,6 @@
 # Template file for 'dendrite'
 pkgname=dendrite
-version=0.10.6
+version=0.10.7
 revision=1
 build_style=go
 go_import_path="github.com/matrix-org/dendrite"
@@ -12,7 +12,7 @@ license="Apache-2.0"
 homepage="https://matrix.org/docs/projects/server/dendrite"
 changelog="https://raw.githubusercontent.com/matrix-org/dendrite/main/CHANGES.md"
 distfiles="https://github.com/matrix-org/dendrite/archive/v${version}.tar.gz"
-checksum=5c02e5d83a240aa3cafd1f92027f14718c9661136e096438bf64505606c502a0
+checksum=d56b68f3b6ed41364ca240df24575c80b3cf0e9d6e913ef07dfbbcf881b95b74
 
 system_accounts="_dendrite"
 _dendrite_homedir="/var/lib/dendrite"

From d687c94e53beb22a9cfacaeb3be17843f56161d3 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 3 Nov 2022 22:21:31 +0100
Subject: [PATCH 62/77] github-cli: update to 2.19.0

---
 srcpkgs/github-cli/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template
index 973cd64ec8c2..458fbe94ad0e 100644
--- a/srcpkgs/github-cli/template
+++ b/srcpkgs/github-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'github-cli'
 pkgname=github-cli
-version=2.18.1
+version=2.19.0
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://cli.github.com"
 changelog="https://github.com/cli/cli/releases"
 distfiles="https://github.com/cli/cli/archive/refs/tags/v${version}.tar.gz"
-checksum=b66c15f03de1fa964fdd60641aec7f1d5c09b338ee10e9475c645bb0d8fa1e98
+checksum=522aeaa5e1ed885d89cf44fe8e1c84da6a372046d4e173a5cd290821ac5afdc8
 
 pre_build() {
 	local _date
@@ -29,9 +29,8 @@ post_install() {
 	CGO_ENABLED=0 GOARCH="" go run script/build.go manpages
 	vcopy share/man usr/share
 
-	GH="${DESTDIR}/usr/bin/gh"
 	for shell in bash fish zsh; do
-		vtargetrun ${GH} completion -s $shell > github-cli.$shell
-		vcompletion github-cli.$shell $shell gh
+		vtargetrun "${DESTDIR}/usr/bin/gh" completion -s ${shell} > github-cli.${shell}
+		vcompletion github-cli.${shell} ${shell} gh
 	done
 }

From 04fad37adfefdb3afc6ce6297bd9385628c3dc9a Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 3 Nov 2022 23:05:23 -0400
Subject: [PATCH 63/77] just: update to 1.8.0

---
 srcpkgs/just/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/just/template b/srcpkgs/just/template
index f62b0c121515..57839357ac1f 100644
--- a/srcpkgs/just/template
+++ b/srcpkgs/just/template
@@ -1,6 +1,6 @@
 # Template file for 'just'
 pkgname=just
-version=1.7.0
+version=1.8.0
 revision=1
 build_style=cargo
 short_desc="Just a command runner"
@@ -9,7 +9,7 @@ license="CC0-1.0"
 homepage="https://github.com/casey/just"
 changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
 distfiles="https://github.com/casey/just/archive/refs/tags/${version}.tar.gz"
-checksum=64e3efa2ef30d41ec896d4accaa1ebf6c331a787447bf8e37c53bb0ada02359f
+checksum=5c78163d3ee45f838a2a69f0ac2866f901efe2a0d9e68875d1e12260951a60f4
 make_check=ci-skip  # test fails when run as root
 
 # Fix failing test

From 015c571dfbc9d6dfbd1293068b4cfa8408f626b9 Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Thu, 3 Nov 2022 21:30:06 +1000
Subject: [PATCH 64/77] k9s: update to 0.26.7

---
 srcpkgs/k9s/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/k9s/template b/srcpkgs/k9s/template
index af7cb8fd3603..5fc1cbe54f73 100644
--- a/srcpkgs/k9s/template
+++ b/srcpkgs/k9s/template
@@ -1,6 +1,6 @@
 # Template file for 'k9s'
 pkgname=k9s
-version=0.26.6
+version=0.26.7
 revision=1
 build_style=go
 go_import_path="github.com/derailed/k9s"
@@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"
 homepage="https://k9scli.io/"
 distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
-checksum=afe885d074e026ac07f8ad7f2e423ab65df812a228ca6d1f96599285751c5630
+checksum=33365e0773210f50013ae3b8e749269b27ff4c7624e8ab17e1a81bfe0c8879dd
 
 # fix: collect2: fatal error: cannot find 'ld'
 export LDFLAGS="-fuse-ld=bfd"

From 41f102da175eca5db6ce362178c74f81b9ccfd97 Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Thu, 3 Nov 2022 21:36:10 +1000
Subject: [PATCH 65/77] kubernetes-helm: update to 3.10.1

---
 srcpkgs/kubernetes-helm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kubernetes-helm/template b/srcpkgs/kubernetes-helm/template
index 0837367f4063..87fae55b32ba 100644
--- a/srcpkgs/kubernetes-helm/template
+++ b/srcpkgs/kubernetes-helm/template
@@ -1,6 +1,6 @@
 # Template file for 'kubernetes-helm'
 pkgname=kubernetes-helm
-version=3.10.0
+version=3.10.1
 revision=1
 wrksrc="helm-${version}"
 hostmakedepends="go make mercurial tar"
@@ -9,7 +9,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
 homepage="https://helm.sh/"
 distfiles="https://github.com/helm/helm/archive/v${version}.tar.gz"
-checksum=eea2099dbcc9b0500149a0907b4a6ba9a937771a3ab490fb6cce8a861100994a
+checksum=b8d05893ce2413385417e3b23d40e259625973bfcd452121f7d17c767078fc10
 conflicts="helm"
 nopie=true
 

From 77facad65e2f1554f05bc8fee10108cce83a1cd8 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Mon, 31 Oct 2022 18:24:18 -0300
Subject: [PATCH 66/77] libpng: update to 1.6.38

---
 srcpkgs/libpng/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libpng/template b/srcpkgs/libpng/template
index a6cb027d50de..bf78253f4126 100644
--- a/srcpkgs/libpng/template
+++ b/srcpkgs/libpng/template
@@ -1,6 +1,6 @@
 # Template file for 'libpng'
 pkgname=libpng
-version=1.6.37
+version=1.6.38
 revision=1
 build_style=gnu-configure
 makedepends="zlib-devel"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Libpng"
 homepage="http://www.libpng.org/pub/png/libpng.html"
 distfiles="${SOURCEFORGE_SITE}/libpng/libpng-${version}.tar.xz"
-checksum=505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca
+checksum=b3683e8b8111ebf6f1ac004ebb6b0c975cd310ec469d98364388e9cedbfa68be
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*|aarch64*) configure_args="--enable-arm-neon=no";;

From cc98de7aa5dcc55f7a96b668c892882d971ef956 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 31 Oct 2022 14:46:32 +0200
Subject: [PATCH 67/77] glfw: update to 3.3.8.

---
 srcpkgs/glfw/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 968accbe50d2..3d9d7b426928 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -1,7 +1,7 @@
 # Template file for 'glfw'
 # update together with glfw-wayland
 pkgname=glfw
-version=3.3.7
+version=3.3.8
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
@@ -12,11 +12,11 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Zlib"
 homepage="http://www.glfw.org"
 changelog="https://www.glfw.org/changelog.html"
-distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
-checksum=fd21a5f65bcc0fc3c76e0f8865776e852de09ef6fbc3620e09ce96d2b2807e04
+distfiles="https://github.com/glfw/glfw/archive/${version}.tar.gz"
+checksum=f30f42e05f11e5fc62483e513b0488d5bceeab7d9c5da0ffe2252ad81816c713
 
 glfw-devel_package() {
-	depends="glfw>=${version}_${revision} $makedepends"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From fb4c2ac1742939ae1cc901d00279e4ec9d7a83bd Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Mon, 31 Oct 2022 14:46:35 +0200
Subject: [PATCH 68/77] glfw-wayland: update to 3.3.8.

---
 srcpkgs/glfw-wayland/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
index 4d5485dd6632..296dcff1e9d9 100644
--- a/srcpkgs/glfw-wayland/template
+++ b/srcpkgs/glfw-wayland/template
@@ -1,6 +1,6 @@
 # Template file for 'glfw-wayland'
 pkgname=glfw-wayland
-version=3.3.7
+version=3.3.8
 revision=1
 wrksrc=glfw-${version}
 build_style=cmake
@@ -14,7 +14,7 @@ license="Zlib"
 homepage="http://www.glfw.org"
 changelog="https://www.glfw.org/changelog.html"
 distfiles="https://github.com/glfw/glfw/archive/${version}.tar.gz"
-checksum=fd21a5f65bcc0fc3c76e0f8865776e852de09ef6fbc3620e09ce96d2b2807e04
+checksum=f30f42e05f11e5fc62483e513b0488d5bceeab7d9c5da0ffe2252ad81816c713
 provides="glfw-${version}_${revision}"
 replaces="glfw>=0"
 

From 2b54fcc817383ed79b70fe7867bbae27c11b02fb Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Fri, 28 Oct 2022 15:22:40 -0700
Subject: [PATCH 69/77] rmapi: update to v0.0.22.1

---
 srcpkgs/rmapi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rmapi/template b/srcpkgs/rmapi/template
index dddb384fdee2..29afdfea5cf1 100644
--- a/srcpkgs/rmapi/template
+++ b/srcpkgs/rmapi/template
@@ -1,6 +1,6 @@
 # Template file for 'rmapi'
 pkgname=rmapi
-version=0.0.15
+version=0.0.22.1
 revision=1
 build_style=go
 go_import_path=github.com/juruen/rmapi
@@ -8,5 +8,5 @@ short_desc="CLI for accessing reMarkable table files through the cloud api"
 maintainer="Patrick Pichler <mail@patrickpichler.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/juruen/rmapi"
-distfiles="https://github.com/juruen/rmapi/archive/v${version}${_status}.tar.gz"
-checksum=606101d385c1b396d0e0a3cc06b382f9b3498895e0402f717652c8b3e54a0c86
+distfiles="https://github.com/juruen/rmapi/archive/v${version}.tar.gz"
+checksum=880dae291267ae19ed524e4342fb86a935cfe9d20be99cf02086b50e179f6978

From 881fba8406acfcdbef94e3f170298986ab4ff0c2 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Fri, 28 Oct 2022 13:45:32 +0200
Subject: [PATCH 70/77] i2pd: increase open files limit

To run i2pd as a "floodfill" (special mode which contributes to the
network more) we need a higher open files limit. 8192 is recommended by
upstream but let's just double it to be on the safe side.
---
 srcpkgs/i2pd/files/i2pd/run | 2 ++
 srcpkgs/i2pd/template       | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/i2pd/files/i2pd/run b/srcpkgs/i2pd/files/i2pd/run
index 362ca4004db3..2395b784eed4 100644
--- a/srcpkgs/i2pd/files/i2pd/run
+++ b/srcpkgs/i2pd/files/i2pd/run
@@ -1,4 +1,6 @@
 #!/bin/sh
+[ -r conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-16384}
 exec chpst -u _i2pd:_i2pd i2pd --service \
 	--conf=/etc/i2pd/i2pd.conf \
 	--tunconf=/etc/i2pd/tunnels.conf 2>&1
diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template
index 253e5e4aed9a..269d719ff21b 100644
--- a/srcpkgs/i2pd/template
+++ b/srcpkgs/i2pd/template
@@ -1,7 +1,7 @@
 # Template file for 'i2pd'
 pkgname=i2pd
 version=2.43.0
-revision=1
+revision=2
 build_style=gnu-makefile
 make_build_args="USE_UPNP=yes"
 makedepends="zlib-devel boost-devel openssl-devel miniupnpc-devel

From dcbb32b66eb1b9fdce55e854d79ecd4f8af06de8 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 26 Oct 2022 17:28:31 +0200
Subject: [PATCH 71/77] gtk4: update to 4.8.2.

---
 srcpkgs/gtk4/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index 1180a3549efb..c46e7d74ba3e 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk4'
 pkgname=gtk4
-version=4.8.1
+version=4.8.2
 revision=1
 wrksrc="gtk-${version}"
 build_style=meson
@@ -30,10 +30,10 @@ short_desc="GIMP ToolKit (v4)"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtk.org/"
-#changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-8/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-8/NEWS"
 distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz"
-checksum=5ce8d8de98a23bd0c8eca1a61094e1c009b5f009dcbd60b45e990a8db1b742fd
+checksum=85b7a160b6e02eafa4e7d38f046f8720fab537d3fe73c01c864333a983a692a9
 
 # Package build options
 build_options="broadway cloudproviders colord cups gir vulkan wayland x11 tracker"

From 20b2e2ebf4e2a3ed104daf21bae9917b524c0927 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 4 Nov 2022 19:47:25 +0100
Subject: [PATCH 72/77] xdaliclock: remove gschemas.compiled

/usr/share/glib-2.0/schemas/gschemas.compiled should be generated and not
provided by a package
---
 srcpkgs/xdaliclock/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/xdaliclock/template b/srcpkgs/xdaliclock/template
index 26fddf312842..bcead586553b 100644
--- a/srcpkgs/xdaliclock/template
+++ b/srcpkgs/xdaliclock/template
@@ -1,7 +1,7 @@
 # Template file for 'xdaliclock'
 pkgname=xdaliclock
 version=2.47
-revision=1
+revision=2
 build_wrksrc=X11
 build_style=gnu-configure
 hostmakedepends="glib-devel libxml2 pkg-config"
@@ -15,6 +15,7 @@ checksum=d4992ff62ba5bf263e6f92abc83afcb3ebfc2d4f7985c562ecf250b0bd6b50be
 
 do_install() {
 	make install install_prefix=${DESTDIR}	
+	rm "${DESTDIR}/usr/share/glib-2.0/schemas/gschemas.compiled"
 	sed -n '/Jamie/,/warranty/p' xdaliclock.c > LICENSE
 	vlicense LICENSE
 }

From e3a590d85a64138d4d68ac402a07baab10327d17 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Fri, 14 Oct 2022 16:29:47 +0200
Subject: [PATCH 73/77] amdvlk: update to 2022.Q4.1.

---
 .../patches/cmake-build-type-none.patch       | 46 ----------------
 .../patches/pal-missing-time-include.patch    | 12 -----
 srcpkgs/amdvlk/template                       | 52 +++++++++++--------
 3 files changed, 29 insertions(+), 81 deletions(-)
 delete mode 100644 srcpkgs/amdvlk/patches/cmake-build-type-none.patch
 delete mode 100644 srcpkgs/amdvlk/patches/pal-missing-time-include.patch

diff --git a/srcpkgs/amdvlk/patches/cmake-build-type-none.patch b/srcpkgs/amdvlk/patches/cmake-build-type-none.patch
deleted file mode 100644
index c6b356b54976..000000000000
--- a/srcpkgs/amdvlk/patches/cmake-build-type-none.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-Index: llvm-project/llvm/CMakeLists.txt
-===================================================================
---- a/llvm-project/llvm/CMakeLists.txt
-+++ b/llvm-project/llvm/CMakeLists.txt
-@@ -251,11 +251,6 @@ endif()
- 
- string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
- 
--if (CMAKE_BUILD_TYPE AND
--    NOT uppercase_CMAKE_BUILD_TYPE MATCHES "^(DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL)$")
--  message(FATAL_ERROR "Invalid value for CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
--endif()
--
- set(LLVM_LIBDIR_SUFFIX "" CACHE STRING "Define suffix of library directory name (32/64)" )
- 
- set(LLVM_TOOLS_INSTALL_DIR "bin" CACHE STRING "Path for binary subdirectory (defaults to 'bin')")
-Index: xgl/CMakeLists.txt
-===================================================================
---- a/xgl/CMakeLists.txt
-+++ b/xgl/CMakeLists.txt
-@@ -181,11 +181,6 @@ if (CMAKE_CONFIGURATION_TYPES)
- else()
-     string(TOUPPER "${CMAKE_BUILD_TYPE}" capital_CMAKE_BUILD_TYPE)
- 
--    if (CMAKE_BUILD_TYPE AND
--        NOT capital_CMAKE_BUILD_TYPE MATCHES "^(DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL)$")
--        message(FATAL_ERROR "Invalid value for CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
--    endif()
--
-     if(capital_CMAKE_BUILD_TYPE STREQUAL "DEBUG")
-         set(CMAKE_BUILD_TYPE_DEBUG ON)
-         set(CMAKE_BUILD_TYPE_RELEASE OFF)
---- a/xgl/cmake/Modules/AmdCmakeHelper.cmake	2021-04-07 06:57:17.000000000 +0200
-+++ b/xgl/cmake/Modules/AmdCmakeHelper.cmake	2021-04-07 06:57:17.000000000 +0200
-@@ -35,11 +35,6 @@
- else()
-     string(TOUPPER "${CMAKE_BUILD_TYPE}" capital_CMAKE_BUILD_TYPE)
- 
--    if (CMAKE_BUILD_TYPE AND
--        NOT capital_CMAKE_BUILD_TYPE MATCHES "^(DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL)$")
--        message(FATAL_ERROR "Invalid value for CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
--    endif()
--
-     if(capital_CMAKE_BUILD_TYPE STREQUAL "DEBUG")
-         set(CMAKE_BUILD_TYPE_DEBUG ON)
-         set(CMAKE_BUILD_TYPE_RELEASE OFF)
diff --git a/srcpkgs/amdvlk/patches/pal-missing-time-include.patch b/srcpkgs/amdvlk/patches/pal-missing-time-include.patch
deleted file mode 100644
index eb45353fe253..000000000000
--- a/srcpkgs/amdvlk/patches/pal-missing-time-include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/pal/src/util/lnx/lnxUuid.cpp b/pal/src/util/lnx/lnxUuid.cpp
-index 603db2a7..56c5d1f4 100644
---- a/pal/src/util/lnx/lnxUuid.cpp
-+++ b/pal/src/util/lnx/lnxUuid.cpp
-@@ -29,6 +29,7 @@
- #include "util/imported/libuuid/libuuid.h"
- 
- #include <random>
-+#include <time.h>
- #include <unistd.h>
- 
- namespace Util
diff --git a/srcpkgs/amdvlk/template b/srcpkgs/amdvlk/template
index a5aba8577b4e..9c0a46c0ddae 100644
--- a/srcpkgs/amdvlk/template
+++ b/srcpkgs/amdvlk/template
@@ -1,24 +1,24 @@
 # Template file for 'amdvlk'
 pkgname=amdvlk
-version=2022.Q1.2
+version=2022.Q4.1
 revision=1
-_llpc_commit=a9be3c24b81816b092282f25948b966f6b35a877
-_xgl_commit=7f50fdca1959454bd6e27f984fa2b29e7d5a8789
-_pal_commit=b638e90ca4e6e5a6fc4f00029d62f8e064aa18eb
-_llvm_project_commit=7a66188b14010f5fdb65a3edf1e2cb5ffef0da80
-_spvgen_commit=6c2f36bcf0f8ff7ba8d20c8b789ca6346d1e16b1
-_MetroHash_commit=3c566dd9cda44ca7fd97659e0b53ac953f9037d2
-_CWPack_commit=39f8940199e60c44d4211cf8165dfd12876316fa
+_xgl_commit=8a67c76eedb8400fb5d3b1e7b6a3894efdc7a3b9
+_pal_commit=c2af6fc4c14ea61273bcf5576f8a83a12b945dd7
+_llpc_commit=9db0ba4c968bbfe2f3e7e546d17cbfd07dcfdc9e
+_gpurt_commit=2874e509b677d78ddb3faae90989dd45e60669b3
+_llvm_project_commit=d2b67605e4dd5dc50d0afbeb4f20f29cce97b207
+_MetroHash_commit=18893fb28601bb9af1154cd1a671a121fff6d8d3
+_CWPack_commit=4f8cf0584442a91d829d269158567d7ed926f026
 archs="i686* x86_64*"
 create_wrksrc=yes
 build_wrksrc="xgl"
 build_style=cmake
 configure_args="-DBUILD_WAYLAND_SUPPORT=ON
- -DXGL_METROHASH_PATH=../../metrohash
- -DXGL_CWPACK_PATH=../../cwpack
+ -DCMAKE_BUILD_TYPE=Release
  -DLLVM_PARALLEL_LINK_JOBS=2"
 hostmakedepends="pkg-config python3 perl"
-makedepends="libxml2-devel xorg-server-devel libXrandr-devel libffi-devel wayland-devel"
+makedepends="libxml2-devel xorg-server-devel libXrandr-devel libffi-devel wayland-devel
+ DirectXShaderCompiler-devel glslang-devel"
 depends="vulkan-loader"
 short_desc="AMD Open Source Driver For Vulkan"
 maintainer="John <me@johnnynator.dev>"
@@ -26,20 +26,20 @@ license="MIT"
 homepage="https://github.com/GPUOpen-Drivers/AMDVLK"
 distfiles="https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${version}.tar.gz
  https://github.com/GPUOpen-Drivers/llpc/archive/${_llpc_commit}.tar.gz
+ https://github.com/GPUOpen-Drivers/gpurt/archive/${_gpurt_commit}.tar.gz
  https://github.com/GPUOpen-Drivers/xgl/archive/${_xgl_commit}.tar.gz
  https://github.com/GPUOpen-Drivers/pal/archive/${_pal_commit}.tar.gz
  https://github.com/GPUOpen-Drivers/llvm-project/archive/${_llvm_project_commit}.tar.gz
- https://github.com/GPUOpen-Drivers/spvgen/archive/${_spvgen_commit}.tar.gz
  https://github.com/GPUOpen-Drivers/MetroHash/archive/${_MetroHash_commit}.tar.gz
  https://github.com/GPUOpen-Drivers/CWPack/archive/${_CWPack_commit}.tar.gz"
-checksum="9d639e5ba246894ad4ed33c0197c06c7231e799cccd24e1ae3e5baacec9f47e1
- 46f3242f6af8930ea85a8a2ce60902ac3f5070f2ba65b4b49ad2edd964ea1770
- 59197f412a87289c1a0c2c7c9b6de7acd03f03abc48ca205a3ff3d48fbb2e0de
- 637448884d01eab5701a2e1195528d865f38840f6f8a457dc92fddb803ed9466
- e31275608ffbeec1edb2c90dc2bcecd197b492f261918f617fec38feff123bd7
- 010bbd5ec538663dc2921ecbfd541e6ab727c73777f888b25ceb13ef5d9a7c3f
- cc8ff538fede25fe023984b3fde27f09b000bdc49793534794cd1d2bf881750a
- 0f5f9e050bdd944b335b3dd5baafce8327b75d65ec5a2812cf0441d1172b03ea"
+checksum="b72a1a977a0fadb57248af98278eac2916a63705881a8e6f86210a9f39652188
+ 75e8aecf09b03dfe8a2c48dff3fd56d027e0ca1a45bf889be8ba597d52da104f
+ ef813719b5cdf1ae1b20c29ff0c1ccddb8153262ebfe6f45977b6faa98966528
+ 5a97b3a714c0b508b9bc2ee4f8902bf32fdc8bef6cdb36f997bcb48e8b940888
+ b0b18d2ae80b49b5d6992bd80cec87199fb4dd2f242bff20b088355b0a422836
+ d777d461bbe0b84734702ed13d7f13e5ef5d7ed093a1be4ee9deba1f32fac65b
+ 141e6c156a834b8e0f90ba108664d7f35193df11acddefa117f394dbf2b7371a
+ 87ed9209c129f47d0b64c914fb99d6c69e59a257445ec3a394c3e00d5e2b4484"
 nocross=yes
 lib32files="/usr/share/vulkan/icd.d/amd_icd32.json"
 
@@ -47,15 +47,21 @@ case "$XBPS_TARGET_MACHINE" in
 	i686*) nodebug=yes;;
 esac
 
+pre_build() {
+	pwd
+	ninja -C build GpuRtGenerateShaders
+}
+
 post_extract() {
 	mv ${wrksrc}/AMDVLK-v-${version} ${wrksrc}/AMDVLK
 	mv ${wrksrc}/xgl-${_xgl_commit} ${wrksrc}/xgl
 	mv ${wrksrc}/pal-${_pal_commit} ${wrksrc}/pal
 	mv ${wrksrc}/llpc-${_llpc_commit} ${wrksrc}/llpc
+	mv ${wrksrc}/gpurt-${_gpurt_commit} ${wrksrc}/gpurt
 	mv ${wrksrc}/llvm-project-${_llvm_project_commit} ${wrksrc}/llvm-project
-	mv ${wrksrc}/spvgen-${_spvgen_commit} ${wrksrc}/spvgen
-	mv ${wrksrc}/MetroHash-${_MetroHash_commit} ${wrksrc}/metrohash
-	mv ${wrksrc}/CWPack-${_CWPack_commit} ${wrksrc}/cwpack
+	mkdir ${wrksrc}/third_party
+	mv ${wrksrc}/MetroHash-${_MetroHash_commit} ${wrksrc}/third_party/metrohash
+	mv ${wrksrc}/CWPack-${_CWPack_commit} ${wrksrc}/third_party/cwpack
 }
 
 pre_configure() {

From f28966fa72eb6d2d0c610eeaa286f710e79bca5f Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Fri, 14 Oct 2022 21:26:41 +0200
Subject: [PATCH 74/77] New package: DirectXShaderCompiler-1.7.2207

---
 common/shlibs                          |  1 +
 srcpkgs/DirectXShaderCompiler-devel    |  1 +
 srcpkgs/DirectXShaderCompiler/template | 63 ++++++++++++++++++++++++++
 3 files changed, 65 insertions(+)
 create mode 120000 srcpkgs/DirectXShaderCompiler-devel
 create mode 100644 srcpkgs/DirectXShaderCompiler/template

diff --git a/common/shlibs b/common/shlibs
index 71450853c6b1..a350b6d0bb79 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1819,6 +1819,7 @@ libmateweather.so.1 libmateweather-1.8.0_1
 libmate-panel-applet-4.so.1 libmate-panel-1.8.0_1
 libslab.so.0 libmate-control-center-1.8.2_1
 liblz4.so.1 liblz4-1.8.2_1
+libdxcompiler.so.3.7 DirectXShaderCompiler-1.7.2207_1
 libatrilview.so.3 libatril-1.8.0_1
 libatrildocument.so.3 libatril-1.8.0_1
 libjawt.so openjdk8-jre-8u20_2
diff --git a/srcpkgs/DirectXShaderCompiler-devel b/srcpkgs/DirectXShaderCompiler-devel
new file mode 120000
index 000000000000..9ead4a1bd207
--- /dev/null
+++ b/srcpkgs/DirectXShaderCompiler-devel
@@ -0,0 +1 @@
+DirectXShaderCompiler
\ No newline at end of file
diff --git a/srcpkgs/DirectXShaderCompiler/template b/srcpkgs/DirectXShaderCompiler/template
new file mode 100644
index 000000000000..0307ce0ccee6
--- /dev/null
+++ b/srcpkgs/DirectXShaderCompiler/template
@@ -0,0 +1,63 @@
+# Template file for 'DirectXShaderCompiler'
+pkgname=DirectXShaderCompiler
+version=1.7.2207
+revision=1
+build_style=cmake
+configure_args="-C ../cmake/caches/PredefinedParams.cmake"
+hostmakedepends="python3 git"
+short_desc="DirectX Shader Compiler based on LLVM/Clang. "
+maintainer="Joshua Woodie <joshua.t.woodie@gmail.com>"
+license="LLVM"
+homepage="https://github.com/microsoft/DirectXShaderCompiler"
+_SPIRV_Headers_commit=b2a156e1c0434bc8c99aaebba1c7be98be7ac580
+_SPIRV_Tools_commit=b930e734ea198b7aabbbf04ee1562cf6f57962f0
+_re2_commit=3e9622e0cd94ebba6e04d5c50b7af32029e330d8
+_effcee_commit=ddf5e2bb92957dc8a12c5392f8495333d6844133
+distfiles="https://github.com/microsoft/DirectXShaderCompiler/archive/refs/tags/v${version}.tar.gz
+ https://github.com/KhronosGroup/SPIRV-Headers/archive/${_SPIRV_Headers_commit}.tar.gz
+ https://github.com/KhronosGroup/SPIRV-Tools/archive/${_SPIRV_Tools_commit}.tar.gz
+ https://github.com/google/re2/archive/${_re2_commit}.tar.gz
+ https://github.com/google/effcee/archive/${_effcee_commit}.tar.gz"
+checksum="a52aad3830b4d3e39734455ad7f288ad24e32c006e256d987a0ed44fc54fbd26
+ b200990e1c07894906e298368e7e56d5ab9d728d851f9292587ec740c2b4d409
+ 9cddc845f99d7daa65940ff9deb6754cd71b67987ec9860bb0ef2af8a8732c84
+ 218e0f8d100ba09a089582de7a54ae0ebfa08fd8e43b4c8035ef2faa5e0d284a
+ 5809b2f80b67dc231c52da743be37bb46c5ce4a59dde344761f7c4295119750c"
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	# Tests on musl would require some patching to be done
+	# Also some fun with Mutexes. so mt is disabled for now
+	configure_args+=" -DCLANG_INCLUDE_TESTS=FALSE -DHLSL_INCLUDE_TESTS=FALSE -DLLVM_ENABLE_THREADS=OFF"
+fi
+nocross="fun with cmake and bunlded llvm"
+
+post_extract() {
+	rmdir -v ${wrksrc}/external/SPIRV-Headers
+	mv ${wrksrc}/../SPIRV-Headers-${_SPIRV_Headers_commit} ${wrksrc}/external/SPIRV-Headers
+	rmdir -v ${wrksrc}/external/SPIRV-Tools
+	mv ${wrksrc}/../SPIRV-Tools-${_SPIRV_Tools_commit} ${wrksrc}/external/SPIRV-Tools
+	rmdir -v ${wrksrc}/external/re2
+	mv ${wrksrc}/../re2-${_re2_commit} ${wrksrc}/external/re2
+	rmdir -v ${wrksrc}/external/effcee
+	mv ${wrksrc}/../effcee-${_effcee_commit} ${wrksrc}/external/effcee
+}
+
+do_install() {
+	for f in build/lib/libdxcompiler.so*; do
+		vinstall $f 644 usr/lib
+	done
+	vbin build/bin/dxc
+	vmkdir usr/include
+	vcopy include/dxc usr/include/
+	vlicense LICENSE.TXT
+	vlicense ThirdPartyNotices.txt
+}
+
+DirectXShaderCompiler-devel_package() {
+	short_desc+="${short_desc} - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/bin/dxc
+	}
+}

From bd23faba71f691eb04d793c8caaa9c4043751c6e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 4 Nov 2022 12:53:53 +0530
Subject: [PATCH 75/77] wbg: update to 1.1.0.

---
 srcpkgs/wbg/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wbg/template b/srcpkgs/wbg/template
index 61775d8151b9..f06fc1e8b198 100644
--- a/srcpkgs/wbg/template
+++ b/srcpkgs/wbg/template
@@ -1,15 +1,20 @@
 # Template file for 'wbg'
 pkgname=wbg
-version=1.0.2
+version=1.1.0
 revision=1
 wrksrc=$pkgname
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
-makedepends="libjpeg-turbo-devel libpng-devel pixman-devel
+makedepends="libjpeg-turbo-devel libpng-devel libwebp-devel pixman-devel
  tllist wayland-devel wayland-protocols"
 short_desc="Simple wallpaper application for Wayland compositors"
 maintainer="travankor <travankor@tuta.io>"
-license="GPL-3.0-or-later"
+license="MIT"
 homepage="https://codeberg.org/dnkl/wbg"
+changelog="https://codeberg.org/dnkl/wbg/raw/branch/master/CHANGELOG.md"
 distfiles="https://codeberg.org/dnkl/wbg/archive/${version}.tar.gz"
-checksum=3afcad17233ae3120369eaaf54bde41be8629bcda375d75a2d0d893649e802bc
+checksum=3f7844914c8a53fababa5df3575a9adb06026932bdd359664077ffdf19aae917
+
+post_install() {
+	vlicense LICENSE
+}

From 1fc61ac1033a7a728eb137e62d0ad8adae71cf52 Mon Sep 17 00:00:00 2001
From: Omar Polo <op@omarpolo.com>
Date: Fri, 4 Nov 2022 09:34:46 +0100
Subject: [PATCH 76/77] got: update to 0.78

---
 srcpkgs/got/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/got/template b/srcpkgs/got/template
index 971f42cb9e2f..bca2088c798c 100644
--- a/srcpkgs/got/template
+++ b/srcpkgs/got/template
@@ -1,6 +1,6 @@
 # Template file for 'got'
 pkgname=got
-version=0.77
+version=0.78
 revision=1
 wrksrc=got-portable-${version}
 build_style=gnu-configure
@@ -12,7 +12,7 @@ license="ISC"
 homepage="https://gameoftrees.org"
 changelog="https://gameoftrees.org/releases/CHANGES"
 distfiles="https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"
-checksum="fcef6eec48ba7f4ac6afb2d159c1bd15441ded9faaa6adbfe87d358cd4750bba"
+checksum="7e2d181746023adcc0d36231e36054e9f8b550a805fd7ea61b74b47cffd9c311"
 
 post_install() {
 	sed -n '/Copyright/,/PERFORMANCE/p' got/got.c > LICENSE

From 74db6297211c6207ef7cffed5b90bd9747e61511 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH 77/77] New package: lesspass-10.1.0

---
 srcpkgs/lesspass/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
index 03d1f0d20aa1..d833cb0b0d90 100644
--- a/srcpkgs/lesspass/template
+++ b/srcpkgs/lesspass/template
@@ -6,7 +6,7 @@ wrksrc="lesspass-pure-v${version}/cli"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
-checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" 
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox"
 short_desc="Stateless password generator"
 maintainer="Eloi Torrents <eloitor@disroot.org>"
 license="GPL-3.0-only"

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-9.5.6
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (9 preceding siblings ...)
  2022-11-04 23:42 ` [PR PATCH] [Updated] New package: lesspass-9.5.6 Eloitor
@ 2022-11-04 23:43 ` Eloitor
  2022-11-09  6:20 ` Eloitor
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-11-04 23:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-9.5.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 2058 bytes --]

From e86d91e3af742d86d8d405ad33a74c358c1aa564 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH 1/2] New package: lesspass-9.5.6

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..03d1f0d20aa1
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=9.5.6
+revision=1
+wrksrc="lesspass-pure-v${version}/cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" 
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz"
+checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534

From 6ba8947f0cd7c000082ce2424de6f9e09c0f25c8 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH 2/2] New package: lesspass-10.1.0

---
 srcpkgs/lesspass/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
index 03d1f0d20aa1..d833cb0b0d90 100644
--- a/srcpkgs/lesspass/template
+++ b/srcpkgs/lesspass/template
@@ -6,7 +6,7 @@ wrksrc="lesspass-pure-v${version}/cli"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
-checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" 
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox"
 short_desc="Stateless password generator"
 maintainer="Eloi Torrents <eloitor@disroot.org>"
 license="GPL-3.0-only"

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-9.5.6
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (10 preceding siblings ...)
  2022-11-04 23:43 ` Eloitor
@ 2022-11-09  6:20 ` Eloitor
  2022-12-13 10:21 ` Eloitor
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-11-09  6:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-9.5.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 2174 bytes --]

From 4bb6a24db7d4adb2d298d0d1745114f53fc3c1ea Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH 1/2] New package: lesspass-9.5.6

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..03d1f0d20aa1
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=9.5.6
+revision=1
+wrksrc="lesspass-pure-v${version}/cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" 
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz"
+checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534

From d2572df3e2583eadbf44698549b74eca183256d0 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH 2/2] New package: lesspass-10.1.0

---
 srcpkgs/lesspass/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
index 03d1f0d20aa1..acbf3a349ddc 100644
--- a/srcpkgs/lesspass/template
+++ b/srcpkgs/lesspass/template
@@ -5,8 +5,8 @@ revision=1
 wrksrc="lesspass-pure-v${version}/cli"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3"
-checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" 
+depends="python3 python3-tkinter"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox python3-tomli python3-iniconfig python3-tkinter python3-requests"
 short_desc="Stateless password generator"
 maintainer="Eloi Torrents <eloitor@disroot.org>"
 license="GPL-3.0-only"

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-9.5.6
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (11 preceding siblings ...)
  2022-11-09  6:20 ` Eloitor
@ 2022-12-13 10:21 ` Eloitor
  2022-12-13 10:25 ` Eloitor
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-12-13 10:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-9.5.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1305 bytes --]

From 27cc412b24c6d2ef2cdcfd9009e76c7a29b5850e Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: lesspass-9.5.6

---
 srcpkgs/lesspass/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..f4ff354a30be
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,19 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=9.5.6
+revision=1
+build_wrksrc="cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-tkinter python3-requests"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox python3-tomli python3-iniconfig python3-tkinter python3-requests"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz"
+checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534
+
+do_check() {
+  PYTHONPATH="$(cd build/lib* && pwd)" python -m unittest discover
+}

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-9.5.6
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (12 preceding siblings ...)
  2022-12-13 10:21 ` Eloitor
@ 2022-12-13 10:25 ` Eloitor
  2022-12-29 22:59 ` Eloitor
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-12-13 10:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-9.5.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1304 bytes --]

From 3c388028283a8679e50ea6d8d3450c5f9b6b3c8f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: lesspass-9.5.6

---
 srcpkgs/lesspass/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..4804296cf927
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,19 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=9.5.6
+revision=1
+build_wrksrc="cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-tkinter python3-requests"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox python3-tomli python3-iniconfig python3-tkinter python3-requests"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz"
+checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534
+
+do_check() {
+	PYTHONPATH="$(cd build/lib* && pwd)" python -m unittest discover
+}

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-9.5.6
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (13 preceding siblings ...)
  2022-12-13 10:25 ` Eloitor
@ 2022-12-29 22:59 ` Eloitor
  2022-12-29 23:00 ` Eloitor
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-12-29 22:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-9.5.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 2661 bytes --]

From 0e496b6b5a1afaaf50267f751bfb304411a3e575 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH 1/2] New package: lesspass-9.5.6

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 0000000000000..03d1f0d20aa14
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=9.5.6
+revision=1
+wrksrc="lesspass-pure-v${version}/cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" 
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz"
+checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534

From 03a19fdd2fb6b61186440933b9a7b6f1e1d0a434 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH 2/2] New package: lesspass-10.2.0

---
 srcpkgs/lesspass/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
index 03d1f0d20aa14..3a892c35a813c 100644
--- a/srcpkgs/lesspass/template
+++ b/srcpkgs/lesspass/template
@@ -1,15 +1,15 @@
 # Template file for 'lesspass'
 pkgname=lesspass
-version=9.5.6
+version=10.2.0
 revision=1
-wrksrc="lesspass-pure-v${version}/cli"
+build_wrksrc="cli"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3"
-checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" 
+depends="python3 python3-tkinter"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox python3-tomli python3-iniconfig python3-tkinter python3-requests"
 short_desc="Stateless password generator"
 maintainer="Eloi Torrents <eloitor@disroot.org>"
 license="GPL-3.0-only"
 homepage="https://www.lesspass.com"
-distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz"
-checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/cli-v${version}.tar.gz"
+checksum=cf009dff4343eba651cea71fe5075bbbd737ec70858b819cba10e545edb0eacb

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-9.5.6
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (14 preceding siblings ...)
  2022-12-29 22:59 ` Eloitor
@ 2022-12-29 23:00 ` Eloitor
  2022-12-30 10:00 ` [PR PATCH] [Updated] New package: lesspass-10.2.0 Eloitor
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-12-29 23:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-9.5.6
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1198 bytes --]

From 7f5992e04f9676d3ee68de8909ec275ffd912754 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: lesspass-10.2.0

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..3a892c35a813
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=10.2.0
+revision=1
+build_wrksrc="cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-tkinter"
+checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox python3-tomli python3-iniconfig python3-tkinter python3-requests"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/cli-v${version}.tar.gz"
+checksum=cf009dff4343eba651cea71fe5075bbbd737ec70858b819cba10e545edb0eacb

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-10.2.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (15 preceding siblings ...)
  2022-12-29 23:00 ` Eloitor
@ 2022-12-30 10:00 ` Eloitor
  2022-12-30 10:02 ` Eloitor
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-12-30 10:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-10.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1122 bytes --]

From c73ed7a79f58cbd672ca1c21bbcd437304dd3530 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: lesspass-10.2.0

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..deb80c1e7c83
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=10.2.0
+revision=1
+build_wrksrc="cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-mock python3-wheel python3-tomli python3-requests"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/cli-v${version}.tar.gz"
+checksum=cf009dff4343eba651cea71fe5075bbbd737ec70858b819cba10e545edb0eacb

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-10.2.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (16 preceding siblings ...)
  2022-12-30 10:00 ` [PR PATCH] [Updated] New package: lesspass-10.2.0 Eloitor
@ 2022-12-30 10:02 ` Eloitor
  2022-12-30 10:05 ` Eloitor
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-12-30 10:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-10.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1108 bytes --]

From f627eebea64f4b7e3f1a702e0645128416fb06eb Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: lesspass-10.2.0

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..9ce353984f7c
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=10.2.0
+revision=1
+build_wrksrc="cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-mock python3-wheel python3-requests"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/cli-v${version}.tar.gz"
+checksum=cf009dff4343eba651cea71fe5075bbbd737ec70858b819cba10e545edb0eacb

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-10.2.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (17 preceding siblings ...)
  2022-12-30 10:02 ` Eloitor
@ 2022-12-30 10:05 ` Eloitor
  2022-12-30 10:11 ` Eloitor
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-12-30 10:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-10.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1094 bytes --]

From 09a7159c12a8786c1e04e613d5868e99226055d3 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: lesspass-10.2.0

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..12c32777801b
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=10.2.0
+revision=1
+build_wrksrc="cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-pytest python3-mock python3-requests"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/cli-v${version}.tar.gz"
+checksum=cf009dff4343eba651cea71fe5075bbbd737ec70858b819cba10e545edb0eacb

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-10.2.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (18 preceding siblings ...)
  2022-12-30 10:05 ` Eloitor
@ 2022-12-30 10:11 ` Eloitor
  2022-12-30 10:14 ` Eloitor
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-12-30 10:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-10.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1079 bytes --]

From d2fab6d8bebeace337ab0a619de1f66664de30de Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: lesspass-10.2.0

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..9b87cd7d3748
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=10.2.0
+revision=1
+build_wrksrc="cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-mock python3-requests"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/cli-v${version}.tar.gz"
+checksum=cf009dff4343eba651cea71fe5075bbbd737ec70858b819cba10e545edb0eacb

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: New package: lesspass-10.2.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (19 preceding siblings ...)
  2022-12-30 10:11 ` Eloitor
@ 2022-12-30 10:14 ` Eloitor
  2023-03-31  1:55 ` github-actions
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2022-12-30 10:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/39181#issuecomment-1367838662

Comment:
This package is now ready. Some tests needed fixing upstream.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: New package: lesspass-10.2.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (20 preceding siblings ...)
  2022-12-30 10:14 ` Eloitor
@ 2023-03-31  1:55 ` github-actions
  2023-04-03 10:59 ` [PR PATCH] [Updated] " Eloitor
  2023-06-24 12:39 ` [PR PATCH] [Merged]: New package: lesspass-10.2.1 Duncaen
  23 siblings, 0 replies; 25+ messages in thread
From: github-actions @ 2023-03-31  1:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/39181#issuecomment-1491179079

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Updated] New package: lesspass-10.2.0
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (21 preceding siblings ...)
  2023-03-31  1:55 ` github-actions
@ 2023-04-03 10:59 ` Eloitor
  2023-06-24 12:39 ` [PR PATCH] [Merged]: New package: lesspass-10.2.1 Duncaen
  23 siblings, 0 replies; 25+ messages in thread
From: Eloitor @ 2023-04-03 10:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lesspass
https://github.com/void-linux/void-packages/pull/39181

New package: lesspass-10.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/39181.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lesspass-39181.patch --]
[-- Type: text/x-diff, Size: 1079 bytes --]

From 7b5580b3d48ebd5e3e8b47a624f0a99142c4c452 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 9 Sep 2022 12:15:52 +0200
Subject: [PATCH] New package: lesspass-10.2.1

---
 srcpkgs/lesspass/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/lesspass/template

diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template
new file mode 100644
index 000000000000..5194852fe64c
--- /dev/null
+++ b/srcpkgs/lesspass/template
@@ -0,0 +1,15 @@
+# Template file for 'lesspass'
+pkgname=lesspass
+version=10.2.1
+revision=1
+build_wrksrc="cli"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pexpect python3-mock python3-requests"
+short_desc="Stateless password generator"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://www.lesspass.com"
+distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/cli-v${version}.tar.gz"
+checksum=6727af1561acf4dd061a47995571a999f8b2972b5aeeca7bab6d2e4347134cbf

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [PR PATCH] [Merged]: New package: lesspass-10.2.1
  2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
                   ` (22 preceding siblings ...)
  2023-04-03 10:59 ` [PR PATCH] [Updated] " Eloitor
@ 2023-06-24 12:39 ` Duncaen
  23 siblings, 0 replies; 25+ messages in thread
From: Duncaen @ 2023-06-24 12:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 932 bytes --]

There's a merged pull request on the void-packages repository

New package: lesspass-10.2.1
https://github.com/void-linux/void-packages/pull/39181

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2023-06-24 12:39 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09 10:19 [PR PATCH] New package: python3-lesspass-10.1.0 Eloitor
2022-09-09 10:23 ` Eloitor
2022-09-09 10:35 ` [PR PATCH] [Updated] " Eloitor
2022-09-09 10:36 ` Eloitor
2022-09-09 10:58 ` [PR PATCH] [Updated] " Eloitor
2022-09-09 11:00 ` Eloitor
2022-09-09 12:22 ` icp1994
2022-09-22 21:41 ` [PR PATCH] [Updated] " Eloitor
2022-09-23 10:28 ` [PR PATCH] [Updated] New package: python3-lesspass-9.5.6 Eloitor
2022-11-03  9:36 ` Eloitor
2022-11-04 23:42 ` [PR PATCH] [Updated] New package: lesspass-9.5.6 Eloitor
2022-11-04 23:43 ` Eloitor
2022-11-09  6:20 ` Eloitor
2022-12-13 10:21 ` Eloitor
2022-12-13 10:25 ` Eloitor
2022-12-29 22:59 ` Eloitor
2022-12-29 23:00 ` Eloitor
2022-12-30 10:00 ` [PR PATCH] [Updated] New package: lesspass-10.2.0 Eloitor
2022-12-30 10:02 ` Eloitor
2022-12-30 10:05 ` Eloitor
2022-12-30 10:11 ` Eloitor
2022-12-30 10:14 ` Eloitor
2023-03-31  1:55 ` github-actions
2023-04-03 10:59 ` [PR PATCH] [Updated] " Eloitor
2023-06-24 12:39 ` [PR PATCH] [Merged]: New package: lesspass-10.2.1 Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).