Hi! I've compiled 4.3.95 with polkit-1 kauth backend but KDE4_INSTALL_AUTH_ACTION installs action files into policykit-0 actions dir (see below). The problems seems to be fixed in trunk but there are many changes in kauth-related cmake code. Is it possible to backport these changes, or this is too large change for RC3?
From KDE4Macros.cmake, KDE4_INSTALL_AUTH_ACTIONS function:
if (NOT POLKITQT_FOUND)
macro_optional_find_package(PolkitQt)
endif (NOT POLKITQT_FOUND)
if (POLKITQT_FOUND)
install(FILES ${_output} DESTINATION ${POLKITQT_POLICY_FILES_INSTALL_DIR})
endif (POLKITQT_FOUND)
--
Yury G. Kudryashov,
mailto: [email protected]
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
