Received: by mail.netbsd.org (Postfix, from userid 605) id DD71A84F53; Sun, 24 Apr 2022 15:19:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22D4384D05 for ; Sun, 24 Apr 2022 15:19:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3ogcdEmx5Tne for ; Sun, 24 Apr 2022 15:19:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 78A9B84C13 for ; Sun, 24 Apr 2022 15:19:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76165FB1A; Sun, 24 Apr 2022 15:19:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650813547260400" MIME-Version: 1.0 Date: Sun, 24 Apr 2022 15:19:07 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/qterminal To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220424151907.76165FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650813547260400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun Apr 24 15:19:07 UTC 2022 Modified Files: pkgsrc/x11/qterminal: Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/qterminal/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qterminal/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/qterminal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650813547260400 Content-Disposition: inline Content-Length: 3049 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qterminal/Makefile diff -u pkgsrc/x11/qterminal/Makefile:1.17 pkgsrc/x11/qterminal/Makefile:1.18 --- pkgsrc/x11/qterminal/Makefile:1.17 Mon Apr 18 19:12:25 2022 +++ pkgsrc/x11/qterminal/Makefile Sun Apr 24 15:19:07 2022 @@ -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 @@ CMAKE_ARGS+= -DCMAKE_PREFIX_PATH:PATH=${ 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" Index: pkgsrc/x11/qterminal/PLIST diff -u pkgsrc/x11/qterminal/PLIST:1.5 pkgsrc/x11/qterminal/PLIST:1.6 --- pkgsrc/x11/qterminal/PLIST:1.5 Fri Nov 19 09:51:43 2021 +++ pkgsrc/x11/qterminal/PLIST Sun Apr 24 15:19:07 2022 @@ -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_c 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 Index: pkgsrc/x11/qterminal/distinfo diff -u pkgsrc/x11/qterminal/distinfo:1.7 pkgsrc/x11/qterminal/distinfo:1.8 --- pkgsrc/x11/qterminal/distinfo:1.7 Fri Nov 19 09:51:43 2021 +++ pkgsrc/x11/qterminal/distinfo Sun Apr 24 15:19:07 2022 @@ -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 --_----------=_1650813547260400--