Search Criteria
Package Details: matrix-mirage-git r2432.d1a5752b-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: | |
Submitter: | Midov |
Maintainer: | Midov |
Last Packager: | Midov |
Votes: | 5 |
Popularity: | 0.82 |
First Submitted: | 2020-03-29 13:53 |
Last Updated: | 2021-01-17 18:56 |
Dependencies (36)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg)
- libmediainfo (libmediainfo-git)
- libolm (libolm-git)
- libtiff (libtiff-git, libtiff-minimal-git)
- libwebp (libwebp-git)
- libxss
- openjpeg2 (openjpeg-git)
- python (python-dbg)
- python-aiofiles
- python-appdirs (python-appdirs-git)
- python-blist
- python-cairosvg
- python-dbus
- python-filetype
- python-hsluv
- python-html-sanitizer
- python-lxml
- python-mistune (python-mistune2)
- python-pillow (python-pillow-git, python-pillow-simd)
- python-plyer
- python-pycryptodome (python-pycrypto)
- python-pymediainfo
- python-pyotherside
- python-redbaron
- python-sortedcontainers
- python-watchgod
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-declarative (qt5-declarative-git)
- qt5-graphicaleffects (qt5-graphicaleffects-git)
- qt5-imageformats (qt5-imageformats-git)
- qt5-quickcontrols2 (qt5-quickcontrols2-git)
- qt5-svg (qt5-svg-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- python-matrix-nio>=0.15.0
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
Midov commented on 2021-01-17 18:56
Hmm probably checkout in
prepare()
was not a good idea. I have modified the pkgpuild to pull the dev branch as a source directly, that should be more reliable i guess.ISSOtm commented on 2021-01-17 16:35
Looks like
prepare()
is not pullingdev
?Midov commented on 2021-01-04 20:17
thanks ISSOtm, updated
btw was in the middle of updating it when you wrote that ^^
ISSOtm commented on 2021-01-04 20:00
Looks like python-hsluv, python-watchgod, python-redbaron are new dependencies.
Midov commented on 2020-12-09 09:19
added python-sortedcontainers to dependencies, thanks
RepublicM1911 commented on 2020-12-09 08:42
Some recent python update broke Mirage. Can be fixed by installing python-sortedcontainers. Can the package maintainer add this to the dependencies?
Midov commented on 2020-07-18 08:43
thanks dreieck, fixed
dreieck commented on 2020-07-17 12:03
It installs to
/usr/local/bin/mirage
, but since it is installed via package management it must not install to/usr/local
.Please make it install to
/usr/bin/mirage
.Thanks for maintaining.