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:           Thu Nov 10 01:10:55 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/qterminal/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/qterminal/PLIST
cvs rdiff -u -r1.8 -r1.9 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.19 pkgsrc/x11/qterminal/Makefile:1.20
--- pkgsrc/x11/qterminal/Makefile:1.19  Tue Jun 28 11:37:59 2022
+++ pkgsrc/x11/qterminal/Makefile       Thu Nov 10 01:10:55 2022
@@ -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 @@ CMAKE_ARGS+=  -DCMAKE_PREFIX_PATH:PATH=${
 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"

Index: pkgsrc/x11/qterminal/PLIST
diff -u pkgsrc/x11/qterminal/PLIST:1.6 pkgsrc/x11/qterminal/PLIST:1.7
--- pkgsrc/x11/qterminal/PLIST:1.6      Sun Apr 24 15:19:07 2022
+++ pkgsrc/x11/qterminal/PLIST  Thu Nov 10 01:10:55 2022
@@ -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_f
 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

Index: pkgsrc/x11/qterminal/distinfo
diff -u pkgsrc/x11/qterminal/distinfo:1.8 pkgsrc/x11/qterminal/distinfo:1.9
--- pkgsrc/x11/qterminal/distinfo:1.8   Sun Apr 24 15:19:07 2022
+++ pkgsrc/x11/qterminal/distinfo       Thu Nov 10 01:10:55 2022
@@ -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