pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/kdeclarative
Module Name: pkgsrc
Committed By: markd
Date: Sat Jul 29 01:54:44 UTC 2023
Modified Files:
pkgsrc/devel/kdeclarative: Makefile distinfo
Log Message:
kdeclarative: update to 5.108.0
5.99
KeySequenceItem: Restore the previous value when it fails
Remove project() calls from subdirs
KeySequenceItem: Allow detecting when the key sequence is cleared
KeySequenceItem: Use the helper's shortcut instead of duplicating them
KeySequenceItem: Disable clear button when there's no key sequence
KeySequenceItem: Cancel sequence recording when pressing the button
KeySequenceItem: Remove workaround, it was addressed upstream
KeySequenceItem: Show a cancel button when recording
GridDelegate: show tooltip when `toolTip` is empty and title/caption is elided
AbstractKCM: make footer top padding optional
[kquickaddons/configmodule] Make getters const
5.100
Make QQmlContext's contextObject outlive the QQmlContext
Completely deprecate KDeclarative class
Port manual test app away from deprecated KDeclarative API
5.101
Deprecate unused parts of KWindowSystem import
SimpleKCM: Account for flickable's margins when deciding to show separators
Deprecate QIconItem
Use const/let for JS variables as appropriate
Sync header and footer separator code to SimpleKCM
5.102
calendarevents: add new alternate date ready signal and deprecate the old one
Support modifierOnlyAllowed in KeySequenceItem
5.103
Remove unused QtGraphicalEffects import
Fix anchors error in AbstractKCM & SimpleKCM types
QML/JS: Prefer const over let, and use strict === equality
5.104
Guard nullable property access, and bind instead of assigning once
AbstractKCM: Rewrite padding expressions to be more readable
Add import aliases, bump internal import versions as needed
Drop unused QML imports
[managedconfigmodule] Fix deprecation comments
[configmodule] Deprecate constructor without metadata
[configmodule] Deprecate setAboutData
5.105
API dox: add some minimal docs to namespace & classes to trigger coverage
API dox: cover CalendarEvents in generated QCH file
Overhaul configmodule docs
5.106
Guard nullable property access, and bind instead of assigning once
CalendarEventsPlugin: fix wrong deprecation for signal alternateDateReady
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/kdeclarative/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/kdeclarative/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/kdeclarative/Makefile
diff -u pkgsrc/devel/kdeclarative/Makefile:1.61 pkgsrc/devel/kdeclarative/Makefile:1.62
--- pkgsrc/devel/kdeclarative/Makefile:1.61 Mon May 22 20:59:56 2023
+++ pkgsrc/devel/kdeclarative/Makefile Sat Jul 29 01:54:44 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2023/05/22 20:59:56 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2023/07/29 01:54:44 markd Exp $
DISTNAME= kdeclarative-${KF5VER}
-PKGREVISION= 6
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
Index: pkgsrc/devel/kdeclarative/distinfo
diff -u pkgsrc/devel/kdeclarative/distinfo:1.15 pkgsrc/devel/kdeclarative/distinfo:1.16
--- pkgsrc/devel/kdeclarative/distinfo:1.15 Thu Sep 29 00:36:31 2022
+++ pkgsrc/devel/kdeclarative/distinfo Sat Jul 29 01:54:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/29 00:36:31 markd Exp $
+$NetBSD: distinfo,v 1.16 2023/07/29 01:54:44 markd Exp $
-BLAKE2s (kdeclarative-5.98.0.tar.xz) = 6b0b8060c0c9c00a18e197f7781be66496bca280fc52c066402a39db379d0961
-SHA512 (kdeclarative-5.98.0.tar.xz) = 2302d076effe7799dbdc3069aa891c1f8569d0b5e34af230ba158a77e3801156ad788d63649073922b0c5f740162926a5de0e9b35c85c5761155147039d79855
-Size (kdeclarative-5.98.0.tar.xz) = 207124 bytes
+BLAKE2s (kdeclarative-5.108.0.tar.xz) = c291e38b84c43f9d406694c75745dca4a4e820a8b2e6b323181d88127a3d6d1f
+SHA512 (kdeclarative-5.108.0.tar.xz) = 2f9f9200b18cf577cc0e67e82bd2010702c34c946533f97b0d4c2b2008b3c793ee9373058b46791003e8603e2179c6e96d42c0c57f3de66c2d2ff707331a4a5e
+Size (kdeclarative-5.108.0.tar.xz) = 2492028 bytes
Home |
Main Index |
Thread Index |
Old Index