Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gajim: update to 1.4.0
@ 2022-05-14  2:44 chili-b
  2022-05-17 15:52 ` [PR PATCH] [Updated] " chili-b
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chili-b @ 2022-05-14  2:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages gajim
https://github.com/void-linux/void-packages/pull/37117

gajim: update to 1.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [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, (x86_64-glibc)


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

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

From 38db938c935a26a6dea5472d852482aea11c9054 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 13 May 2022 22:41:53 -0400
Subject: [PATCH 1/3] python3-nbxmpp: update to 3.0.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..7e642ae978e0 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
@@ -11,9 +11,8 @@ short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 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 0779e518ee5b68daa307e981ec713f66b2fb46b9 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 13 May 2022 22:41:59 -0400
Subject: [PATCH 2/3] gajim-omemo: update to 2.8.13.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 531f7be7545d..b284efcac24c 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,10 @@ 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-}"
 }

From 384b7b1d06d2e37ca2accbe6599a2016965327a5 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 13 May 2022 22:42:01 -0400
Subject: [PATCH 3/3] gajim: update to 1.4.0.

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

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..bf5b3b270ef7 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,8 +1,7 @@
 # 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
@@ -14,7 +13,7 @@ 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
+checksum=2db26fb0359f80e8d9f03116b2927f7947d873ebc950cc563195c3f22e56936c
 # Does not find gdk, introspection typelib
 # even wtih gdk-pixbuf in checkdepends
 make_check=no

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

* Re: [PR PATCH] [Updated] gajim: update to 1.4.0
  2022-05-14  2:44 [PR PATCH] gajim: update to 1.4.0 chili-b
@ 2022-05-17 15:52 ` chili-b
  2022-05-17 15:56 ` chili-b
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: chili-b @ 2022-05-17 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages gajim
https://github.com/void-linux/void-packages/pull/37117

gajim: update to 1.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [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, (x86_64-glibc)


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

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

From 38db938c935a26a6dea5472d852482aea11c9054 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 13 May 2022 22:41:53 -0400
Subject: [PATCH 1/3] python3-nbxmpp: update to 3.0.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..7e642ae978e0 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
@@ -11,9 +11,8 @@ short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 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 0779e518ee5b68daa307e981ec713f66b2fb46b9 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 13 May 2022 22:41:59 -0400
Subject: [PATCH 2/3] gajim-omemo: update to 2.8.13.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 531f7be7545d..b284efcac24c 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,10 @@ 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-}"
 }

From f2f56ede7ee130fcf8b4c3fa43dc71d7088c79fd Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 13 May 2022 22:42:01 -0400
Subject: [PATCH 3/3] gajim: update to 1.4.0.

---
 srcpkgs/gajim/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..f470e3a878d6 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,20 +1,19 @@
 # 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"
+ python3-css-parser farstream python3-dbus python3-openssl gtksourceview4"
 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
+checksum=2db26fb0359f80e8d9f03116b2927f7947d873ebc950cc563195c3f22e56936c
 # Does not find gdk, introspection typelib
 # even wtih gdk-pixbuf in checkdepends
 make_check=no

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

* Re: [PR PATCH] [Updated] gajim: update to 1.4.0
  2022-05-14  2:44 [PR PATCH] gajim: update to 1.4.0 chili-b
  2022-05-17 15:52 ` [PR PATCH] [Updated] " chili-b
@ 2022-05-17 15:56 ` chili-b
  2022-05-20 14:26 ` [PR PATCH] [Closed]: " chili-b
  2022-05-20 14:26 ` chili-b
  3 siblings, 0 replies; 5+ messages in thread
From: chili-b @ 2022-05-17 15:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages gajim
https://github.com/void-linux/void-packages/pull/37117

gajim: update to 1.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [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, (x86_64-glibc)


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

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

From 0ce402a0d69d44e429e33146840927eb193e4461 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 13 May 2022 22:41:53 -0400
Subject: [PATCH 1/3] python3-nbxmpp: update to 3.0.1.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e1ea0667bb57..7e642ae978e0 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
@@ -11,9 +11,8 @@ short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 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 79383ba6995163fd778dec1b0124d29c24c501a0 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 13 May 2022 22:41:59 -0400
Subject: [PATCH 2/3] gajim-omemo: update to 2.8.13.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 531f7be7545d..b284efcac24c 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,10 @@ 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-}"
 }

From 8db8684f2b53b169b74e3a5112d50d4c7502122c Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 13 May 2022 22:42:01 -0400
Subject: [PATCH 3/3] gajim: update to 1.4.0.

---
 srcpkgs/gajim/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..f470e3a878d6 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,20 +1,19 @@
 # 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"
+ python3-css-parser farstream python3-dbus python3-openssl gtksourceview4"
 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
+checksum=2db26fb0359f80e8d9f03116b2927f7947d873ebc950cc563195c3f22e56936c
 # Does not find gdk, introspection typelib
 # even wtih gdk-pixbuf in checkdepends
 make_check=no

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

* Re: [PR PATCH] [Closed]: gajim: update to 1.4.0
  2022-05-14  2:44 [PR PATCH] gajim: update to 1.4.0 chili-b
  2022-05-17 15:52 ` [PR PATCH] [Updated] " chili-b
  2022-05-17 15:56 ` chili-b
@ 2022-05-20 14:26 ` chili-b
  2022-05-20 14:26 ` chili-b
  3 siblings, 0 replies; 5+ messages in thread
From: chili-b @ 2022-05-20 14:26 UTC (permalink / raw)
  To: ml

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

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

gajim: update to 1.4.0
https://github.com/void-linux/void-packages/pull/37117

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, (x86_64-glibc)


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

* Re: gajim: update to 1.4.0
  2022-05-14  2:44 [PR PATCH] gajim: update to 1.4.0 chili-b
                   ` (2 preceding siblings ...)
  2022-05-20 14:26 ` [PR PATCH] [Closed]: " chili-b
@ 2022-05-20 14:26 ` chili-b
  3 siblings, 0 replies; 5+ messages in thread
From: chili-b @ 2022-05-20 14:26 UTC (permalink / raw)
  To: ml

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

New comment by chili-b on void-packages repository

https://github.com/void-linux/void-packages/pull/37117#issuecomment-1132960360

Comment:
closing because this PR is made redundant by #37181

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

end of thread, other threads:[~2022-05-20 14:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14  2:44 [PR PATCH] gajim: update to 1.4.0 chili-b
2022-05-17 15:52 ` [PR PATCH] [Updated] " chili-b
2022-05-17 15:56 ` chili-b
2022-05-20 14:26 ` [PR PATCH] [Closed]: " chili-b
2022-05-20 14:26 ` chili-b

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