Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cloud-utils-0.33
@ 2022-07-09 14:41 akhiljalagam
  2022-07-09 14:59 ` [PR REVIEW] " meator
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: akhiljalagam @ 2022-07-09 14:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages master
https://github.com/void-linux/void-packages/pull/37944

New package: cloud-utils-0.33
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 0e4bc0081686868ca79b811b5851a480627cd2fe Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sat, 9 Jul 2022 20:09:29 +0530
Subject: [PATCH] New package: cloud-utils-0.33

---
 srcpkgs/cloud-utils/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/cloud-utils/template

diff --git a/srcpkgs/cloud-utils/template b/srcpkgs/cloud-utils/template
new file mode 100644
index 000000000000..f10df899c49d
--- /dev/null
+++ b/srcpkgs/cloud-utils/template
@@ -0,0 +1,23 @@
+# Template file for 'cloud-utils'
+pkgname=cloud-utils
+version=0.33
+revision=1
+archs="x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="This package provides a useful set of utilities for interacting with a cloud"
+maintainer="akhil <akhil.j@outlook.in>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/canonical/cloud-utils/"
+#changelog=""
+distfiles="https://github.com/canonical/cloud-utils/archive/refs/tags/${version}.tar.gz"
+checksum=338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f

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

* Re: [PR REVIEW] New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
@ 2022-07-09 14:59 ` meator
  2022-07-09 14:59 ` meator
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: meator @ 2022-07-09 14:59 UTC (permalink / raw)
  To: ml

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

New review comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/37944#discussion_r917276722

Comment:
Please remove all unnecessary comments and empty variables.
```suggestion
build_style=gnu-makefile
short_desc="This package provides a useful set of utilities for interacting with a cloud"
maintainer="akhil <akhil.j@outlook.in>"
license="GPL-3.0-or-later"
homepage="https://github.com/canonical/cloud-utils/"
```

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

* Re: [PR REVIEW] New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
  2022-07-09 14:59 ` [PR REVIEW] " meator
@ 2022-07-09 14:59 ` meator
  2022-07-09 15:09 ` Chocimier
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: meator @ 2022-07-09 14:59 UTC (permalink / raw)
  To: ml

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

New review comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/37944#discussion_r917276789

Comment:
`xlint` (from the package `xtools`) reports:
```
template:17: short_desc should be less than 72 chars
```

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

* Re: New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
  2022-07-09 14:59 ` [PR REVIEW] " meator
  2022-07-09 14:59 ` meator
@ 2022-07-09 15:09 ` Chocimier
  2022-07-09 15:54 ` [PR PATCH] [Updated] " akhiljalagam
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2022-07-09 15:09 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37944#issuecomment-1179559370

Comment:
- Should specify its dependencies. 
- We do not have cdrkit packaged.
- Alpine packages for all archs.

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

* Re: [PR PATCH] [Updated] New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
                   ` (2 preceding siblings ...)
  2022-07-09 15:09 ` Chocimier
@ 2022-07-09 15:54 ` akhiljalagam
  2022-07-09 15:57 ` akhiljalagam
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: akhiljalagam @ 2022-07-09 15:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages master
https://github.com/void-linux/void-packages/pull/37944

New package: cloud-utils-0.33
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 0e4bc0081686868ca79b811b5851a480627cd2fe Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sat, 9 Jul 2022 20:09:29 +0530
Subject: [PATCH 1/2] New package: cloud-utils-0.33

---
 srcpkgs/cloud-utils/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/cloud-utils/template

diff --git a/srcpkgs/cloud-utils/template b/srcpkgs/cloud-utils/template
new file mode 100644
index 000000000000..f10df899c49d
--- /dev/null
+++ b/srcpkgs/cloud-utils/template
@@ -0,0 +1,23 @@
+# Template file for 'cloud-utils'
+pkgname=cloud-utils
+version=0.33
+revision=1
+archs="x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="This package provides a useful set of utilities for interacting with a cloud"
+maintainer="akhil <akhil.j@outlook.in>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/canonical/cloud-utils/"
+#changelog=""
+distfiles="https://github.com/canonical/cloud-utils/archive/refs/tags/${version}.tar.gz"
+checksum=338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f

From f41818d59e75bcc76cbdafaf30ed5da0391e500b Mon Sep 17 00:00:00 2001
From: Akhil Jalagam <akhil.j@outlook.in>
Date: Sat, 9 Jul 2022 21:24:24 +0530
Subject: [PATCH 2/2] Update srcpkgs/cloud-utils/template

Co-authored-by: meator <meator.dev@gmail.com>
---
 srcpkgs/cloud-utils/template | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/srcpkgs/cloud-utils/template b/srcpkgs/cloud-utils/template
index f10df899c49d..6c1740365982 100644
--- a/srcpkgs/cloud-utils/template
+++ b/srcpkgs/cloud-utils/template
@@ -3,21 +3,10 @@ pkgname=cloud-utils
 version=0.33
 revision=1
 archs="x86_64"
-#wrksrc=
-#create_wrksrc=yes
 build_style=gnu-makefile
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
-hostmakedepends=""
-makedepends=""
-depends=""
 short_desc="This package provides a useful set of utilities for interacting with a cloud"
 maintainer="akhil <akhil.j@outlook.in>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/canonical/cloud-utils/"
-#changelog=""
 distfiles="https://github.com/canonical/cloud-utils/archive/refs/tags/${version}.tar.gz"
 checksum=338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f

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

* Re: [PR PATCH] [Updated] New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
                   ` (3 preceding siblings ...)
  2022-07-09 15:54 ` [PR PATCH] [Updated] " akhiljalagam
@ 2022-07-09 15:57 ` akhiljalagam
  2022-07-09 15:58 ` [PR REVIEW] " akhiljalagam
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: akhiljalagam @ 2022-07-09 15:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages master
https://github.com/void-linux/void-packages/pull/37944

New package: cloud-utils-0.33
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 0e4bc0081686868ca79b811b5851a480627cd2fe Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sat, 9 Jul 2022 20:09:29 +0530
Subject: [PATCH 1/3] New package: cloud-utils-0.33

---
 srcpkgs/cloud-utils/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/cloud-utils/template

diff --git a/srcpkgs/cloud-utils/template b/srcpkgs/cloud-utils/template
new file mode 100644
index 000000000000..f10df899c49d
--- /dev/null
+++ b/srcpkgs/cloud-utils/template
@@ -0,0 +1,23 @@
+# Template file for 'cloud-utils'
+pkgname=cloud-utils
+version=0.33
+revision=1
+archs="x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="This package provides a useful set of utilities for interacting with a cloud"
+maintainer="akhil <akhil.j@outlook.in>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/canonical/cloud-utils/"
+#changelog=""
+distfiles="https://github.com/canonical/cloud-utils/archive/refs/tags/${version}.tar.gz"
+checksum=338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f

From f41818d59e75bcc76cbdafaf30ed5da0391e500b Mon Sep 17 00:00:00 2001
From: Akhil Jalagam <akhil.j@outlook.in>
Date: Sat, 9 Jul 2022 21:24:24 +0530
Subject: [PATCH 2/3] Update srcpkgs/cloud-utils/template

Co-authored-by: meator <meator.dev@gmail.com>
---
 srcpkgs/cloud-utils/template | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/srcpkgs/cloud-utils/template b/srcpkgs/cloud-utils/template
index f10df899c49d..6c1740365982 100644
--- a/srcpkgs/cloud-utils/template
+++ b/srcpkgs/cloud-utils/template
@@ -3,21 +3,10 @@ pkgname=cloud-utils
 version=0.33
 revision=1
 archs="x86_64"
-#wrksrc=
-#create_wrksrc=yes
 build_style=gnu-makefile
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
-hostmakedepends=""
-makedepends=""
-depends=""
 short_desc="This package provides a useful set of utilities for interacting with a cloud"
 maintainer="akhil <akhil.j@outlook.in>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/canonical/cloud-utils/"
-#changelog=""
 distfiles="https://github.com/canonical/cloud-utils/archive/refs/tags/${version}.tar.gz"
 checksum=338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f

From a25e3395c7b19269da169abe85a8386997e84861 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sat, 9 Jul 2022 21:27:12 +0530
Subject: [PATCH 3/3] resolved xlint warnings

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

diff --git a/srcpkgs/cloud-utils/template b/srcpkgs/cloud-utils/template
index 6c1740365982..1875a60ab80f 100644
--- a/srcpkgs/cloud-utils/template
+++ b/srcpkgs/cloud-utils/template
@@ -4,7 +4,7 @@ version=0.33
 revision=1
 archs="x86_64"
 build_style=gnu-makefile
-short_desc="This package provides a useful set of utilities for interacting with a cloud"
+short_desc="Set of utilities for interacting with a cloud"
 maintainer="akhil <akhil.j@outlook.in>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/canonical/cloud-utils/"

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

* Re: [PR REVIEW] New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
                   ` (4 preceding siblings ...)
  2022-07-09 15:57 ` akhiljalagam
@ 2022-07-09 15:58 ` akhiljalagam
  2022-07-09 16:32 ` meator
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: akhiljalagam @ 2022-07-09 15:58 UTC (permalink / raw)
  To: ml

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

New review comment by akhiljalagam on void-packages repository

https://github.com/void-linux/void-packages/pull/37944#discussion_r917282144

Comment:
resolved it.

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

* Re: New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
                   ` (5 preceding siblings ...)
  2022-07-09 15:58 ` [PR REVIEW] " akhiljalagam
@ 2022-07-09 16:32 ` meator
  2022-07-10  8:10 ` [PR PATCH] [Updated] " akhiljalagam
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: meator @ 2022-07-09 16:32 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/37944#issuecomment-1179570651

Comment:
There has to be one commit per package. Please squash the three commits into one. https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#review

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

* Re: [PR PATCH] [Updated] New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
                   ` (6 preceding siblings ...)
  2022-07-09 16:32 ` meator
@ 2022-07-10  8:10 ` akhiljalagam
  2022-07-10  8:12 ` akhiljalagam
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: akhiljalagam @ 2022-07-10  8:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages master
https://github.com/void-linux/void-packages/pull/37944

New package: cloud-utils-0.33
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 0e4bc0081686868ca79b811b5851a480627cd2fe Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sat, 9 Jul 2022 20:09:29 +0530
Subject: [PATCH 01/39] New package: cloud-utils-0.33

---
 srcpkgs/cloud-utils/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/cloud-utils/template

diff --git a/srcpkgs/cloud-utils/template b/srcpkgs/cloud-utils/template
new file mode 100644
index 000000000000..f10df899c49d
--- /dev/null
+++ b/srcpkgs/cloud-utils/template
@@ -0,0 +1,23 @@
+# Template file for 'cloud-utils'
+pkgname=cloud-utils
+version=0.33
+revision=1
+archs="x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="This package provides a useful set of utilities for interacting with a cloud"
+maintainer="akhil <akhil.j@outlook.in>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/canonical/cloud-utils/"
+#changelog=""
+distfiles="https://github.com/canonical/cloud-utils/archive/refs/tags/${version}.tar.gz"
+checksum=338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f

From adec1ec2bb58152ff2b79c15c3499e0a9786a3f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 9 Jul 2022 22:31:16 +0700
Subject: [PATCH 02/39] bbswitch: add patch for linux 5.18

Close #37916
---
 .../bbswitch/patches/0003-kernel-5.18.patch    | 18 ++++++++++++++++++
 srcpkgs/bbswitch/template                      |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/bbswitch/patches/0003-kernel-5.18.patch

diff --git a/srcpkgs/bbswitch/patches/0003-kernel-5.18.patch b/srcpkgs/bbswitch/patches/0003-kernel-5.18.patch
new file mode 100644
index 000000000000..6fa0e58269d9
--- /dev/null
+++ b/srcpkgs/bbswitch/patches/0003-kernel-5.18.patch
@@ -0,0 +1,18 @@
+--- a/bbswitch.c
++++ b/bbswitch.c
+@@ -264,10 +264,14 @@
+     pci_disable_device(dis_dev);
+     do {
+         struct acpi_device *ad = NULL;
+-        int r;
++        int r = 0;
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0)
++        ad = acpi_fetch_acpi_dev(dis_handle);
++#else
+         r = acpi_bus_get_device(dis_handle, &ad);
++#endif
+         if (r || !ad) {
+             pr_warn("Cannot get ACPI device for PCI device\n");
+             break;
+         }
diff --git a/srcpkgs/bbswitch/template b/srcpkgs/bbswitch/template
index 4dc9d3235e60..bc0a54ceb2c5 100644
--- a/srcpkgs/bbswitch/template
+++ b/srcpkgs/bbswitch/template
@@ -1,7 +1,7 @@
 # Template file for 'bbswitch'
 pkgname=bbswitch
 version=0.8
-revision=4
+revision=5
 archs="x86_64*"
 depends="dkms"
 short_desc="Kernel module for disabling the nVidia GPU on Optimus laptops"

From f41818d59e75bcc76cbdafaf30ed5da0391e500b Mon Sep 17 00:00:00 2001
From: Akhil Jalagam <akhil.j@outlook.in>
Date: Sat, 9 Jul 2022 21:24:24 +0530
Subject: [PATCH 03/39] Update srcpkgs/cloud-utils/template

Co-authored-by: meator <meator.dev@gmail.com>
---
 srcpkgs/cloud-utils/template | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/srcpkgs/cloud-utils/template b/srcpkgs/cloud-utils/template
index f10df899c49d..6c1740365982 100644
--- a/srcpkgs/cloud-utils/template
+++ b/srcpkgs/cloud-utils/template
@@ -3,21 +3,10 @@ pkgname=cloud-utils
 version=0.33
 revision=1
 archs="x86_64"
-#wrksrc=
-#create_wrksrc=yes
 build_style=gnu-makefile
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
-hostmakedepends=""
-makedepends=""
-depends=""
 short_desc="This package provides a useful set of utilities for interacting with a cloud"
 maintainer="akhil <akhil.j@outlook.in>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/canonical/cloud-utils/"
-#changelog=""
 distfiles="https://github.com/canonical/cloud-utils/archive/refs/tags/${version}.tar.gz"
 checksum=338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f

From a25e3395c7b19269da169abe85a8386997e84861 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sat, 9 Jul 2022 21:27:12 +0530
Subject: [PATCH 04/39] resolved xlint warnings

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

diff --git a/srcpkgs/cloud-utils/template b/srcpkgs/cloud-utils/template
index 6c1740365982..1875a60ab80f 100644
--- a/srcpkgs/cloud-utils/template
+++ b/srcpkgs/cloud-utils/template
@@ -4,7 +4,7 @@ version=0.33
 revision=1
 archs="x86_64"
 build_style=gnu-makefile
-short_desc="This package provides a useful set of utilities for interacting with a cloud"
+short_desc="Set of utilities for interacting with a cloud"
 maintainer="akhil <akhil.j@outlook.in>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/canonical/cloud-utils/"

From 24d2f3bc69d2acbb0a63dab20037512b99edf1f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 05/39] fetchmail: update to 6.4.30.

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

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index d1bbe5f33432..8fa7559569d2 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,6 +1,6 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
-version=6.4.23
+version=6.4.30
 revision=1
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
@@ -13,7 +13,7 @@ license="GPL-2.0-only"
 homepage="http://fetchmail.sourceforge.net/"
 changelog="https://gitlab.com/fetchmail/fetchmail/-/raw/legacy_64/NEWS"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5f7a5e13731431134a2ca535bbced7adc666d3aeb93169a0830945d91f492300
+checksum=35824c20aa1d8d97e3f1611fef49b9f7f68396f7cbc4d3a807fed27ae9ea445a
 
 post_install() {
 	vsed -i -e 's,/usr/bin/python ,/usr/bin/python3 ,' "${DESTDIR}/usr/bin/fetchmailconf"

From 17e0e68355391f6398441728d32d78e6026088d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 06/39] python3-virtualenv: update to 20.15.1.

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index ca41cbf2079f..f5593aa78c6b 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
-version=20.14.1
+version=20.15.1
 revision=1
 wrksrc="virtualenv-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://virtualenv.pypa.io/"
 changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
-checksum=ef589a79795589aada0c1c5b319486797c03b67ac3984c48c669c0e4f50df3a5
+checksum=288171134a2ff3bfb1a2f54f119e77cd1b81c29fc1265a2356f3e8d14c7d58c4
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 do_check() {

From 636a1c6264e715fdec98005579dfe02fe4c4653a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 07/39] rinutils: update to 0.10.1.

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

diff --git a/srcpkgs/rinutils/template b/srcpkgs/rinutils/template
index a78c2ec31a68..702c7c45ca42 100644
--- a/srcpkgs/rinutils/template
+++ b/srcpkgs/rinutils/template
@@ -1,6 +1,6 @@
 # Template file for 'rinutils'
 pkgname=rinutils
-version=0.10.0
+version=0.10.1
 revision=1
 build_style=cmake
 hostmakedepends="perl pkg-config"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/shlomif/rinutils/"
 changelog="https://raw.githubusercontent.com/shlomif/rinutils/master/NEWS.asciidoc"
 distfiles="https://github.com/shlomif/rinutils/archive/${version}.tar.gz"
-checksum=af688ee2258587bcec5763d2426c24b734f1e15309cb5f28c18252c6a12e167d
+checksum=329ba4cdfb38cddc5af4a8169a8c4a4371f7db8a6ddd76f5c9162a2b216f3b8e
 
 do_check() {
 	: requires many perl modules

From 23a547ee70c20e070ecab576ac95777548cbcdc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 08/39] filelight: update to 22.04.3.

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

diff --git a/srcpkgs/filelight/template b/srcpkgs/filelight/template
index ebd6982b50bf..68d0dd27b30d 100644
--- a/srcpkgs/filelight/template
+++ b/srcpkgs/filelight/template
@@ -1,6 +1,6 @@
 # Template file for 'filelight'
 pkgname=filelight
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
@@ -12,4 +12,4 @@ license="GPL-2.0-only"
 homepage="https://utils.kde.org/projects/filelight/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#filelight"
 distfiles="${KDE_SITE}/release-service/${version}/src/filelight-${version}.tar.xz"
-checksum=036583422b0f4a633fed6a88ae07386d4cac4925d6d5789d7fb1ec9645367624
+checksum=00ee4c583f06fb5a8004d63d74a2c295ee66fec53f14c7703798a50c8a572ff7

From 48b060534f8e5c1fbd6bd0e61e455310a3fb4e76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 09/39] kaccounts-integration: update to 22.04.3.

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

diff --git a/srcpkgs/kaccounts-integration/template b/srcpkgs/kaccounts-integration/template
index 0fb2c91aec04..2ed23719d484 100644
--- a/srcpkgs/kaccounts-integration/template
+++ b/srcpkgs/kaccounts-integration/template
@@ -1,6 +1,6 @@
 # Template file for 'kaccounts-integration'
 pkgname=kaccounts-integration
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules pkg-config qt5-host-tools qt5-qmake
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/network/kaccounts-integration"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kaccounts-integration"
 distfiles="${KDE_SITE}/release-service/${version}/src/kaccounts-integration-${version}.tar.xz"
-checksum=6a14364e37e87bc5acefc0caa0925bf4baa610b189254936a70a51750e5e28e8
+checksum=1edb9b8984b000f953ea2368c39485e31939b3dc1844dfb3d2a9476e0a15619b
 
 kaccounts-integration-devel_package() {
 	short_desc+=" - development"

From 048a04725a1548ea82684e01f7da1d0c004ab5fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 10/39] kcachegrind: update to 22.04.3.

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

diff --git a/srcpkgs/kcachegrind/template b/srcpkgs/kcachegrind/template
index b1826f4d2857..69e9943092f3 100644
--- a/srcpkgs/kcachegrind/template
+++ b/srcpkgs/kcachegrind/template
@@ -1,6 +1,6 @@
 # Template file for 'kcachegrind'
 pkgname=kcachegrind
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
@@ -13,5 +13,5 @@ license="GPL-2.0-only, GFDL-1.2-only"
 homepage="https://kde.org/applications/development/kcachegrind/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kcachegrind"
 distfiles="${KDE_SITE}/release-service/${version}/src/kcachegrind-${version}.tar.xz"
-checksum=d685bc4d6ea53dfc4ecdb307e3c3cade6228467b93c400b42fd1fd0b924841b6
+checksum=b6fc16efd83d076d8b0398fc37f924531203237b7fe28e0a2b4c540c41b29389
 python_version=2

From 858c7311620314e7f53cc8416f3ec6d9a4189efa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 11/39] kcron: update to 22.04.3.

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

diff --git a/srcpkgs/kcron/template b/srcpkgs/kcron/template
index abb8ad979856..0c9741d98267 100644
--- a/srcpkgs/kcron/template
+++ b/srcpkgs/kcron/template
@@ -1,6 +1,6 @@
 # Template file for 'kcron'
 pkgname=kcron
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://userbase.kde.org/System_Settings/Task_Scheduler"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kcron"
 distfiles="${KDE_SITE}/release-service/${version}/src/kcron-${version}.tar.xz"
-checksum=904cf5625e7430eccb8ae39bd8cc280aeba3fcc911b7557b5dcb639ddf0301cd
+checksum=35f7d9de4f445b2848b4f46fb0bd8bd07313d3200e4ff0dd22a9158a1d0c37fc

From 86880ea639b77b94cd515fcf961e5623aba3dd4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 12/39] kdialog: update to 22.04.3.

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

diff --git a/srcpkgs/kdialog/template b/srcpkgs/kdialog/template
index a46fb9180340..aa75dfadb5eb 100644
--- a/srcpkgs/kdialog/template
+++ b/srcpkgs/kdialog/template
@@ -1,6 +1,6 @@
 # Template file for 'kdialog'
 pkgname=kdialog
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools python3
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/utilities/kdialog"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kdialog"
 distfiles="${KDE_SITE}/release-service/${version}/src/kdialog-${version}.tar.xz"
-checksum=57aa30dbbe53ba807443c1f6dae413ae99ec972d1cb8a67e741eec1008a35933
+checksum=c0fd9708b17ffa016fc54eacffac6735e0db82b4812208ef9ffd41c9d36fff33

From 0252907ce0ca95f77a3a7f297f3bf8ad5ace6daa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 13/39] keditbookmarks: update to 22.04.3.

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

diff --git a/srcpkgs/keditbookmarks/template b/srcpkgs/keditbookmarks/template
index bd7704de0b12..15b1ec913301 100644
--- a/srcpkgs/keditbookmarks/template
+++ b/srcpkgs/keditbookmarks/template
@@ -1,6 +1,6 @@
 # Template file for 'keditbookmarks'
 pkgname=keditbookmarks
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kconfig kdoctools
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later, GFDL-1.2-only"
 homepage="https://www.kde.org/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#keditbookmarks"
 distfiles="${KDE_SITE}/release-service/${version}/src/keditbookmarks-${version}.tar.xz"
-checksum=55dd475d684a93fb59de6182a68a2aaaba6ce2caf6695dc2418222a052e2beb6
+checksum=e762c6b4066f3a173dfd558eba3af75c8dd434e9c66f3f630c003125bf9ad32f

From 83a500f768f399c8a5eb02d62aa921a1922b179b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 14/39] kfind: update to 22.04.3.

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

diff --git a/srcpkgs/kfind/template b/srcpkgs/kfind/template
index 684ecee9c851..9cf961cb47de 100644
--- a/srcpkgs/kfind/template
+++ b/srcpkgs/kfind/template
@@ -1,6 +1,6 @@
 # Template file for 'kfind'
 pkgname=kfind
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons qt5-host-tools qt5-qmake
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://www.kde.org/applications/utilities/kfind/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kfind"
 distfiles="${KDE_SITE}/release-service/${version}/src/kfind-${version}.tar.xz"
-checksum=e9376ff9fe03e2618896fa1bcf99e3ba7c0585ab7396528940204c156cdacaae
+checksum=76e1477270e96fa0c7332c2ee07b6ddeb24e6f6bcee2158106d99c9ac6cb7e7e

From b7aaa0c94934bd60127e261a5b2d728bded96e22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 15/39] kig: update to 22.04.3.

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

diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index 2c8ddfb859d9..591db4bd477c 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,6 +1,6 @@
 # Template file for 'kig'
 pkgname=kig
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
@@ -12,4 +12,4 @@ license="GPL-2.0-only"
 homepage="https://www.kde.org/applications/education/kig/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kig"
 distfiles="${KDE_SITE}/release-service/${version}/src/kig-${version}.tar.xz"
-checksum=cb309faceed3a4e63f930226c84ec117d3dbbf2b1f95899315770f39d1dd310a
+checksum=618d31c19849f9ccdded9d69ac6c52a548ca4914e1765deb10f5994e8df50c29

From d6dec76bf48d5977c7d7c94a461ec954219e1df4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 16/39] kio-gdrive: update to 22.04.3.

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

diff --git a/srcpkgs/kio-gdrive/template b/srcpkgs/kio-gdrive/template
index 5db295eeb1fc..b33f4ba0f079 100644
--- a/srcpkgs/kio-gdrive/template
+++ b/srcpkgs/kio-gdrive/template
@@ -1,6 +1,6 @@
 # Template file for 'kio-gdrive'
 pkgname=kio-gdrive
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules intltool pkg-config qt5-qmake qt5-host-tools
@@ -14,4 +14,4 @@ license="GPL-2.0-or-later"
 homepage="https://community.kde.org/KIO_GDrive"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kio-gdrive"
 distfiles="${KDE_SITE}/release-service/${version}/src/kio-gdrive-${version}.tar.xz"
-checksum=20296785c8517a2362301cb4db9b415a9de961639ea9e95eb3640cd97ee188d7
+checksum=621a53b9dff22bea57c3f6e7f8a880e6c90695db7842815817f9e3c39b603a41

From e0eb4cc0a3a65347f377e26ebb266e7167f3d7a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:56 +0200
Subject: [PATCH 17/39] kmag: update to 22.04.3.

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

diff --git a/srcpkgs/kmag/template b/srcpkgs/kmag/template
index 1c799748438f..1ba876e12f8a 100644
--- a/srcpkgs/kmag/template
+++ b/srcpkgs/kmag/template
@@ -1,6 +1,6 @@
 # Template file for 'kmag'
 pkgname=kmag
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://www.kde.org/applications/utilities/kmag/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kmag"
 distfiles="${KDE_SITE}/release-service/${version}/src/kmag-${version}.tar.xz"
-checksum=5662be879f7535ef1e413813abbe0721b06dc43c24015ac3daf9c9859aef278a
+checksum=a9a076e62d9dfc9dd436949ce61a928d26cab3b136ec5bfe93fb9865b9d85c22

From 23a461cace59a35dc9ccaf7430d355c66adba105 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 18/39] kmix: update to 22.04.3.

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

diff --git a/srcpkgs/kmix/template b/srcpkgs/kmix/template
index b3525032e8db..a0e12590b9e5 100644
--- a/srcpkgs/kmix/template
+++ b/srcpkgs/kmix/template
@@ -1,6 +1,6 @@
 # Template file for 'kmix'
 pkgname=kmix
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 configure_args="-DSYSCONF_INSTALL_DIR=/etc -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
@@ -14,4 +14,4 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later, GFDL-1.2-only"
 homepage="https://www.kde.org/applications/multimedia/kmix/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kmix"
 distfiles="${KDE_SITE}/release-service/${version}/src/kmix-${version}.tar.xz"
-checksum=8cb9cb0a93c3307efba01f12038517896c782a92d1a3f4e33ad28f93234de3cc
+checksum=0863fe31e3b150c3a4fe5ffc26b3f9a4f2c17509274e52f81de6585b1335897d

From 30369abf28baeacd1ff0253d2c5acab1ea750faa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 19/39] kolourpaint: update to 22.04.3.

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

diff --git a/srcpkgs/kolourpaint/template b/srcpkgs/kolourpaint/template
index 503bb69b833a..ae213cabbcb9 100644
--- a/srcpkgs/kolourpaint/template
+++ b/srcpkgs/kolourpaint/template
@@ -1,6 +1,6 @@
 # Template file for 'kolourpaint'
 pkgname=kolourpaint
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
@@ -12,7 +12,7 @@ license="BSD-2-Clause, GPL-2.0-or-later, LGPL-2.1-only, GFDL-1.2-only"
 homepage="http://www.kolourpaint.org/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kolourpaint"
 distfiles="${KDE_SITE}/release-service/${version}/src/kolourpaint-${version}.tar.xz"
-checksum=980e56400f54437e51bbe0d71863b678a40108af77689731b64ac01aa54656a4
+checksum=d0c5f0d38d7226dbd493314bd7e29e33ebd2464a6f82e59570d7599b80c6757d
 
 post_install() {
 	vlicense COPYING

From 9fe2b511f635a40794d32356db1fc8a05a593a68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 20/39] kompare: update to 22.04.3.

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

diff --git a/srcpkgs/kompare/template b/srcpkgs/kompare/template
index 15202f54e3d6..10e89c30b326 100644
--- a/srcpkgs/kompare/template
+++ b/srcpkgs/kompare/template
@@ -1,6 +1,6 @@
 # Template file for 'kompare'
 pkgname=kompare
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
@@ -12,4 +12,4 @@ license="GPL-2.0-only, GFDL-1.2-only"
 homepage="https://www.kde.org/applications/development/kompare/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kompare"
 distfiles="${KDE_SITE}/release-service/${version}/src/kompare-${version}.tar.xz"
-checksum=7395bd39641080532d124e08b9fbad9b3ec070d4e4c44805248842050c8f1aa1
+checksum=0a7cf268c50fb616eca8b610fdbf7b2faeb012ae6e8b91bd1ab5fcacd14e6d92

From dd0af4bda9c9a2af14d49f41d708356b204fec8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 21/39] konversation: update to 22.04.3.

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

diff --git a/srcpkgs/konversation/template b/srcpkgs/konversation/template
index 1ac9f69b27f9..67ff5c507a47 100644
--- a/srcpkgs/konversation/template
+++ b/srcpkgs/konversation/template
@@ -1,6 +1,6 @@
 # Template file for 'konversation'
 pkgname=konversation
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules kconfig kdoctools kcoreaddons
@@ -13,5 +13,5 @@ license="GPL-2.0-or-later"
 homepage="https://konversation.kde.org"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#konversation"
 distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname%5}-${version}.tar.xz"
-checksum=39468c044feca8d4e2391ce41dbbceea54c199382b878f1a0163ee96b71743f2
+checksum=e03ed3afd39f7d37b66b362255fc275289760552e00638e7b66b4163aadd6421
 python_version=3

From c6f5992a6744332a32966a6b9905c5a5d510e093 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 22/39] kpat: update to 22.04.3.

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

diff --git a/srcpkgs/kpat/template b/srcpkgs/kpat/template
index 63cb7a7b143e..de5fcca12de3 100644
--- a/srcpkgs/kpat/template
+++ b/srcpkgs/kpat/template
@@ -1,6 +1,6 @@
 # Template file for 'kpat'
 pkgname=kpat
-version=22.04.1
+version=22.04.3
 revision=1
 build_style=cmake
 configure_args="-DWITH_BH_SOLVER=OFF"
@@ -14,4 +14,4 @@ license="GPL-2.0-only"
 homepage="https://kde.org/applications/games/kpat"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kpat"
 distfiles="${KDE_SITE}/release-service/${version}/src/kpat-${version}.tar.xz"
-checksum=ea9938aa038467e1f5c3356e9e6dd09cf394e6887a69a573ffd4d5d76d11a1f1
+checksum=e353e38e6289f81f29040bebb8f1c550584dc793deabafc5bd3e14ca28fb748d

From 519b46dbd41b62de9d45110f3f9cfb0da2fb9da3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 23/39] kruler: update to 22.04.3.

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

diff --git a/srcpkgs/kruler/template b/srcpkgs/kruler/template
index 9c6e5f5ee2e5..1158667e5744 100644
--- a/srcpkgs/kruler/template
+++ b/srcpkgs/kruler/template
@@ -1,6 +1,6 @@
 # Template file for 'kruler'
 pkgname=kruler
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kconfig kcoreaddons kdoctools
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://www.kde.org/applications/graphics/kruler/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kruler"
 distfiles="${KDE_SITE}/release-service/${version}/src/kruler-${version}.tar.xz"
-checksum=fdc5915c920c210cfe1124a50a1b37a4ddcd69c4c881fe1ccadae3b78cf5c479
+checksum=43c585d00fa81b0213a4c8b588db3e3a4dc426fd0e80a741f0aa327e8cff5c7b

From 9dc99d42da84ae0a27be85516767f4f6f6cd0c18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 24/39] ksystemlog: update to 22.04.3.

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

diff --git a/srcpkgs/ksystemlog/template b/srcpkgs/ksystemlog/template
index f9bd587df1dc..6f9e93ba65ee 100644
--- a/srcpkgs/ksystemlog/template
+++ b/srcpkgs/ksystemlog/template
@@ -1,6 +1,6 @@
 # Template file for 'ksystemlog'
 pkgname=ksystemlog
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kconfig kcoreaddons kdoctools
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://kde.org/applications/system/ksystemlog/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#ksystemlog"
 distfiles="${KDE_SITE}/release-service/${version}/src/ksystemlog-${version}.tar.xz"
-checksum=7f9f21e211511a59c660897a3ed0f5e59591b829e5daefc3f69ced2fe998caab
+checksum=9b3e32c01ab5faff4935c3f5606fc3d882cfd547308ba91bed6a353b411d3275

From 7817e971dab8ed1735b2feeb72d10bc88ca65f4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 25/39] kteatime: update to 22.04.3.

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

diff --git a/srcpkgs/kteatime/template b/srcpkgs/kteatime/template
index 4b177e4c7e79..a7a83906c87f 100644
--- a/srcpkgs/kteatime/template
+++ b/srcpkgs/kteatime/template
@@ -1,6 +1,6 @@
 # Template file for 'kteatime'
 pkgname=kteatime
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://www.kde.org/applications/games/kteatime/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kteatime"
 distfiles="${KDE_SITE}/release-service/${version}/src/kteatime-${version}.tar.xz"
-checksum=d13bf6a8b829fe2c904c994a2f019a75e151f00d146e254b38a268529792352b
+checksum=ec9a4707fbf6405b4c67c1f932e76d9893cc23eef8a2454295c6ba25454f4840

From 386e3aa0a50224853d4c795d023e68a7c49cac33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 26/39] kturtle: update to 22.04.3.

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

diff --git a/srcpkgs/kturtle/template b/srcpkgs/kturtle/template
index 41a6e3e6b765..5dbe4a12f305 100644
--- a/srcpkgs/kturtle/template
+++ b/srcpkgs/kturtle/template
@@ -1,6 +1,6 @@
 # Template file for 'kturtle'
 pkgname=kturtle
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later, GFDL-1.2-only"
 homepage="https://www.kde.org/applications/education/kturtle/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kturtle"
 distfiles="${KDE_SITE}/release-service/${version}/src/kturtle-${version}.tar.xz"
-checksum=5e72868adc604ceb9873291747f88c85a05e42cb34443d4831c2dfbee5e392d5
+checksum=1b1a611624c254113766fab326553a16b705f919877cd5d89356df1f3f124925

From 8899eda741c898df92f368674fa96a21296f141b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 27/39] kwalletmanager: update to 22.04.3.

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

diff --git a/srcpkgs/kwalletmanager/template b/srcpkgs/kwalletmanager/template
index b9a7fc4b2134..35499d430cde 100644
--- a/srcpkgs/kwalletmanager/template
+++ b/srcpkgs/kwalletmanager/template
@@ -1,6 +1,6 @@
 # Template file for 'kwalletmanager'
 pkgname=kwalletmanager
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kauth kdoctools pkg-config
@@ -12,4 +12,4 @@ license="GPL-2.0-only"
 homepage="https://kde.org/applications/system/org.kde.kwalletmanager5"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#kwalletmanager"
 distfiles="${KDE_SITE}/release-service/${version}/src/kwalletmanager-${version}.tar.xz"
-checksum=e1416274d8166b98752226a41b015bd47d90b391b9c077bcf0ace589e62d5fe2
+checksum=0b1498cc3eecdc620dfb4ddf60c0ed99a7e7cc1053d9abbb8056cbefdb392738

From 66449193eeb69bc3d1204c158eb1c7741ca1caad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 28/39] libkcddb: update to 22.04.3.

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

diff --git a/srcpkgs/libkcddb/template b/srcpkgs/libkcddb/template
index c211b09b70fa..ccb54f738ffe 100644
--- a/srcpkgs/libkcddb/template
+++ b/srcpkgs/libkcddb/template
@@ -1,6 +1,6 @@
 # Template file for 'libkcddb'
 pkgname=libkcddb
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kconfig kcoreaddons kdoctools
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later, BSD-3-Clause, GFDL-1.2-only"
 homepage="https://projects.kde.org/projects/kde/kdemultimedia/libkcddb"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#libkcddb"
 distfiles="${KDE_SITE}/release-service/${version}/src/libkcddb-${version}.tar.xz"
-checksum=d88151d2cc5d1899f99d4237dc9e6967009bda7f09bd8e4a41b8c0e66bb7c93d
+checksum=c80b57a73bc17aa71fc559545e173ae9b0e2dd925bbaadeaf37629dc21ca45cb
 
 libkcddb-devel_package() {
 	depends="libkcddb>=${version}_${revision}"

From 7f0b1328fc583f9f4109b8c5890e572b8c2469cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 29/39] libkdegames: update to 22.04.3.

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

diff --git a/srcpkgs/libkdegames/template b/srcpkgs/libkdegames/template
index 6121b499679a..971d57e46f45 100644
--- a/srcpkgs/libkdegames/template
+++ b/srcpkgs/libkdegames/template
@@ -1,6 +1,6 @@
 # Template file for 'libkdegames'
 pkgname=libkdegames
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
 homepage="https://kde.org/applications/games"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#libkdegames"
 distfiles="${KDE_SITE}/release-service/${version}/src/libkdegames-${version}.tar.xz"
-checksum=c33af6c13540add132122b36b2faabc1f0beaf2c06d29e575f7789f1c5342911
+checksum=f6af5b98c6f5a4061b5124d04e5cf0c2cc9e21df93824559153d5565d541f845
 
 libkdegames-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"

From 9345ba863cd7a87385c59bec79f7f77f2cdc529c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 30/39] libkomparediff2: update to 22.04.3.

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

diff --git a/srcpkgs/libkomparediff2/template b/srcpkgs/libkomparediff2/template
index 13b7b15d87de..700c1c1ffa60 100644
--- a/srcpkgs/libkomparediff2/template
+++ b/srcpkgs/libkomparediff2/template
@@ -1,6 +1,6 @@
 # Template file for 'libkomparediff2'
 pkgname=libkomparediff2
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons qt5-host-tools qt5-qmake"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://www.kde.org/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#libkomparediff2"
 distfiles="${KDE_SITE}/release-service/${version}/src/libkomparediff2-${version}.tar.xz"
-checksum=a7713b5a7e32e7ed51f3b93668d6338b4674feb149d5d9514e3a9b53367fe609
+checksum=13f11a4025c06ac685348fed5aa56f9ab967b3ef748942069cfa64c34e5f5ded
 
 libkomparediff2-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 7a84e4224923d048a058bad42e9c48c19cad5e74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 31/39] marble5: update to 22.04.3.

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

diff --git a/srcpkgs/marble5/template b/srcpkgs/marble5/template
index cfa188cb2e45..cb822791c930 100644
--- a/srcpkgs/marble5/template
+++ b/srcpkgs/marble5/template
@@ -1,6 +1,6 @@
 # Template file for 'marble5'
 pkgname=marble5
-version=22.04.2
+version=22.04.3
 revision=1
 wrksrc="marble-${version}"
 build_style=cmake
@@ -16,7 +16,7 @@ license="LGPL-2.1-or-later, GFDL-1.2-only"
 homepage="https://marble.kde.org"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#marble"
 distfiles="${KDE_SITE}/release-service/${version}/src/marble-${version}.tar.xz"
-checksum=a4332e10d26b24ecd07560fa2d877b1f0cce6e50010bbc36ef98e02acc68dfda
+checksum=438d4ef317231b8f2377f64ebfe9249ce669103fb71105c9d7de35a39bbef771
 
 pre_configure() {
 	vsed -i CMakeLists.txt -e 's/-Wcast-align//'

From ff69cec8d70eff418c5bee36e731948854c634a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:57 +0200
Subject: [PATCH 32/39] signon-kwallet-extension: update to 22.04.3.

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

diff --git a/srcpkgs/signon-kwallet-extension/template b/srcpkgs/signon-kwallet-extension/template
index 4f97142b76c3..d16ae5b8c774 100644
--- a/srcpkgs/signon-kwallet-extension/template
+++ b/srcpkgs/signon-kwallet-extension/template
@@ -1,6 +1,6 @@
 # Template file for 'signon-kwallet-extension'
 pkgname=signon-kwallet-extension
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules pkg-config qt5-host-tools qt5-qmake"
@@ -11,4 +11,4 @@ license="GPL-2.0-only"
 homepage="https://invent.kde.org/network/signon-kwallet-extension"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#signon-kwallet-extension"
 distfiles="${KDE_SITE}/release-service/${version}/src/signon-kwallet-extension-${version}.tar.xz"
-checksum=81db99f9f301a8de6bc09265744f1f10c9e3a7ea79daff69f7798e8c4379564c
+checksum=a19088f8dc538d1ce13faa1acd6508fbb8fe80ad666b255bfda7a721a74fba6e

From 25cdacf516f27d9712154ec388da63ecba68008b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:58 +0200
Subject: [PATCH 33/39] svgpart: update to 22.04.3.

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

diff --git a/srcpkgs/svgpart/template b/srcpkgs/svgpart/template
index 3fdf4e3bf3ea..9c22d1489b25 100644
--- a/srcpkgs/svgpart/template
+++ b/srcpkgs/svgpart/template
@@ -1,6 +1,6 @@
 # Template file for 'svgpart'
 pkgname=svgpart
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons qt5-host-tools qt5-qmake"
@@ -11,4 +11,4 @@ license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/graphics/svgpart"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#svgpart"
 distfiles="${KDE_SITE}/release-service/${version}/src/svgpart-${version}.tar.xz"
-checksum=c0b9c275c2687df56b6cafec50010a96020634f5646de63264ea8c4f45e60e38
+checksum=785393f3ae348210dccecfceb8133fd848eb7d1ad39100ed2f0d430f713bd598

From dd4d1e2b8b5a269acd841328739901ecb5a0d351 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:58 +0200
Subject: [PATCH 34/39] umbrello: update to 22.04.3.

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

diff --git a/srcpkgs/umbrello/template b/srcpkgs/umbrello/template
index 5162649f719a..3f693a6d32b0 100644
--- a/srcpkgs/umbrello/template
+++ b/srcpkgs/umbrello/template
@@ -1,6 +1,6 @@
 # Template file for 'umbrello'
 pkgname=umbrello
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kconfig kdoctools qt5-host-tools qt5-qmake"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later, GFDL-1.2-or-later"
 homepage="https://umbrello.kde.org/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#umbrello"
 distfiles="${KDE_SITE}/release-service/${version}/src/umbrello-${version}.tar.xz"
-checksum=3cbb9419155100ae521a2fa80a6c04f436de856a342e041cb86140d5294f9563
+checksum=3ca01205d8143cdd2cf48eb7096283cc79376d2cdffb53d084b7aac4c3ba2243
 python_version=2
 
 pre_configure() {

From 236f4835b3483faade7c1c2b52b72c33f95b53ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 9 Jul 2022 23:01:58 +0200
Subject: [PATCH 35/39] yakuake: update to 22.04.3.

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

diff --git a/srcpkgs/yakuake/template b/srcpkgs/yakuake/template
index 8e213a8c5d8f..1f150dba3493 100644
--- a/srcpkgs/yakuake/template
+++ b/srcpkgs/yakuake/template
@@ -1,6 +1,6 @@
 # Template file for 'yakuake'
 pkgname=yakuake
-version=22.04.2
+version=22.04.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules kconfig kcoreaddons qt5-host-tools qt5-qmake gettext"
@@ -13,7 +13,7 @@ license="GPL-2.0-only, GFDL-1.2-only"
 homepage="https://kde.org/applications/system/org.kde.yakuake"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#yakuake"
 distfiles="${KDE_SITE}/release-service/${version}/src/yakuake-${version}.tar.xz"
-checksum=046c7f91d10363b8bd09c6eb254ad06587dcc26259a3e1952f5ba5c7f4b94b28
+checksum=33c8a28ee34b3a3e4fbc3c7b4addca4ba44e33794a1399f9a6fe995a8c44ac40
 
 build_options="wayland"
 build_options_default="wayland"

From f64ff867bab6fcce90c2ef6e7c04865d2b2b2032 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <sigrid@ftrv.se>
Date: Mon, 4 Jul 2022 17:25:19 +0200
Subject: [PATCH 36/39] pipewire: update to 0.3.54

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

diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index 92d7b65434a9..c71faf1061ac 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,6 +1,6 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.52
+version=0.3.54
 revision=1
 _pms_version=0.4.1
 build_style=meson
@@ -34,7 +34,7 @@ homepage="https://pipewire.org/"
 changelog="https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/NEWS"
 distfiles="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${version}/pipewire-${version}.tar.gz
  https://gitlab.freedesktop.org/pipewire/media-session/-/archive/${_pms_version}/media-session-${_pms_version}.tar.gz"
-checksum="024ec4b2f77e6049ba3acb569250943f736a366a05f4b8fce42e09e678b43039
+checksum="11a856ac3eb70b7cbeef12407f50d240d212016b6de3bb692e462251571f050e
  119c9216070b54018217552c7924f9888da270c3c4647c5e2b85ffa6b1574975"
 make_dirs="/var/lib/pipewire 0755 _pipewire _pipewire"
 system_accounts="_pipewire"

From de63a0751d17921484456d2dd5064cadd5c3fd68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sun, 10 Jul 2022 11:57:28 +0700
Subject: [PATCH 37/39] qpdf: fix update-check pattern

---
 srcpkgs/qpdf/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/qpdf/update

diff --git a/srcpkgs/qpdf/update b/srcpkgs/qpdf/update
new file mode 100644
index 000000000000..3fe6fc934cc0
--- /dev/null
+++ b/srcpkgs/qpdf/update
@@ -0,0 +1 @@
+pattern='/archive/refs/tags/release-qpdf-\K[\d.]+(?=\.tar\.gz")'

From 4e8a9ab11df8404bcf006a35a831856841f08fc7 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Sun, 10 Jul 2022 07:28:00 +0200
Subject: [PATCH 38/39] pipewire: fix pipewire-pulse runit service

Append "/pulse" to PULSE_RUNTIME_PATH, since pulse-server doesn't do it
anymore, see:

https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/4821c7ca2fe5e25ba018e9f5d4967f08d6bb816f
---
 srcpkgs/pipewire/files/pipewire-pulse/run | 2 +-
 srcpkgs/pipewire/template                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pipewire/files/pipewire-pulse/run b/srcpkgs/pipewire/files/pipewire-pulse/run
index f718570498a9..ea0520e44cd2 100644
--- a/srcpkgs/pipewire/files/pipewire-pulse/run
+++ b/srcpkgs/pipewire/files/pipewire-pulse/run
@@ -3,5 +3,5 @@
 # for further information, please refer to the handbook
 ! [ -d /run/pulse ] && install -m 755 -g _pipewire -o _pipewire -d /run/pulse
 umask 002
-export PULSE_RUNTIME_PATH=/run
+export PULSE_RUNTIME_PATH=/run/pulse
 exec chpst -u _pipewire:_pipewire pipewire-pulse
diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index c71faf1061ac..63a41a8e5189 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,7 +1,7 @@
 # Template file for 'pipewire'
 pkgname=pipewire
 version=0.3.54
-revision=1
+revision=2
 _pms_version=0.4.1
 build_style=meson
 configure_args="

From 37d9117d21144a6e317d672ad67f38479472127b Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sun, 10 Jul 2022 13:31:07 +0530
Subject: [PATCH 39/39] New package: cloud-utils-0.33

---
 srcpkgs/cloud-utils/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/cloud-utils/template

diff --git a/srcpkgs/cloud-utils/template b/srcpkgs/cloud-utils/template
new file mode 100644
index 000000000000..1875a60ab80f
--- /dev/null
+++ b/srcpkgs/cloud-utils/template
@@ -0,0 +1,12 @@
+# Template file for 'cloud-utils'
+pkgname=cloud-utils
+version=0.33
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+short_desc="Set of utilities for interacting with a cloud"
+maintainer="akhil <akhil.j@outlook.in>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/canonical/cloud-utils/"
+distfiles="https://github.com/canonical/cloud-utils/archive/refs/tags/${version}.tar.gz"
+checksum=338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f

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

* Re: New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
                   ` (7 preceding siblings ...)
  2022-07-10  8:10 ` [PR PATCH] [Updated] " akhiljalagam
@ 2022-07-10  8:12 ` akhiljalagam
  2022-07-10  8:12 ` [PR PATCH] [Closed]: " akhiljalagam
  2022-07-10 16:56 ` akhiljalagam
  10 siblings, 0 replies; 12+ messages in thread
From: akhiljalagam @ 2022-07-10  8:12 UTC (permalink / raw)
  To: ml

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

New comment by akhiljalagam on void-packages repository

https://github.com/void-linux/void-packages/pull/37944#issuecomment-1179680086

Comment:
I messed up this PR. will create new one.

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

* Re: [PR PATCH] [Closed]: New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
                   ` (8 preceding siblings ...)
  2022-07-10  8:12 ` akhiljalagam
@ 2022-07-10  8:12 ` akhiljalagam
  2022-07-10 16:56 ` akhiljalagam
  10 siblings, 0 replies; 12+ messages in thread
From: akhiljalagam @ 2022-07-10  8:12 UTC (permalink / raw)
  To: ml

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

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

New package: cloud-utils-0.33
https://github.com/void-linux/void-packages/pull/37944

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: New package: cloud-utils-0.33
  2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
                   ` (9 preceding siblings ...)
  2022-07-10  8:12 ` [PR PATCH] [Closed]: " akhiljalagam
@ 2022-07-10 16:56 ` akhiljalagam
  10 siblings, 0 replies; 12+ messages in thread
From: akhiljalagam @ 2022-07-10 16:56 UTC (permalink / raw)
  To: ml

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

New comment by akhiljalagam on void-packages repository

https://github.com/void-linux/void-packages/pull/37944#issuecomment-1179762918

Comment:
recreated this PR
https://github.com/void-linux/void-packages/pull/37968

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

end of thread, other threads:[~2022-07-10 16:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09 14:41 [PR PATCH] New package: cloud-utils-0.33 akhiljalagam
2022-07-09 14:59 ` [PR REVIEW] " meator
2022-07-09 14:59 ` meator
2022-07-09 15:09 ` Chocimier
2022-07-09 15:54 ` [PR PATCH] [Updated] " akhiljalagam
2022-07-09 15:57 ` akhiljalagam
2022-07-09 15:58 ` [PR REVIEW] " akhiljalagam
2022-07-09 16:32 ` meator
2022-07-10  8:10 ` [PR PATCH] [Updated] " akhiljalagam
2022-07-10  8:12 ` akhiljalagam
2022-07-10  8:12 ` [PR PATCH] [Closed]: " akhiljalagam
2022-07-10 16:56 ` akhiljalagam

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).