pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ktexteditor



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun  7 11:25:17 UTC 2020

Modified Files:
        pkgsrc/devel/ktexteditor: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/ktexteditor/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ktexteditor/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ktexteditor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ktexteditor/Makefile
diff -u pkgsrc/devel/ktexteditor/Makefile:1.45 pkgsrc/devel/ktexteditor/Makefile:1.46
--- pkgsrc/devel/ktexteditor/Makefile:1.45      Tue Jun  2 08:22:38 2020
+++ pkgsrc/devel/ktexteditor/Makefile   Sun Jun  7 11:25:17 2020
@@ -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

Index: pkgsrc/devel/ktexteditor/PLIST
diff -u pkgsrc/devel/ktexteditor/PLIST:1.5 pkgsrc/devel/ktexteditor/PLIST:1.6
--- pkgsrc/devel/ktexteditor/PLIST:1.5  Tue Aug 27 21:11:15 2019
+++ pkgsrc/devel/ktexteditor/PLIST      Sun Jun  7 11:25:17 2020
@@ -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/ktexteditor.desktop
 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

Index: pkgsrc/devel/ktexteditor/distinfo
diff -u pkgsrc/devel/ktexteditor/distinfo:1.9 pkgsrc/devel/ktexteditor/distinfo:1.10
--- pkgsrc/devel/ktexteditor/distinfo:1.9       Wed Jan 29 11:49:25 2020
+++ pkgsrc/devel/ktexteditor/distinfo   Sun Jun  7 11:25:17 2020
@@ -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