summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2aba4ed1b17..0cc8291e5944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gajim-git
pkgdesc = Jabber/XMPP instant messenger client written in Python with GTK+
- pkgver = r17436.8265ffb5c
+ pkgver = r19005.68eb14225
pkgrel = 1
epoch = 1
url = https://gajim.org/
@@ -20,6 +20,8 @@ pkgbase = gajim-git
depends = python-distro
depends = python-css-parser
depends = python-precis_i18n
+ depends = python-pillow
+ depends = gtksourceview4
optdepends = python-dbus: for gajim-remote and zeroconf support
optdepends = farstream: for video/voice support
optdepends = gst-plugins-good: for video/voice support
@@ -31,6 +33,7 @@ pkgbase = gajim-git
optdepends = gsound: for notification sounds
optdepends = gspell: for spell checking support
optdepends = libxss: for idle time checking on X11
+ optdepends = libappindicator-gtk3: to get a tray icon on some desktop environments
optdepends = notification-daemon: for desktop notifications
optdepends = gnome-keyring: store passwords encrypted in GNOME Keyring
optdepends = kded: store passwords encrypted in KSecretService
@@ -48,4 +51,3 @@ pkgbase = gajim-git
md5sums = SKIP
pkgname = gajim-git
-
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'