Welcome to mirror list, hosted at ThFree Co, Russian Federation.

control « debian - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0478897f4cc2d71225c7e1793d1530a211233d26 (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
Source: gajim-nightly
Section: net
Priority: optional
Maintainer: Yann Leboulanger <asterix@lagaule.org>
Build-Depends:
    debhelper (>= 9),
    dh-python,
    python3 (>= 3.9),
    gettext (>= 0.17-4),
Standards-Version: 4.0.0
Homepage: https://gajim.org
Vcs-Git: https://dev.gajim.org/gajim/gajim.git
Vcs-Browser: https://dev.gajim.org/gajim/gajim/tree/master

Package: gajim-nightly
Architecture: all
Depends:
    python3 (>= 3.9),
    ${misc:Depends}, ${python3:Depends},
    python3-gi (>=3.32.0),
    python3-gi-cairo,
    gir1.2-gtk-3.0 (>=3.22),
    gir1.2-gtksource-4,
    python3-nbxmpp-nightly (>= 20160905),
    python3-openssl,
    python3-keyring,
    python3-css-parser,
    python3-precis-i18n,
    python3-packaging,
Recommends:
    ca-certificates,
    dbus,
    python3-dbus,
    notification-daemon,
    python3-crypto,
    pulseaudio-utils | alsa-utils | sox | oss4-base,
    python3-gnupg (>= 0.3.8),
Suggests:
    network-manager,
    gir1.2-gtkspell3-3.0,
    aspell-en | aspell-dictionary,
    gir1.2-gnomekeyring-1.0,
    gnome-keyring,
    python3-kerberos,
    texlive-latex-base,
    dvipng,
    gir1.2-farstream-0.2,
    gir1.2-gstreamer-1.0,
    gstreamer1.0-plugins-good,
    gstreamer1.0-gtk3,
    python3-pycurl,
    gir1.2-gupnpigd-1.0,
Conflicts: gajim
Description: XMPP client written in Python / GTK
 Gajim is a XMPP client. It has a tabbed user interface with normal
 chats, group chats, and has many features such as, TLS, GPG, SSL, multiple
 accounts, avatars, file transfers, audio/video call, D-Bus and Metacontacts.