Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/knewstuff knewstuff: update to 5.70.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd9c8416aae8
branches:  trunk
changeset: 433746:cd9c8416aae8
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jun 07 11:41:29 2020 +0000

description:
knewstuff: update to 5.70.0

5.67
  Unbreak the KNSQuick::Engine::changedEntries functionality
5.68
  Fix clicking thumb-only delegate
  Fix scrolling on the EntryDetails page
  Don't double delete CommentsModel
  Cover also the qtquick plugin in the installed categories file
  Use the right translation catalog to show translations
  Fix the KNSQuick Dialog's close title and basic layout
5.69
  Fix layout in DownloadItemsSheet
  [QtQuick dialog] Port to UrlBUtton and hide when there's no URL
  Switch to using Kirigami's ShadowedRectangle
  Fix update scenarios with no explicit downloadlink selected
5.70
  KNewStuff: Fix file path and process call
  KNewStuff: port from KRun::runApplication to KIO::ApplicationLauncherJob
  Replace Vokoscreen with VokoscreenNG
  Introduce more user-visible error reporting for installations

diffstat:

 net/knewstuff/Makefile |   3 +--
 net/knewstuff/PLIST    |  10 +++++++---
 net/knewstuff/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs (73 lines):

diff -r 98c9fc1b2c4e -r cd9c8416aae8 net/knewstuff/Makefile
--- a/net/knewstuff/Makefile    Sun Jun 07 11:40:39 2020 +0000
+++ b/net/knewstuff/Makefile    Sun Jun 07 11:41:29 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2020/06/02 08:22:52 adam Exp $
+# $NetBSD: Makefile,v 1.40 2020/06/07 11:41:29 markd Exp $
 
 DISTNAME=      knewstuff-${KF5VER}
-PKGREVISION=   4
 CATEGORIES=    net
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 98c9fc1b2c4e -r cd9c8416aae8 net/knewstuff/PLIST
--- a/net/knewstuff/PLIST       Sun Jun 07 11:40:39 2020 +0000
+++ b/net/knewstuff/PLIST       Sun Jun 07 11:41:29 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/01/29 11:49:27 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/06/07 11:41:29 markd Exp $
 include/KF5/KNewStuff3/KNS3/Button
 include/KF5/KNewStuff3/KNS3/DownloadDialog
 include/KF5/KNewStuff3/KNS3/DownloadManager
@@ -13,6 +13,7 @@
 include/KF5/KNewStuff3/KNSCore/DownloadManager
 include/KF5/KNewStuff3/KNSCore/Engine
 include/KF5/KNewStuff3/KNSCore/EntryInternal
+include/KF5/KNewStuff3/KNSCore/EntryWrapper
 include/KF5/KNewStuff3/KNSCore/ErrorCode
 include/KF5/KNewStuff3/KNSCore/Installation
 include/KF5/KNewStuff3/KNSCore/ItemsModel
@@ -39,6 +40,7 @@
 include/KF5/KNewStuff3/knscore/downloadmanager.h
 include/KF5/KNewStuff3/knscore/engine.h
 include/KF5/KNewStuff3/knscore/entryinternal.h
+include/KF5/KNewStuff3/knscore/entrywrapper.h
 include/KF5/KNewStuff3/knscore/errorcode.h
 include/KF5/KNewStuff3/knscore/installation.h
 include/KF5/KNewStuff3/knscore/itemsmodel.h
@@ -85,7 +87,9 @@
 qt5/qml/org/kde/newstuff/qml/private/EntryCommentDelegate.qml
 qt5/qml/org/kde/newstuff/qml/private/EntryCommentsPage.qml
 qt5/qml/org/kde/newstuff/qml/private/EntryScreenshots.qml
+qt5/qml/org/kde/newstuff/qml/private/ErrorDisplayer.qml
 qt5/qml/org/kde/newstuff/qml/private/GridTileDelegate.qml
+qt5/qml/org/kde/newstuff/qml/private/MessageBoxSheet.qml
 qt5/qml/org/kde/newstuff/qml/private/Rating.qml
 qt5/qml/org/kde/newstuff/qml/private/Shadow.qml
 qt5/qml/org/kde/newstuff/qml/private/entrygriddelegates/BigPreviewDelegate.qml
@@ -140,8 +144,8 @@
 share/kf5/kmoretools/presets-kmoretools/shutter.desktop.TODO
 share/kf5/kmoretools/presets-kmoretools/shutter.svg
 share/kf5/kmoretools/presets-kmoretools/simplescreenrecorder.desktop
-share/kf5/kmoretools/presets-kmoretools/vokoscreen.desktop
-share/kf5/kmoretools/presets-kmoretools/vokoscreen.png
+share/kf5/kmoretools/presets-kmoretools/vokoscreenNG.desktop
+share/kf5/kmoretools/presets-kmoretools/vokoscreenNG.png
 share/kf5/kmoretools/presets-kmoretools/xfce4-taskmanager.desktop
 share/locale/af/LC_MESSAGES/knewstuff5.mo
 share/locale/ar/LC_MESSAGES/knewstuff5.mo
diff -r 98c9fc1b2c4e -r cd9c8416aae8 net/knewstuff/distinfo
--- a/net/knewstuff/distinfo    Sun Jun 07 11:40:39 2020 +0000
+++ b/net/knewstuff/distinfo    Sun Jun 07 11:41:29 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/01/29 11:49:27 markd Exp $
+$NetBSD: distinfo,v 1.12 2020/06/07 11:41:29 markd Exp $
 
-SHA1 (knewstuff-5.66.0.tar.xz) = d387298a89a64031237d45b14e9561dc587d1006
-RMD160 (knewstuff-5.66.0.tar.xz) = e9fea44f3bf13a2f10d35edfcaa6ffa15d7091c1
-SHA512 (knewstuff-5.66.0.tar.xz) = 2d431b27b41a7fef2a024741c9b7746a33297e0f6465f8191a33c48fc1fe88004cb9edd01029c478b8970da465d48679f302ecdb5d7bb190e4bc565d69aac379
-Size (knewstuff-5.66.0.tar.xz) = 1082036 bytes
+SHA1 (knewstuff-5.70.0.tar.xz) = 84cfeb51db449ec93880ee2726db07ab47c8a10b
+RMD160 (knewstuff-5.70.0.tar.xz) = ffadd4c7050d8134fb001b81e5ac8c77d631169b
+SHA512 (knewstuff-5.70.0.tar.xz) = 10e336f99370458b791e636b254d497acd7421f109ddeedd0957bf049a15441981cf08b94626df651f459e69f05d42fc54b00a54b964a4c06fd9af3aa0bd75ac
+Size (knewstuff-5.70.0.tar.xz) = 1096436 bytes



Home | Main Index | Thread Index | Old Index