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

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



Home | Main Index | Thread Index | Old Index