pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/copyq
Module Name: pkgsrc
Committed By: kikadf
Date: Tue Jun 2 11:49:23 UTC 2026
Modified Files:
pkgsrc/x11/copyq: Makefile distinfo
Log Message:
copyq: update to 16.0.0
* Added
- Per-MIME clipboard size limits and OOM protection via clipboard_mime_size_limit
config option and COPYQ_CLIPBOARD_MIME_SIZE_LIMIT environment variable. For
example text/html.*:0;.*:100M disables storing HTML and sets 100MiB max
size for all other formats (this size limit is the default: .*:100M).
- AppImage support (WITH_APPIMAGE CMake build option).
* Fixed
- Fixed thumbnails hidden for tagged image items if "Show simple items" option
is enabled (#3602).
- Fixed window invisible in remote desktop sessions (#3593, #3582, #3400).
- Fixed null characters in concatenated selected items breaking paste in
other applications.
- Handle possible file operation errors and locks when synchronizing items to
files on disk and shared storage (#3368, #3579).
- Avoids potential crash on fetching very large data in clipboard.
- Wayland: Fixed portal shortcuts handling in non-default app sessions.
- Wayland: Fixed main window shown on startup with tray disabled on wlroots
compositors (#3567).
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/copyq/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/copyq/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/copyq/Makefile
diff -u pkgsrc/x11/copyq/Makefile:1.19 pkgsrc/x11/copyq/Makefile:1.20
--- pkgsrc/x11/copyq/Makefile:1.19 Thu May 14 16:42:24 2026
+++ pkgsrc/x11/copyq/Makefile Tue Jun 2 11:49:22 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/05/14 16:42:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2026/06/02 11:49:22 kikadf Exp $
-DISTNAME= copyq-15.0.0
-PKGREVISION= 1
+DISTNAME= copyq-16.0.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=hluk/}
GH_PROJECT= CopyQ
Index: pkgsrc/x11/copyq/distinfo
diff -u pkgsrc/x11/copyq/distinfo:1.9 pkgsrc/x11/copyq/distinfo:1.10
--- pkgsrc/x11/copyq/distinfo:1.9 Sat Apr 18 09:23:28 2026
+++ pkgsrc/x11/copyq/distinfo Tue Jun 2 11:49:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2026/04/18 09:23:28 kikadf Exp $
+$NetBSD: distinfo,v 1.10 2026/06/02 11:49:22 kikadf Exp $
-BLAKE2s (copyq-15.0.0.tar.gz) = 239be055d6e153aff4ab617d23cffd957719c62c4da4c02264f700638619adb1
-SHA512 (copyq-15.0.0.tar.gz) = 9f8cf5c71b661aa4c7628c567dfe18a3171594ccf81fdd72d83b844b3b953045673d8424d26cee31c2c06332ccb4847019af750408393493f9f304c3a2d1a526
-Size (copyq-15.0.0.tar.gz) = 3699124 bytes
+BLAKE2s (copyq-16.0.0.tar.gz) = d7737befe52187a9a996d763b05c4f532671249d87b737bcf1b9115633b1fcc5
+SHA512 (copyq-16.0.0.tar.gz) = 843abe18a2bcd9e2c6c7a68ed13011e465c0a606df3a3fac2ddbfacfb62b291ab3ce21ac15be8216e582ffe052f2815236e637ac35efc78031754d74e3b6f0ee
+Size (copyq-16.0.0.tar.gz) = 3719902 bytes
Home |
Main Index |
Thread Index |
Old Index