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 0.17.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbb46bfca0b9
branches:  trunk
changeset: 450629:dbb46bfca0b9
user:      pin <pin%pkgsrc.org@localhost>
date:      Tue Apr 20 18:12:57 2021 +0000

description:
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.

diffstat:

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

diffs (67 lines):

diff -r 5de1f1c5a14c -r dbb46bfca0b9 x11/qterminal/Makefile
--- a/x11/qterminal/Makefile    Tue Apr 20 18:12:09 2021 +0000
+++ b/x11/qterminal/Makefile    Tue Apr 20 18:12:57 2021 +0000
@@ -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 @@
 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 @@
 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"
diff -r 5de1f1c5a14c -r dbb46bfca0b9 x11/qterminal/PLIST
--- a/x11/qterminal/PLIST       Tue Apr 20 18:12:09 2021 +0000
+++ b/x11/qterminal/PLIST       Tue Apr 20 18:12:57 2021 +0000
@@ -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_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
diff -r 5de1f1c5a14c -r dbb46bfca0b9 x11/qterminal/distinfo
--- a/x11/qterminal/distinfo    Tue Apr 20 18:12:09 2021 +0000
+++ b/x11/qterminal/distinfo    Tue Apr 20 18:12:57 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index