summaryrefslogtreecommitdiff
path: root/user/plasma-workspace/plasma-workspace-5.8-cmake-update.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/plasma-workspace/plasma-workspace-5.8-cmake-update.patch')
-rw-r--r--user/plasma-workspace/plasma-workspace-5.8-cmake-update.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/user/plasma-workspace/plasma-workspace-5.8-cmake-update.patch b/user/plasma-workspace/plasma-workspace-5.8-cmake-update.patch
new file mode 100644
index 000000000..e77731eb5
--- /dev/null
+++ b/user/plasma-workspace/plasma-workspace-5.8-cmake-update.patch
@@ -0,0 +1,34 @@
+From 052ab380b6cb7f27da19ba0937bc2563b175a19b Mon Sep 17 00:00:00 2001
+From: David Faure <faure@kde.org>
+Date: Mon, 17 Jul 2017 00:07:47 +0200
+Subject: Fix compilation with current cmake (git branch release).
+
+I don't see what the private/ in front of the moc_ filenames was for anyway.
+---
+ shell/containmentconfigview.cpp | 2 +-
+ shell/currentcontainmentactionsmodel.cpp | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/shell/containmentconfigview.cpp b/shell/containmentconfigview.cpp
+index 4d107be..8d6df0d 100644
+--- a/shell/containmentconfigview.cpp
++++ b/shell/containmentconfigview.cpp
+@@ -245,4 +245,4 @@ void ContainmentConfigView::syncWallpaperObjects()
+ m_currentWallpaperConfig = static_cast<KDeclarative::ConfigPropertyMap *>(wallpaperGraphicsObject->property("configuration").value<QObject *>());
+ }
+
+-#include "private/moc_containmentconfigview.cpp"
++#include "moc_containmentconfigview.cpp"
+diff --git a/shell/currentcontainmentactionsmodel.cpp b/shell/currentcontainmentactionsmodel.cpp
+index 08317ed..521d1c9 100644
+--- a/shell/currentcontainmentactionsmodel.cpp
++++ b/shell/currentcontainmentactionsmodel.cpp
+@@ -275,4 +275,4 @@ void CurrentContainmentActionsModel::save()
+ }
+ }
+
+-#include "private/moc_currentcontainmentactionsmodel.cpp"
++#include "moc_currentcontainmentactionsmodel.cpp"
+--
+cgit v0.11.2
+