Package Details: gajim-git 1:r21440.e5eef33fd-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/
Keywords: chat client xmpp
Licenses: GPL3
Conflicts: gajim, gajim-hg, gajim-svn
Provides: gajim
Replaces: gajim-hg, gajim-svn
Submitter: linkmauve
Maintainer: linkmauve (Ppjet6, Edu4rdSHL)
Last Packager: Edu4rdSHL
Votes: 73
Popularity: 0.48
First Submitted: 2017-01-04 17:50 (UTC)
Last Updated: 2024-05-05 19:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

JuniorJPDJ commented on 2018-01-17 07:46 (UTC)

Ok, upstream fixed issue.

JuniorJPDJ commented on 2018-01-16 07:34 (UTC) (edited on 2018-01-16 07:35 (UTC) by JuniorJPDJ)

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 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

If you are getting the the following error: ImportError: could not import gst gajim Please check here: https://trac.gajim.org/ticket/7836

azrdev commented on 2015-01-11 19:39 (UTC)

@SamWhited - python2-nbxmpp has been updated to 0.5.2, gajim-hg can again depend on it.