Blame SOURCES/turn-the-packagekit-support-feature-off-by-default.patch

219491
From e87117d7074b112f46a7c9ebc66422c581c64fc1 Mon Sep 17 00:00:00 2001
219491
From: Aaron Seigo <aseigo@kde.org>
219491
Date: Wed, 5 Jun 2013 15:26:47 +0200
219491
Subject: [PATCH] turn the packagekit support feature off by default
219491
219491
it only works on fedora, there is no way to tell the dialog to not show
219491
again. these are fixable, but they aren't fixed yet and may not be for
219491
a while and i'd rather not annoy people for the lifetime of 4.11
219491
---
219491
 plasma/CMakeLists.txt | 5 +----
219491
 1 file changed, 1 insertion(+), 4 deletions(-)
219491
219491
diff --git a/plasma/CMakeLists.txt b/plasma/CMakeLists.txt
219491
index 674550d..eeda974 100644
219491
--- a/plasma/CMakeLists.txt
219491
+++ b/plasma/CMakeLists.txt
219491
@@ -6,14 +6,11 @@ if(KDE_PLATFORM_FEATURE_BINARY_COMPATIBLE_FEATURE_REDUCTION)
219491
     set(PLASMA_NO_KNEWSTUFF TRUE)
219491
     set(PLASMA_NO_SOLID TRUE)
219491
     set(PLASMA_NO_KIO TRUE)
219491
-    set(PLASMA_NO_PACKAGEKIT TRUE)
219491
     set(PLASMA_NO_KUTILS TRUE)
219491
     set(PLASMA_NO_GLOBAL_SHORTCUTS TRUE)
219491
 endif(KDE_PLATFORM_FEATURE_BINARY_COMPATIBLE_FEATURE_REDUCTION)
219491
 
219491
-if(NOT Q_WS_X11)
219491
-    set(PLASMA_NO_PACKAGEKIT TRUE)
219491
-endif(NOT Q_WS_X11)
219491
+set(PLASMA_NO_PACKAGEKIT TRUE)
219491
 
219491
 include_directories(${CMAKE_CURRENT_SOURCE_DIR}
219491
                     ${KDE4_KDECORE_INCLUDES}
219491
-- 
219491
1.8.3.1
219491