summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2020-06-29 21:49:36 +0200
committerEmmanuel Gil Peyrot2020-06-29 21:49:36 +0200
commitf2e882bd5ac7149fcdf36e746dd2b1a0585eab82 (patch)
tree21994e1aadf85f92b5b2b628dfd6d80c52c7fe62
parente66226d99aa8689e63b557b9c83d6dfe5686c0b6 (diff)
downloadaur-f2e882bd5ac7149fcdf36e746dd2b1a0585eab82.tar.gz
Add missing gst-plugin-gtk and gsound optional dependencies.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4067befcd20e..d2aba4ed1b17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gajim-git
pkgdesc = Jabber/XMPP instant messenger client written in Python with GTK+
- pkgver = r17041.9497dce25
+ pkgver = r17436.8265ffb5c
pkgrel = 1
epoch = 1
url = https://gajim.org/
@@ -27,6 +27,8 @@ pkgbase = gajim-git
optdepends = gst-plugins-ugly: for video/voice support
optdepends = gst-libav: for video/voice support
optdepends = gst-python: for video/voice support
+ optdepends = gst-plugin-gtk: for video support
+ optdepends = gsound: for notification sounds
optdepends = gspell: for spell checking support
optdepends = libxss: for idle time checking on X11
optdepends = notification-daemon: for desktop notifications
diff --git a/PKGBUILD b/PKGBUILD
index 5664daeca7b1..c53bb3f73f87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_name=gajim
pkgname="$_name-git"
epoch=1
-pkgver=r17041.9497dce25
+pkgver=r17436.8265ffb5c
pkgrel=1
pkgdesc="Jabber/XMPP instant messenger client written in Python with GTK+"
arch=('any')
@@ -27,6 +27,8 @@ optdepends=('python-dbus: for gajim-remote and zeroconf support'
'gst-plugins-ugly: for video/voice support'
'gst-libav: for video/voice support'
'gst-python: for video/voice support'
+ 'gst-plugin-gtk: for video support'
+ 'gsound: for notification sounds'
'gspell: for spell checking support'
'libxss: for idle time checking on X11'
'notification-daemon: for desktop notifications'