From 70149dc6553bf6ec600e491b076167d833e89633 Mon Sep 17 00:00:00 2001 From: bferturk Date: Thu, 19 May 2016 20:52:40 +0300 Subject: [PATCH] qpa gecici olarak devre disi --- desktop/kde/plasma/kwin/files/disable_qpa.patch | 7 +++++++ desktop/kde/plasma/kwin/pspec.xml | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 desktop/kde/plasma/kwin/files/disable_qpa.patch diff --git a/desktop/kde/plasma/kwin/files/disable_qpa.patch b/desktop/kde/plasma/kwin/files/disable_qpa.patch new file mode 100644 index 0000000000..9d6c924111 --- /dev/null +++ b/desktop/kde/plasma/kwin/files/disable_qpa.patch @@ -0,0 +1,7 @@ +diff -Nuar kwin-5.6.4.orig/plugins/CMakeLists.txt kwin-5.6.4/plugins/CMakeLists.txt +--- kwin-5.6.4.orig/plugins/CMakeLists.txt 2016-05-10 19:40:41.000000000 +0300 ++++ kwin-5.6.4/plugins/CMakeLists.txt 2016-05-19 20:29:28.786347624 +0300 +@@ -1,3 +1,2 @@ + add_subdirectory(kglobalaccel) +-add_subdirectory(qpa) + add_subdirectory(idletime) diff --git a/desktop/kde/plasma/kwin/pspec.xml b/desktop/kde/plasma/kwin/pspec.xml index 30120fbd78..fc45b9528f 100644 --- a/desktop/kde/plasma/kwin/pspec.xml +++ b/desktop/kde/plasma/kwin/pspec.xml @@ -72,6 +72,9 @@ docbook-xsl extra-cmake-modules + + disable_qpa.patch + @@ -196,7 +199,7 @@ - 2016-05-18 + 2016-05-19 5.6.4 Version bump. Burak Ertürk