pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/qterminal



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Dec  7 11:50:42 UTC 2020

Modified Files:
        pkgsrc/x11/qterminal: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/qterminal/Makefile
cvs rdiff -u -r1.2 -r1.3 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.

Modified files:

Index: pkgsrc/x11/qterminal/Makefile
diff -u pkgsrc/x11/qterminal/Makefile:1.10 pkgsrc/x11/qterminal/Makefile:1.11
--- pkgsrc/x11/qterminal/Makefile:1.10  Thu Nov  5 09:09:28 2020
+++ pkgsrc/x11/qterminal/Makefile       Mon Dec  7 11:50:42 2020
@@ -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=${
 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"

Index: pkgsrc/x11/qterminal/PLIST
diff -u pkgsrc/x11/qterminal/PLIST:1.2 pkgsrc/x11/qterminal/PLIST:1.3
--- pkgsrc/x11/qterminal/PLIST:1.2      Mon Jun  1 10:56:14 2020
+++ pkgsrc/x11/qterminal/PLIST  Mon Dec  7 11:50:42 2020
@@ -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_f
 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
Index: pkgsrc/x11/qterminal/distinfo
diff -u pkgsrc/x11/qterminal/distinfo:1.2 pkgsrc/x11/qterminal/distinfo:1.3
--- pkgsrc/x11/qterminal/distinfo:1.2   Mon Jun  1 10:56:14 2020
+++ pkgsrc/x11/qterminal/distinfo       Mon Dec  7 11:50:42 2020
@@ -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