Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gajim
Commits: 423640f7 by Robin Candau at 2026-02-03T09:14:50+01:00 upgpkg: 2.4.3-2: Move setuptools to makedepends See https://dev.gajim.org/gajim/gajim/-/issues/12618 Closes https://gitlab.archlinux.org/archlinux/packaging/packages/gajim/-/issues/20 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,14 @@ pkgbase = gajim pkgdesc = Full featured and easy to use XMPP (Jabber) client pkgver = 2.4.3 - pkgrel = 1 + pkgrel = 2 url = https://gajim.org/ arch = any license = GPL-3.0-only makedepends = python-build makedepends = python-installer makedepends = python-wheel + makedepends = python-setuptools depends = gtk4 depends = gtksourceview5 depends = libadwaita @@ -29,7 +30,6 @@ pkgbase = gajim depends = pango depends = sqlite depends = python-sqlalchemy - depends = python-setuptools depends = python-emoji depends = python-httpx depends = python-truststore ===================================== PKGBUILD ===================================== @@ -4,13 +4,13 @@ pkgname=gajim pkgver=2.4.3 -pkgrel=1 +pkgrel=2 pkgdesc="Full featured and easy to use XMPP (Jabber) client" url="https://gajim.org/" arch=('any') license=('GPL-3.0-only') -depends=('gtk4' 'gtksourceview5' 'libadwaita' 'python-cairo' 'python-gobject' 'python-keyring' 'python-nbxmpp' 'python-cryptography' 'python-precis_i18n' 'python-css-parser' 'python-distro' 'hicolor-icon-theme' 'python-pillow' 'python-gssapi' 'python-netifaces' 'python-qrcode' 'python-omemo-dr' 'python-packaging' 'pango' 'sqlite' 'python-sqlalchemy' 'python-setuptools' 'python-emoji' 'python-httpx' 'python-truststore' 'python-h2' 'python-socksio') -makedepends=('python-build' 'python-installer' 'python-wheel') +depends=('gtk4' 'gtksourceview5' 'libadwaita' 'python-cairo' 'python-gobject' 'python-keyring' 'python-nbxmpp' 'python-cryptography' 'python-precis_i18n' 'python-css-parser' 'python-distro' 'hicolor-icon-theme' 'python-pillow' 'python-gssapi' 'python-netifaces' 'python-qrcode' 'python-omemo-dr' 'python-packaging' 'pango' 'sqlite' 'python-sqlalchemy' 'python-emoji' 'python-httpx' 'python-truststore' 'python-h2' 'python-socksio') +makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') optdepends=('python-dbus: to have gajim-remote working' 'python-sentry_sdk: for Sentry error reporting to dev.gajim.org (users decide whether to send reports or not)' 'libspelling: for spell checking support' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gajim/-/commit/423640f763e57a62cf49fd77a997bd974384a421 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gajim/-/commit/423640f763e57a62cf49fd77a997bd974384a421 You're receiving this email because of your account on gitlab.archlinux.org.
