use the new package install macro to install them as
as rcc files
Details
Details
- Reviewers
- None
- Group Reviewers
Plasma - Commits
- R242:7af18926322e: use kpackage_install_bundled_package
plasmashell starts and most plasmoids seem to work,
still needed a more thorough test
Diff Detail
Diff Detail
- Repository
- R242 Plasma Framework (Library)
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
I'd prefer a patch that ports plasma-workspace/desktop to kpackage_install_bundled_package rather than abstracting through plasma_install_package.
Comment Actions
using directly kpackage_install_bundled_package for every plasmoid one must do kpackage_install_bundled_package(analog-clock org.kde.plasma.analogclock "plasmoids" ${PLASMA_RELATIVE_DATA_INSTALL_DIR})
I would still go with this form.
Comment Actions
My concern here is compiling lts with new frameworks gets affected, and at that point it's too late to do any applet fixes.
Comment Actions
FWIW, we should be able to infer if it's a plasmoid (i.e. root) from the metadata.desktop file, AFAIR.