diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile index 9c993fc1ca84..e00bd4168d02 100644 --- a/deskutils/copyq/Makefile +++ b/deskutils/copyq/Makefile @@ -1,46 +1,49 @@ PORTNAME= copyq DISTVERSION= 7.1.0 CATEGORIES= deskutils MASTER_SITES= https://github.com/hluk/CopyQ/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -${FLAVOR} DISTNAME= CopyQ-${DISTVERSION} +PATCH_SITES= https://github.com/hluk/CopyQ/commit/ +PATCHFILES+= 19e9dd1c2ecb49b14a24159c5ac3bc1b77fdf250.patch:-p1 # Fix build with Qt 6.6.0 + MAINTAINER= eduardo@FreeBSD.org COMMENT= Qt${FLAVOR:S/qt//} based clipboard manager WWW= https://github.com/hluk/CopyQ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon FLAVORS= qt5 qt6 FLAVOR?= qt5 qt5_CONFLICTS_INSTALL= copyq-qt6 qt6_CONFLICTS_INSTALL= copyq-qt5 USES= cmake compiler:c++17-lang gl kde:5 pkgconfig \ qt:${FLAVOR:S/qt//} xorg USE_GL= gl _USE_KDE_qt5= ecm:build notifications _USE_KDE_qt6= ecm:build USE_KDE= ${_USE_KDE_${FLAVOR}} _USE_QT5= core dbus declarative gui network svg wayland widgets x11extras \ xml buildtools:build qmake:build _USE_QT6= base declarative svg wayland translations:build USE_QT= ${_USE_QT${FLAVOR:S/qt//}} USE_XORG= ice sm x11 xext xfixes xtst _QT6_CMAKE_ARGS= -DWITH_QT6:BOOL=TRUE CMAKE_ARGS= ${_QT${FLAVOR:S/qt//}_CMAKE_ARGS} PORTSCOUT= limit:^d\.d\. OPTIONS_DEFINE= PLUGINS OPTIONS_DEFAULT= PLUGINS OPTIONS_SUB= yes PLUGINS_CMAKE_BOOL= WITH_PLUGINS .include diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo index 4d78b311c58e..bc86196be1d0 100644 --- a/deskutils/copyq/distinfo +++ b/deskutils/copyq/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1693819538 +TIMESTAMP = 1700427013 SHA256 (CopyQ-7.1.0.tar.gz) = ce0265b0a86350fda7bfa1a9d4b74d794a4077551b28186012683567d6fd8158 SIZE (CopyQ-7.1.0.tar.gz) = 3351093 +SHA256 (19e9dd1c2ecb49b14a24159c5ac3bc1b77fdf250.patch) = 9b763cecd23e418ae4d26d1fad0d38d9ac3d352b846f2314e1653ead2567c9a1 +SIZE (19e9dd1c2ecb49b14a24159c5ac3bc1b77fdf250.patch) = 1791