Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/, kde-misc/yakuake/files/
Date: Wed, 18 Oct 2017 00:35:22
Message-Id: 1508281492.48e8257aef51fc51bee5e605b2541f235b2ba6c6.asturm@gentoo
1 commit: 48e8257aef51fc51bee5e605b2541f235b2ba6c6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 17 23:04:52 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 23:04:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e8257a
7
8 kde-misc/yakuake: Drop wayland fix that broke X
9
10 Gentoo-bug: 634416
11 Package-Manager: Portage-2.3.11, Repoman-2.3.3
12
13 kde-misc/yakuake/files/yakuake-3.0.4-wayland.patch | 28 ----------------------
14 ...ake-3.0.4-r1.ebuild => yakuake-3.0.4-r2.ebuild} | 1 -
15 2 files changed, 29 deletions(-)
16
17 diff --git a/kde-misc/yakuake/files/yakuake-3.0.4-wayland.patch b/kde-misc/yakuake/files/yakuake-3.0.4-wayland.patch
18 deleted file mode 100644
19 index cce53b8ac61..00000000000
20 --- a/kde-misc/yakuake/files/yakuake-3.0.4-wayland.patch
21 +++ /dev/null
22 @@ -1,28 +0,0 @@
23 -From 3cdc1d0654dcd8e6eb3fc01d95fcccafe68cbb47 Mon Sep 17 00:00:00 2001
24 -From: Aleix Pol <aleixpol@×××.org>
25 -Date: Thu, 12 Oct 2017 18:41:58 +0200
26 -Subject: Fix (my) yakuake on a wayland session
27 -
28 -KWindowSystem::activeWindow and winId are two entirely different things.
29 -
30 -Reviewed by Eike
31 ----
32 - app/mainwindow.cpp | 2 +-
33 - 1 file changed, 1 insertion(+), 1 deletion(-)
34 -
35 -diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
36 -index 6fa9160..028bb9c 100644
37 ---- a/app/mainwindow.cpp
38 -+++ b/app/mainwindow.cpp
39 -@@ -1023,7 +1023,7 @@ void MainWindow::wmActiveWindowChanged()
40 - return;
41 - }
42 -
43 -- if (!Settings::keepOpen() && isVisible() && KWindowSystem::activeWindow() != winId()) {
44 -+ if (!Settings::keepOpen() && hasFocus()) {
45 - toggleWindowState();
46 - }
47 - }
48 ---
49 -cgit v0.11.2
50 -
51
52 diff --git a/kde-misc/yakuake/yakuake-3.0.4-r1.ebuild b/kde-misc/yakuake/yakuake-3.0.4-r2.ebuild
53 similarity index 97%
54 rename from kde-misc/yakuake/yakuake-3.0.4-r1.ebuild
55 rename to kde-misc/yakuake/yakuake-3.0.4-r2.ebuild
56 index 937b781bd66..e82c0cbc12d 100644
57 --- a/kde-misc/yakuake/yakuake-3.0.4-r1.ebuild
58 +++ b/kde-misc/yakuake/yakuake-3.0.4-r2.ebuild
59 @@ -50,5 +50,4 @@ PATCHES=(
60 "${FILESDIR}/${P}-qicon.patch"
61 "${FILESDIR}/${P}-qt-5.9-wayland.patch"
62 "${FILESDIR}/${P}-qdbus-crash.patch"
63 - "${FILESDIR}/${P}-wayland.patch"
64 )