diff options
-rw-r--r-- | deskutils/copyq/Makefile | 33 | ||||
-rw-r--r-- | deskutils/copyq/distinfo | 6 | ||||
-rw-r--r-- | deskutils/copyq/pkg-plist | 2 |
3 files changed, 26 insertions, 15 deletions
diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile index 3e2de234663e..e0a3a01beb57 100644 --- a/deskutils/copyq/Makefile +++ b/deskutils/copyq/Makefile @@ -1,6 +1,6 @@ PORTNAME= copyq DISTVERSIONPREFIX= v -DISTVERSION= 4.1.0 +DISTVERSION= 5.0.0 CATEGORIES= deskutils MAINTAINER= eduardo@FreeBSD.org @@ -10,20 +10,31 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules - -LIB_DEPENDS= libwayland-client.so:graphics/wayland - -USES= cmake compiler:c++11-lang kde:5 qt:5 xorg +LIB_DEPENDS= libdouble-conversion.so:devel/double-conversion \ + libfreetype.so:print/freetype2 \ + libgraphite2.so:graphics/graphite2 \ + libharfbuzz.so:print/harfbuzz \ + libicui18n.so:devel/icu \ + libpcre.so:devel/pcre \ + libpcre2-16.so:devel/pcre2 \ + libpng16.so:graphics/png \ + libwayland-client.so:graphics/wayland \ + libzstd.so:archivers/zstd + +USES= cmake compiler:c++11-lang gl gnome iconv:wchar_t kde:5 qt:5 \ + xorg USE_GITHUB= yes GH_ACCOUNT= hluk GH_PROJECT= CopyQ - +USE_GL= gl +USE_GNOME= glib20 USE_KDE= notifications USE_LDCONFIG= yes -USE_QT= core declarative gui network script svg widgets x11extras \ - imageformats_run buildtools_build linguisttools_build \ - qmake_build wayland -USE_XORG= x11 xtst + +USE_QT= core declarative gui network script svg wayland widgets \ + x11extras buildtools_build linguisttools_build qmake_build \ + imageformats_run +USE_XORG= x11 xau xcb xdmcp xtst LDFLAGS+= -Wl,--as-needed @@ -34,7 +45,7 @@ OPTIONS_SUB= yes PLUGINS_CMAKE_BOOL= WITH_PLUGINS WEBKIT_IMPLIES= PLUGINS -WEBKIT_USE= qt=webkit +WEBKIT_USE= QT=webkit WEBKIT_CMAKE_BOOL= WITH_WEBKIT .include <bsd.port.mk> diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo index 959b8273b872..28a13cd00c3c 100644 --- a/deskutils/copyq/distinfo +++ b/deskutils/copyq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619256517 -SHA256 (hluk-CopyQ-v4.1.0_GH0.tar.gz) = adc97a663c9d95a5cacc2e89ad46fc8ab2b3d1436eaf076772214895d3507921 -SIZE (hluk-CopyQ-v4.1.0_GH0.tar.gz) = 2999036 +TIMESTAMP = 1633076236 +SHA256 (hluk-CopyQ-v5.0.0_GH0.tar.gz) = cc77ef8104771bbaa8f99025c1e7a3d318892b0e8767021f3243457b0c68948e +SIZE (hluk-CopyQ-v5.0.0_GH0.tar.gz) = 3019807 diff --git a/deskutils/copyq/pkg-plist b/deskutils/copyq/pkg-plist index ef9bb7d7bd46..802f3f5f4cef 100644 --- a/deskutils/copyq/pkg-plist +++ b/deskutils/copyq/pkg-plist @@ -15,10 +15,10 @@ share/bash-completion/completions/copyq %%DATADIR%%/themes/items.css %%DATADIR%%/themes/light.ini %%DATADIR%%/themes/main_window.css +%%DATADIR%%/themes/main_window_simple.css %%DATADIR%%/themes/menu.css %%DATADIR%%/themes/notification.css %%DATADIR%%/themes/paper.ini -%%DATADIR%%/themes/scrollbar.css %%DATADIR%%/themes/simple.ini %%DATADIR%%/themes/solarized-dark.ini %%DATADIR%%/themes/solarized-light.ini |