summaryrefslogtreecommitdiffstats
path: root/kde/pre-install/kdepimlibs4.pre-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-27 11:09:34 +0100
committer Eric Hameleers <alien@slackware.com>2017-01-27 11:09:34 +0100
commit992c0f455c8dde29e22d17a5adaade64097cf747 (patch)
treef0c59fe8ebebb6796344ac4c8ecb57228dd7e97a /kde/pre-install/kdepimlibs4.pre-install
parentf3c4a81ab1051c82fb5663d70e3ffc7bd678e09f (diff)
downloadktown-992c0f455c8dde29e22d17a5adaade64097cf747.tar.gz
ktown-992c0f455c8dde29e22d17a5adaade64097cf747.tar.xz
kdepimlibs4: Remove files that clash with other packages.
Notably, files that are provided by the Frameworks version of kdepimlibs, and by the gpgme package.
Diffstat (limited to '')
-rw-r--r--kde/pre-install/kdepimlibs4.pre-install2
1 files changed, 2 insertions, 0 deletions
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