From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 073F8138010 for ; Thu, 28 Mar 2013 21:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 570FFE0901; Thu, 28 Mar 2013 21:19:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5779E0901 for ; Thu, 28 Mar 2013 21:19:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07A3733CB84 for ; Thu, 28 Mar 2013 21:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8DD77E4073 for ; Thu, 28 Mar 2013 21:19:50 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1364505638.2bd53f504433a9903726b01a00d3dbda77aeca59.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/files/, kde-base/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/plasma-workspace/files/plasma-workspace-4.10.1-noplasmalock.patch kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild kde-base/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-base/plasma-workspace/files/ kde-base/plasma-workspace/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 2bd53f504433a9903726b01a00d3dbda77aeca59 X-VCS-Branch: master Date: Thu, 28 Mar 2013 21:19:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 345368f2-65fe-4450-851b-4a474de5bf4c X-Archives-Hash: 916963fa30953b8b92ac88470ac378e2 commit: 2bd53f504433a9903726b01a00d3dbda77aeca59 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Tue Mar 26 22:21:29 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Mar 28 21:20:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2bd53f50 [kde-base/plasma-workspace] Hard-disable plasma screen locker, bug 462152 Package-Manager: portage-2.2.0_alpha169 --- .../plasma-workspace-4.10.1-noplasmalock.patch | 11 +++++++++++ .../plasma-workspace-4.10.49.9999.ebuild | 2 ++ .../plasma-workspace/plasma-workspace-9999.ebuild | 2 ++ 3 files changed, 15 insertions(+), 0 deletions(-) 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 new file mode 100644 index 0000000..2380d20 --- /dev/null +++ b/kde-base/plasma-workspace/files/plasma-workspace-4.10.1-noplasmalock.patch @@ -0,0 +1,11 @@ +diff --git a/plasma/screensaver/CMakeLists.txt b/plasma/screensaver/CMakeLists.txt +index 514c856..9dcb5f4 100644 +--- a/plasma/screensaver/CMakeLists.txt ++++ b/plasma/screensaver/CMakeLists.txt +@@ -1,6 +1,3 @@ + add_subdirectory(containments) +-if(NOT WIN32) +-add_subdirectory(shell) +-endif(NOT WIN32) + + 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 index 0f41df5..5c90ce3 100644 --- a/kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild +++ b/kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild @@ -82,6 +82,8 @@ KMEXTRACTONLY=" KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager" +PATCHES=( "${FILESDIR}/${PN}-4.10.1-noplasmalock.patch" ) + pkg_setup() { if use python ; then python_set_active_version 2 diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild index 0f41df5..5c90ce3 100644 --- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild @@ -82,6 +82,8 @@ KMEXTRACTONLY=" KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager" +PATCHES=( "${FILESDIR}/${PN}-4.10.1-noplasmalock.patch" ) + pkg_setup() { if use python ; then python_set_active_version 2