git: 5ea8f2d8a19e - main - dsekutils/copyq: Update to 5.0.0
Nuno Teixeira
eduardo at FreeBSD.org
Mon Oct 4 08:55:43 UTC 2021
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5ea8f2d8a19e7284731f588968c6045b86120cef
commit 5ea8f2d8a19e7284731f588968c6045b86120cef
Author: Nuno Teixeira <eduardo at FreeBSD.org>
AuthorDate: 2021-10-04 08:53:12 +0000
Commit: Nuno Teixeira <eduardo at FreeBSD.org>
CommitDate: 2021-10-04 08:55:28 +0000
dsekutils/copyq: Update to 5.0.0
ChangeLog: https://github.com/hluk/CopyQ/blob/master/CHANGES.md
---
deskutils/copyq/Makefile | 33 ++++++++++++++++++++++-----------
deskutils/copyq/distinfo | 6 +++---
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 at 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
More information about the dev-commits-ports-all
mailing list