Search Criteria
Package Details: gajim-git 1:r17436.8265ffb5c-1
Git Clone URL: | https://aur.archlinux.org/gajim-git.git (read-only, click to copy) |
---|---|
Package Base: | gajim-git |
Description: | Jabber/XMPP instant messenger client written in Python with GTK+ |
Upstream URL: | https://gajim.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | linkmauve |
Maintainer: | linkmauve (Ppjet6) |
Last Packager: | linkmauve |
Votes: | 69 |
Popularity: | 0.000783 |
First Submitted: | 2017-01-04 17:50 |
Last Updated: | 2020-06-29 19:49 |
Dependencies (32)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libsoup (libsoup-gnome-git, libsoup-gnome)
- python-cairo (python-cairo-git)
- python-css-parser
- python-distro
- python-gobject (python-gobject-git)
- python-keyring
- python-nbxmpp-git
- python-precis_i18n
- python-pyasn1
- python-pyopenssl
- git (git-git) (make)
- python-setuptools (make)
- farstream (optional) – for video/voice support
- geoclue2 (geoclue) (optional) – for sharing your location
- gnome-keyring (gnome-keyring-git) (optional) – store passwords encrypted in GNOME Keyring
- gsound (optional) – for notification sounds
- gspell (optional) – for spell checking support
- gst-libav (gst-libav-git) (optional) – for video/voice support
- gst-plugin-gtk (optional) – for video support
- gst-plugins-bad (gst-plugins-bad-git) (optional) – for video/voice support
- gst-plugins-good (gst-plugins-good-git) (optional) – for video/voice support
- gst-plugins-ugly (gst-plugins-ugly-git) (optional) – for video/voice support
- gst-python (gst-python-git) (optional) – for video/voice support
- gupnp-igd (optional) – for UPnP-IGD support
- kded (kded-git) (optional) – store passwords encrypted in KSecretService
- libxss (optional) – for idle time checking on X11
- notification-daemon (notification-daemon-gtk2, xfce4-notifyd-git, ysnotifier, awesome34, qtnotifydaemon, rofication-git, dunst-notif-log-git, lxqt-notificationd-git, kdebase-runtime, notify-osd-customizable, notipy, twmn-git, xfce4-notifyd-keyaction, xfce4-notifyd-layer-shell-git, awesome-way-cooler-git, enlightenment-git-asan, awesome-luajit, awesome-git, notify-osd-git, awesome-luajit-git, dunst-git, enlightenment-git, awesome, dunst, enlightenment, lxqt-notificationd, mate-notification-daemon, notify-osd, plasma-workspace, xfce4-notifyd) (optional) – for desktop notifications
- python-crypto (python-pycrypto, python-pycryptodome) (optional) – support for E2E encryption
- python-dbus (optional) – for gajim-remote and zeroconf support
- python-docutils (optional) – for RST generator support
Required by (5)
- gajim-plugin-omemo (requires gajim)
- gajim-plugin-omemo (requires gajim)
- gajim-plugin-omemo-git (requires gajim)
- gajim-plugin-urlimagepreview (requires gajim)
- gajim-plugin-urlimagepreview (requires gajim)
Latest Comments
1 2 3 4 5 Next › Last »
Spheerys commented on 2018-10-08 08:24
The dev version is 1.1 The repo is here : https://dev.gajim.org/gajim/gajim/tree/gajim_1.1
stevenroose commented on 2018-08-27 19:11
Did you mark the package's version wrong? It says
1.0.0.beta1.r482
, shouldn't it be 1.1.0.beta1? Currently it fails to be installed next to gajim-omemo-plugin since that requires gajim >= 1.0.0..linkmauve commented on 2018-02-23 10:57
The pkgver is automatically updated in -git packages, they require no bump when the dependencies didn’t change, see https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver.28.29_function
Also this package doesn’t track the 1.0 branch but master, so don’t expect to get beta releases here.
abouvier commented on 2018-01-27 01:27
gajim-git should provide gajim>=1.0.0 and depends on non git python-nbxmpp. It's up to the user to replace python-nbxmpp for python-nbxmpp-git.
JuniorJPDJ commented on 2018-01-17 07:46
Ok, upstream fixed issue.
JuniorJPDJ commented on 2018-01-16 07:34
https://paste.debian.net/hidden/5d860abb/
sorry for link, If pasting to comment it's getting into one line
What?
Nothing4You commented on 2017-09-30 20:03
diff -u a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD 2017-09-30 22:02:00.598055384 +0200
+++ b/PKGBUILD 2017-09-30 22:02:49.946444442 +0200
@@ -40,13 +40,7 @@
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-build() {
- cd "$srcdir/$_name"
- ./autogen.sh --prefix=/usr --enable-site-packages
- make
-}
-
package() {
cd "$srcdir/$_name"
- make DESTDIR="$pkgdir/" install
+ python setup.py install --root=$pkgdir --prefix=/usr --optimize=1
}
TrialnError commented on 2017-02-05 23:23
Since a few months, they moved from their own included python-gnupg version to external.
(From the 0.16.7 release notes: * Gajim now depends on python-gnupg for PGP encryption)
So maybe python2-gnupg could be added as an optdepend?
RavuAlHemio commented on 2016-11-06 16:00
The nbxmpp team has moved to git; please change the dependency from python2-nbxmpp-hg to python2-nbxmpp-git.
DevotedFollower commented on 2016-04-01 20:55
If you are getting the the following error:
ImportError: could not import gst gajim
Please check here:
https://trac.gajim.org/ticket/7836