summaryrefslogtreecommitdiff
path: root/eclass/kde5.eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-05-07 13:11:26 +0200
committerAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-05-08 22:37:23 +0200
commit6ab0dd2c7929439bbc93f4243aa56a13c75cbd34 (patch)
tree33ff67b78cc1402aa9ac541e59804e712b72f0a1 /eclass/kde5.eclass
parent2f74791950a37f5718e9f85519881c45365071c3 (diff)
downloadkde-6ab0dd2c7929439bbc93f4243aa56a13c75cbd34.tar.gz
kde-6ab0dd2c7929439bbc93f4243aa56a13c75cbd34.tar.bz2
kde-6ab0dd2c7929439bbc93f4243aa56a13c75cbd34.zip
kde-apps: Drop KDE_PIM_KONTACTPLUGIN
Most packages require kontactinterface nevertheless, which is a negligible dependency.
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass18
1 files changed, 9 insertions, 9 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index d755887cf7a..fed2b263e79 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -592,16 +592,16 @@ kde5_src_prepare() {
fi
done
popd > /dev/null || die
- fi
- # disable build of kontactplugin in split kdepim packages
- if ! use_if_iuse kontact ; then
- for x in $(find ./ -name CMakeLists.txt -exec grep -l "add_subdirectory.*kontactplugin" "{}" ";"); do
- einfo "Disabling kontactplugin in: ${x}"
- pushd $(dirname "${x}") > /dev/null || die
- cmake_comment_add_subdirectory kontactplugin
- popd > /dev/null || die
- done
+ # disable build of kontactplugin in split kdepim packages
+ if ! use_if_iuse kontact ; then
+ for x in $(find ./ -name CMakeLists.txt -exec grep -l "add_subdirectory.*kontactplugin" "{}" ";"); do
+ einfo "Disabling kontactplugin in: ${x}"
+ pushd $(dirname "${x}") > /dev/null || die
+ cmake_comment_add_subdirectory kontactplugin
+ popd > /dev/null || die
+ done
+ fi
fi
}