Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ktexteditor ktexteditor: update to 5.70.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b19ab98fc33e
branches:  trunk
changeset: 433733:b19ab98fc33e
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jun 07 11:25:17 2020 +0000

description:
ktexteditor: update to 5.70.0

5.67
  Revert "improve word completion to use highlighting to detect word boundaries"
  import final breeze icon
  Message-related methods: Use more member-function-pointer-based connect
  DocumentPrivate::postMessage: avoid multiple hash lookups
  fix Drag&copy function (by using Ctrl Key)
  ensure we have a quadratic icon
  set proper Kate icon in about dialog for KatePart
  inline notes: correctly set underMouse() for inline notes
  avoid use of old mascot ATM
  Variable expansion: Add variable PercentEncoded
  Fix crash in variable expansion (used by external tools)
  KateMessageWidget: remove unused event filter installation
5.68
  Add an option to dynamic-break inside words
  KateModeMenuList: don't overlap the scroll bar
5.69
  Make it compile against q5.15
  fix folding crash for folding of single line folds
  [VIM Mode] Add g<up> g<down> commands
  Add MarkInterfaceV2, to s/QPixmap/QIcon/g for symbols of marks
  Draw inlineNotes after drawing word wrap marker
5.70
  fix drag'n'drop on left side border widget
  Store and fetch complete view config in and from session config
  Revert premature port to unreleased Qt 5.15 which changed meanwhile

diffstat:

 devel/ktexteditor/Makefile |   3 +--
 devel/ktexteditor/PLIST    |   3 ++-
 devel/ktexteditor/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 0afe330b56e5 -r b19ab98fc33e devel/ktexteditor/Makefile
--- a/devel/ktexteditor/Makefile        Sun Jun 07 11:23:30 2020 +0000
+++ b/devel/ktexteditor/Makefile        Sun Jun 07 11:25:17 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2020/06/02 08:22:38 adam Exp $
+# $NetBSD: Makefile,v 1.46 2020/06/07 11:25:17 markd Exp $
 
 DISTNAME=      ktexteditor-${KF5VER}
-PKGREVISION=   7
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 0afe330b56e5 -r b19ab98fc33e devel/ktexteditor/PLIST
--- a/devel/ktexteditor/PLIST   Sun Jun 07 11:23:30 2020 +0000
+++ b/devel/ktexteditor/PLIST   Sun Jun 07 11:25:17 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/08/27 21:11:15 markd Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/06/07 11:25:17 markd Exp $
 include/KF5/KTextEditor/KTextEditor/AbstractAnnotationItemDelegate
 include/KF5/KTextEditor/KTextEditor/AnnotationInterface
 include/KF5/KTextEditor/KTextEditor/Application
@@ -80,6 +80,7 @@
 share/kservicetypes5/ktexteditorplugin.desktop
 share/locale/af/LC_MESSAGES/ktexteditor5.mo
 share/locale/ar/LC_MESSAGES/ktexteditor5.mo
+share/locale/ast/LC_MESSAGES/ktexteditor5.mo
 share/locale/be/LC_MESSAGES/ktexteditor5.mo
 share/locale/bg/LC_MESSAGES/ktexteditor5.mo
 share/locale/bn/LC_MESSAGES/ktexteditor5.mo
diff -r 0afe330b56e5 -r b19ab98fc33e devel/ktexteditor/distinfo
--- a/devel/ktexteditor/distinfo        Sun Jun 07 11:23:30 2020 +0000
+++ b/devel/ktexteditor/distinfo        Sun Jun 07 11:25:17 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/01/29 11:49:25 markd Exp $
+$NetBSD: distinfo,v 1.10 2020/06/07 11:25:17 markd Exp $
 
-SHA1 (ktexteditor-5.66.0.tar.xz) = f74127f3fa7b0d2fb5d2f6293f7d70be552e39d4
-RMD160 (ktexteditor-5.66.0.tar.xz) = 94f07192bb22e970e33704cb7fbbcc6df24332dc
-SHA512 (ktexteditor-5.66.0.tar.xz) = a20c4ca0f8856ba78c24042d5692790e83816b96820cc94de673b66b5ce8b4880379cec330cd0f3235aab9ed3f12b44bef741e2e56da37419b38d22bfe69192a
-Size (ktexteditor-5.66.0.tar.xz) = 2355256 bytes
+SHA1 (ktexteditor-5.70.0.tar.xz) = f7f565a0c826d0d80490682de250055bb5335979
+RMD160 (ktexteditor-5.70.0.tar.xz) = 6dfa080a7a01fea575f981a72cb864a467906367
+SHA512 (ktexteditor-5.70.0.tar.xz) = 5afef03b3d490bcfa1b3ba0ddbddad86959431ab8bb7595c77b4331c4f3981ae4425fecab4a864252c3cf29c7e20f34fa3d3a5a2ed1c6b1bb3e015d59c59031b
+Size (ktexteditor-5.70.0.tar.xz) = 2345148 bytes



Home | Main Index | Thread Index | Old Index