Package Details: matrix-mirage-git 0.7.2.r0.g9a4ababd-1

Git Clone URL: https://aur.archlinux.org/matrix-mirage-git.git (read-only, click to copy)
Package Base: matrix-mirage-git
Description: A fancy, customizable, keyboard-operable Matrix chat client for encrypted and decentralized communication.
Upstream URL: https://github.com/mirukana/mirage
Licenses: LGPL3
Conflicts: matrix-mirage, mirage-matrix
Provides: matrix-mirage, mirage-matrix
Submitter: Midov
Maintainer: xiota
Last Packager: xiota
Votes: 7
Popularity: 0.000000
First Submitted: 2020-03-29 13:53 (UTC)
Last Updated: 2023-05-15 06:00 (UTC)

Latest Comments

1 2 Next › Last »

HHL commented on 2022-05-26 11:17 (UTC)

Please update the source's protocol to git+https. As mentioned by others before, I too am unable to pull otherwise.

Midov commented on 2022-01-14 08:27 (UTC)

Updated the source, thanks.

MatejLach commented on 2022-01-12 20:39 (UTC)

I'd suggest changing the source repo to "git+https:///github.com/vSLG/${_name}.git#branch=python3.10-collections" until https://github.com/mirukana/mirage/pull/274 gets merged upstream.

meow6969 commented on 2022-01-11 01:13 (UTC)

When running makepkg I get
==> Retrieving sources...
-> Cloning mirage git repo...
Cloning into bare repository '/mnt/f/downloads/matrix-mirage-git/mirage'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information
This is because git:// protocol is deprecated
fixed by changing the source to "git+https://github.com/mirukana/${_name}.git#branch=dev"

MatejLach commented on 2021-10-29 10:08 (UTC)

If you see:

Unhandled PyOtherSide error: Cannot import module: backend.qml_bridge

AttributeError: module 'mistune' has no attribute 'InlineGrammar'

The fix for now is to downgrade python-mistune from 2.0.0rc1-1 to 0.8.4-6.

sTiKyt commented on 2021-07-08 02:48 (UTC)

❯ mirage
~ 05:47:06 | Got library name:  "/usr/lib/qt/qml/io/thp/pyotherside/libpyothersideplugin.so"
! 05:47:07 | QSystemTrayIcon::setVisible: No Icon set
/usr/lib/python3.9/site-packages/baron/grammator.py:830: ParserGeneratorWarning: Token 'EXEC' is unused
  parser = pg.build()
~ 05:47:09 | "PyOtherSide error: Traceback (most recent call last):\n\n  File \"qrc:/src/backend/qml_bridge.py\", line 181, in <module>\n    BRIDGE = QMLBridge()\n\n  File \"qrc:/src/backend/qml_bridge.py\", line 52, in __init__\n    from .backend import Backend\n\n  File \"qrc:/src/backend/backend.py\", line 28, in <module>\n    from .matrix_client import MatrixClient\n\n  File \"qrc:/src/backend/matrix_client.py\", line 42, in <module>\n    from .html_markdown import HTML_PROCESSOR as HTML\n\n  File \"qrc:/src/backend/html_markdown.py\", line 11, in <module>\n    import html_sanitizer.sanitizer as sanitizer\n\nModuleNotFoundError: No module named 'html_sanitizer'\n"
! 05:47:09 | Unhandled PyOtherSide error: Cannot import module: backend.qml_bridge (Traceback (most recent call last):

  File "qrc:/src/backend/qml_bridge.py", line 181, in <module>
    BRIDGE = QMLBridge()

  File "qrc:/src/backend/qml_bridge.py", line 52, in __init__
    from .backend import Backend

  File "qrc:/src/backend/backend.py", line 28, in <module>
    from .matrix_client import MatrixClient

  File "qrc:/src/backend/matrix_client.py", line 42, in <module>
    from .html_markdown import HTML_PROCESSOR as HTML

  File "qrc:/src/backend/html_markdown.py", line 11, in <module>
    import html_sanitizer.sanitizer as sanitizer

ModuleNotFoundError: No module named 'html_sanitizer'
)
~ 05:47:09 | "PyOtherSide error: Traceback (most recent call last):\n\n  File \"<string>\", line 1, in <module>\n\nNameError: name 'BRIDGE' is not defined\n"
! 05:47:09 | Unhandled PyOtherSide error: Function not found: 'BRIDGE.call_backend_coro' (Traceback (most recent call last):

  File "<string>", line 1, in <module>

NameError: name 'BRIDGE' is not defined

gnuman commented on 2021-04-08 15:22 (UTC)

Fixed upstream .gitmodules typo so this can build again: https://github.com/mirukana/mirage/pull/206

It looks like the author is saying that most of the submodules aren't needed anymore.

Midov commented on 2021-03-07 18:59 (UTC)

Thats right, there was a typo in the pkgbuild, fixed now.

ISSOtm commented on 2021-03-07 17:16 (UTC)

This package should be marked as conflicting with matrix-mirage.