[arch-commits] Commit in gajim/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Mar 24 10:24:16 UTC 2018


    Date: Saturday, March 24, 2018 @ 10:24:15
  Author: bgyorgy
Revision: 311746

upgpkg: gajim 1.0.0-2

Fix dependencies (FS#57886)

Modified:
  gajim/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-24 04:56:47 UTC (rev 311745)
+++ PKGBUILD	2018-03-24 10:24:15 UTC (rev 311746)
@@ -3,23 +3,25 @@
 
 pkgname=gajim
 pkgver=1.0.0
-pkgrel=1
-pkgdesc="A full featured and easy to use Jabber client"
+pkgrel=2
+pkgdesc="Full featured and easy to use XMPP (Jabber) client"
 arch=('any')
 url="https://www.gajim.org/"
 license=('GPL3')
-depends=('python-gobject' 'python-cairo' 'python-pyopenssl' 'python-pyasn1' 'python-nbxmpp'
-         'ca-certificates' 'bind-tools' 'hicolor-icon-theme')
+depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 'python-nbxmpp'
+         'python-pyasn1' 'python-pyopenssl')
 makedepends=('intltool')
-optdepends=('python-dbus: dbus support'
-            'gtkspell: for spelling support'
-            'libxss: for idle module'
-            'notification-daemon: for desktop notification'
-            'python-keyring: password storage'
-            'python-crypto: support for E2E encryption'
-            'python-docutils: for RST generator support'
-            'gupnp-igd: for UPnP-IGD support'
-            'python-gnupg: for PGP encryption')
+optdepends=('alsa-utils: play notification sounds'
+            'avahi: serverless chatting with autodetected clients in a local network'
+            'farstream: start audio and video chat'
+            'geoclue2: share current location'
+            'gnome-keyring: password storage'
+            'gspell: spellchecking of composed messages'
+            'gupnp-igd: request your router to forward port for file transfer'
+            'libxss: measure idle time, in order to set auto status'
+            'python-crypto: encrypting chat messages'
+            'python-docutils: generate XHTML output from RST code'
+            'python-gnupg: encrypting chat messages with OpenPGP')
 source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
 sha1sums=('05d5177af4a09b041aa03d488524c6859fa51130')
 



More information about the arch-commits mailing list