Search Criteria
Package Details: spectral-matrix-git 218.r648.g30028a2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spectral-matrix-git.git (read-only, click to copy) |
---|---|
Package Base: | spectral-matrix-git |
Description: | Glossy cross-platform client for Matrix |
Upstream URL: | https://gitlab.com/spectral-im/spectral |
Licenses: | GPL3 |
Submitter: | bergentroll |
Maintainer: | bergentroll |
Last Packager: | bergentroll |
Votes: | 6 |
Popularity: | 0.000004 |
First Submitted: | 2019-10-22 11:14 (UTC) |
Last Updated: | 2021-07-25 14:15 (UTC) |
Dependencies (10)
- cmark (cmark-git)
- libolm (libolm-git)
- qt5-graphicaleffects (qt5-graphicaleffects-git)
- qt5-multimedia (qt5-multimedia-git)
- qt5-quickcontrols2 (qt5-quickcontrols2-git)
- qt5-svg (qt5-svg-git)
- qt5-tools (qt5-tools-git)
- qtkeychain (qtkeychain-qt5)
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Latest Comments
bergentroll commented on 2021-07-25 14:17 (UTC) (edited on 2021-07-25 14:18 (UTC) by bergentroll)
~PedroHLC~, +
PedroHLC commented on 2021-07-25 13:51 (UTC)
@bergentroll
Does not look true in a clean chroot:
You could try changing it to "rm -f", at least it won't fail, and then work in both cases.
bergentroll commented on 2020-08-18 06:42 (UTC)
Thank you for report, but without this line clear built package still contains the
icon-theme.cache
.SolarAquarion commented on 2020-08-18 00:48 (UTC)
this rm $pkgdir/usr/share/icons/hicolor/icon-theme.cache is not created anymore
bergentroll commented on 2020-05-01 09:56 (UTC)
Indeed, thank you.
cg505 commented on 2020-05-01 04:24 (UTC)
Could you update the
source
line in the PKGBUILD as well?bergentroll commented on 2020-01-24 03:52 (UTC)
Thank you, done.
ilpianista commented on 2020-01-23 15:29 (UTC)
Project moved to https://gitlab.com/spectral-im/spectral
bergentroll commented on 2019-10-16 15:47 (UTC)
Thank you andykluger for reasonable suggestions. I'll make changes a bit late.
andykluger commented on 2019-10-16 06:33 (UTC)
libolm needs to be listed as a runtime dep, as spectral won't run if it's uninstalled.
I think this package ought to be renamed, as there's already an unrelated "spectral" in the AUR. spectral-matrix?
Scrumplex commented on 2019-07-17 00:08 (UTC)
I think having a shared library makes sense, as there may be more matrix clients written in C++/Qt in the future. I am interested in writing one myself, which is why I packaged it in the first place.
Sadly I can't really maintain Spectral myself, as I don't use it either, but thanks for the offer :D
bergentroll commented on 2019-07-16 08:11 (UTC)
Scrumplex, thank you! Do you think adding libQuotient as a shared library is actually a good idea? There is significantly more object code and need to build another one package.
Also if you want to co-mantain or own the package, please let me know, because I am not using Spectral for now.
Scrumplex commented on 2019-07-15 17:11 (UTC)
I packaged up libQuotient today. To utilize it as a shared library, first add "libquotient" as a dependency and add "USE_SYSTEM_QMATRIXCLIENT=true" as a parameter to qmake.
bergentroll commented on 2019-03-02 05:59 (UTC)
Strit, thank you, fixed!
Strit commented on 2019-03-01 20:36 (UTC) (edited on 2019-03-01 20:38 (UTC) by Strit)
This package needs git to be added to makedepends=(). It can't retrieve the source otherwise. And qt5-multimedia to depends=() list.