diff --git a/kf5-kdepim-build-include b/kf5-kdepim-build-include index 5fac49d..879b732 100644 --- a/kf5-kdepim-build-include +++ b/kf5-kdepim-build-include @@ -1,48 +1,41 @@ # 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 akonadi repository kde-projects use-modules akonadi end module-set module libkolabxml repository https://git.kolab.org/diffusion/LKX/libkolabxml.git cmake-options -DQT5_BUILD=true branch libkolabxml-1.1 end module module-set kde-pim repository kde-projects use-modules kde/pim libkgapi kdiagram # Skip gpgmepp, we use upstream gpgme now ignore-modules gpgmepp end module-set -module libkolab -# FIXME: upstream is unresponsive and doesn't compile anymore -# repository https://git.kolab.org/diffusion/LK/libkolab.git - repository https://anongit.kde.org/scratch/vkrause/libkolab - branch libkolab-1.0 -end module - module-set kdepim-runtime repository kde-projects use-modules kdepim-runtime end module-set