From owner-dev-commits-ports-all@freebsd.org Mon Oct 4 08:55:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47A0C67A311; Mon, 4 Oct 2021 08:55:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNF1C1LRKz3tjT; Mon, 4 Oct 2021 08:55:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A69B1663B; Mon, 4 Oct 2021 08:55:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1948tgSd020242; Mon, 4 Oct 2021 08:55:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1948tguU020241; Mon, 4 Oct 2021 08:55:42 GMT (envelope-from git) Date: Mon, 4 Oct 2021 08:55:42 GMT Message-Id: <202110040855.1948tguU020241@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Nuno Teixeira Subject: git: 5ea8f2d8a19e - main - dsekutils/copyq: Update to 5.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: eduardo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5ea8f2d8a19e7284731f588968c6045b86120cef Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2021 08:55:43 -0000 The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ea8f2d8a19e7284731f588968c6045b86120cef commit 5ea8f2d8a19e7284731f588968c6045b86120cef Author: Nuno Teixeira AuthorDate: 2021-10-04 08:53:12 +0000 Commit: Nuno Teixeira 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@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 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