1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: gajim: Update to 2.4.4.

* gnu/packages/messaging.scm (gajim): Update to 2.4.4.
[inputs]: Replace gspell with libspelling, gtk+ with gtk, and
gtksourceview-4 with gtksourceview.
Remove libappindicator.
Add libadwaita, gst-plugins-good, python-httpx and python-truststore.

Change-Id: I53210c3509fc341c92ef518fe1f2c428c322a9a4
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Adrien 'neox' Bourmault
2026-03-20 20:56:46 +00:00
committed by Liliana Marie Prikler
parent af653b283c
commit 3c5ad0ebc0

View File

@@ -1183,7 +1183,7 @@ of xmpppy.")
(define-public gajim
(package
(name "gajim")
(version "1.9.5")
(version "2.4.4")
(source
(origin
(method url-fetch)
@@ -1191,7 +1191,7 @@ of xmpppy.")
(version-major+minor version)
"/gajim-" version ".tar.gz"))
(sha256
(base32 "0g2nhy6ypj4jbz216sgiy37spq34bwa0ydn2g73fp9qnxfq4vpvz"))
(base32 "0s2jryg8c0ifgf88pfj7k1ifhl1l2fw4w8w80g7xh3qpk5gj7ml0"))
(patches
(search-patches "gajim-honour-GAJIM_PLUGIN_PATH.patch"))))
(build-system pyproject-build-system)
@@ -1278,13 +1278,14 @@ of xmpppy.")
glib-networking
gsettings-desktop-schemas
gsound
gspell
libspelling
libadwaita
gstreamer
gst-plugins-base
gtk+
gtksourceview-4
gst-plugins-good
gtk
gtksourceview
gupnp-igd
libappindicator
libnice
libomemo
libsecret
@@ -1295,6 +1296,7 @@ of xmpppy.")
python-dbus-1.2
python-emoji
python-gssapi
python-httpx
python-idna
python-keyring
python-nbxmpp
@@ -1306,7 +1308,8 @@ of xmpppy.")
python-pygobject
python-pyopenssl
python-qrcode
python-sqlalchemy-2))
python-sqlalchemy-2
python-truststore))
(propagated-inputs
(list dconf))
(synopsis "Fully-featured XMPP client")