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: Sat Apr 18 09:23:29 UTC 2026
Modified Files:
pkgsrc/x11/copyq: Makefile PLIST distinfo
Removed Files:
pkgsrc/x11/copyq/patches: patch-CMakeLists.txt
Log Message:
copyq: update to 15.0.0
* Added
- CSS properties for pinned/notes indicator color and width. See
Plugin Indicators.
- One Dark theme. Thanks to @jetm (Javier Tia).
- Diagnostic information in About dialog and version output for easier
troubleshooting.
- Script function stats() now includes per-process memory information.
* Changed
- "Show under mouse cursor" shortcut now hides the window if it is already
visible (#2272).
- Updated icon font to Font Awesome 7.2.0.
- Dropped private Qt header usage (replaced with public QNativeInterface API).
- Dropped support for unmaintained Qt 5 version of the app.
- Improved performance of scripts.
* Fixed
- Fixed blank items appearing in search results.
- Fixed rounded item corners showing wrong background color.
- Fixed item background rendering on some systems and themes (#3495).
- Fixed item vertical misalignment (missing top margin).
- Fixed tray icon not showing before encryption password prompt (#3502).
- Fixed tray menu not showing on Wayland when triggered via shortcut (#3325).
- Fixed version string (#3516).
- Fixed crash when accessing invalid ItemSelection.
- Fixed item scrollbar colors.
- Fixed a memory leak in clipboard monitor process and other long running
client processes.
- Windows: Excludes unnecessary test executable and some libraries from
installer and portable zip.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/copyq/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/copyq/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/copyq/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/copyq/patches/patch-CMakeLists.txt
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.17 pkgsrc/x11/copyq/Makefile:1.18
--- pkgsrc/x11/copyq/Makefile:1.17 Fri Mar 27 11:09:20 2026
+++ pkgsrc/x11/copyq/Makefile Sat Apr 18 09:23:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2026/03/27 11:09:20 kikadf Exp $
+# $NetBSD: Makefile,v 1.18 2026/04/18 09:23:28 kikadf Exp $
-DISTNAME= copyq-14.0.0
+DISTNAME= copyq-15.0.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=hluk/}
GH_PROJECT= CopyQ
Index: pkgsrc/x11/copyq/PLIST
diff -u pkgsrc/x11/copyq/PLIST:1.6 pkgsrc/x11/copyq/PLIST:1.7
--- pkgsrc/x11/copyq/PLIST:1.6 Fri Mar 27 11:09:20 2026
+++ pkgsrc/x11/copyq/PLIST Sat Apr 18 09:23:28 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2026/03/27 11:09:20 kikadf Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/04/18 09:23:28 kikadf Exp $
bin/copyq
lib/copyq/plugins/libitemencrypted.so
lib/copyq/plugins/libitemfakevim.so
@@ -22,6 +22,7 @@ share/copyq/themes/menu.css
share/copyq/themes/nord.ini
share/copyq/themes/nord_light.ini
share/copyq/themes/notification.css
+share/copyq/themes/onedark.ini
share/copyq/themes/paper.ini
share/copyq/themes/simple.ini
share/copyq/themes/solarized-dark.ini
Index: pkgsrc/x11/copyq/distinfo
diff -u pkgsrc/x11/copyq/distinfo:1.8 pkgsrc/x11/copyq/distinfo:1.9
--- pkgsrc/x11/copyq/distinfo:1.8 Fri Mar 27 11:09:20 2026
+++ pkgsrc/x11/copyq/distinfo Sat Apr 18 09:23:28 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/03/27 11:09:20 kikadf Exp $
+$NetBSD: distinfo,v 1.9 2026/04/18 09:23:28 kikadf Exp $
-BLAKE2s (copyq-14.0.0.tar.gz) = ec55759f23cdca2c8230008f6a5e3022718626f94f55a58f5d50807f7c0d75cb
-SHA512 (copyq-14.0.0.tar.gz) = ddbbd489bc3e703b2c93743308fa2ec88d6eb563002428ce5436504c2ffa9dcd569629d9e7a1ad60d81dc9c15da8e2acb5de5224060c24ae6570fb40ef12e8cf
-Size (copyq-14.0.0.tar.gz) = 3670542 bytes
-SHA1 (patch-CMakeLists.txt) = 1a114ef64c117215420e919543ef8b73372b12ba
+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
Home |
Main Index |
Thread Index |
Old Index