summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2021-12-27 10:17:27 +0100
committerEmmanuel Gil Peyrot2021-12-27 10:17:27 +0100
commit8ae46a1570bfb5d6e539aed09c28102ec018cc9b (patch)
tree6d885f8c56de4eedda86c280e68546e6cc2eb406 /PKGBUILD
parentf2e882bd5ac7149fcdf36e746dd2b1a0585eab82 (diff)
downloadaur-8ae46a1570bfb5d6e539aed09c28102ec018cc9b.tar.gz
Add missing gtksourceview4 and python-pillow dependencies.
Thanks Farzat!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c53bb3f73f87..182d0c8ad2e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_name=gajim
pkgname="$_name-git"
epoch=1
-pkgver=r17436.8265ffb5c
+pkgver=r19005.68eb14225
pkgrel=1
pkgdesc="Jabber/XMPP instant messenger client written in Python with GTK+"
arch=('any')
@@ -18,7 +18,8 @@ url="https://gajim.org/"
license=('GPL3')
depends=('gtk3' 'libsoup' 'python-gobject' 'python-pyopenssl' 'hicolor-icon-theme'
'python-pyasn1' 'python-nbxmpp-git' 'python-cairo' 'python-keyring'
- 'python-distro' 'python-css-parser' 'python-precis_i18n')
+ 'python-distro' 'python-css-parser' 'python-precis_i18n' 'python-pillow'
+ 'gtksourceview4')
makedepends=('git' 'python-setuptools')
optdepends=('python-dbus: for gajim-remote and zeroconf support'
'farstream: for video/voice support'
@@ -31,6 +32,7 @@ optdepends=('python-dbus: for gajim-remote and zeroconf support'
'gsound: for notification sounds'
'gspell: for spell checking support'
'libxss: for idle time checking on X11'
+ 'libappindicator-gtk3: to get a tray icon on some desktop environments'
'notification-daemon: for desktop notifications'
'gnome-keyring: store passwords encrypted in GNOME Keyring'
'kded: store passwords encrypted in KSecretService'