svn commit: r492143 - head/deskutils/copyq

Fernando Apesteguía fernape at FreeBSD.org
Mon Feb 4 17:16:08 UTC 2019


Author: fernape
Date: Mon Feb  4 17:16:06 2019
New Revision: 492143
URL: https://svnweb.freebsd.org/changeset/ports/492143

Log:
  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

Modified:
  head/deskutils/copyq/Makefile
  head/deskutils/copyq/distinfo
  head/deskutils/copyq/pkg-plist

Modified: head/deskutils/copyq/Makefile
==============================================================================
--- head/deskutils/copyq/Makefile	Mon Feb  4 16:20:23 2019	(r492142)
+++ head/deskutils/copyq/Makefile	Mon Feb  4 17:16:06 2019	(r492143)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	copyq
-PORTVERSION=	3.7.2
+PORTVERSION=	3.7.3
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	deskutils
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/deskutils/copyq/distinfo
==============================================================================
--- head/deskutils/copyq/distinfo	Mon Feb  4 16:20:23 2019	(r492142)
+++ head/deskutils/copyq/distinfo	Mon Feb  4 17:16:06 2019	(r492143)
@@ -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

Modified: head/deskutils/copyq/pkg-plist
==============================================================================
--- head/deskutils/copyq/pkg-plist	Mon Feb  4 16:20:23 2019	(r492142)
+++ head/deskutils/copyq/pkg-plist	Mon Feb  4 17:16:06 2019	(r492143)
@@ -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


More information about the svn-ports-all mailing list