Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update gajim and python3-nbxmpp
@ 2022-05-18 10:35 teldra
  2022-05-18 10:39 ` [PR PATCH] [Updated] " teldra
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: teldra @ 2022-05-18 10:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim and python3-nbxmpp
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From 78f01ad5a1260149707a033db69e07aced4371b8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.0.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..ce234a533df2 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.0.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=006348aab915eba0b50d542664eb464b8e96afcc8d8476a8a5478a53e7e56756
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 2981fa158d28ead5c35feb598eb120b7e7948312 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/2] gajim: update to 1.4.0.

---
 srcpkgs/gajim/template | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..96125b58722d 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,27 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.0
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools libsoup farstream
+ gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=2db26fb0359f80e8d9f03116b2927f7947d873ebc950cc563195c3f22e56936c
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+    python -m unittest discover -s test
+}

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

* Re: [PR PATCH] [Updated] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
@ 2022-05-18 10:39 ` teldra
  2022-05-20 14:27 ` dexgs
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-05-18 10:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim and python3-nbxmpp
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From 78f01ad5a1260149707a033db69e07aced4371b8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.0.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..ce234a533df2 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.0.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=006348aab915eba0b50d542664eb464b8e96afcc8d8476a8a5478a53e7e56756
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 61b5b98ee6550ca338f760fa6e5176601e1588a0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/2] gajim: update to 1.4.0.

---
 srcpkgs/gajim/template | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..186f0ea835ea 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,27 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.0
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+	python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+	python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+	python3-precis-i18n python3-packaging python3-setuptools libsoup farstream
+	gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=2db26fb0359f80e8d9f03116b2927f7947d873ebc950cc563195c3f22e56936c
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

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

* Re: Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
  2022-05-18 10:39 ` [PR PATCH] [Updated] " teldra
@ 2022-05-20 14:27 ` dexgs
  2022-05-21 16:02 ` [PR REVIEW] " ericonr
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: dexgs @ 2022-05-20 14:27 UTC (permalink / raw)
  To: ml

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

New comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#issuecomment-1132961477

Comment:
Can the version of gajim-omemo also be bumped?

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

* Re: [PR REVIEW] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
  2022-05-18 10:39 ` [PR PATCH] [Updated] " teldra
  2022-05-20 14:27 ` dexgs
@ 2022-05-21 16:02 ` ericonr
  2022-05-21 16:03 ` ericonr
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ericonr @ 2022-05-21 16:02 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#discussion_r878712067

Comment:
Please keep indentation as 1 space here

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

* Re: Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (2 preceding siblings ...)
  2022-05-21 16:02 ` [PR REVIEW] " ericonr
@ 2022-05-21 16:03 ` ericonr
  2022-05-24 19:05 ` dexgs
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ericonr @ 2022-05-21 16:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#issuecomment-1133661043

Comment:
gajim-omemo is also in https://github.com/void-linux/void-packages/pull/37117/commits/79383ba6995163fd778dec1b0124d29c24c501a0

@chili-b I will count your PR as additional testing for this too, thank you

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

* Re: Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (3 preceding siblings ...)
  2022-05-21 16:03 ` ericonr
@ 2022-05-24 19:05 ` dexgs
  2022-05-24 19:06 ` dexgs
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: dexgs @ 2022-05-24 19:05 UTC (permalink / raw)
  To: ml

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

New comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#issuecomment-1136330123

Comment:
https://gajim.org/post/2022-05-21-gajim-1.4.1-released/ gajim 1.4.1 is now out

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

* Re: Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (4 preceding siblings ...)
  2022-05-24 19:05 ` dexgs
@ 2022-05-24 19:06 ` dexgs
  2022-05-28 20:51 ` dexgs
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: dexgs @ 2022-05-24 19:06 UTC (permalink / raw)
  To: ml

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

New comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#issuecomment-1136330123

Comment:
@teldra https://gajim.org/post/2022-05-21-gajim-1.4.1-released/ gajim 1.4.1 is now out

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

* Re: Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (5 preceding siblings ...)
  2022-05-24 19:06 ` dexgs
@ 2022-05-28 20:51 ` dexgs
  2022-05-28 20:51 ` dexgs
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: dexgs @ 2022-05-28 20:51 UTC (permalink / raw)
  To: ml

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

New comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#issuecomment-1136330123

Comment:
@teldra ~https://gajim.org/post/2022-05-21-gajim-1.4.1-released/ gajim 1.4.1~ gajim 1.4.2 is now out

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

* Re: Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (6 preceding siblings ...)
  2022-05-28 20:51 ` dexgs
@ 2022-05-28 20:51 ` dexgs
  2022-05-31 14:35 ` [PR PATCH] [Updated] " teldra
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: dexgs @ 2022-05-28 20:51 UTC (permalink / raw)
  To: ml

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

New comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#issuecomment-1136330123

Comment:
@teldra ~https://gajim.org/post/2022-05-21-gajim-1.4.1-released/ gajim 1.4.1~ 
https://gajim.org/post/2022-05-25-gajim-1.4.2-released/ gajim 1.4.2 is now out

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

* Re: [PR PATCH] [Updated] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (7 preceding siblings ...)
  2022-05-28 20:51 ` dexgs
@ 2022-05-31 14:35 ` teldra
  2022-05-31 14:38 ` teldra
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-05-31 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim and python3-nbxmpp
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From 78f01ad5a1260149707a033db69e07aced4371b8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.0.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..ce234a533df2 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.0.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=006348aab915eba0b50d542664eb464b8e96afcc8d8476a8a5478a53e7e56756
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From d48ce33dd0fdf72dfb41edf6e01f4d8175c2fe26 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/2] gajim: update to 1.4.0.

---
 srcpkgs/gajim/template | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..0040faaecd43 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,27 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.2
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+	python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+	python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+	python3-precis-i18n python3-packaging python3-setuptools libsoup farstream
+	gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=5f05c4ed4e2d7325e199920064478b0cb263d04b0314b5bdc8e88b04d25f3494
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

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

* Re: [PR PATCH] [Updated] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (8 preceding siblings ...)
  2022-05-31 14:35 ` [PR PATCH] [Updated] " teldra
@ 2022-05-31 14:38 ` teldra
  2022-05-31 14:38 ` teldra
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-05-31 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim and python3-nbxmpp
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From 985951d2213babfae9665c278030ec31b739f6cd Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.0.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..bce9f883831f 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.0
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=d236a76500142f445ba03b42a4e76deea5a688646d1c3be1f1d185fc40026230
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 546ed16e23dc8231ad968cdd0daea508d1438e14 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/2] gajim: update to 1.4.0.

---
 srcpkgs/gajim/template | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..0040faaecd43 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,27 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.2
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+	python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+	python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+	python3-precis-i18n python3-packaging python3-setuptools libsoup farstream
+	gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=5f05c4ed4e2d7325e199920064478b0cb263d04b0314b5bdc8e88b04d25f3494
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

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

* Re: [PR PATCH] [Updated] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (9 preceding siblings ...)
  2022-05-31 14:38 ` teldra
@ 2022-05-31 14:38 ` teldra
  2022-05-31 14:40 ` teldra
                   ` (13 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-05-31 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim and python3-nbxmpp
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From 985951d2213babfae9665c278030ec31b739f6cd Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.0.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..bce9f883831f 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.0
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=d236a76500142f445ba03b42a4e76deea5a688646d1c3be1f1d185fc40026230
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 597924a8b313bc09324fcff21d4a32ff8e5a9a10 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/2] gajim: update to 1.4.0.

---
 srcpkgs/gajim/template | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..fc2fa151ff28 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,27 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.2
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools libsoup farstream
+ gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=5f05c4ed4e2d7325e199920064478b0cb263d04b0314b5bdc8e88b04d25f3494
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

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

* Re: [PR PATCH] [Updated] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (10 preceding siblings ...)
  2022-05-31 14:38 ` teldra
@ 2022-05-31 14:40 ` teldra
  2022-05-31 16:29 ` [PR REVIEW] " teldra
                   ` (12 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-05-31 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim and python3-nbxmpp
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From b0ebae6d7ad13e5f7f1d2c7e505ff06a6529b3c2 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.0.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..bce9f883831f 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.0
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=d236a76500142f445ba03b42a4e76deea5a688646d1c3be1f1d185fc40026230
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 022146be7428d7a1ac14eec9312eb55855be0553 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/2] gajim: update to 1.4.0.

---
 srcpkgs/gajim/template | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..fc2fa151ff28 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,27 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.2
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools libsoup farstream
+ gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=5f05c4ed4e2d7325e199920064478b0cb263d04b0314b5bdc8e88b04d25f3494
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

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

* Re: [PR REVIEW] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (11 preceding siblings ...)
  2022-05-31 14:40 ` teldra
@ 2022-05-31 16:29 ` teldra
  2022-05-31 17:18 ` [PR PATCH] [Updated] " teldra
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-05-31 16:29 UTC (permalink / raw)
  To: ml

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

New review comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#discussion_r885852213

Comment:
Well, sure.. new editor ^^

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

* Re: [PR PATCH] [Updated] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (12 preceding siblings ...)
  2022-05-31 16:29 ` [PR REVIEW] " teldra
@ 2022-05-31 17:18 ` teldra
  2022-05-31 17:19 ` teldra
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-05-31 17:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim and python3-nbxmpp
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From b0ebae6d7ad13e5f7f1d2c7e505ff06a6529b3c2 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.0.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..bce9f883831f 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.0
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=d236a76500142f445ba03b42a4e76deea5a688646d1c3be1f1d185fc40026230
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 601744cb564587a33a590cc01937b138786c8632 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/2] gajim: update to 1.4.2.

---
 srcpkgs/gajim/template | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..fc2fa151ff28 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,27 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.2
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools libsoup farstream
+ gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=5f05c4ed4e2d7325e199920064478b0cb263d04b0314b5bdc8e88b04d25f3494
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

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

* Re: [PR PATCH] [Updated] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (13 preceding siblings ...)
  2022-05-31 17:18 ` [PR PATCH] [Updated] " teldra
@ 2022-05-31 17:19 ` teldra
  2022-06-01 20:04 ` teldra
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-05-31 17:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim and python3-nbxmpp
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From b49bf03d913fbd71218924180d2b72006e35a664 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.1.0.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..bce9f883831f 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.0
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=d236a76500142f445ba03b42a4e76deea5a688646d1c3be1f1d185fc40026230
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From b3d2d38c58ee2d5df6c73ac8d82458567f78deec Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/2] gajim: update to 1.4.2.

---
 srcpkgs/gajim/template | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..fc2fa151ff28 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,27 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.2
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools libsoup farstream
+ gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=5f05c4ed4e2d7325e199920064478b0cb263d04b0314b5bdc8e88b04d25f3494
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

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

* Re: [PR PATCH] [Updated] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (14 preceding siblings ...)
  2022-05-31 17:19 ` teldra
@ 2022-06-01 20:04 ` teldra
  2022-07-01  5:55 ` classabbyamp
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-06-01 20:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim and python3-nbxmpp
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From b49bf03d913fbd71218924180d2b72006e35a664 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.1.0.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..bce9f883831f 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.0
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=d236a76500142f445ba03b42a4e76deea5a688646d1c3be1f1d185fc40026230
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 443ae68e4fd43002a0a9f0ec5655e800f45e9a5a Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/2] gajim: update to 1.4.3.

---
 srcpkgs/gajim/template | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..8e8d9cf55b8b 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,27 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.3
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools libsoup farstream
+ gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=bb8fbce7a9a44d4b2e5eecfc9ad6232d130caf7ed29d834a3148b7c7af49db58
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

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

* Re: Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (15 preceding siblings ...)
  2022-06-01 20:04 ` teldra
@ 2022-07-01  5:55 ` classabbyamp
  2022-07-14 12:29 ` [PR PATCH] [Updated] " teldra
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-07-01  5:55 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#issuecomment-1171964391

Comment:
gajim 1.4.5 is now available

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

* Re: [PR PATCH] [Updated] Update gajim and python3-nbxmpp
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (16 preceding siblings ...)
  2022-07-01  5:55 ` classabbyamp
@ 2022-07-14 12:29 ` teldra
  2022-07-14 12:31 ` [PR PATCH] [Updated] Update gajim, python3-nbxmpp, gajim-omemo teldra
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-07-14 12:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim and python3-nbxmpp
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From f4d956afab3d55515638ab4a2ed26aee344b7807 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/3] python3-nbxmpp: update to 3.1.0.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..bce9f883831f 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.0
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=d236a76500142f445ba03b42a4e76deea5a688646d1c3be1f1d185fc40026230
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 8375b387b50c0f643b42f352719208f89f9b59cf Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/3] gajim: update to 1.4.6.

---
 srcpkgs/gajim/template | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..705e0a0fdfcc 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,28 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.6
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools python3-distro
+ python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1 
+ gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=8a267636feafa2aebbf8e276ea193edc941229ebf1f6d8bcb3a0eb79202c424f
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

From e8f2623b1902ad28b7024ac7e0b9e5acf34af50c Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 14 Jul 2022 14:28:53 +0200
Subject: [PATCH 3/3] gajim-omemo: update to 2.8.13.

---
 srcpkgs/gajim-omemo/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 531f7be7545d..7b696ecfbb08 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.7.15
-revision=2
+version=2.8.13
+revision=1
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,11 +11,9 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
 distfiles="https://ftp.gajim.org/plugins_releases/${pkgname#gajim-}_${version}.zip"
-checksum=7e8435125a4b566402e2531f4e73ab60647b2f88fb65d8da2955dfb1e3befede
-
+checksum=6dc965f817dd86c5ad0b6650cb334c17dbd6433280617d2935f13aba974ad583
 
 do_install() {
-	rm CHANGELOG COPYING
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
 	cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
 }

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

* Re: [PR PATCH] [Updated] Update gajim, python3-nbxmpp, gajim-omemo
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (17 preceding siblings ...)
  2022-07-14 12:29 ` [PR PATCH] [Updated] " teldra
@ 2022-07-14 12:31 ` teldra
  2022-07-28 19:29 ` teldra
                   ` (5 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-07-14 12:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim, python3-nbxmpp, gajim-omemo
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From f4d956afab3d55515638ab4a2ed26aee344b7807 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/3] python3-nbxmpp: update to 3.1.0.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..bce9f883831f 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.0
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=d236a76500142f445ba03b42a4e76deea5a688646d1c3be1f1d185fc40026230
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From c19b63a40fdb46f502b45eb87d9ce34be7605fb8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/3] gajim: update to 1.4.6.

---
 srcpkgs/gajim/template | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..ee668fde5f08 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,28 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.6
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools python3-distro
+ python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=8a267636feafa2aebbf8e276ea193edc941229ebf1f6d8bcb3a0eb79202c424f
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

From d39e0194c5d0263656d5d929d041b48df336c124 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 14 Jul 2022 14:28:53 +0200
Subject: [PATCH 3/3] gajim-omemo: update to 2.8.13.

---
 srcpkgs/gajim-omemo/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 531f7be7545d..7b696ecfbb08 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.7.15
-revision=2
+version=2.8.13
+revision=1
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,11 +11,9 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
 distfiles="https://ftp.gajim.org/plugins_releases/${pkgname#gajim-}_${version}.zip"
-checksum=7e8435125a4b566402e2531f4e73ab60647b2f88fb65d8da2955dfb1e3befede
-
+checksum=6dc965f817dd86c5ad0b6650cb334c17dbd6433280617d2935f13aba974ad583
 
 do_install() {
-	rm CHANGELOG COPYING
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
 	cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
 }

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

* Re: [PR PATCH] [Updated] Update gajim, python3-nbxmpp, gajim-omemo
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (18 preceding siblings ...)
  2022-07-14 12:31 ` [PR PATCH] [Updated] Update gajim, python3-nbxmpp, gajim-omemo teldra
@ 2022-07-28 19:29 ` teldra
  2022-07-28 19:38 ` teldra
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-07-28 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim, python3-nbxmpp, gajim-omemo
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From 0b68e985b122172df5808e5517614e1f8571f8e5 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/3] python3-nbxmpp: update to 3.1.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..c342e8a34873 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From c59d641826b110b1bbeb80472adcb67d58d5c616 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/3] gajim: update to 1.4.7.

---
 srcpkgs/gajim/template | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..2566793ea3c3 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,28 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.7
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools python3-distro
+ python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

From d25d2f8b470e08ee7c345596c2f0228e73325807 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 14 Jul 2022 14:28:53 +0200
Subject: [PATCH 3/3] gajim-omemo: update to 2.8.15.

---
 srcpkgs/gajim-omemo/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 531f7be7545d..ccc8673e3848 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.7.15
-revision=2
+version=2.8.15
+revision=1
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -10,12 +10,10 @@ short_desc="Gajim plugin for OMEMO Encryption"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
-distfiles="https://ftp.gajim.org/plugins_releases/${pkgname#gajim-}_${version}.zip"
-checksum=7e8435125a4b566402e2531f4e73ab60647b2f88fb65d8da2955dfb1e3befede
-
+distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
+checksum=9639e6ddb76c4612ca43e74ee9d80d8d92c31fdfbb173f7c9976a2cc3d22c1c1
 
 do_install() {
-	rm CHANGELOG COPYING
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
 	cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
 }

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

* Re: [PR PATCH] [Updated] Update gajim, python3-nbxmpp, gajim-omemo
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (19 preceding siblings ...)
  2022-07-28 19:29 ` teldra
@ 2022-07-28 19:38 ` teldra
  2022-07-28 20:24 ` teldra
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-07-28 19:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim, python3-nbxmpp, gajim-omemo
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From 124f2c5242decbf1d69949c1da31eb9bf81d986d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/3] python3-nbxmpp: update to 3.1.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..c342e8a34873 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From c80c04cbde1bbf09d53827f44c7224bdc23b3898 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/3] gajim: update to 1.4.7.

---
 srcpkgs/gajim/template | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..2566793ea3c3 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,28 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.7
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools python3-distro
+ python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

From bcf5515228c5f330032cf0f28262a334bf942384 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 14 Jul 2022 14:28:53 +0200
Subject: [PATCH 3/3] gajim-omemo: update to 2.8.15.

---
 srcpkgs/gajim-omemo/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 531f7be7545d..ccc8673e3848 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.7.15
-revision=2
+version=2.8.15
+revision=1
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -10,12 +10,10 @@ short_desc="Gajim plugin for OMEMO Encryption"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
-distfiles="https://ftp.gajim.org/plugins_releases/${pkgname#gajim-}_${version}.zip"
-checksum=7e8435125a4b566402e2531f4e73ab60647b2f88fb65d8da2955dfb1e3befede
-
+distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
+checksum=9639e6ddb76c4612ca43e74ee9d80d8d92c31fdfbb173f7c9976a2cc3d22c1c1
 
 do_install() {
-	rm CHANGELOG COPYING
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
 	cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
 }

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

* Re: [PR PATCH] [Updated] Update gajim, python3-nbxmpp, gajim-omemo
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (20 preceding siblings ...)
  2022-07-28 19:38 ` teldra
@ 2022-07-28 20:24 ` teldra
  2022-07-28 21:35 ` [PR PATCH] [Merged]: " classabbyamp
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-07-28 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181

Update gajim, python3-nbxmpp, gajim-omemo
<!-- 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**|**NO**
-->

<!-- 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/37181.patch is attached

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

From 124f2c5242decbf1d69949c1da31eb9bf81d986d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/3] python3-nbxmpp: update to 3.1.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..c342e8a34873 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 #changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From c80c04cbde1bbf09d53827f44c7224bdc23b3898 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/3] gajim: update to 1.4.7.

---
 srcpkgs/gajim/template | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..2566793ea3c3 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,28 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.3.3
+version=1.4.7
 revision=1
-wrksrc="gajim-gajim-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools python3-distro
+ python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }
+
+do_check() {
+	python -m unittest discover -s test
+}

From 0e2999ba805ca3cefca9aeaa2c4cbc75a4054f77 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 14 Jul 2022 14:28:53 +0200
Subject: [PATCH 3/3] gajim-omemo: update to 2.8.15.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 531f7be7545d..632aff14dd6b 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,8 +1,8 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.7.15
-revision=2
-wrksrc="omemo"
+version=2.8.15
+revision=1
+create_wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
  python3-qrcode gajim"
@@ -10,12 +10,10 @@ short_desc="Gajim plugin for OMEMO Encryption"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
-distfiles="https://ftp.gajim.org/plugins_releases/${pkgname#gajim-}_${version}.zip"
-checksum=7e8435125a4b566402e2531f4e73ab60647b2f88fb65d8da2955dfb1e3befede
-
+distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
+checksum=9639e6ddb76c4612ca43e74ee9d80d8d92c31fdfbb173f7c9976a2cc3d22c1c1
 
 do_install() {
-	rm CHANGELOG COPYING
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
 	cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
 }

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

* Re: [PR PATCH] [Merged]: Update gajim, python3-nbxmpp, gajim-omemo
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (21 preceding siblings ...)
  2022-07-28 20:24 ` teldra
@ 2022-07-28 21:35 ` classabbyamp
  2022-07-29  2:44 ` [PR REVIEW] " CameronNemo
  2022-07-29  7:34 ` teldra
  24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-07-28 21:35 UTC (permalink / raw)
  To: ml

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

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

Update gajim, python3-nbxmpp, gajim-omemo
https://github.com/void-linux/void-packages/pull/37181

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**|**NO**
-->

<!-- 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] 26+ messages in thread

* Re: [PR REVIEW] Update gajim, python3-nbxmpp, gajim-omemo
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (22 preceding siblings ...)
  2022-07-28 21:35 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-07-29  2:44 ` CameronNemo
  2022-07-29  7:34 ` teldra
  24 siblings, 0 replies; 26+ messages in thread
From: CameronNemo @ 2022-07-29  2:44 UTC (permalink / raw)
  To: ml

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

New review comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#discussion_r932821203

Comment:
where did you get this list of dependencies?

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

* Re: [PR REVIEW] Update gajim, python3-nbxmpp, gajim-omemo
  2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
                   ` (23 preceding siblings ...)
  2022-07-29  2:44 ` [PR REVIEW] " CameronNemo
@ 2022-07-29  7:34 ` teldra
  24 siblings, 0 replies; 26+ messages in thread
From: teldra @ 2022-07-29  7:34 UTC (permalink / raw)
  To: ml

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

New review comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/37181#discussion_r932952126

Comment:
It is a mixture from setup.cfg and archlinux pkg and https://dev.gajim.org/gajim/gajim/. Did i miss something?

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

end of thread, other threads:[~2022-07-29  7:34 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
2022-05-18 10:39 ` [PR PATCH] [Updated] " teldra
2022-05-20 14:27 ` dexgs
2022-05-21 16:02 ` [PR REVIEW] " ericonr
2022-05-21 16:03 ` ericonr
2022-05-24 19:05 ` dexgs
2022-05-24 19:06 ` dexgs
2022-05-28 20:51 ` dexgs
2022-05-28 20:51 ` dexgs
2022-05-31 14:35 ` [PR PATCH] [Updated] " teldra
2022-05-31 14:38 ` teldra
2022-05-31 14:38 ` teldra
2022-05-31 14:40 ` teldra
2022-05-31 16:29 ` [PR REVIEW] " teldra
2022-05-31 17:18 ` [PR PATCH] [Updated] " teldra
2022-05-31 17:19 ` teldra
2022-06-01 20:04 ` teldra
2022-07-01  5:55 ` classabbyamp
2022-07-14 12:29 ` [PR PATCH] [Updated] " teldra
2022-07-14 12:31 ` [PR PATCH] [Updated] Update gajim, python3-nbxmpp, gajim-omemo teldra
2022-07-28 19:29 ` teldra
2022-07-28 19:38 ` teldra
2022-07-28 20:24 ` teldra
2022-07-28 21:35 ` [PR PATCH] [Merged]: " classabbyamp
2022-07-29  2:44 ` [PR REVIEW] " CameronNemo
2022-07-29  7:34 ` teldra

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