diff options
Diffstat (limited to 'deskutils/coregarage/Makefile')
-rw-r--r-- | deskutils/coregarage/Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/deskutils/coregarage/Makefile b/deskutils/coregarage/Makefile index 9918b48ff24c..b4279f11a5c2 100644 --- a/deskutils/coregarage/Makefile +++ b/deskutils/coregarage/Makefile @@ -1,5 +1,5 @@ PORTNAME= coregarage -DISTVERSION= 4.5.0 +DISTVERSION= 5.0.0 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org @@ -9,28 +9,27 @@ WWW= https://gitlab.com/cubocore/coregarage LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libarchiveqt5.so:archivers/libarchive-qt \ - libcprime-core.so:deskutils/libcprime +LIB_DEPENDS= libcprime-core.so:deskutils/libcprime -USES= cmake desktop-file-utils localbase:ldflags qt:5 -USE_QT= buildtools:build core gui network qmake:build widgets +USES= cmake desktop-file-utils localbase:ldflags qt:6 +USE_QT= base tools:build USE_GITLAB= yes GL_ACCOUNT= CuboCore -GL_TAGNAME= c03fd7d1bd37d4a11017cf242c55c66b157033fa +GL_TAGNAME= v5.0.0 PLIST_FILES= bin/coregarage \ - share/applications/org.cubocore.CoreGarage.desktop \ - share/icons/hicolor/scalable/apps/org.cubocore.CoreGarage.svg + share/applications/cc.cubocore.CoreGarage.desktop \ + share/icons/hicolor/scalable/apps/cc.cubocore.CoreGarage.svg pre-configure: @${REINPLACE_CMD} \ -e 's|/usr/bin|${PREFIX}/bin|g' \ -e 's|/usr/lib|${PREFIX}/lib|g' \ -e 's|/usr/share|${PREFIX}/share|g' \ - ${WRKSRC}/coregarage.cpp \ - ${WRKSRC}/coregarage.h \ - ${WRKSRC}/org.cubocore.CoreGarage.desktop \ - ${WRKSRC}/settings.cpp + ${WRKSRC}/src/coregarage.cpp \ + ${WRKSRC}/src/settings.cpp \ + ${WRKSRC}/src/coregarage.h \ + ${WRKSRC}/cc.cubocore.CoreGarage.desktop .include <bsd.port.mk> |