summaryrefslogtreecommitdiff
path: root/devel/kconfig
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-25 03:40:56 +0000
committermarkd <markd@pkgsrc.org>2022-04-25 03:40:56 +0000
commit1faf5e96c00d411be1fab263b81ecc998f2a50ff (patch)
tree8570e6cca7a20d2810dae4955db720c40bd4c947 /devel/kconfig
parent1480658cbf4f60423950fb51df57e8da95f7d132 (diff)
downloadpkgsrc-1faf5e96c00d411be1fab263b81ecc998f2a50ff.tar.gz
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
Diffstat (limited to 'devel/kconfig')
-rw-r--r--devel/kconfig/Makefile3
-rw-r--r--devel/kconfig/PLIST17
-rw-r--r--devel/kconfig/distinfo8
3 files changed, 19 insertions, 9 deletions
diff --git a/devel/kconfig/Makefile b/devel/kconfig/Makefile
index 19633cc39e1..39cb5fa1f52 100644
--- a/devel/kconfig/Makefile
+++ b/devel/kconfig/Makefile
@@ -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
diff --git a/devel/kconfig/PLIST b/devel/kconfig/PLIST
index 50cdd29e759..b6bb3b2563f 100644
--- a/devel/kconfig/PLIST
+++ b/devel/kconfig/PLIST
@@ -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.qm
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
diff --git a/devel/kconfig/distinfo b/devel/kconfig/distinfo
index 62019cb91f5..cee75a0c332 100644
--- a/devel/kconfig/distinfo
+++ b/devel/kconfig/distinfo
@@ -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