ohaessler pushed to guake (epel7). "Remove Fix-focus-issue-on-gs patch, no longer needed"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 2 12:55:15 UTC 2015


From 5e939871ea0babb738c8e9107d3fee0dd2cf5eab Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon <pingou at pingoured.fr>
Date: Mon, 30 Sep 2013 12:17:58 +0200
Subject: Remove Fix-focus-issue-on-gs patch, no longer needed


diff --git a/0001-Fix-focus-issue-on-gnome-shell.patch b/0001-Fix-focus-issue-on-gnome-shell.patch
deleted file mode 100644
index 2965b94..0000000
--- a/0001-Fix-focus-issue-on-gnome-shell.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From cf5dbda6749e8d0c47b44269b92e58d266ec830b Mon Sep 17 00:00:00 2001
-From: Pierre-Yves Chibon <pingou at pingoured.fr>
-Date: Tue, 26 Jun 2012 09:23:20 +0200
-Subject: [PATCH] Fix focus issue on gnome-shell
-
-This fixes issue #436 from guake's trac.
-Problem was that after hiding guake's window the window below doesn't get the focus back.
-
-However, this fix seems to not work on ubuntu (something with unity?)
----
- src/guake |    1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/guake b/src/guake
-index 33ad7fd..acabb45 100644
---- a/src/guake
-+++ b/src/guake
-@@ -809,6 +809,7 @@ class Guake(SimpleGladeApp):
-         """Hides the main window of the terminal and sets the visible
-         flag to False.
-         """
-+        self.window.set_keep_below(True)
-         self.window.hide() # Don't use hide_all here!
- 
-     def get_final_window_rect(self):
--- 
-1.7.10.2
-
diff --git a/guake.spec b/guake.spec
index 5e383f6..6e5b83b 100644
--- a/guake.spec
+++ b/guake.spec
@@ -1,13 +1,12 @@
 Name:           guake
 Version:        0.4.4
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Drop-down terminal for GNOME
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://www.guake.org/
 Source0:        http://guake.org/files/%{name}-%{version}.tar.gz
-Patch0:         0001-Fix-focus-issue-on-gnome-shell.patch
 Patch1:         0001-Fix-notification.patch
 Patch2:         0001-Let-allow-the-signal.SIGTERM-to-fail.patch
 Patch3:         0001-Fix-regex-to-include-the-port-number-when-there-is-o.patch
@@ -47,7 +46,6 @@ and press again to hide.
 sed -i -e 's|if test -z "$ac_pvte_result"; then|if test -z "" ; then|g' configure
 sed -i -e "s|include <glib/gtypes.h>|include <glib.h>|" src/globalhotkeys/keybinder.h
 
-%patch0 -p1 -b .
 %patch1 -p1 -b .
 %patch2 -p1 -b .
 %patch3 -p1 -b .
@@ -109,6 +107,9 @@ killall gconfd-2 > /dev/null || :
 %{_datadir}/icons/hicolor/*/apps/%{name}*.png
 
 %changelog
+* Mon Sep 30 2013 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.4.4-11
+- Remove the Fix-focus-issue-on-gnome-shell patch which seems no longer needed
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.4-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/guake.git/commit/?h=epel7&id=5e939871ea0babb738c8e9107d3fee0dd2cf5eab


More information about the scm-commits mailing list