diff options
Diffstat (limited to 'x11/coreterminal/Makefile')
-rw-r--r-- | x11/coreterminal/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/x11/coreterminal/Makefile b/x11/coreterminal/Makefile index d52440e5e0a0..b2ccdbee8716 100644 --- a/x11/coreterminal/Makefile +++ b/x11/coreterminal/Makefile @@ -1,5 +1,5 @@ PORTNAME= coreterminal -DISTVERSION= 4.5.0 +DISTVERSION= 5.0.0 CATEGORIES= x11 MAINTAINER= jwb@FreeBSD.org @@ -9,24 +9,25 @@ WWW= https://gitlab.com/cubocore/coreterminal LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget-qt5 \ - libcprime-core.so:deskutils/libcprime +LIB_DEPENDS= libqtermwidget6.so:x11-toolkits/qtermwidget \ + libcprime-widgets.so:deskutils/libcprime RUN_DEPENDS= coregarage:deskutils/coregarage -USES= cmake desktop-file-utils localbase:ldflags qt:5 -USE_QT= buildtools:build core gui qmake:build serialport widgets +USES= cmake desktop-file-utils gl localbase:ldflags qt:6 +USE_GL= gl +USE_QT= base serialport tools:build USE_GITLAB= yes GL_ACCOUNT= CuboCore -GL_TAGNAME= a04d47537f2d01d1742d11dd4d28adc401a19a0c +GL_TAGNAME= v5.0.0 PLIST_FILES= bin/coreterminal \ - share/applications/org.cubocore.CoreTerminal.desktop \ - share/icons/hicolor/scalable/apps/org.cubocore.CoreTerminal.svg + share/applications/cc.cubocore.CoreTerminal.desktop \ + share/icons/hicolor/scalable/apps/cc.cubocore.CoreTerminal.svg pre-configure: @${REINPLACE_CMD} \ -e 's|/usr/bin/coreterminal|${PREFIX}/bin/coreterminal|g' \ - ${WRKSRC}/org.cubocore.CoreTerminal.desktop + ${WRKSRC}/cc.cubocore.CoreTerminal.desktop .include <bsd.port.mk> |