Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/files/, kde-base/plasma-workspace/
Date: Thu, 28 Mar 2013 21:19:54
Message-Id: 1364505638.2bd53f504433a9903726b01a00d3dbda77aeca59.dilfridge@gentoo
1 commit: 2bd53f504433a9903726b01a00d3dbda77aeca59
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 26 22:21:29 2013 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 21:20:38 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2bd53f50
7
8 [kde-base/plasma-workspace] Hard-disable plasma screen locker, bug 462152
9
10 Package-Manager: portage-2.2.0_alpha169
11
12 ---
13 .../plasma-workspace-4.10.1-noplasmalock.patch | 11 +++++++++++
14 .../plasma-workspace-4.10.49.9999.ebuild | 2 ++
15 .../plasma-workspace/plasma-workspace-9999.ebuild | 2 ++
16 3 files changed, 15 insertions(+), 0 deletions(-)
17
18 diff --git a/kde-base/plasma-workspace/files/plasma-workspace-4.10.1-noplasmalock.patch b/kde-base/plasma-workspace/files/plasma-workspace-4.10.1-noplasmalock.patch
19 new file mode 100644
20 index 0000000..2380d20
21 --- /dev/null
22 +++ b/kde-base/plasma-workspace/files/plasma-workspace-4.10.1-noplasmalock.patch
23 @@ -0,0 +1,11 @@
24 +diff --git a/plasma/screensaver/CMakeLists.txt b/plasma/screensaver/CMakeLists.txt
25 +index 514c856..9dcb5f4 100644
26 +--- a/plasma/screensaver/CMakeLists.txt
27 ++++ b/plasma/screensaver/CMakeLists.txt
28 +@@ -1,6 +1,3 @@
29 + add_subdirectory(containments)
30 +-if(NOT WIN32)
31 +-add_subdirectory(shell)
32 +-endif(NOT WIN32)
33 +
34 +
35
36 diff --git a/kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild
37 index 0f41df5..5c90ce3 100644
38 --- a/kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild
39 +++ b/kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild
40 @@ -82,6 +82,8 @@ KMEXTRACTONLY="
41
42 KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager"
43
44 +PATCHES=( "${FILESDIR}/${PN}-4.10.1-noplasmalock.patch" )
45 +
46 pkg_setup() {
47 if use python ; then
48 python_set_active_version 2
49
50 diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
51 index 0f41df5..5c90ce3 100644
52 --- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
53 +++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
54 @@ -82,6 +82,8 @@ KMEXTRACTONLY="
55
56 KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager"
57
58 +PATCHES=( "${FILESDIR}/${PN}-4.10.1-noplasmalock.patch" )
59 +
60 pkg_setup() {
61 if use python ; then
62 python_set_active_version 2