pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06550259da2b
branches:  trunk
changeset: 387912:06550259da2b
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Nov 10 01:10:55 2022 +0000

description:
qterminal: update to 1.2.0

Change log:

qterminal-1.2.0 / 2022-11-05
=============================
 * Add CI using GitHub Actions.
 * Fixed command parsing with the `-e` option.
 * Avoid segfault when using global menus.
 * Improved documentation for the `--profile` option.

diffstat:

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

diffs (52 lines):

diff -r 60638f03be49 -r 06550259da2b x11/qterminal/Makefile
--- a/x11/qterminal/Makefile    Thu Nov 10 01:08:01 2022 +0000
+++ b/x11/qterminal/Makefile    Thu Nov 10 01:10:55 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/06/28 11:37:59 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/11/10 01:10:55 gutteridge Exp $
 
-DISTNAME=      qterminal-1.1.0
-PKGREVISION=   1
+DISTNAME=      qterminal-1.2.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.11.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=0.12.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"
diff -r 60638f03be49 -r 06550259da2b x11/qterminal/PLIST
--- a/x11/qterminal/PLIST       Thu Nov 10 01:08:01 2022 +0000
+++ b/x11/qterminal/PLIST       Thu Nov 10 01:10:55 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/04/24 15:19:07 pin Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/11/10 01:10:55 gutteridge Exp $
 bin/qterminal
 share/applications/qterminal-drop.desktop
 share/applications/qterminal.desktop
@@ -23,6 +23,7 @@
 share/qterminal/translations/qterminal_fr.qm
 share/qterminal/translations/qterminal_gl.qm
 share/qterminal/translations/qterminal_he.qm
+share/qterminal/translations/qterminal_hi.qm
 share/qterminal/translations/qterminal_hr.qm
 share/qterminal/translations/qterminal_hu.qm
 share/qterminal/translations/qterminal_id.qm
diff -r 60638f03be49 -r 06550259da2b x11/qterminal/distinfo
--- a/x11/qterminal/distinfo    Thu Nov 10 01:08:01 2022 +0000
+++ b/x11/qterminal/distinfo    Thu Nov 10 01:10:55 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/04/24 15:19:07 pin Exp $
+$NetBSD: distinfo,v 1.9 2022/11/10 01:10:55 gutteridge Exp $
 
-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
+BLAKE2s (qterminal-1.2.0.tar.xz) = f91c229572586c886a07a865fa5b078fe3b032433418e6af5e50ee7b7beb3f4d
+SHA512 (qterminal-1.2.0.tar.xz) = 4d0db104004bc4b4a0c6d030978c241c0c57d7642f1a9e215158da5810029a46f21510c9b2a92d32c7218df667015e96b47965e3c2951935af7ab6a1a33a0f9d
+Size (qterminal-1.2.0.tar.xz) = 217432 bytes



Home | Main Index | Thread Index | Old Index