diff options
Diffstat (limited to 'deskutils/copyq/Makefile')
-rw-r--r-- | deskutils/copyq/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile index 4e23127096b3..cc9b0a51b404 100644 --- a/deskutils/copyq/Makefile +++ b/deskutils/copyq/Makefile @@ -1,6 +1,6 @@ PORTNAME= copyq DISTVERSIONPREFIX= v -DISTVERSION= 3.13.0 +DISTVERSION= 4.0.0 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org @@ -9,13 +9,21 @@ COMMENT= Qt5 based clipboard manager LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules + +LIB_DEPENDS= libKF5Notifications.so.5:devel/kf5-knotifications \ + libwayland-client.so:graphics/wayland + USES= cmake compiler:c++11-lang qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= hluk GH_PROJECT= CopyQ + +USE_KDE= notifications USE_LDCONFIG= yes -USE_QT= core gui network script svg widgets x11extras imageformats_run \ - buildtools_build linguisttools_build qmake_build +USE_QT= core declarative gui network script svg widgets x11extras \ + imageformats_run buildtools_build linguisttools_build \ + qmake_build wayland USE_XORG= x11 xtst LDFLAGS+= -Wl,--as-needed |