Received: by mail.netbsd.org (Postfix, from userid 605) id EC00484D75; Tue, 20 Apr 2021 18:12:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3159484D43 for ; Tue, 20 Apr 2021 18:12:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dNidi7OJtCYb for ; Tue, 20 Apr 2021 18:12:57 +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 910B284CFC for ; Tue, 20 Apr 2021 18:12:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8EDE2FA95; Tue, 20 Apr 2021 18:12:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618942377260870" MIME-Version: 1.0 Date: Tue, 20 Apr 2021 18:12:57 +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: <20210420181257.8EDE2FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618942377260870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Apr 20 18:12:57 UTC 2021 Modified Files: pkgsrc/x11/qterminal: Makefile PLIST distinfo Log Message: x11/qterminal: update to 0.17.0 qterminal-0.17.0 / 2021-04-15 ============================= - Some code cleanup and modernization. - Removed two warnings that were shown when QTerminal was started. - Added an option to disable bracketed paste mode. - Moved the paste-related codes to qtermwidget. - Made "Action after paste" clearer and default to "Scrolling to bottom". - Added a tooltip about bracketed paste mode. - Added modes for background image. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/qterminal/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qterminal/PLIST \ pkgsrc/x11/qterminal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618942377260870 Content-Disposition: inline Content-Length: 3235 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.11 pkgsrc/x11/qterminal/Makefile:1.12 --- pkgsrc/x11/qterminal/Makefile:1.11 Mon Dec 7 11:50:42 2020 +++ pkgsrc/x11/qterminal/Makefile Tue Apr 20 18:12:57 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2020/12/07 11:50:42 pin Exp $ +# $NetBSD: Makefile,v 1.12 2021/04/20 18:12:57 pin Exp $ -DISTNAME= qterminal-0.16.1 +DISTNAME= qterminal-0.17.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -12,7 +12,7 @@ COMMENT= Terminal emulator for Qt5 LICENSE= gnu-gpl-v2 USE_CMAKE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config perl USE_LANGUAGES= c c++ CONFIGURE_DIRS= build @@ -23,7 +23,7 @@ CMAKE_ARGS+= -DCMAKE_PREFIX_PATH:PATH=${ pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.9:../../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.3 pkgsrc/x11/qterminal/PLIST:1.4 --- pkgsrc/x11/qterminal/PLIST:1.3 Mon Dec 7 11:50:42 2020 +++ pkgsrc/x11/qterminal/PLIST Tue Apr 20 18:12:57 2021 @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2020/12/07 11:50:42 pin Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/04/20 18:12:57 pin Exp $ bin/qterminal share/appdata/qterminal.appdata.xml +share/applications/qterminal-drop.desktop share/applications/qterminal.desktop -share/applications/qterminal_drop.desktop share/icons/hicolor/64x64/apps/qterminal.png share/qterminal/translations/qterminal_ar.qm share/qterminal/translations/qterminal_arn.qm @@ -33,6 +33,7 @@ share/qterminal/translations/qterminal_p share/qterminal/translations/qterminal_pt.qm share/qterminal/translations/qterminal_pt_BR.qm share/qterminal/translations/qterminal_ru.qm +share/qterminal/translations/qterminal_si.qm share/qterminal/translations/qterminal_sk_SK.qm share/qterminal/translations/qterminal_tr.qm share/qterminal/translations/qterminal_uk.qm Index: pkgsrc/x11/qterminal/distinfo diff -u pkgsrc/x11/qterminal/distinfo:1.3 pkgsrc/x11/qterminal/distinfo:1.4 --- pkgsrc/x11/qterminal/distinfo:1.3 Mon Dec 7 11:50:42 2020 +++ pkgsrc/x11/qterminal/distinfo Tue Apr 20 18:12:57 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/12/07 11:50:42 pin Exp $ +$NetBSD: distinfo,v 1.4 2021/04/20 18:12:57 pin Exp $ -SHA1 (qterminal-0.16.1.tar.xz) = 220429db128ff25e89fb0f98f4a077fdb01cbef8 -RMD160 (qterminal-0.16.1.tar.xz) = e404a765708719775ceb82566845d71ca27368b1 -SHA512 (qterminal-0.16.1.tar.xz) = 0d9736cb6e220a019e6a8df9507604c144a9be6cb8702719e489c6868858a4e0ab362f713f697ba7a6f9e8cd9c9a94aa8e6daba1adcd698a52729ca6e8096def -Size (qterminal-0.16.1.tar.xz) = 185144 bytes +SHA1 (qterminal-0.17.0.tar.xz) = 36ce947ea76ebbeeb93d2277bc16df83d08167e5 +RMD160 (qterminal-0.17.0.tar.xz) = 76d55eb9aca259f34d58edae9e21dcc384c790ed +SHA512 (qterminal-0.17.0.tar.xz) = c5d4ead74feeaec19b917389e7ff6fc4630671deb3442335b8e8c96ec6022c3460343475c95cd40cbaab4c0f813236c23557508b10e26e82ddf1546662f1de57 +Size (qterminal-0.17.0.tar.xz) = 194332 bytes --_----------=_1618942377260870--