Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gajim: update to 1.9.0, adopt.
@ 2024-06-11 12:50 Emru1
  2024-06-11 14:18 ` [PR PATCH] [Updated] " Emru1
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Emru1 @ 2024-06-11 12:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages gajim-1.9.0
https://github.com/void-linux/void-packages/pull/50773

gajim: update to 1.9.0, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**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, amd64-glibc

Python3-nbxmpp is here too, as dependency


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

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

From d4f6a40b6a1193911aacabd0d195a627f5475415 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Tue, 11 Jun 2024 14:48:57 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 5.0.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 433a4bbd41d674..708256356a3cc5 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=4.5.3
+version=5.0.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
@@ -12,7 +12,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=6e620e6da8ec9f9bc4fad4b1f7ff8467c3ae9efee8ea0593ce4258ac03e00b9e
+checksum=52319a08fb0f017833a305342a67d07f77f167821c975e2cc520b6b86d4cdc54
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From cce7ac422690b53aeaa7977d2007b8c8350f345e Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Tue, 11 Jun 2024 14:49:10 +0200
Subject: [PATCH 2/2] gajim: update to 1.9.0, adopt.

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

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index cf49fab68994f4..ce7ab528a91b52 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.8.4
+version=1.9.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="gettext python3-wheel"
@@ -10,15 +10,16 @@ depends="python3-gobject python3-setuptools python3-Pillow
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
  python3-qrcode python3-omemo-dr
  python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1
- gst-plugins-ugly1 gst-libav gtksourceview4"
+ gst-plugins-ugly1 gst-libav gtksourceview4
+ python3-SQLAlchemy2 python3-emoji"
 checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Emil Tomczyk <emru@emru.xyz>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=58fced87b1ce01b3d5269bcdf33499246533b01b4008d9701eb1e10cf94e49c5
+checksum=7a244b419afad01be3aaa9e860463e2ecc205ba7be4bd9932ef04a5425eb0b32
 
 post_build() {
 	./pep517build/build_metadata.py -o dist/metadata

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

end of thread, other threads:[~2024-06-17 14:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-11 12:50 [PR PATCH] gajim: update to 1.9.0, adopt Emru1
2024-06-11 14:18 ` [PR PATCH] [Updated] " Emru1
2024-06-11 18:21 ` AnInternetTroll
2024-06-14  0:08 ` lissine0
2024-06-14 21:49 ` elliniyessine
2024-06-15  9:25 ` Emru1
2024-06-15  9:26 ` Emru1
2024-06-16  8:53 ` [PR PATCH] [Updated] " Emru1
2024-06-16  8:54 ` Emru1
2024-06-16 22:12 ` [PR REVIEW] " classabbyamp
2024-06-17  6:49 ` Emru1
2024-06-17  6:49 ` [PR PATCH] [Updated] " Emru1
2024-06-17 14:54 ` [PR PATCH] [Merged]: " classabbyamp

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