Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2022 21:26:39 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 94be0721896c - main - x11/coreterminal: Add USES=desktop-file-utils
Message-ID:  <202212282126.2BSLQdPk026335@gitrepo.freebsd.org>

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

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

commit 94be0721896c26c9493c2c60a26efc09303dab8b
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2022-12-28 21:23:47 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2022-12-28 21:23:47 +0000

    x11/coreterminal: Add USES=desktop-file-utils
    
    Incidentally trigger package rebuild needed for qtermwidget API change
    Undefined symbol:
    "_ZN11QTermWidget20setScrollBarPositionENS_17ScrollBarPositionE"
---
 x11/coreterminal/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/coreterminal/Makefile b/x11/coreterminal/Makefile
index b6eaf76ca1cc..86d02cf3541c 100644
--- a/x11/coreterminal/Makefile
+++ b/x11/coreterminal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	coreterminal
 DISTVERSION=	4.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	jwb@FreeBSD.org
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libqtermwidget5.so:x11-toolkits/qtermwidget \
 		libcprime-core.so:deskutils/libcprime
 RUN_DEPENDS=	coregarage:deskutils/coregarage
 
-USES=		cmake localbase:ldflags qt:5
+USES=		cmake desktop-file-utils localbase:ldflags qt:5
 USE_QT=		buildtools:build core gui qmake:build serialport widgets
 USE_GITLAB=	yes
 



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