Github messages for voidlinux
 help / color / mirror / Atom feed
From: Emru1 <Emru1@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gajim: update to 1.9.0, adopt.
Date: Mon, 17 Jun 2024 08:49:17 +0200	[thread overview]
Message-ID: <20240617064917.1BB152223C@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50773@inbox.vuxu.org>

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

There is an updated 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: 5015 bytes --]

From 9a81beb8cf53485b8569a43dd42de85ead02ac39 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 4567e15da9d498883fd934cf69b3c4df10efcd8c 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.

People on Gajim's MUC advised to remove this test
---
 srcpkgs/gajim/files/README.voidlinux          |  3 +++
 .../gajim/patches/remove_broken_test.patch    | 15 ++++++++++++++
 srcpkgs/gajim/template                        | 20 +++++++++----------
 3 files changed, 28 insertions(+), 10 deletions(-)
 create mode 100644 srcpkgs/gajim/patches/remove_broken_test.patch

diff --git a/srcpkgs/gajim/files/README.voidlinux b/srcpkgs/gajim/files/README.voidlinux
index 3b19a82a5bb256..73c3158d82722a 100644
--- a/srcpkgs/gajim/files/README.voidlinux
+++ b/srcpkgs/gajim/files/README.voidlinux
@@ -1 +1,4 @@
 Visit https://dev.gajim.org/gajim/gajim-plugins/-/wikis/home to install plugins.
+Some plugins are already available via Gajim->Plugins menu.
+If you want to use same emojis as in official screenshots, install
+"noto-fonts-emoji" package. Another popular one is "twemoji".
diff --git a/srcpkgs/gajim/patches/remove_broken_test.patch b/srcpkgs/gajim/patches/remove_broken_test.patch
new file mode 100644
index 00000000000000..5b11e87cfebf63
--- /dev/null
+++ b/srcpkgs/gajim/patches/remove_broken_test.patch
@@ -0,0 +1,15 @@
+--- a/test/gui/test_util.py	2024-06-10 10:03:49.000000000 +0200
++++ b/test/gui/test_util.py	2024-06-11 16:15:31.000273954 +0200
+@@ -57,9 +57,9 @@
+         # returns 'c', not 'ch'.
+ 
+         # In most locales (say, any western one):
+-        devanagari_kshi = '\u0915\u094D' + devanagari_ssi
+-        self.assertEqual(
+-            get_first_grapheme(devanagari_kshi), '\u0915\u094D', 'क्षि -> क् ')
++        # devanagari_kshi = '\u0915\u094D' + devanagari_ssi
++        # self.assertEqual(
++        #     get_first_grapheme(devanagari_kshi), '\u0915\u094D', 'क्षि -> क् ')
+         # This probably won't fail on *any* locale, ever, again because the
+         # implementation doesn't seem locale-specific.
+ 
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index cf49fab68994f4..fddd50f555e54f 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,24 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.8.4
+version=1.9.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="gettext python3-wheel"
-depends="python3-gobject python3-setuptools python3-Pillow
- python3-cairo python3-dbus libsecret gsound libnm
- python3-nbxmpp python3-openssl python3-css-parser python3-keyring
- 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"
+depends="farstream gsound gst-libav gst-plugins-base1 gst-plugins-ugly1
+ gtksourceview4 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
+ python3-cairo python3-css-parser python3-dbus python3-distro python3-emoji
+ python3-gobject python3-jeepney python3-keyring python3-nbxmpp
+ python3-netifaces python3-omemo-dr python3-openssl python3-packaging
+ python3-precis-i18n python3-pyasn1 python3-qrcode python3-setuptools
+ python3-setuptools"
 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

  parent reply	other threads:[~2024-06-17  6:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-11 12:50 [PR PATCH] " 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 [this message]
2024-06-17  6:49 ` Emru1
2024-06-17 14:54 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240617064917.1BB152223C@inbox.vuxu.org \
    --to=emru1@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).