New quotient release supports easier homeserver discovery. Chase it, and then update neochat to the latest release that supports that, and a newer quaternion (demonstration Matrix client). Release notes for the three are at: https://github.com/quotient-im/libQuotient/releases/tag/0.6.4 https://github.com/quotient-im/Quaternion/releases/tag/0.0.9.5-beta2 https://carlschwan.eu/2021/01/13/neochat-1.0.1-first-bugfix-release/
25 lines
486 B
Makefile
25 lines
486 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libquotient
|
|
DISTVERSION= 0.6.4
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= Matrix IM support library using Qt technologies
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS= libqmatrixclient\*
|
|
|
|
USES= cmake compiler:c++14-lang qt:5 tar:xz
|
|
USE_QT= core gui multimedia network \
|
|
buildtools_build qmake_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= quotient-im
|
|
GH_PROJECT= libQuotient
|
|
|
|
CMAKE_ARGS= -DQuotient_INSTALL_TESTS=OFF
|
|
|
|
.include <bsd.port.mk>
|