Add the forgotten patch. Robert Bagdan <kikadf...@gmail.com> ezt írta (időpont: 2023. máj. 15., H, 11:44): > > I updated copyq to 7.0.0, built without problem, works fine for me. > > Changelog: > * Changed > - The preferred format to edit is now "text/plain;charset=utf-8" with > "text/plain" as fallback. Additionally, if no such format is > available, "text/uri-list" is used. > - Toggle Clipboard Storing menu item uses static text and icon instead > of changing these dynamically after each use (#2255). > - Settings integrity is now handled solely by Qt. Previously, > additional *.bak files where created for configuration files. > - Commands are no longer migrated to the new format on start. The old > command configuration file has been last used in version 3.9.0 > (released on 2019-06-27). > - Native notification text length is limited now to avoid slow downs > when showing notifications in some desktop environments. The limit is > about 100,000 characters and 100 lines. > * Fixed > - Fixes Sort/Reverse Selected Items menu actions (#2267). > - Fixes moving items to a tab in tab bar using drag'n'drop (#1246). > - Fixes possibly buggy window manager frame geometry (#2247). > > > -- > kikadf
-- kikadf
Index: x11/copyq/Makefile =================================================================== RCS file: /cvs/ports/x11/copyq/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- x11/copyq/Makefile 24 Jan 2023 13:14:15 -0000 1.2 +++ x11/copyq/Makefile 14 May 2023 17:52:38 -0000 @@ -1,7 +1,7 @@ COMMENT = Qt5 based clipboard manager GH_ACCOUNT = hluk GH_PROJECT = CopyQ -GH_TAGNAME = v6.4.0 +GH_TAGNAME = v7.0.0 PKGNAME = ${DISTNAME:L} CATEGORIES = x11 Index: x11/copyq/distinfo =================================================================== RCS file: /cvs/ports/x11/copyq/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- x11/copyq/distinfo 24 Jan 2023 13:14:15 -0000 1.2 +++ x11/copyq/distinfo 14 May 2023 17:52:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (CopyQ-6.4.0.tar.gz) = rGdXoQ7S1inemsu2Rs27pc9RGX6d/jnT2y/zQGn8SDE= -SIZE (CopyQ-6.4.0.tar.gz) = 3316278 +SHA256 (CopyQ-7.0.0.tar.gz) = WJi6ICX46fYaS0cy6FrfOxZT+tILXB8bDIeae3LNTUg= +SIZE (CopyQ-7.0.0.tar.gz) = 3323354