filter less files from bin/data for Elisa (including dbus needed files)
ClosedPublic

Authored by mgallien on Mar 15 2018, 8:57 PM.

Details

Summary

filter less files from bin/data for Elisa (including dbus needed files)

Test Plan

elisa starts after dbus-server

Diff Detail

Repository
R877 Craft Blueprints for KDE
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mgallien requested review of this revision.Mar 15 2018, 8:57 PM
mgallien created this revision.
vonreth accepted this revision.Mar 15 2018, 9:30 PM
vonreth added a subscriber: vonreth.

If it works it's OK, I can't tell much from a blacklist.
We now ship hunspell instead of aspell.
What do you need dbus for?

This revision is now accepted and ready to land.Mar 15 2018, 9:30 PM

If it works it's OK, I can't tell much from a blacklist.
We now ship hunspell instead of aspell.
What do you need dbus for?

I do not need it on Windows but I also do not deactivate it. This is the other solution: always ignore dbus on Windows. I do not know which one is better or more Windows native.

The goal of this change is also to not blacklist the configuration kcm of Elisa.

If you are 100% sure you can also ignore dbus from the dependency resolution like in https://github.com/KDE/craft-blueprints-kde/blob/master/kde/applications/kate/kate.py#L55

This revision was automatically updated to reflect the committed changes.