[guake] Add patch to fix the focus issue under gnome-shell

Pierre-YvesChibon pingou at fedoraproject.org
Tue Jun 26 07:29:54 UTC 2012


commit 461b41e7cbdea2939db2fdcd640e4c4caf938140
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Tue Jun 26 09:29:10 2012 +0200

    Add patch to fix the focus issue under gnome-shell

 guake.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/guake.spec b/guake.spec
index 877ba9c..9e6bf14 100644
--- a/guake.spec
+++ b/guake.spec
@@ -1,12 +1,13 @@
 Name:           guake
 Version:        0.4.3
-Release:        2%{?dist}
+Release:        3%{?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
 
 # Not used here -- official release --
 #Source0:        %{name}-%{version}.20090321git.tar.gz
@@ -42,6 +43,8 @@ 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 .
+
 %build
 %configure --disable-schemas-install --disable-static
 make %{?_smp_mflags}
@@ -100,6 +103,9 @@ killall -HUP gconfd-2 > /dev/null || :
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog
+* Tue Jun 26 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.4.3-3
+- Add patch to fix the focus issue: RHBZ#828243 - Guake Trac #436
+
 * Tue Jun 12 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.4.3-2
 - Temporary fix for the globalhotkeys
 


More information about the scm-commits mailing list