Package Details: libquotient-git 0.7.1.r1158.f38f5e7-1

Git Clone URL: https://aur.archlinux.org/libquotient-git.git (read-only, click to copy)
Package Base: libquotient-git
Description: A Qt5 library to write cross-platform clients for Matrix
Upstream URL: https://github.com/quotient-im/libQuotient
Keywords: library matrix qt5 quotient
Licenses: LGPL2
Conflicts: libquotient
Provides: libquotient
Submitter: Scrumplex
Maintainer: None
Last Packager: obj_Obj
Votes: 4
Popularity: 0.000001
First Submitted: 2019-07-15 19:56 (UTC)
Last Updated: 2023-01-11 17:37 (UTC)

Required by (2)

Sources (1)

Latest Comments

1 2 Next › Last »

dreieck commented on 2024-11-10 10:10 (UTC)

-DQuotient_ENABLE_E2EE seems (no longer) to be a recognised option:

CMake Warning:
  Manually-specified variables were not used by the project:

    Quotient_ENABLE_E2EE

dreieck commented on 2024-11-10 10:00 (UTC) (edited on 2024-11-10 10:11 (UTC) by dreieck)

Qt5 dependencies must be changed to Qt6:

  • Remove: qt5-base qt5-multimedia qtkeychain-qt5
  • Add: qt6-base qtkeychain-qt6

Also, consider adding =${pkgver} to the provides entry, so that versioned dependencies on libquotient can be fulfilled by this package.

Also, the license identifier must be SPDX compliant (LGPL-2.1-or-later).

Regards and thanks for this package!

luntik2012 commented on 2023-06-28 08:15 (UTC)

why aur says it has 0.7.1.r1158.f38f5e7-1 while PKGBUILD contains libquotient-git-0.8.0.r99.g896f250c-1 ?

obj_Obj commented on 2023-01-08 04:27 (UTC)

I updated the package and enabled encryption support, this is my first time maintaining an AUR package so tell me if I'm doing something wrong

Technetium1 commented on 2022-07-02 16:38 (UTC)

qtkeychain-qt5 is missing in depends to build in clean chroot.

MarsSeed commented on 2022-05-28 05:07 (UTC)

Please add: conflicts=libqmatrixclient, replaces=libqmatrixclient.

qt5-matrixclient-git package source has earlier been switched to the same source as this package uses. Therefor that package builds the same libraries as this one.

That package is a deprecated duplicate so I also submitted a deletion request there.

dreieck commented on 2021-12-27 18:18 (UTC) (edited on 2021-12-27 18:26 (UTC) by dreieck)

Optional dependency qt5-olm-git is not available. Maybe libqtolm can replace it?

And anyway, would it not suffice to depend on qt5-olm, so the user can decide if she wants the -git variant or the stable variant?

dreieck commented on 2021-12-27 18:17 (UTC)

Can you add =${pkgver} to the provides entry?

Thanks for maintaining!

aa13q commented on 2020-04-08 22:01 (UTC)

Hello! Just FYI: libolm is not needed. Default cmake config is not searching for qtolm anymore while e2ee support is not ready: https://github.com/quotient-im/libQuotient/issues/369 And when it will be ready it will be using qt5-olm library (a qt wrapper for olm)

morguldir commented on 2019-11-02 21:11 (UTC)

It's fixed now, but a couple of days ago quaternion's master was incompatible with libquotient's, so i went back to using a submodule. This will probably happen again and the quotient devs have said they won't give any guarantees that they won't break it.