pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

copyq: update to 11.0.0



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Sat Aug 23 15:26:47 2025 +0200
Changeset:	4a63fd01ff9b176db88196bdac9fca43995b8154

Modified Files:
	copyq/Makefile
	copyq/distinfo
Added Files:
	copyq/COMMIT_MSG

Log Message:
copyq: update to 11.0.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a63fd01ff9b176db88196bdac9fca43995b8154

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 copyq/COMMIT_MSG | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 copyq/Makefile   |  8 +-------
 copyq/distinfo   |  9 +++------
 3 files changed, 56 insertions(+), 13 deletions(-)

diffs:
diff --git a/copyq/COMMIT_MSG b/copyq/COMMIT_MSG
new file mode 100644
index 0000000000..80c0ee5fb0
--- /dev/null
+++ b/copyq/COMMIT_MSG
@@ -0,0 +1,52 @@
+x11/copyq: update to 11.0.0
+
+* Added
+- Adds support for dark/light window title scheme.
+- New frameless_window option (#2570) toggles the main
+  window frame and title bar (if supported by the window manager):
+   copyq toggleConfig frameless_window
+- Adds support for localizing command names in the command INI files (#3032):
+   [Command]
+   Name = ...
+   Name_cs = ...
+   Name_fr = ...
+   Name_pt_BR = ...
+   Name_pt = ...
+- Adds support for showing preview for more image formats (namely ico and webp).
+- Adds support for more complex network requests in scripts. New NetworkRequest
+  class can be used to set custom headers, HTTP method, number of allowed
+  redirects and timeout.
+
+* Changed
+- Avoids hiding the main window on backspace (#3107).
+- Enables Vi/Emacs navigation (#3012) in menus, and Ctrl+[ in Vi and Ctrl+G in
+  Emacs to work in many other places as Esc key (for example, to hide menus, 
+  dialogs). Users can override shortcuts, but not some reserved ones in specific
+  cases (mainly, if the item list or a menu has focus).
+- Selections and current items/rows/data in scripts now only relate to the tab
+  selected with tab(...) in scripts (this is still by default the selected tab
+  when the command started). Affected script functions:
+   move()
+   setData()
+   removeData()
+   selectedItems()
+   selectedItemData()
+   setSelectedItemData()
+   setSelectedItemsData()
+   currentItem()
+   ItemSelection().current()
+- Drops unnecessary timeouts when executing commands and actions from scripts.
+- Avoids fetching and passing clipboard to action()/execute() if the commands
+  do not contains %1 placeholder. This can improve performance.
+
+* Fixed
+- Fixes dialog(): custom size, layout and resizing (#3003).
+- Fixes overriding filter/search string with filter() (previously the new value
+  was appended to the current filter).
+- Fixes refocusing the item after editing its notes.
+- Synchronize plugin: Fixes missing data in the last item when tab is full.
+- Windows: Fixes the icon for uninstaller (#2864).
+- Fixes build for Qt 6.9 and above.
+- Fixes potentially misconfigured log file path at app start (#3087).
+- Linux: Avoids auto-hiding the main window when moved on some window managers
+  (#3119).
diff --git a/copyq/Makefile b/copyq/Makefile
index 2d46b1e384..b433d6963a 100644
--- a/copyq/Makefile
+++ b/copyq/Makefile
@@ -1,17 +1,11 @@
 # $NetBSD: Makefile,v 1.8 2025/08/13 12:46:08 kikadf Exp $
 
-DISTNAME=	copyq-10.0.0
-PKGREVISION=	2
+DISTNAME=	copyq-11.0.0
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hluk/}
 GH_PROJECT=	CopyQ
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
-# Fix build with Qt 6.9, remove after release>10.0.0
-PATCH_SITES=		${MASTER_SITES}${GH_PROJECT}/commit/
-PATCH_DIST_STRIP=	-p1
-PATCHFILES=		f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch
-
 MAINTAINER=	kikadf.01%gmail.com@localhost
 HOMEPAGE=	https://hluk.github.io/CopyQ
 COMMENT=	Qt based clipboard manager
diff --git a/copyq/distinfo b/copyq/distinfo
index b40ac8d1e0..65bc442816 100644
--- a/copyq/distinfo
+++ b/copyq/distinfo
@@ -1,8 +1,5 @@
 $NetBSD: distinfo,v 1.3 2025/08/13 12:46:08 kikadf Exp $
 
-BLAKE2s (copyq-10.0.0.tar.gz) = f42a4ec20e297e03e085fd62ec73f47ec9534fcf977ada4bd25ebdd37bb34b7b
-SHA512 (copyq-10.0.0.tar.gz) = e53254f2394b062955484bc176c002168a64b580159915bfab07f53a9227371821c4f8c7d66fab9a477c4613e5d50f47c19038a52828fa459f5a086ae64dba42
-Size (copyq-10.0.0.tar.gz) = 3456331 bytes
-BLAKE2s (f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch) = a589ab8b8df9efc814b630f00176f06ad605ebbd7559b2f32b3025acf10c2376
-SHA512 (f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch) = 27695e59da1ed4ef7b2d3ca4486fbdf5a02862935d83310a3cee754e2d92490db7fe3cfbe7fd629fb72fe7938ea686f360cf79f30868351963fdfb9b4de099dc
-Size (f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch) = 16044 bytes
+BLAKE2s (copyq-11.0.0.tar.gz) = d6ff0d61654fecb724f7894c930b00eb14875f8a8b9c015e9aa6057fad3cf6e7
+SHA512 (copyq-11.0.0.tar.gz) = 7a215ab9603db2c6f118be38926c193fbed10ca29118643627e856350e7ae1489524666483bf17fe3ea2a3163f95ecf88e5f2342ae102f37c77d8174ace3bf5f
+Size (copyq-11.0.0.tar.gz) = 3495493 bytes


Home | Main Index | Thread Index | Old Index