Sat Jul 29 01:54:44 2023 UTC ()
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


(markd)
diff -r1.61 -r1.62 pkgsrc/devel/kdeclarative/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/kdeclarative/distinfo

cvs diff -r1.61 -r1.62 pkgsrc/devel/kdeclarative/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/kdeclarative/Makefile 2023/05/22 20:59:56 1.61
+++ pkgsrc/devel/kdeclarative/Makefile 2023/07/29 01:54:44 1.62
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.61 2023/05/22 20:59:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.62 2023/07/29 01:54:44 markd Exp $
2 2
3DISTNAME= kdeclarative-${KF5VER} 3DISTNAME= kdeclarative-${KF5VER}
4PKGREVISION= 6 
5CATEGORIES= devel 4CATEGORIES= devel
6 5
7HOMEPAGE= https://community.kde.org/Frameworks 6HOMEPAGE= https://community.kde.org/Frameworks
8COMMENT= Provides integration of QML and KDE Frameworks 7COMMENT= Provides integration of QML and KDE Frameworks
9LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 8LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
10 9
11USE_TOOLS+= msgfmt 10USE_TOOLS+= msgfmt
12 11
13.include "../../meta-pkgs/kde/kf5.mk" 12.include "../../meta-pkgs/kde/kf5.mk"
14 13
15.include "../../devel/kio/buildlink3.mk" 14.include "../../devel/kio/buildlink3.mk"
16.include "../../devel/kpackage/buildlink3.mk" 15.include "../../devel/kpackage/buildlink3.mk"
17.include "../../graphics/libepoxy/buildlink3.mk" 16.include "../../graphics/libepoxy/buildlink3.mk"

cvs diff -r1.15 -r1.16 pkgsrc/devel/kdeclarative/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/kdeclarative/distinfo 2022/09/29 00:36:31 1.15
+++ pkgsrc/devel/kdeclarative/distinfo 2023/07/29 01:54:44 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2022/09/29 00:36:31 markd Exp $ 1$NetBSD: distinfo,v 1.16 2023/07/29 01:54:44 markd Exp $
2 2
3BLAKE2s (kdeclarative-5.98.0.tar.xz) = 6b0b8060c0c9c00a18e197f7781be66496bca280fc52c066402a39db379d0961 3BLAKE2s (kdeclarative-5.108.0.tar.xz) = c291e38b84c43f9d406694c75745dca4a4e820a8b2e6b323181d88127a3d6d1f
4SHA512 (kdeclarative-5.98.0.tar.xz) = 2302d076effe7799dbdc3069aa891c1f8569d0b5e34af230ba158a77e3801156ad788d63649073922b0c5f740162926a5de0e9b35c85c5761155147039d79855 4SHA512 (kdeclarative-5.108.0.tar.xz) = 2f9f9200b18cf577cc0e67e82bd2010702c34c946533f97b0d4c2b2008b3c793ee9373058b46791003e8603e2179c6e96d42c0c57f3de66c2d2ff707331a4a5e
5Size (kdeclarative-5.98.0.tar.xz) = 207124 bytes 5Size (kdeclarative-5.108.0.tar.xz) = 2492028 bytes