summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kde/post-install/kdepimlibs4.post-install1
-rw-r--r--kde/pre-install/kdepimlibs4.pre-install2
2 files changed, 3 insertions, 0 deletions
diff --git a/kde/post-install/kdepimlibs4.post-install b/kde/post-install/kdepimlibs4.post-install
index ae30cc8..0cd6c30 100644
--- a/kde/post-install/kdepimlibs4.post-install
+++ b/kde/post-install/kdepimlibs4.post-install
@@ -1,3 +1,4 @@
# Remove files that clash with the Frameworks version of kdepimlibs:
rm -r $PKG/usr/bin
+rm -r $PKG/usr/share/akonadi
rm -r $PKG/usr/share/config.kcfg
diff --git a/kde/pre-install/kdepimlibs4.pre-install b/kde/pre-install/kdepimlibs4.pre-install
index a663cc6..d120701 100644
--- a/kde/pre-install/kdepimlibs4.pre-install
+++ b/kde/pre-install/kdepimlibs4.pre-install
@@ -5,3 +5,5 @@ if ! grep -q 'cmake_minimum_required' CMakeLists.txt ; then
sed -i -e '1icmake_minimum_required(VERSION 2.8.9)\' CMakeLists.txt
fi
+# Don't build gpgme++
+sed -e '/gpgme++/d' -e '/qgpgme/d' -i CMakeLists.txt