diff --git a/kf5-kdepim-build-include b/kf5-kdepim-build-include new file mode 100644 index 0000000..37ddfba --- /dev/null +++ b/kf5-kdepim-build-include @@ -0,0 +1,45 @@ +# Module definitions for building kdepim framework + +# Usage: Write your own kdesrc-buildrc with only a "global" section +# (including "branch-group kf5-qt5") +# then include this file, like this: +# +# include extragear/utils/kdesrc-build/kf5-frameworks-build-include +# include extragear/utils/kdesrc-build/kf5-applications-build-include +# (or using full paths) +# +# You can then add additional modules if desired. +# +# This file uses "branch groups" to decide which git branch to use. If you +# want to add your application here please be sure to update +# kde-build-metadata repo's "logical-module-structure". It includes a simple +# tool you can use to validate your change works (or just "kdesrc-build -p +# your-module" and look for the right branch). + +module-set kdepimlibs + repository kde-projects + use-modules kdepimlibs + branch frameworks +end module-set + +module-set kf5-baloo + repository kde-projects + cmake-options -DKDEPIM_SUPPORT_BUILD=TRUE + use-modules baloo + branch frameworks +end module-set + + + +module-set kdepim + repository kde-projects + use-modules kdepim + branch frameworks +end module-set + +module-set kdepim-runtime + repository kde-projects + use-modules kdepim-runtime + branch frameworks +end module-set + diff --git a/kf5-qt5-build-include b/kf5-qt5-build-include index 6cf7e47..ecad871 100644 --- a/kf5-qt5-build-include +++ b/kf5-qt5-build-include @@ -13,4 +13,4 @@ include kf5-frameworks-build-include include kf5-workspace-build-include include kf5-applications-build-include - +#include kf5-kdepim-build-include