Package Details: quaternion 0.0.96.1-4

Git Clone URL: https://aur.archlinux.org/quaternion.git (read-only, click to copy)
Package Base: quaternion
Description: Qt-based IM client for the Matrix protocol
Upstream URL: https://github.com/quotient-im/Quaternion
Licenses: GPL-3.0-or-later, LGPL-2.1-or-later
Submitter: PureTryOut
Maintainer: xiota
Last Packager: xiota
Votes: 23
Popularity: 0.000003
First Submitted: 2016-09-12 17:12 (UTC)
Last Updated: 2024-11-12 21:39 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

E5ten commented on 2018-05-05 10:49 (UTC)

Oh sorry now I realize the person who made the new PKGBUILD is not the maintainer so the .SRCINFO is still correct.

E5ten commented on 2018-05-05 10:46 (UTC) (edited on 2018-05-05 10:50 (UTC) by E5ten)

I made an alternate PKGBUILD I hope you'll consider, I modified it to use a little less hardcoding, and also changed it so that it compiles quaternion using a shared lib that goes in /usr/lib instead of statically linking, I tested and this functions just as well. https://hastebin.com/ogikuhuqex.bash also, I think you need to regenerate your .SRCINFO because the AUR page says the package version is still 0.0.5-3.

0x47 commented on 2018-05-04 23:28 (UTC) (edited on 2018-05-04 23:30 (UTC) by 0x47)

I updated and cleaned up this PKGBUILD (and removed typo 128x1128). In case anyone is interested:

EDIT: Sorry, the formatting is all messed up in the comment, so I created this: https://pastebin.com/Zi5N7QqK

MazeChaZer commented on 2017-10-12 09:28 (UTC)

I can't directly install this package because the .SRCINFO is out of date. pkgrel should be 2, not 1. You can update the .SRCINFO with $ makepkg --printsrcinfo > .SRCINFO

crisbal commented on 2017-08-08 18:38 (UTC)

Add `cmake` as a build dependency. I was trying to install this package without having `cmake` installed and the build was failing. Please add `cmake` as a dependency.