Received: by mail.netbsd.org (Postfix, from userid 605) id 451A384E74; Mon, 25 Apr 2022 03:40:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C8DC84D8A for ; Mon, 25 Apr 2022 03:40:57 +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 YZVa7R1EPZQ3 for ; Mon, 25 Apr 2022 03:40:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9291984CFC for ; Mon, 25 Apr 2022 03:40:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F543FB1A; Mon, 25 Apr 2022 03:40:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650858056251930" MIME-Version: 1.0 Date: Mon, 25 Apr 2022 03:40:56 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/kconfig To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220425034056.7F543FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650858056251930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Apr 25 03:40:56 UTC 2022 Modified Files: pkgsrc/devel/kconfig: Makefile PLIST distinfo Log Message: kconfig: update to 5.93.0 5.81.0 Relicense file to LGPL-2.0-or-later kconfig_compiler: Explicitly open input file for reading kconfig_compiler: change how paramString() creates strings 5.82.0 Make the docs state that KConfig::reparseConfiguration() calls sync() if needed Use new version-controlled enumerator deprecation warning macros Deprecate KDesktopFile::readDevice() 5.83.0 kconfig_add_kcfg_files: catch alias targets before failing internally Don't write position data for maximized windows (bug 434116) 5.85.0 KConfig: fix deletion of an entry that is also in kdeglobals Do not create a vector and a QByteArray just to discard it immediately Only query for existing config file when it's necessary Use specific API to compare QByteArrays Cache global config files 5.86.0 Add Ctrl+Alt+Comma shortcut for "Configure Keyboard Shortcuts" Make enum value visible to QML when using GlobalEnum mode KDesktopFile::isAuthorizedDesktopFile: reduce warning to info a log 5.87.0 Android: Fix writing to config if path is a content:// Uri kconfigini: Only open the file once to write Allow KConfigXT to use KSharedConfig::openStateConfig 5.88.0 Exclude new enum-overload from python bindings build Enforce KAuthorized enums being not 0 Create enum to to authorize common keys Do not try to generate python bindings for KConfigGroup::moveValuesTo Create utility method for moving entries from one group to another 5.89.0 KDesktopFile: deprecate resource() Use innerVarStr instead of varStr for choices Add a proper test for the enumms within groups Unbreak kconfig with enums, mutators and properties Demonstrate build failure with kconfig generated code Copy ConfigPropertyMap from KDeclarative to new KConfig QML module 5.90.0 kconfig_compiler/CMakeLists.txt - use CMAKE_CROSSCOMPILING for the check Allow kreadconfig/kwriteconfig to access the root group 5.91.0 Introduce StandardShortcutWatcher to watch for runtime changes Extract isNonDeletedKey() helper function Look for entries with common group prefix in entryMap's subrange KConfigPrivate::copyGroup: remove redundant entryMap lookup groupList: convert each group name from UTF-8 once Exclude deleted groups from groupList() 5.92.0 Add KWindowStateSaver Remove warning from kauthorized.h KConfigCompiler: support ItemAccessors=true with signalling items QMake pri files: fix missing new path to version header Support build without Qt session manager Add KConfig GUI logging category 5.93.0 Disable DBus support on Windows by default Make KConfig::mainConfigName() public kconf_update: Fix checking for changes of update files To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/kconfig/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/kconfig/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/kconfig/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650858056251930 Content-Disposition: inline Content-Length: 4099 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/kconfig/Makefile diff -u pkgsrc/devel/kconfig/Makefile:1.47 pkgsrc/devel/kconfig/Makefile:1.48 --- pkgsrc/devel/kconfig/Makefile:1.47 Mon Apr 18 19:09:45 2022 +++ pkgsrc/devel/kconfig/Makefile Mon Apr 25 03:40:56 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2022/04/18 19:09:45 adam Exp $ +# $NetBSD: Makefile,v 1.48 2022/04/25 03:40:56 markd Exp $ DISTNAME= kconfig-${KF5VER} -PKGREVISION= 6 CATEGORIES= devel HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/devel/kconfig/PLIST diff -u pkgsrc/devel/kconfig/PLIST:1.5 pkgsrc/devel/kconfig/PLIST:1.6 --- pkgsrc/devel/kconfig/PLIST:1.5 Tue Mar 30 10:58:21 2021 +++ pkgsrc/devel/kconfig/PLIST Mon Apr 25 03:40:56 2022 @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2021/03/30 10:58:21 markd Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/04/25 03:40:56 markd Exp $ bin/kreadconfig5 bin/kwriteconfig5 +include/KF5/KConfig/kconfig_version.h include/KF5/KConfigCore/ConversionCheck include/KF5/KConfigCore/KAuthorized include/KF5/KConfigCore/KConfig @@ -17,6 +18,7 @@ include/KF5/KConfigCore/kconfig.h include/KF5/KConfigCore/kconfigbase.h include/KF5/KConfigCore/kconfigcore_export.h include/KF5/KConfigCore/kconfiggroup.h +include/KF5/KConfigCore/kconfigwatcher.h include/KF5/KConfigCore/kcoreconfigskeleton.h include/KF5/KConfigCore/kdesktopfile.h include/KF5/KConfigCore/kemailsettings.h @@ -25,15 +27,20 @@ include/KF5/KConfigGui/KConfigGui include/KF5/KConfigGui/KConfigLoader include/KF5/KConfigGui/KConfigSkeleton include/KF5/KConfigGui/KStandardShortcut +include/KF5/KConfigGui/KStandardShortcutWatcher include/KF5/KConfigGui/KWindowConfig +include/KF5/KConfigGui/KWindowStateSaver include/KF5/KConfigGui/kconfiggui.h include/KF5/KConfigGui/kconfiggui_export.h include/KF5/KConfigGui/kconfigloader.h include/KF5/KConfigGui/kconfigskeleton.h -include/KF5/KConfigCore/kconfigwatcher.h include/KF5/KConfigGui/kstandardshortcut.h +include/KF5/KConfigGui/kstandardshortcutwatcher.h include/KF5/KConfigGui/kwindowconfig.h -include/KF5/kconfig_version.h +include/KF5/KConfigGui/kwindowstatesaver.h +include/KF5/KConfigQml/KConfigPropertyMap +include/KF5/KConfigQml/kconfigpropertymap.h +include/KF5/KConfigQml/kconfigqml_export.h lib/cmake/KF5Config/KF5ConfigCompilerTargets-noconfig.cmake lib/cmake/KF5Config/KF5ConfigCompilerTargets.cmake lib/cmake/KF5Config/KF5ConfigConfig.cmake @@ -47,6 +54,9 @@ lib/libKF5ConfigCore.so.${PKGVERSION} lib/libKF5ConfigGui.so lib/libKF5ConfigGui.so.5 lib/libKF5ConfigGui.so.${PKGVERSION} +lib/libKF5ConfigQml.so +lib/libKF5ConfigQml.so.5 +lib/libKF5ConfigQml.so.${PKGVERSION} libexec/kf5/kconf_update libexec/kf5/kconfig_compiler_kf5 qt5/mkspecs/modules/qt_KConfigCore.pri @@ -93,6 +103,7 @@ share/locale/id/LC_MESSAGES/kconfig5_qt. share/locale/is/LC_MESSAGES/kconfig5_qt.qm share/locale/it/LC_MESSAGES/kconfig5_qt.qm share/locale/ja/LC_MESSAGES/kconfig5_qt.qm +share/locale/kab/LC_MESSAGES/kconfig5_qt.qm share/locale/kk/LC_MESSAGES/kconfig5_qt.qm share/locale/km/LC_MESSAGES/kconfig5_qt.qm share/locale/kn/LC_MESSAGES/kconfig5_qt.qm Index: pkgsrc/devel/kconfig/distinfo diff -u pkgsrc/devel/kconfig/distinfo:1.13 pkgsrc/devel/kconfig/distinfo:1.14 --- pkgsrc/devel/kconfig/distinfo:1.13 Tue Oct 26 10:15:08 2021 +++ pkgsrc/devel/kconfig/distinfo Mon Apr 25 03:40:56 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:15:08 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/04/25 03:40:56 markd Exp $ -BLAKE2s (kconfig-5.80.0.tar.xz) = fb8867eb013b1498c3e75f3edca2a8387cec56c0e9920a8b6b5f7945793f9448 -SHA512 (kconfig-5.80.0.tar.xz) = 5836dded113c0e4365e9e48d56cb745e9de57dc025c0376b692151dccbe6c864f2e4a60bee02b8a171e2fbd4816adf18b6eb1b611125c379a91b0b7dc7d7e115 -Size (kconfig-5.80.0.tar.xz) = 267500 bytes +BLAKE2s (kconfig-5.93.0.tar.xz) = 75414d62dbd89c62502545d83e8132c6fa50074107d0d7ce84fd994da8993f66 +SHA512 (kconfig-5.93.0.tar.xz) = 328711b93c6b35de5a0a50d5f07274e8e9df188da1d2eff377459ea52066123e8a5bf5c31e62c6e136dfa5e1d5da7d6653d7509afa6fa81fa085354ef313c513 +Size (kconfig-5.93.0.tar.xz) = 282020 bytes --_----------=_1650858056251930--