diff options
author | pin <pin@pkgsrc.org> | 2020-12-07 11:50:42 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-12-07 11:50:42 +0000 |
commit | 923ef744ba69aa4b15c0bb2b953753338ea7af9d (patch) | |
tree | 9a46364fb079e591e5b09fd03f3392d3df406762 /x11 | |
parent | c8af362c0dfc39fe54dccd7645ba9bbcdbfbe292 (diff) | |
download | pkgsrc-923ef744ba69aa4b15c0bb2b953753338ea7af9d.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/qterminal/Makefile | 7 | ||||
-rw-r--r-- | x11/qterminal/PLIST | 3 | ||||
-rw-r--r-- | x11/qterminal/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/x11/qterminal/Makefile b/x11/qterminal/Makefile index 312b851c887..1c0ae5dc74d 100644 --- a/x11/qterminal/Makefile +++ b/x11/qterminal/Makefile @@ -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 @@ CMAKE_ARGS+= -DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5 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 --git a/x11/qterminal/PLIST b/x11/qterminal/PLIST index b331b855c00..b07541fdf5e 100644 --- a/x11/qterminal/PLIST +++ b/x11/qterminal/PLIST @@ -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_fi.qm 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 --git a/x11/qterminal/distinfo b/x11/qterminal/distinfo index c3e1e3d2274..b8e09c18c6b 100644 --- a/x11/qterminal/distinfo +++ b/x11/qterminal/distinfo @@ -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 |