summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-06-14 17:43:26 +0200
committer Eric Hameleers <alien@slackware.com>2015-06-14 17:43:26 +0200
commit7c23183efb71ccc38fd4626c69317286d6440c66 (patch)
tree280d8c28892d80b239113376b83fda9c38479218
parent1d14519b336026a1093b2769bf5b3db26c46db36 (diff)
downloadktown-7c23183efb71ccc38fd4626c69317286d6440c66.tar.gz
ktown-7c23183efb71ccc38fd4626c69317286d6440c66.tar.xz
kde4/kactivities: remove /usr/bin/kactivitymanagerd
The Activities daemon 'kactivitymanagerd' which is still part of the Plasma 5 based kactivities-framework is compatible with the KDE 4 based Activities, but the reverse is not true. One 'kactivitymanagerd' is all we need.
-rw-r--r--kde/build/kactivities2
-rw-r--r--kde/post-install/kactivities.post-install4
2 files changed, 5 insertions, 1 deletions
diff --git a/kde/build/kactivities b/kde/build/kactivities
index 00750ed..b8626c4 100644
--- a/kde/build/kactivities
+++ b/kde/build/kactivities
@@ -1 +1 @@
-3
+4
diff --git a/kde/post-install/kactivities.post-install b/kde/post-install/kactivities.post-install
new file mode 100644
index 0000000..e3a4b54
--- /dev/null
+++ b/kde/post-install/kactivities.post-install
@@ -0,0 +1,4 @@
+# We use the daemon from kactivities-framework because that one is compatible
+# with the kactivities 4 libraries but not vice-versa:
+rm -f $PKG/usr/bin/kactivitymanagerd
+