diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-02-04 17:16:06 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-02-04 17:16:06 +0000 |
commit | 437f457db21b19cd21bf3fe074d632cdb2b903ae (patch) | |
tree | 2cafc7636e75781de3a0435730878625a75734a3 /deskutils/copyq | |
parent | e6482a72b10ac1b64f2d1152fb21586439ed2f56 (diff) | |
download | freebsd-ports-437f457db21b19cd21bf3fe074d632cdb2b903ae.zip |
deskutils/copyq: update to 3.7.3
ChangeLog (https://github.com/hluk/CopyQ/releases/tag/v3.7.3)
* Search and item selection reset when main window is closed
* Updated icons (Font Awesome 5.6.3)
* Tray icon animation is not triggered if no automatic commands are
run.
* Improved color themes on some systems
* Omit auto-hiding main window when it has a dialog open
* Fix transparency of some icons
* Fix size of menu when open on different screen
* Fix window geometry restore and rendering issues
* Fix auto-hide main window (e.g. on Gnome
when using Activities)
* X11: Fix small tray icon on Gnome
* X11: Fix icon mask file name according to standard ("copyq_mask")
Reported by: portscout
Diffstat (limited to 'deskutils/copyq')
-rw-r--r-- | deskutils/copyq/Makefile | 3 | ||||
-rw-r--r-- | deskutils/copyq/distinfo | 6 | ||||
-rw-r--r-- | deskutils/copyq/pkg-plist | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile index 0adb3c766cee..52030e316c2a 100644 --- a/deskutils/copyq/Makefile +++ b/deskutils/copyq/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= copyq -PORTVERSION= 3.7.2 +PORTVERSION= 3.7.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo index 9b33fd5c95e1..5f2312b286d7 100644 --- a/deskutils/copyq/distinfo +++ b/deskutils/copyq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546702467 -SHA256 (hluk-CopyQ-v3.7.2_GH0.tar.gz) = 6cf65381aa0909719449ecc5b75d88ca61063411ed0cf1c7943781c175eca8ab -SIZE (hluk-CopyQ-v3.7.2_GH0.tar.gz) = 2882944 +TIMESTAMP = 1549193986 +SHA256 (hluk-CopyQ-v3.7.3_GH0.tar.gz) = 379e4b513b6f65d011eaf5dd073f54cdcd6ceebba55873d0dbb6ea6b3610ee9b +SIZE (hluk-CopyQ-v3.7.3_GH0.tar.gz) = 2904392 diff --git a/deskutils/copyq/pkg-plist b/deskutils/copyq/pkg-plist index 94329788b3b8..0bc5dd871249 100644 --- a/deskutils/copyq/pkg-plist +++ b/deskutils/copyq/pkg-plist @@ -54,8 +54,8 @@ share/icons/hicolor/48x48/apps/copyq-busy.png share/icons/hicolor/48x48/apps/copyq.png share/icons/hicolor/64x64/apps/copyq-busy.png share/icons/hicolor/64x64/apps/copyq.png -share/icons/hicolor/scalable/apps/copyq-busy-mask.svg share/icons/hicolor/scalable/apps/copyq-busy.svg -share/icons/hicolor/scalable/apps/copyq-mask.svg share/icons/hicolor/scalable/apps/copyq.svg +share/icons/hicolor/scalable/apps/copyq_mask-busy.svg +share/icons/hicolor/scalable/apps/copyq_mask.svg share/metainfo/com.github.hluk.copyq.appdata.xml |