pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qterminal x11/qterminal: update to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/609b6b49e1a0
branches:  trunk
changeset: 377699:609b6b49e1a0
user:      pin <pin%pkgsrc.org@localhost>
date:      Sun Apr 24 15:19:07 2022 +0000

description:
x11/qterminal: update to 1.1.0

Main changes:
-The bookmark functionality is improved a lot. An example bookmarks file is also
 added.
-Several (old) issues in the drop-down mode are fixed.
-A shortcut entry is added for the drop-down shortcut.
-Problems in closing of the last tab with prompt are fixed.
-Fixed updating of shortcuts on tab switching/removal/creation.
-Fixed right clicking of an empty area of tabbar.
-Now selecting an unlimited history in Terminal settings disables the history
 size spin-box.

diffstat:

 x11/qterminal/Makefile |  7 +++----
 x11/qterminal/PLIST    |  6 ++++--
 x11/qterminal/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (59 lines):

diff -r 2bf89a4050da -r 609b6b49e1a0 x11/qterminal/Makefile
--- a/x11/qterminal/Makefile    Sun Apr 24 15:18:03 2022 +0000
+++ b/x11/qterminal/Makefile    Sun Apr 24 15:19:07 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2022/04/18 19:12:25 adam Exp $
+# $NetBSD: Makefile,v 1.18 2022/04/24 15:19:07 pin Exp $
 
-DISTNAME=      qterminal-1.0.0
-PKGREVISION=   2
+DISTNAME=      qterminal-1.1.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -24,7 +23,7 @@
 pre-configure:
        ${MKDIR} -p ${WRKSRC}/build
 
-TOOL_DEPENDS+= lxqt-build-tools>=0.10.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"
diff -r 2bf89a4050da -r 609b6b49e1a0 x11/qterminal/PLIST
--- a/x11/qterminal/PLIST       Sun Apr 24 15:18:03 2022 +0000
+++ b/x11/qterminal/PLIST       Sun Apr 24 15:19:07 2022 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2021/11/19 09:51:43 pin Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/04/24 15:19:07 pin Exp $
 bin/qterminal
-share/appdata/qterminal.appdata.xml
 share/applications/qterminal-drop.desktop
 share/applications/qterminal.desktop
 share/icons/hicolor/64x64/apps/qterminal.png
+share/metainfo/qterminal.metainfo.xml
+share/qterminal/qterminal_bookmarks_example.xml
 share/qterminal/translations/qterminal_ar.qm
 share/qterminal/translations/qterminal_arn.qm
 share/qterminal/translations/qterminal_ast.qm
@@ -13,6 +14,7 @@
 share/qterminal/translations/qterminal_cy.qm
 share/qterminal/translations/qterminal_da.qm
 share/qterminal/translations/qterminal_de.qm
+share/qterminal/translations/qterminal_de_CH.qm
 share/qterminal/translations/qterminal_el.qm
 share/qterminal/translations/qterminal_es.qm
 share/qterminal/translations/qterminal_et.qm
diff -r 2bf89a4050da -r 609b6b49e1a0 x11/qterminal/distinfo
--- a/x11/qterminal/distinfo    Sun Apr 24 15:18:03 2022 +0000
+++ b/x11/qterminal/distinfo    Sun Apr 24 15:19:07 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/11/19 09:51:43 pin Exp $
+$NetBSD: distinfo,v 1.8 2022/04/24 15:19:07 pin Exp $
 
-BLAKE2s (qterminal-1.0.0.tar.xz) = c6e786e76f6f5367f0d45fc465edfb54710926b133e7e9288b9a0d32d3a60971
-SHA512 (qterminal-1.0.0.tar.xz) = d3fd04ef94d683aae641367e56185723cf32d2390ab505b956c6736fe674144f6f270ef0def43b1f2d3aec659a2a7735cfb3713da07f49697823f9384572b3a0
-Size (qterminal-1.0.0.tar.xz) = 201644 bytes
+BLAKE2s (qterminal-1.1.0.tar.xz) = 792192e273717aa6a4ed37fe42d5520d60bdf2d770ea02de8b5331e48783e7df
+SHA512 (qterminal-1.1.0.tar.xz) = 422ba05ebed00ac7f355cd9599f930f861141b9f69ff3e475ac9bb1e74aa02b4787d18fe52c03350dcb3b9b579d67b67d5d4e3b86aa204084d16c1097dc3b291
+Size (qterminal-1.1.0.tar.xz) = 209908 bytes



Home | Main Index | Thread Index | Old Index