| Summary: | KF5AuthMacros uses deprecated DBUS_SYSTEM_SERVICES_INSTALL_DIR (not set with KDE_INSTALL_DIRS_NO_DEPRECATED) | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kauth | Reporter: | Friedrich W. H. Kossebau <kossebau> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | sitter |
| Priority: | NOR | ||
| Version First Reported In: | 5.65.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/kauth/commit/0068b2176afeb8661b8b26950c9bee79c8fb86ec | Version Fixed/Implemented In: | 5.75 |
| Sentry Crash Report: | |||
|
Description
Friedrich W. H. Kossebau
2020-01-06 16:37:05 UTC
KDE_INSTALL_DBUSSERVICEDIR replaces it? https://api.kde.org/ecm/kde-module/KDEInstallDirs.html says that it is KDE_INSTALL_DBUSSYSTEMSERVICEDIR A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kauth/-/merge_requests/5 Git commit 0068b2176afeb8661b8b26950c9bee79c8fb86ec by Harald Sitter. Committed on 16/09/2020 at 12:56. Pushed by sitter into branch 'master'. use new install var DBUS_SYSTEM_SERVICES_INSTALL_DIR is deprecated, KDE_INSTALL_DBUSSYSTEMSERVICEDIR is not. use the latter. we depend on latest ECM anyway, what with it being a framework, so we can use the not deprecated version easy peasy FIXED-IN: 5.75 M +1 -1 cmake/KF5AuthMacros.cmake https://invent.kde.org/frameworks/kauth/commit/0068b2176afeb8661b8b26950c9bee79c8fb86ec |