Source-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.15.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3d876491096
branches:  trunk
changeset: 433297:f3d876491096
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Jun 01 10:56:14 2020 +0000

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

diffstat:

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

diffs (64 lines):

diff -r b23f328e51ff -r f3d876491096 x11/qterminal/Makefile
--- a/x11/qterminal/Makefile    Mon Jun 01 10:53:34 2020 +0000
+++ b/x11/qterminal/Makefile    Mon Jun 01 10:56:14 2020 +0000
@@ -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
 
diff -r b23f328e51ff -r f3d876491096 x11/qterminal/PLIST
--- a/x11/qterminal/PLIST       Mon Jun 01 10:53:34 2020 +0000
+++ b/x11/qterminal/PLIST       Mon Jun 01 10:56:14 2020 +0000
@@ -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_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
diff -r b23f328e51ff -r f3d876491096 x11/qterminal/distinfo
--- a/x11/qterminal/distinfo    Mon Jun 01 10:53:34 2020 +0000
+++ b/x11/qterminal/distinfo    Mon Jun 01 10:56:14 2020 +0000
@@ -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