Bug 366635

Summary: kaccounts-mobile from workspace depends on applications & kdepim modules
Product: [Frameworks and Libraries] KAccounts Reporter: Oliver Henshaw <oliver.henshaw>
Component: generalAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: nicolas.fella
Priority: NOR    
Version: git-latest   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Oliver Henshaw 2016-08-11 12:34:26 UTC
If I build only frameworks and workspace modules I need to exclude kaccounts-mobile as it has dependencies that belong to the kde-pim and applications modules

$ ./kdesrc-build kaccounts-mobile --pretend --include-dependencies --rc-file ../kdesrc-build-config/kdesrc-build-workspace | grep Cloning
        Cloning kaccounts-integration
        Cloning kcontacts
        Cloning khelpcenter
        Cloning kio-extras
        Cloning kcalcore
        Cloning libkgapi

Reproducible: Always
Comment 1 Michael Pyne 2016-08-12 21:11:57 UTC
You might also look into the --print-modules option if you just want to know which modules will be built, and why kdesrc-build is including them in the build set.

Either way if there's a bug here, it's properly in kaccounts-mobile (in that it should be meeting all dependency requirements if it is to be in KDE Workspace). As long as its KDE dependencies are accurately listed (even if they break some policies) then there is no bug as far as project metadata is concerned.

For what it's worth I've also added kaccounts-mobile to my "ignore-modules" line for kde/workspace and I could add it as an example in the sample configuration file if there's interest.