pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qterminal
Module Name: pkgsrc
Committed By: gutteridge
Date: Fri Nov 10 17:04:46 UTC 2023
Modified Files:
pkgsrc/x11/qterminal: Makefile distinfo
Log Message:
qterminal: update to 1.4.0
qterminal-1.4.0 / 2023-11-05
=============================
* Handled bell (BEL, '\a') via libcanberra, and added an "Audible bell" option.
* Use `qWarning().noquote()`.
* Ported away from deprecated Qt::MidButton.
* Let the latest QTermWidget library set TERM.
* Corrected tab order in settings dialog.
* Removed an unused non POD variable.
* Supported Putty-style mouse button swap.
* Avoided a case of null pointer dereference.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/qterminal/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/qterminal/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/qterminal/Makefile
diff -u pkgsrc/x11/qterminal/Makefile:1.28 pkgsrc/x11/qterminal/Makefile:1.29
--- pkgsrc/x11/qterminal/Makefile:1.28 Wed Nov 8 13:21:40 2023
+++ pkgsrc/x11/qterminal/Makefile Fri Nov 10 17:04:46 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/11/08 13:21:40 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2023/11/10 17:04:46 gutteridge Exp $
-DISTNAME= qterminal-1.3.0
-PKGREVISION= 4
+DISTNAME= qterminal-1.4.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Index: pkgsrc/x11/qterminal/distinfo
diff -u pkgsrc/x11/qterminal/distinfo:1.10 pkgsrc/x11/qterminal/distinfo:1.11
--- pkgsrc/x11/qterminal/distinfo:1.10 Tue Apr 18 10:06:17 2023
+++ pkgsrc/x11/qterminal/distinfo Fri Nov 10 17:04:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/04/18 10:06:17 pin Exp $
+$NetBSD: distinfo,v 1.11 2023/11/10 17:04:46 gutteridge Exp $
-BLAKE2s (qterminal-1.3.0.tar.xz) = afbbf9574d0bea224f14abf32ca318f2fe71155b8c6ca8c5cdf3d2237ccaee37
-SHA512 (qterminal-1.3.0.tar.xz) = f8cf2183da7af7869433b6057e20fba46be5cce30b75bdafb6cc0a5474e39fb1f2f8831f6841ca78f8b367f718ed2ee5a312a75850bc8192a37f20a6c5767a8d
-Size (qterminal-1.3.0.tar.xz) = 217748 bytes
+BLAKE2s (qterminal-1.4.0.tar.xz) = fd72d9548f0947ee15b4a7b486db7af0aa1ab9d6432f954176be99268af9b3c0
+SHA512 (qterminal-1.4.0.tar.xz) = 95c7fffa0a7a91dae338168748e1a9061eb7d393a083a70c59e3324f78ae8200e1e3bb07aa131564b208068e62fc744cc75e96694d70443559c7205ec9f91121
+Size (qterminal-1.4.0.tar.xz) = 219500 bytes
Home |
Main Index |
Thread Index |
Old Index