pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/knewstuff
Module Name: pkgsrc
Committed By: markd
Date: Sun Jun 7 11:41:29 UTC 2020
Modified Files:
pkgsrc/net/knewstuff: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/knewstuff/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/knewstuff/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/knewstuff/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/knewstuff/Makefile
diff -u pkgsrc/net/knewstuff/Makefile:1.39 pkgsrc/net/knewstuff/Makefile:1.40
--- pkgsrc/net/knewstuff/Makefile:1.39 Tue Jun 2 08:22:52 2020
+++ pkgsrc/net/knewstuff/Makefile Sun Jun 7 11:41:29 2020
@@ -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
Index: pkgsrc/net/knewstuff/PLIST
diff -u pkgsrc/net/knewstuff/PLIST:1.9 pkgsrc/net/knewstuff/PLIST:1.10
--- pkgsrc/net/knewstuff/PLIST:1.9 Wed Jan 29 11:49:27 2020
+++ pkgsrc/net/knewstuff/PLIST Sun Jun 7 11:41:29 2020
@@ -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/Cache
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/cache.h
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/Con
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/
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
Index: pkgsrc/net/knewstuff/distinfo
diff -u pkgsrc/net/knewstuff/distinfo:1.11 pkgsrc/net/knewstuff/distinfo:1.12
--- pkgsrc/net/knewstuff/distinfo:1.11 Wed Jan 29 11:49:27 2020
+++ pkgsrc/net/knewstuff/distinfo Sun Jun 7 11:41:29 2020
@@ -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