mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
deskutils/copyq: Update to 3.8.0
- Assign to myself - Improve pkg-descr while here Changes: https://github.com/hluk/CopyQ/releases/tag/v3.8.0
This commit is contained in:
parent
8380016c96
commit
70f653112f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499465
@ -1,28 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= copyq
|
||||
PORTVERSION= 3.7.3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.8.0
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
COMMENT= Qt5 based clipboard manager
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake qt:5
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= ice sm x11 xext xfixes xtst
|
||||
USE_QT= core gui network script svg widgets x11extras xml \
|
||||
buildtools_build linguist_build qmake_build \
|
||||
imageformats_run
|
||||
|
||||
USES= cmake compiler:c++11-lang qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hluk
|
||||
GH_PROJECT= CopyQ
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT= core gui network script svg widgets x11extras imageformats_run \
|
||||
buildtools_build linguisttools_build qmake_build
|
||||
USE_XORG= x11 xtst
|
||||
|
||||
CMAKE_ARGS= -DMANPAGE_INSTALL_PREFIX:PATH=${MANPREFIX}/man/man1
|
||||
LDFLAGS+= -Wl,--as-needed
|
||||
|
||||
OPTIONS_DEFINE= PLUGINS WEBKIT
|
||||
OPTIONS_DEFAULT= PLUGINS WEBKIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1549193986
|
||||
SHA256 (hluk-CopyQ-v3.7.3_GH0.tar.gz) = 379e4b513b6f65d011eaf5dd073f54cdcd6ceebba55873d0dbb6ea6b3610ee9b
|
||||
SIZE (hluk-CopyQ-v3.7.3_GH0.tar.gz) = 2904392
|
||||
TIMESTAMP = 1555789552
|
||||
SHA256 (hluk-CopyQ-v3.8.0_GH0.tar.gz) = 57ecda358937347fbcdec20b49f0c22ad36a5c502cab4df5467e276e0e2bb751
|
||||
SIZE (hluk-CopyQ-v3.8.0_GH0.tar.gz) = 2909764
|
||||
|
@ -1,3 +1,18 @@
|
||||
CopyQ is advanced clipboard manager with editing and scripting features.
|
||||
CopyQ is an advanced clipboard manager with editing and scripting
|
||||
features. It monitors the system clipboard and saves its content
|
||||
in customized tabs. Saved clipboard snippets can be later copied
|
||||
and pasted directly into any application.
|
||||
|
||||
Features:
|
||||
- Store text, HTML, images or any other custom formats
|
||||
- Quickly browse and filter items in clipboard history
|
||||
- Sort, create, edit, remove, copy/paste, drag'n'drop items in tabs
|
||||
- Add notes or tags to items
|
||||
- System-wide shortcuts with customizable commands
|
||||
- Paste items with shortcut or from tray or main window
|
||||
- Fully customizable appearance
|
||||
- Advanced command-line interface and scripting
|
||||
- Ignore clipboard copied from some windows or containing some text
|
||||
- Support for simple Vim-like editor and shortcuts
|
||||
|
||||
WWW: https://github.com/hluk/CopyQ
|
||||
|
Loading…
Reference in New Issue
Block a user