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:           Mon Apr 28 01:10:45 UTC 2025

Modified Files:
        pkgsrc/x11/qterminal: Makefile PLIST distinfo

Log Message:
qterminal: update to 2.2.0

qterminal-2.2.0 / 2025-04-17
=============================
 * Prompt on closing with a running process.
 * Added option for mouse cursor auto-hiding.
 * Added option for blinking cursor.
 * Added an option for focusing the sub-terminal on mouseover.
 * Cleaner preferences dialog.
 * Change sizeHint of spacer in Preferences → Behavior.
 * Hide/disable some options on Wayland.
 * Put the dropdown window on the active screen under Wayland.
 * Added "scope" to the layer window on Wayland.
 * Made modal dialogs stay in front of dropdown window on Wayland.
 * Put font dialog in front of Preferences dialog on Wayland (and draw a border around it).
 * Make font dialog remain in front of Preferences dialog on certain X11 WMs.
 * Made the dropdown window a tool window under X11.
 * Set the dropdown minimum size to 25%.
 * Better wording for the current terminal section in preferences.
 * Removed app transparency (terminal transparency exists).
 * Changed "File" to "Session" on the menubar.
 * Guarantee that tabs position is between 0 and 3.
 * Removed a wrong style sheet from dropdown mode.
 * Ignore presets (subterminal creation) with `-e` option.
 * Improved desktop files.
 * Fixed shortcuts for switching subterminals with presets.
 * Fixed shortcut setting with a profile.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/qterminal/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/qterminal/PLIST
cvs rdiff -u -r1.13 -r1.14 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.42 pkgsrc/x11/qterminal/Makefile:1.43
--- pkgsrc/x11/qterminal/Makefile:1.42  Thu Apr 24 14:16:31 2025
+++ pkgsrc/x11/qterminal/Makefile       Mon Apr 28 01:10:45 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2025/04/24 14:16:31 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2025/04/28 01:10:45 gutteridge Exp $
 
-DISTNAME=      qterminal-2.1.0
-PKGREVISION=   3
+DISTNAME=      qterminal-2.2.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -9,13 +8,13 @@ EXTRACT_SUFX= .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/lxqt/qterminal/
-COMMENT=       Terminal emulator for Qt5
+COMMENT=       Terminal emulator for Qt6
 LICENSE=       gnu-gpl-v2
 
 USE_TOOLS+=    pkg-config perl
 USE_LANGUAGES= c c++
 
-TOOL_DEPENDS+= lxqt-build-tools>=2.1.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=2.2.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
 .include "../../x11/qt6-qtbase/buildlink3.mk"

Index: pkgsrc/x11/qterminal/PLIST
diff -u pkgsrc/x11/qterminal/PLIST:1.8 pkgsrc/x11/qterminal/PLIST:1.9
--- pkgsrc/x11/qterminal/PLIST:1.8      Fri Aug  2 17:52:55 2024
+++ pkgsrc/x11/qterminal/PLIST  Mon Apr 28 01:10:45 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2024/08/02 17:52:55 pin Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/04/28 01:10:45 gutteridge Exp $
 bin/qterminal
 share/applications/qterminal-drop.desktop
 share/applications/qterminal.desktop
@@ -16,6 +16,7 @@ share/qterminal/translations/qterminal_d
 share/qterminal/translations/qterminal_de.qm
 share/qterminal/translations/qterminal_de_CH.qm
 share/qterminal/translations/qterminal_el.qm
+share/qterminal/translations/qterminal_en_GB.qm
 share/qterminal/translations/qterminal_es.qm
 share/qterminal/translations/qterminal_et.qm
 share/qterminal/translations/qterminal_fa.qm
@@ -29,10 +30,13 @@ share/qterminal/translations/qterminal_h
 share/qterminal/translations/qterminal_id.qm
 share/qterminal/translations/qterminal_it.qm
 share/qterminal/translations/qterminal_ja.qm
+share/qterminal/translations/qterminal_ka.qm
+share/qterminal/translations/qterminal_kab.qm
 share/qterminal/translations/qterminal_kk.qm
 share/qterminal/translations/qterminal_ko_KR.qm
 share/qterminal/translations/qterminal_lg.qm
 share/qterminal/translations/qterminal_lt.qm
+share/qterminal/translations/qterminal_mn.qm
 share/qterminal/translations/qterminal_nb_NO.qm
 share/qterminal/translations/qterminal_nl.qm
 share/qterminal/translations/qterminal_oc.qm

Index: pkgsrc/x11/qterminal/distinfo
diff -u pkgsrc/x11/qterminal/distinfo:1.13 pkgsrc/x11/qterminal/distinfo:1.14
--- pkgsrc/x11/qterminal/distinfo:1.13  Fri Nov 15 12:35:59 2024
+++ pkgsrc/x11/qterminal/distinfo       Mon Apr 28 01:10:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/11/15 12:35:59 pin Exp $
+$NetBSD: distinfo,v 1.14 2025/04/28 01:10:45 gutteridge Exp $
 
-BLAKE2s (qterminal-2.1.0.tar.xz) = 58bfda7219d0161ac6ad96aea6f0106f7b13608cd3d2d1a1c12724d82e8a8035
-SHA512 (qterminal-2.1.0.tar.xz) = 3787bb8269a4b06c8c42d0c1c5e900a85e868e36e415f4ae05bbcb1fde3cbdf88a2ada7a86dd39a4a07305586fcb19e2ab04182bdd9f7f10dbf6cd4fd1194f22
-Size (qterminal-2.1.0.tar.xz) = 231468 bytes
+BLAKE2s (qterminal-2.2.0.tar.xz) = 868644efce0fb871e64fa9be3d9e7b1e91290f2a519c7a3f58c418e0f5b5a12c
+SHA512 (qterminal-2.2.0.tar.xz) = cc9b9d1b71cd34e0ceb6fb286d73b5783c9832b2e07cef5bf00567977bdc9611d52ad72b80f08c1529b71ed78fb133409fa60f3b726ad2ceb3f4707ebbabb680
+Size (qterminal-2.2.0.tar.xz) = 241148 bytes



Home | Main Index | Thread Index | Old Index