[kdesrc-build] /: Use kde-runtime/frameworks instead of kde-runtime/master

David Faure faure at kde.org
Thu Mar 6 08:27:21 UTC 2014


On Wednesday 05 March 2014 17:04:10 Àlex Fiestas wrote:
> Git commit ae5798e3ce2368c0561424537f77ad34d56eb61a by Àlex Fiestas.
> Committed on 05/03/2014 at 17:00.
> Pushed by afiestas into branch 'master'.
> 
> Use kde-runtime/frameworks instead of kde-runtime/master
> 
> M  +7    -1    kf5-workspace-build-include
> 
> http://commits.kde.org/kdesrc-build/ae5798e3ce2368c0561424537f77ad34d56eb61a
> 
> diff --git a/kf5-workspace-build-include b/kf5-workspace-build-include
> index d3ed2e5..3228939 100644
> --- a/kf5-workspace-build-include
> +++ b/kf5-workspace-build-include
> @@ -19,7 +19,13 @@
>  module-set kf5-workspace-modules
>      repository kde-projects # Required for branch-group
>      # kde-runtime is temporary (parts of it depend on plasma, so it's here)
> -    use-modules kde-runtime kde-workspace plasmate kwin-compositing-kcm + 
>   use-modules kde-workspace plasmate kwin-compositing-kcm
> +end module-set
> +
> +module-set kf5-runtime
> +    repository kde-projects
> +    use-modules kde-runtime
> +    branch frameworks
>  end module-set

This is unecessary. If you update kdesrc-build and kde-build-metadata 
(although the latter is automatic anyway), your kde-runtime will be from the 
frameworks branch.
Ah, the problem is probably this:

you need to ensure your global section in kdesrc-buildrc says

  branch-group kf5-qt5

(I updated the template in the wiki, but of course older configs lack this)

Please revert ;)

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE, in particular KDE Frameworks 5



More information about the Kde-frameworks-devel mailing list