mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
dsekutils/copyq: Update to 5.0.0
ChangeLog: https://github.com/hluk/CopyQ/blob/master/CHANGES.md
This commit is contained in:
parent
28cc8ba16d
commit
5ea8f2d8a1
@ -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= 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
|
||||
|
||||
LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
||||
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 xorg
|
||||
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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user