Date: Sun, 14 Apr 2019 14:15:43 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498907 - head/net-im/spectral Message-ID: <201904141415.x3EEFhJY006250@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Sun Apr 14 14:15:43 2019 New Revision: 498907 URL: https://svnweb.freebsd.org/changeset/ports/498907 Log: Missing dependencies for net-im/spectral. These are effectively *run* dependencies, since the build is not affected; however, installing just spectral without image support or QQC2 into a twm environment gives you one that won't start, or won't show everything you might encounter in Matrix. Doesn't fix the referenced PR, but is related. PR: 236598 Modified: head/net-im/spectral/Makefile head/net-im/spectral/pkg-descr Modified: head/net-im/spectral/Makefile ============================================================================== --- head/net-im/spectral/Makefile Sun Apr 14 14:08:04 2019 (r498906) +++ head/net-im/spectral/Makefile Sun Apr 14 14:15:43 2019 (r498907) @@ -2,6 +2,7 @@ PORTNAME= spectral PORTVERSION= 464 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -14,7 +15,8 @@ BUILD_DEPENDS= libqmatrixclient>=0.5:net-im/libqmatrix USES= compiler:c++17-lang pkgconfig qmake qt:5 tar:bz2 USE_GL= gl -USE_QT= core dbus declarative gui multimedia network widgets \ +USE_QT= core dbus declarative graphicaleffects gui imageformats \ + multimedia network quickcontrols2 svg widgets \ buildtools_build linguist_build qmake_build USE_GITLAB= yes Modified: head/net-im/spectral/pkg-descr ============================================================================== --- head/net-im/spectral/pkg-descr Sun Apr 14 14:08:04 2019 (r498906) +++ head/net-im/spectral/pkg-descr Sun Apr 14 14:15:43 2019 (r498907) @@ -1,8 +1,8 @@ -Spectral is a glossy cross-platform client for Matrix, the decentralized -communication protocol for instant messaging. Spectral is a Matrix client -with the maximum features available while keeping a simple, clean and -modern design. It is a Qt-based client as beautiful as Electron apps -(e.g. Riot.im Web) while using far less resources and still being +Spectral is a glossy cross-platform client for Matrix, the decentralized +communication protocol for instant messaging. Spectral is a Matrix client +with the maximum features available while keeping a simple, clean and +modern design. It is a Qt-based client as beautiful as Electron apps +(e.g. Riot.im Web) while using far less resources and still being considered as "native". WWW: https://gitlab.com/b0/spectral
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904141415.x3EEFhJY006250>