Received: by mail.netbsd.org (Postfix, from userid 605) id B9F0984EA9; Mon, 25 Apr 2022 03:56:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F05CA84EA8 for ; Mon, 25 Apr 2022 03:56:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BKGZc96nKwR7 for ; Mon, 25 Apr 2022 03:56:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 158F384D8A for ; Mon, 25 Apr 2022 03:56:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A6E9FB1A; Mon, 25 Apr 2022 03:56:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650858977226630" MIME-Version: 1.0 Date: Mon, 25 Apr 2022 03:56:17 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/kdeclarative To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220425035617.0A6E9FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650858977226630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: markd Date: Mon Apr 25 03:56:16 UTC 2022 Modified Files: pkgsrc/devel/kdeclarative: Makefile PLIST distinfo Log Message: kdeclarative: update to 5.93.0 5.82.0 Add the ContextualHelpButton from some kcms in this import [GridDelegate] Show inline controls for active item too Make GridView KCMs handle keyboard focus in an accessible manner 5.83.0 [KeySequenceItem] Display ampersands in shortcuts 5.84.0 Allow compiling against Qt configured with -no-opengl or -no-qml-debug [GridDelegate] Remove lightening overlay on hover 5.85.0 Implement aspect ratio correction for Lanczos effect Introduce Lanczos filter element 5.86.0 Try to fix Android build via linking GLESv3 qtquicksettings: Add workaround for Nvidia Wayland GridDelegate: Fix non-existant context property AbstractKCM: Fix padding when header/footer is not visible Don't use the KIO AccessManager on Android 5.87.0 Make sure the object gets destroyed before the view Add support for static builds SimpleKCM: remove custom header and footer handling 5.88.0 GridDelegate: don't let labels overflow Use a readonly property to control KCM margins [configmodule] Deprecate aboutData [ConfigModule] Allow creating KCMs without KAboutData [ConfigModule] Deprecate ctors that take KAboutData and KPluginMetaData Don't explicitly build shared libs Expose KAuthorized enum as dynamic properties to QML KCM GridDelegate: Display a blue line when the delegate has active focus 5.89.0 KeySequenceItem: Make sure we record on the correct window Deprecate KRun KIO plugin Allow KCM kpackages to use metadata of C++ plugin Add takeLast() slot to ConfigModule Fix overflowing text properly 5.90.0 Drop lib prefix when building for Windows Follow method name changes in kglobalaccel Use "frameless" style for grid and scroll view QtQuick KCMs by default Detect overlapping shortcuts 5.91.0 proper position for top separator [KeySequenceItem] Make keySequence «non-null», «non-undefined» and «non-""» [KeySequenceItem] Fix code style and bump QML imports Make QML code depend less on the `kcm` context property Fix QT_NO_OPENGL build after 66c5bb0efa kquickcontrols: Improve accessibility in ColorButton.qml GridDelegate: Focus on the delegate after a menu is closed GridDelegate: Open menu when Menu key is pressed Exclude epoxy in qt6 => exclude plotter class Deprecate KDeclarative::ConfigPropertyMap in favor of KConfigPropertyMap It's not necessary now as "the Frameworks that actually require Don't use KGlobalAccel on Windows 5.92.0 Fix double deleting of NetworkAccessManagerFactory Delete networkAccessManagerFactory when we delete the engine Improve Open[app]() functions (bug 443984) 5.93.0 Deprecate KQuickAddons::QtQuickSettings::init To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/kdeclarative/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/kdeclarative/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/kdeclarative/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650858977226630 Content-Disposition: inline Content-Length: 3708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/kdeclarative/Makefile diff -u pkgsrc/devel/kdeclarative/Makefile:1.50 pkgsrc/devel/kdeclarative/Makefile:1.51 --- pkgsrc/devel/kdeclarative/Makefile:1.50 Mon Apr 18 19:09:45 2022 +++ pkgsrc/devel/kdeclarative/Makefile Mon Apr 25 03:56:16 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2022/04/18 19:09:45 adam Exp $ +# $NetBSD: Makefile,v 1.51 2022/04/25 03:56:16 markd Exp $ DISTNAME= kdeclarative-${KF5VER} -PKGREVISION= 6 CATEGORIES= devel HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/devel/kdeclarative/PLIST diff -u pkgsrc/devel/kdeclarative/PLIST:1.7 pkgsrc/devel/kdeclarative/PLIST:1.8 --- pkgsrc/devel/kdeclarative/PLIST:1.7 Tue Mar 30 10:58:22 2021 +++ pkgsrc/devel/kdeclarative/PLIST Mon Apr 25 03:56:16 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2021/03/30 10:58:22 markd Exp $ +@comment $NetBSD: PLIST,v 1.8 2022/04/25 03:56:16 markd Exp $ bin/kpackagelauncherqml include/KF5/KDeclarative/CalendarEvents/CalendarEventsPlugin include/KF5/KDeclarative/KDeclarative/ConfigPropertyMap @@ -20,6 +20,7 @@ include/KF5/KDeclarative/kdeclarative/kd include/KF5/KDeclarative/kdeclarative/kdeclarative_export.h include/KF5/KDeclarative/kdeclarative/qmlobject.h include/KF5/KDeclarative/kdeclarative/qmlobjectsharedengine.h +include/KF5/KDeclarative/kdeclarative_version.h include/KF5/KDeclarative/kquickaddons/configmodule.h include/KF5/KDeclarative/kquickaddons/imagetexturescache.h include/KF5/KDeclarative/kquickaddons/managedconfigmodule.h @@ -30,7 +31,6 @@ include/KF5/KDeclarative/kquickaddons/qu include/KF5/KDeclarative/quickaddons/imagetexturescache.h include/KF5/KDeclarative/quickaddons/managedtexturenode.h include/KF5/KDeclarative/quickaddons/quickaddons_export.h -include/KF5/kdeclarative_version.h lib/cmake/KF5Declarative/KF5DeclarativeConfig.cmake lib/cmake/KF5Declarative/KF5DeclarativeConfigVersion.cmake lib/cmake/KF5Declarative/KF5DeclarativeTargets-noconfig.cmake @@ -48,7 +48,14 @@ qt5/mkspecs/modules/qt_KDeclarative.pri qt5/mkspecs/modules/qt_QuickAddons.pri qt5/qml/org/kde/draganddrop/libdraganddropplugin.so qt5/qml/org/kde/draganddrop/qmldir +qt5/qml/org/kde/graphicaleffects/Lanczos.qml +qt5/qml/org/kde/graphicaleffects/lanczos2sharp.frag +qt5/qml/org/kde/graphicaleffects/lanczos2sharp_core.frag +qt5/qml/org/kde/graphicaleffects/preserveaspect.vert +qt5/qml/org/kde/graphicaleffects/preserveaspect_core.vert +qt5/qml/org/kde/graphicaleffects/qmldir qt5/qml/org/kde/kcm/AbstractKCM.qml +qt5/qml/org/kde/kcm/ContextualHelpButton.qml qt5/qml/org/kde/kcm/GridDelegate.qml qt5/qml/org/kde/kcm/GridView.qml qt5/qml/org/kde/kcm/GridViewKCM.qml Index: pkgsrc/devel/kdeclarative/distinfo diff -u pkgsrc/devel/kdeclarative/distinfo:1.13 pkgsrc/devel/kdeclarative/distinfo:1.14 --- pkgsrc/devel/kdeclarative/distinfo:1.13 Tue Oct 26 10:15:09 2021 +++ pkgsrc/devel/kdeclarative/distinfo Mon Apr 25 03:56:16 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:15:09 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/04/25 03:56:16 markd Exp $ -BLAKE2s (kdeclarative-5.80.0.tar.xz) = 6d8238cda59b353be377c3f3605abbfc018b648573b9b6755237d2693621bdfb -SHA512 (kdeclarative-5.80.0.tar.xz) = e3db516267474acab8967464eb7ec7ff0ce93614efd708d76d9df5273d31cc104e6ec3a4dd8115d86ffc357e85a27afb797c5842d489ae93636d9a1f16d9915a -Size (kdeclarative-5.80.0.tar.xz) = 185132 bytes +BLAKE2s (kdeclarative-5.93.0.tar.xz) = 11706cc42e0b97c0aa204b366f39033a909eb7e6e35ba839a98c38199320c89e +SHA512 (kdeclarative-5.93.0.tar.xz) = b04f44fdee1f10ba0e845cffa345373c3dcc63984874114cf9e71c399fb0c21736942a72359cabca4446ceadb06edd2613a9abfac0008ef3227c21099670b3bc +Size (kdeclarative-5.93.0.tar.xz) = 203188 bytes --_----------=_1650858977226630--