Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace/files: plasma-workspace-4.10.1-noplasmalock.patch
Date: Tue, 26 Mar 2013 22:19:43
Message-Id: 20130326221938.4E82B20081@flycatcher.gentoo.org
1 dilfridge 13/03/26 22:19:38
2
3 Added: plasma-workspace-4.10.1-noplasmalock.patch
4 Log:
5 Hard-disable plasma screen locker, bug 462152
6
7 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.1 kde-base/plasma-workspace/files/plasma-workspace-4.10.1-noplasmalock.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/files/plasma-workspace-4.10.1-noplasmalock.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/files/plasma-workspace-4.10.1-noplasmalock.patch?rev=1.1&content-type=text/plain
14
15 Index: plasma-workspace-4.10.1-noplasmalock.patch
16 ===================================================================
17 diff --git a/plasma/screensaver/CMakeLists.txt b/plasma/screensaver/CMakeLists.txt
18 index 514c856..9dcb5f4 100644
19 --- a/plasma/screensaver/CMakeLists.txt
20 +++ b/plasma/screensaver/CMakeLists.txt
21 @@ -1,6 +1,3 @@
22 add_subdirectory(containments)
23 -if(NOT WIN32)
24 -add_subdirectory(shell)
25 -endif(NOT WIN32)