pkgsrc-WIP-changes archive

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

qtermwidget and qterminal: update to latest point release



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Jul 17 19:16:31 2024 +0200
Changeset:	ef19f70e894a52ef5f2b75e4ea32a3624366f970

Modified Files:
	qterminal/COMMIT_MSG
	qterminal/Makefile
	qterminal/distinfo
	qtermwidget/COMMIT_MSG
	qtermwidget/Makefile
	qtermwidget/distinfo

Log Message:
qtermwidget and qterminal: update to latest point release

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

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

diffstat:
 qterminal/COMMIT_MSG   | 9 ++++++++-
 qterminal/Makefile     | 3 ++-
 qterminal/distinfo     | 6 +++---
 qtermwidget/COMMIT_MSG | 5 ++++-
 qtermwidget/Makefile   | 2 +-
 qtermwidget/distinfo   | 6 +++---
 6 files changed, 21 insertions(+), 10 deletions(-)

diffs:
diff --git a/qterminal/COMMIT_MSG b/qterminal/COMMIT_MSG
index aabd3f190d..3a9abc0775 100644
--- a/qterminal/COMMIT_MSG
+++ b/qterminal/COMMIT_MSG
@@ -1,4 +1,11 @@
-x11/qterminal: update to 2.0.0
+x11/qterminal: update to 2.0.1
+
+qterminal-2.0.1 / 2024-06-27
+ - Single instance for drop-down mode.
+ - Used layer shell for the drop-down mode under Wayland.
+ - Prevented a crash on entering `exit` when bookmark dock is shown.
+ - Fixed the window height in drop-down mode.
+ - Set `QTERMWIDGET_MINIMUM_VERSION`, which was missing after Qt6 port.
 
 qterminal-2.0.0 (2024-05-17)
  - Ported to Qt6.
diff --git a/qterminal/Makefile b/qterminal/Makefile
index 79978c54f3..a0c6ac174a 100644
--- a/qterminal/Makefile
+++ b/qterminal/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.31 2024/04/06 08:07:13 wiz Exp $
 
-DISTNAME=	qterminal-2.0.0
+DISTNAME=	qterminal-2.0.1
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=	${PKGVERSION_NOREV}
@@ -22,6 +22,7 @@ TOOL_DEPENDS+=	qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../wip/qtermwidget/buildlink3.mk"
+.include "../../wip/layer-shell-qt6/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qterminal/distinfo b/qterminal/distinfo
index a6bd65f0d2..50d9f2fd55 100644
--- a/qterminal/distinfo
+++ b/qterminal/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.11 2023/11/10 17:04:46 gutteridge Exp $
 
-BLAKE2s (qterminal-2.0.0.tar.xz) = 2c2a0d85d071ca0d6388c12e6fa1783575cc3e456b61fcd2eb126b61efed7df9
-SHA512 (qterminal-2.0.0.tar.xz) = 455ca913f38eed881af50eb17d4798985d546c3c633d4df8887316abd4a56e76d1f716dcaece471e092471c0381a328ca685ec27f4d4690e89087166dc7fb0a3
-Size (qterminal-2.0.0.tar.xz) = 228584 bytes
+BLAKE2s (qterminal-2.0.1.tar.xz) = e1b8f85b63530329db751ebfad7d7e8c976ea967dd198b373114a1cb88ec4078
+SHA512 (qterminal-2.0.1.tar.xz) = 5587e52edf9cc2227584e8eebe742414d566b51dc1647b643d9af6710adbe38e5d84634e7ea073fcb71397e1de0fccb5ca1af544b629685d36b645da5dd80c3d
+Size (qterminal-2.0.1.tar.xz) = 229556 bytes
diff --git a/qtermwidget/COMMIT_MSG b/qtermwidget/COMMIT_MSG
index ad9def8061..e9285ec0ce 100644
--- a/qtermwidget/COMMIT_MSG
+++ b/qtermwidget/COMMIT_MSG
@@ -1,4 +1,7 @@
-x11/qtermwidget: update to 2.0.0
+x11/qtermwidget: update to 2.0.1
+
+qtermwidget-2.0.1 / 2024-06-27
+ - Fixed visual artifacts due to a mistake about conversion to std::wstring in Qt6 port.
 
 qtermwidget-2.0.0 (2024-05-17)
  - Ported to Qt6.
diff --git a/qtermwidget/Makefile b/qtermwidget/Makefile
index 7c5d791093..edc85a3995 100644
--- a/qtermwidget/Makefile
+++ b/qtermwidget/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.31 2024/04/06 08:07:14 wiz Exp $
 
-DISTNAME=	qtermwidget-2.0.0
+DISTNAME=	qtermwidget-2.0.1
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=	${PKGVERSION_NOREV}
diff --git a/qtermwidget/distinfo b/qtermwidget/distinfo
index c1772a6fe9..23c51673d8 100644
--- a/qtermwidget/distinfo
+++ b/qtermwidget/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.12 2023/11/10 17:02:28 gutteridge Exp $
 
-BLAKE2s (qtermwidget-2.0.0.tar.xz) = a8612fc98d1433fdf02491793f184ec8404cd2656080b0f75ea3d9cccbe1399e
-SHA512 (qtermwidget-2.0.0.tar.xz) = 4461737b92a113c3b6a48bc74a1c58296dc52659e8ffec13bf848aea3098c9b05685daea5cd3bf21925ebb28e32524c0accde964451b38c5d0d5b209db046b0b
-Size (qtermwidget-2.0.0.tar.xz) = 191532 bytes
+BLAKE2s (qtermwidget-2.0.1.tar.xz) = fb3970ddf2c99232adfb8e2d81991fea770e2861072a9d62c3f150367f97b692
+SHA512 (qtermwidget-2.0.1.tar.xz) = ba9bc9203428e54137ed1e5865bf9260e1d64bedda8e766a92fe16277179fdc83a95c5b6df42ba3ab82babb00543e50ec48faf26668f7af26716ac98ab6da62e
+Size (qtermwidget-2.0.1.tar.xz) = 191548 bytes


Home | Main Index | Thread Index | Old Index