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 Jun 1 10:56:14 UTC 2020
Modified Files:
pkgsrc/x11/qterminal: Makefile PLIST distinfo
Log Message:
x11/qterminal: update to 0.15.0
qterminal-0.15.0 / 2020-04-24
=============================
* Bumped version to 0.15.0.
* CMakeLists: Do not use Qt5X11Extras on macOS.
* Replace deprecated/removed Q_WS_MAC macro with Q_OS_MACOS.
* Fixed the default font on macOS.
* Fixed the missing PASTE_SELECTION_SHORTCUT on macOS.
* Fixed inconsistent-missing-override warnings.
* Scrollable and compact Settings dialog.
* C++11 code updates.
* Fix View Toggle Bookmarks.
* Consider settings dialog frame on fitting it into screen.
* Fixed the duplicated setHistorySize() call.
* Create actions for switching to tab by index.
* Allow to disable drawing line chars.
* Made the initial terminal size consistent with qterminal.ui.
* Fixed building qterminal.app on macOS.
* No more incorrectly setting icon via OSC 1.
* Allow fixed custom size for QTerminal.
* Made menubar accelerators optional.
* Added "Hide Window Borders" to context menu.
* Remember the size of preferences dialog.
* Fixed the version comparison.
* Removed some debug outputs.
* Removed the deprecated QFileDialog method `setConfirmOverwrite()`.
* config: add a tooltip about box-drawing chars.
* Implemented an action that allows you to send the history to your editor.
* Added an option for borderless state and remembered it.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qterminal/Makefile
cvs rdiff -u -r1.1 -r1.2 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.5 pkgsrc/x11/qterminal/Makefile:1.6
--- pkgsrc/x11/qterminal/Makefile:1.5 Wed Apr 22 08:42:02 2020
+++ pkgsrc/x11/qterminal/Makefile Mon Jun 1 10:56:14 2020
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2020/04/22 08:42:02 pin Exp $
+# $NetBSD: Makefile,v 1.6 2020/06/01 10:56:14 pin Exp $
-DISTNAME= qterminal-0.14.1
-PKGREVISION= 3
+VERSION= 0.15.0
+DISTNAME= qterminal-${VERSION}
CATEGORIES= x11
-MASTER_SITES= https://downloads.lxqt.org/downloads/qterminal/0.14.1/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/qterminal/releases/download/${VERSION}/}
EXTRACT_SUFX= .tar.xz
-MAINTAINER= pin%NetBSD.org@localhost
-HOMEPAGE= https://lxqt.org/
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/lxqt/qterminal/
COMMENT= Terminal emulator for Qt5
LICENSE= gnu-gpl-v2
Index: pkgsrc/x11/qterminal/PLIST
diff -u pkgsrc/x11/qterminal/PLIST:1.1 pkgsrc/x11/qterminal/PLIST:1.2
--- pkgsrc/x11/qterminal/PLIST:1.1 Thu Feb 20 05:52:38 2020
+++ pkgsrc/x11/qterminal/PLIST Mon Jun 1 10:56:14 2020
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2020/02/20 05:52:38 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/01 10:56:14 pin Exp $
bin/qterminal
share/appdata/qterminal.appdata.xml
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
+share/qterminal/translations/qterminal_ast.qm
+share/qterminal/translations/qterminal_bg.qm
share/qterminal/translations/qterminal_ca.qm
share/qterminal/translations/qterminal_cs.qm
share/qterminal/translations/qterminal_cy.qm
@@ -29,6 +32,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_sk_SK.qm
share/qterminal/translations/qterminal_tr.qm
share/qterminal/translations/qterminal_uk.qm
share/qterminal/translations/qterminal_zh_CN.qm
Index: pkgsrc/x11/qterminal/distinfo
diff -u pkgsrc/x11/qterminal/distinfo:1.1 pkgsrc/x11/qterminal/distinfo:1.2
--- pkgsrc/x11/qterminal/distinfo:1.1 Thu Feb 20 05:52:38 2020
+++ pkgsrc/x11/qterminal/distinfo Mon Jun 1 10:56:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/02/20 05:52:38 gutteridge Exp $
+$NetBSD: distinfo,v 1.2 2020/06/01 10:56:14 pin Exp $
-SHA1 (qterminal-0.14.1.tar.xz) = 5ca08bc1267c65a813926d330036811e6965505b
-RMD160 (qterminal-0.14.1.tar.xz) = 9723b7e941a7b8caed9e6271afa66bc62a8f2e31
-SHA512 (qterminal-0.14.1.tar.xz) = bb9ac6519236bb834892c1be50bc27f86631b2c7ed60c1ddd4300fedd48f3ea8a08aa453fa03199693486159f667f9391af9491dea5402b4f807ee91e8a6e5cf
-Size (qterminal-0.14.1.tar.xz) = 167520 bytes
+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
Home |
Main Index |
Thread Index |
Old Index