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/
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: 72
Popularity: 0.000012
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 Next › Last »

cippaciong commented on 2018-04-26 19:18 (UTC)

The -git version is not for faster updates, but for people who want the development version, for whatever reason (testing for example).

zuglufttier commented on 2018-04-26 14:14 (UTC)

Do you think this is needed anymore? The plugin from https://ftp.gajim.org/plugins_releases/ gets updated very frequently.

linkmauve commented on 2018-02-23 10:57 (UTC) (edited on 2018-02-23 11:08 (UTC) by linkmauve)

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

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 (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 }