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 Oct 25 11:46:39 UTC 2025
Modified Files:
pkgsrc/x11/copyq: Makefile PLIST distinfo
Log Message:
x11/copyq: update to 13.0.0
* 13.0.0
Added
Windows: Preferences now include auto-start option, previously available only in the installer.
Changed
Tabs synchronized with a directory on the disk will now include files from sub-directories (#2638).
Filtering/searching items in large tabs no longer blocks UI (#3111, #3261).
Fixed
Fixes saving edited HTML and setting style in internal editor (#3227).
Fixes updating selected item colors (#3219).
Wayland: Fixes clipboard access in KDE Plasma 6.5 (#3228). This requires KGuiAddons library installed on the system.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/copyq/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/copyq/PLIST
cvs rdiff -u -r1.5 -r1.6 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.12 pkgsrc/x11/copyq/Makefile:1.13
--- pkgsrc/x11/copyq/Makefile:1.12 Thu Oct 23 20:39:51 2025
+++ pkgsrc/x11/copyq/Makefile Sat Oct 25 11:46:39 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/10/23 20:39:51 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/10/25 11:46:39 kikadf Exp $
-DISTNAME= copyq-12.0.1
-PKGREVISION= 1
+DISTNAME= copyq-13.0.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=hluk/}
GH_PROJECT= CopyQ
@@ -23,6 +22,7 @@ USE_TOOLS+= pkg-config
.include "../../devel/qt6-qtwayland/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../misc/kf6-kstatusnotifieritem/buildlink3.mk"
+.include "../../x11/kf6-kguiaddons/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/qt6-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/copyq/PLIST
diff -u pkgsrc/x11/copyq/PLIST:1.4 pkgsrc/x11/copyq/PLIST:1.5
--- pkgsrc/x11/copyq/PLIST:1.4 Wed Oct 1 12:12:24 2025
+++ pkgsrc/x11/copyq/PLIST Sat Oct 25 11:46:39 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/10/01 12:12:24 kikadf Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/10/25 11:46:39 kikadf Exp $
bin/copyq
lib/copyq/plugins/libitemencrypted.so
lib/copyq/plugins/libitemfakevim.so
@@ -56,6 +56,7 @@ share/copyq/translations/copyq_sk.qm
share/copyq/translations/copyq_sv.qm
share/copyq/translations/copyq_tr.qm
share/copyq/translations/copyq_uk.qm
+share/copyq/translations/copyq_vi.qm
share/copyq/translations/copyq_zh_CN.qm
share/copyq/translations/copyq_zh_TW.qm
share/icons/hicolor/128x128/apps/copyq.png
Index: pkgsrc/x11/copyq/distinfo
diff -u pkgsrc/x11/copyq/distinfo:1.5 pkgsrc/x11/copyq/distinfo:1.6
--- pkgsrc/x11/copyq/distinfo:1.5 Wed Oct 1 12:12:24 2025
+++ pkgsrc/x11/copyq/distinfo Sat Oct 25 11:46:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/10/01 12:12:24 kikadf Exp $
+$NetBSD: distinfo,v 1.6 2025/10/25 11:46:39 kikadf Exp $
-BLAKE2s (copyq-12.0.1.tar.gz) = 758ef8ac8be8a049166f067e2b0f8d6833715221d219583250dde56ebcd05d0f
-SHA512 (copyq-12.0.1.tar.gz) = c1de11cea82c2efe1fd2702f327d9ea04dbda9e0c5e5ab4b04c42b35faf7a4dd850fca92c0b07f3a9b2d7de0dda2ee90b2e0e9e790ce2cf93873ec09b727c902
-Size (copyq-12.0.1.tar.gz) = 3501522 bytes
+BLAKE2s (copyq-13.0.0.tar.gz) = 1c7434c36cae2b0d52f307f108a5018615a5f56caad7a74e3e8726116b43815a
+SHA512 (copyq-13.0.0.tar.gz) = 0962ed9e1a53782e36b4c5156e4a89a3057ce1ff54016c27a1c353272c0493a01b7d4403ab92c09ba39f0a13963057fcb7408cd3e30f8f7d17472c4148e400e6
+Size (copyq-13.0.0.tar.gz) = 3533218 bytes
Home |
Main Index |
Thread Index |
Old Index