Package Details: gajim-git 1:r21765.2dcd56fcb-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.139347
First Submitted: 2017-01-04 17:50 (UTC)
Last Updated: 2024-10-20 23:16 (UTC)

Dependencies (44)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

Edu4rdSHL commented on 2024-10-20 23:17 (UTC)

This should be working again, thanks for the reports!

Manifest0 commented on 2024-10-20 12:21 (UTC)

When trying to build this package:

/tmp/trizen-manifest0/gajim-git/PKGBUILD: line 59: ./pep517build/build_metadata.py: File or folder doesn't exist

zapata commented on 2024-09-29 08:37 (UTC)

Can anyone unbreak (gajim-git)? See my previous comment!

zapata commented on 2024-09-22 08:56 (UTC)

  1. Why does this port still depend on python-sqlalchemy-git? There is now a python-sqlalchemy package.
  2. gajim-git no longer builds. Use changes from gajim package.

https://paste.mozilla.org/V7cFy1KZ

lovetox commented on 2024-09-16 19:41 (UTC)

idna is not a Gajim dependency, it is a python-nbxmpp dependency.

JiangHuDao commented on 2024-09-04 00:26 (UTC)

Please add python-idna as a dependency.

Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/gajim/main.py", line 40, in _check_required_deps
    import nbxmpp
  File "/usr/lib/python3.12/site-packages/nbxmpp/__init__.py", line 5, in <module>
    from .protocol import *  # noqa: F403, E402
    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/nbxmpp/protocol.py", line 39, in <module>
    import idna
ModuleNotFoundError: No module named 'idna'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/gajim", line 8, in <module>
    sys.exit(run())
             ^^^^^
  File "/usr/lib/python3.12/site-packages/gajim/main.py", line 159, in run
    _check_required_deps()
  File "/usr/lib/python3.12/site-packages/gajim/main.py", line 42, in _check_required_deps
    sys.exit(error_message.format('python-nbxmpp', error))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'lib'

Edu4rdSHL commented on 2024-05-12 17:52 (UTC)

They both update mirrors, but that's not related to this package.

asxpi commented on 2024-05-12 17:51 (UTC)

My bad didn't know difference between -Suuy and -Suy, first one didn't update mirrors, but second do.

Edu4rdSHL commented on 2024-05-12 17:18 (UTC)

Just rebuild the package. It's a -git package, no need to bump pkgver.

asxpi commented on 2024-05-12 17:16 (UTC)

Please change pkgver=r21440.e5eef33fd in PKGBUILD to pkgver=r21456.b8beb55db so we can successfully use gajim-git further.

https://dev.gajim.org/gajim/gajim/-/issues/11829 Here are my conversation with developers and after building r21456.b8beb55db myself it started to work again. Thanks.