Balló György pushed to branch main at Arch Linux / Packaging / Packages / gajim
Commits:
1309eefa by Balló György at 2026-01-16T18:55:05+01:00
upgpkg: 2.4.2-2: Remove webp-pixbuf-loader from dependencies
WebP images are supported by Glycin loader now.
Also remove libayatana-appindicator dependency, which is not used since the
GTK4 port.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gajim
pkgdesc = Full featured and easy to use XMPP (Jabber) client
pkgver = 2.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://gajim.org/
arch = any
license = GPL-3.0-only
@@ -41,10 +41,8 @@ pkgbase = gajim
optdepends = libsecret: for GNOME Keyring or KDE support as password
storage
optdepends = gupnp-igd: for better NAT traversing
optdepends = networkmanager: for network lose detection
- optdepends = geoclue2: share current location
+ optdepends = geoclue: share current location
optdepends = gsound: Notification Sounds
- optdepends = gsound: Notification Sounds
- optdepends = libayatana-appindicator: for App Indicator on Wayland
optdepends = farstream: for video and audio calls
optdepends = gstreamer: for video and audio calls
optdepends = gst-plugins-base: for video and audio calls
@@ -54,7 +52,6 @@ pkgbase = gajim
optdepends = libxss: for idle time checking on X11
optdepends = python-gnupg: encrypting chat messages with OpenPGP
optdepends = emoji-font: for emojis support
- optdepends = webp-pixbuf-loader: for WebP images support
source =
https://dev.gajim.org/gajim/gajim/-/archive/2.4.2/gajim-2.4.2.tar.gz
sha512sums =
58a98359699f092d8a767a548b6fa02ba334dd7df224a4e0453ac183eb384e30cc7d511b43b04ca982893a96e4e2fcfeef653f615fcc270e640d0912f4d0743a
b2sums =
5849e2fbf989f1086e34a4e0817e35f8a87d9da043611cb4553720f396c907ec60be83aac93098fe93f9395f0663a19b75dffd65de6646e42bdd172bc4f3c270
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=gajim
pkgver=2.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Full featured and easy to use XMPP (Jabber) client"
url="https://gajim.org/"
arch=('any')
@@ -17,10 +17,8 @@ optdepends=('python-dbus: to have gajim-remote working'
'libsecret: for GNOME Keyring or KDE support as password storage'
'gupnp-igd: for better NAT traversing'
'networkmanager: for network lose detection'
- 'geoclue2: share current location'
+ 'geoclue: share current location'
'gsound: Notification Sounds'
- 'gsound: Notification Sounds'
- 'libayatana-appindicator: for App Indicator on Wayland'
'farstream: for video and audio calls'
'gstreamer: for video and audio calls'
'gst-plugins-base: for video and audio calls'
@@ -29,8 +27,7 @@ optdepends=('python-dbus: to have gajim-remote working'
'gst-plugin-gtk4: for video and audio calls'
'libxss: for idle time checking on X11'
'python-gnupg: encrypting chat messages with OpenPGP'
- 'emoji-font: for emojis support'
- 'webp-pixbuf-loader: for WebP images support')
+ 'emoji-font: for emojis support')
source=("https://dev.gajim.org/gajim/gajim/-/archive/${pkgver}/gajim-${pkgver}.tar.gz")
sha512sums=('58a98359699f092d8a767a548b6fa02ba334dd7df224a4e0453ac183eb384e30cc7d511b43b04ca982893a96e4e2fcfeef653f615fcc270e640d0912f4d0743a')
b2sums=('5849e2fbf989f1086e34a4e0817e35f8a87d9da043611cb4553720f396c907ec60be83aac93098fe93f9395f0663a19b75dffd65de6646e42bdd172bc4f3c270')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gajim/-/commit/1309eefad5b34d2ef4df3a084977ccba78d82591
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gajim/-/commit/1309eefad5b34d2ef4df3a084977ccba78d82591
You're receiving this email because of your account on gitlab.archlinux.org.