blob: c3307a122e597472819542b0470446462e92c02f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
pkgbase = gajim-git
pkgdesc = Jabber/XMPP instant messenger client written in Python with GTK+
pkgver = r21904.d997efc17
pkgrel = 1
epoch = 1
url = https://gajim.org/
arch = any
license = GPL3
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = gtk4
depends = gtksourceview5
depends = python-cairo
depends = python-gobject
depends = python-keyring
depends = python-nbxmpp-git
depends = python-cryptography
depends = python-precis_i18n
depends = python-css-parser
depends = python-distro
depends = hicolor-icon-theme
depends = python-pillow
depends = python-gssapi
depends = python-netifaces
depends = python-qrcode
depends = python-omemo-dr
depends = python-packaging
depends = pango
depends = sqlite
depends = python-sqlalchemy
depends = python-setuptools
depends = python-emoji
optdepends = python-sentry_sdk: for Sentry error reporting to dev.gajim.org (users decide whether to send reports or not)
optdepends = libspelling: for spell checking support
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 = gsound: Notification Sounds
optdepends = farstream: for video and audio calls
optdepends = gstreamer: for video and audio calls
optdepends = gst-plugins-base: for video and audio calls
optdepends = gst-plugins-ugly: for video and audio calls
optdepends = gst-libav: for video and audio calls
optdepends = gst-plugin-gtk4: for video and audio calls
optdepends = libxss: for idle time checking on X11
optdepends = python-gnupg: encrypting chat messages with OpenPGP
optdepends = emoji-font: for emojis support
provides = gajim
conflicts = gajim
conflicts = gajim-hg
conflicts = gajim-svn
replaces = gajim-hg
replaces = gajim-svn
source = gajim::git+https://dev.gajim.org/gajim/gajim.git
md5sums = SKIP
pkgname = gajim-git
|