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.16.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca2c42ad13ed
branches:  trunk
changeset: 443117:ca2c42ad13ed
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Dec 07 11:50:42 2020 +0000

description:
x11/qterminal: update to 0.16.1

0.16.1
-Fixed a mistake in the layout of Terminal settings dialog.
-Fixed translation of shortcuts (in Terminal settings dialog).

0.16.0
-Made closing of tab on middle-clicking optional.
-Avoid loop variable copy.
-Emit signals with Q_EMIT.
-Use the default constructor of QFlags.
-Dropped qmake .pro file.
-Made the color scheme dirs comply with XDG Base Directory Specification.
-Added an optopn for openning the new tab to the right of the active tab.
-Added virtual destructor to a base class.
-Let QStandardPaths::locateAll() handle application name.
-Put drop-down QTerminal on screen with cursor.

diffstat:

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

diffs (54 lines):

diff -r 08c001626b20 -r ca2c42ad13ed x11/qterminal/Makefile
--- a/x11/qterminal/Makefile    Mon Dec 07 11:49:19 2020 +0000
+++ b/x11/qterminal/Makefile    Mon Dec 07 11:50:42 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/11/05 09:09:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2020/12/07 11:50:42 pin Exp $
 
-DISTNAME=      qterminal-0.15.0
-PKGREVISION=   3
+DISTNAME=      qterminal-0.16.1
 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-9]*:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"
diff -r 08c001626b20 -r ca2c42ad13ed x11/qterminal/PLIST
--- a/x11/qterminal/PLIST       Mon Dec 07 11:49:19 2020 +0000
+++ b/x11/qterminal/PLIST       Mon Dec 07 11:50:42 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/01 10:56:14 pin Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/12/07 11:50:42 pin Exp $
 bin/qterminal
 share/appdata/qterminal.appdata.xml
 share/applications/qterminal.desktop
@@ -20,6 +20,7 @@
 share/qterminal/translations/qterminal_fr.qm
 share/qterminal/translations/qterminal_gl.qm
 share/qterminal/translations/qterminal_he.qm
+share/qterminal/translations/qterminal_hr.qm
 share/qterminal/translations/qterminal_hu.qm
 share/qterminal/translations/qterminal_id.qm
 share/qterminal/translations/qterminal_it.qm
diff -r 08c001626b20 -r ca2c42ad13ed x11/qterminal/distinfo
--- a/x11/qterminal/distinfo    Mon Dec 07 11:49:19 2020 +0000
+++ b/x11/qterminal/distinfo    Mon Dec 07 11:50:42 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/06/01 10:56:14 pin Exp $
+$NetBSD: distinfo,v 1.3 2020/12/07 11:50:42 pin Exp $
 
-SHA1 (qterminal-0.15.0.tar.xz) = 2decd6952da91b9b9e930af2b9045e79d9a27fe5
-RMD160 (qterminal-0.15.0.tar.xz) = 40ccd70c0c20f9e7ebf02913e06f5b7da734635c
-SHA512 (qterminal-0.15.0.tar.xz) = 03c690fd090fc87e0475f5a34e19ff1d5aeaea146fe5c62aa09540b6abfa0363506c44c3e82c5d3957e351b883ac9fdd014da66ce7d44e7d3e5fecc8fcd7bcac
-Size (qterminal-0.15.0.tar.xz) = 179608 bytes
+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



Home | Main Index | Thread Index | Old Index