Summary: | no kconf_update5 support on binary factory | ||
---|---|---|---|
Product: | [Unmaintained] Craft | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | Blueprints | Assignee: | Hannah von Reth <vonreth> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde-windows, kloecker |
Priority: | NOR | ||
Version: | stable | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/packaging/craft-blueprints-kde/commit/c726dc3f0cdcf6f9a632910b90840c6725e5c6fd | Version Fixed In: | |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 426400 |
Description
Ralf Habacker
2021-07-23 08:00:26 UTC
kded is Linux/FreeBSD-only. As written on the page you linked you can start kconf_update manually using `KConfig::checkUpdate()`. Of course, kconf_update.exe still needs to be packaged by craft. Git commit c726dc3f0cdcf6f9a632910b90840c6725e5c6fd by Ingo Klöcker, on behalf of Ingo Klöcker. Committed on 13/09/2022 at 15:50. Pushed by kloecker into branch 'master'. kmymoney: Do not blacklist kconf_update.exe M +1 -1 extragear/kmymoney/blacklist.txt https://invent.kde.org/packaging/craft-blueprints-kde/commit/c726dc3f0cdcf6f9a632910b90840c6725e5c6fd kconf_update.exe should now be included in the kmymoney installers, but I couldn't test it because kmymoney doesn't build on binary factory since the update of libofx. As written before it's now your responsibility in kmymoney to actually apply kmymoney's config updates with appropriate calls of `KConfig::checkUpdate()` for the Windows (and macOS) builds. |