commit: 18a9e9790c13bea5f6c4e27cbbb0c73288be9c3f Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Tue Jan 27 20:06:45 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue Jan 27 20:06:45 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=18a9e979
[kde-plasma/plasma-workspace] Revision bump Backports freeze patch. Package-Manager: portage-2.2.15 --- .../files/plasma-workspace-5.2.0-freeze.patch | 35 ++++++++++++++++++++++ ...2.0.ebuild => plasma-workspace-5.2.0-r1.ebuild} | 5 +++- .../plasma-workspace-5.2.9999.ebuild | 5 +++- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.2.0-freeze.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.2.0-freeze.patch new file mode 100644 index 0000000..992ea2c --- /dev/null +++ b/kde-plasma/plasma-workspace/files/plasma-workspace-5.2.0-freeze.patch @@ -0,0 +1,35 @@ +From ba81da53e540ce9ca08ce794a92329ed15f726bc Mon Sep 17 00:00:00 2001 +From: Nick Shaforostoff <sha...@ukr.net> +Date: Tue, 27 Jan 2015 01:53:17 +0000 +Subject: [PATCH] =?UTF-8?q?fix=20total=20system=20freeze=20on=20some=20sys?= + =?UTF-8?q?tems=20like=20my=2010=20inch=20netbook=20thanks=20Thomas=20L?= + =?UTF-8?q?=C3=BCbking=20for=20providing=20the=20patch=20BUG:=20340294?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + lookandfeel/contents/windowswitcher/WindowSwitcher.qml | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/lookandfeel/contents/windowswitcher/WindowSwitcher.qml b/lookandfeel/contents/windowswitcher/WindowSwitcher.qml +index acb212f..e4a4636 100644 +--- a/lookandfeel/contents/windowswitcher/WindowSwitcher.qml ++++ b/lookandfeel/contents/windowswitcher/WindowSwitcher.qml +@@ -52,7 +52,7 @@ KWin.Switcher { + + property bool canStretchX: false + property bool canStretchY: false +- width: tabBox.screenGeometry.width * 0.15 ++ width: tabBox.screenGeometry.width * 0.15 + (__verticalScrollBar.visible ? __verticalScrollBar.width : 0) + height: tabBox.screenGeometry.height + clip: true + focus: true +@@ -155,3 +155,4 @@ KWin.Switcher { + } + } + } ++ +-- +2.2.2 + diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.2.0.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.2.0-r1.ebuild similarity index 97% rename from kde-plasma/plasma-workspace/plasma-workspace-5.2.0.ebuild rename to kde-plasma/plasma-workspace/plasma-workspace-5.2.0-r1.ebuild index e7a27b1..caff838 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.2.0.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.2.0-r1.ebuild @@ -103,7 +103,10 @@ DEPEND="${COMMON_DEPEND} X? ( x11-proto/xproto ) " -PATCHES=( "${FILESDIR}/${PN}-startkde-script.patch" ) +PATCHES=( + "${FILESDIR}/${PN}-startkde-script.patch" + "${FILESDIR}/${P}-freeze.patch" +) RESTRICT="test" diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.2.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.2.9999.ebuild index 6d1bbe6..46738bc 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.2.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.2.9999.ebuild @@ -103,7 +103,10 @@ DEPEND="${COMMON_DEPEND} X? ( x11-proto/xproto ) " -PATCHES=( "${FILESDIR}/${PN}-startkde-script.patch" ) +PATCHES=( + "${FILESDIR}/${PN}-startkde-script.patch" + "${FILESDIR}/${PN}-5.2.0-freeze.patch" +) RESTRICT="test"