Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jun 2021 22:03:12 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e0f0a32d502a - main - net-im/nheko: add missing dependency
Message-ID:  <202106262203.15QM3CDW088138@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e0f0a32d502af6eb619fd0c377de644492673fa4

commit e0f0a32d502af6eb619fd0c377de644492673fa4
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-06-26 22:00:26 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-06-26 22:03:09 +0000

    net-im/nheko: add missing dependency
    
    At runtime, qt5-graphicaleffects are needed to display anything
    in the timeline (e.g. a conversation in a room). Even the loading-
    spinner isn't shown without it. Demonstrated by trying to run
    nheko in a "bare" machine with just XOrg and twm.
    
    PR:             256839
    Reported by:    Filipe da Silva Santos
---
 net-im/nheko/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile
index 9e14426ef3cb..ba37929ece06 100644
--- a/net-im/nheko/Makefile
+++ b/net-im/nheko/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	nheko
 DISTVERSIONPREFIX=v
 DISTVERSION=	0.8.2
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	adridg@FreeBSD.org
@@ -31,6 +32,7 @@ USES=		cmake compiler:c++17-lang pkgconfig \
 		localbase:ldflags qt:5 ssl tar:xz
 USE_QT=		concurrent core dbus declarative gui multimedia network \
 		quickcontrols2 svg widgets \
+		graphicaleffects_run \
 		buildtools_build linguist_build qmake_build
 
 # There is one external dependencie: lmdb++



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106262203.15QM3CDW088138>