[guake] Try to fix the FTBFS

Pierre-YvesChibon pingou at fedoraproject.org
Sat Jan 14 10:23:34 UTC 2012


commit 537deb68f8e94a4abd66e264226bacd6ae01b937
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Sat Jan 14 11:26:31 2012 +0100

    Try to fix the FTBFS

 guake.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/guake.spec b/guake.spec
index be6e813..fec244b 100644
--- a/guake.spec
+++ b/guake.spec
@@ -1,6 +1,6 @@
 Name:           guake
 Version:        0.4.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Drop-down terminal for GNOME
 
 Group:          Applications/System
@@ -43,6 +43,9 @@ sed -i -e 's|if test -z "$ac_pvte_result"; then|if test -z "" ; then|g' configur
 
 %patch0 -p1 -b .
 
+sed -i '/#include <gdk/gdkwindow.h>/d' src/globalhotkeys/keybinder.c
+sed -i '/#include <gdk/gdkx.h>/d' src/globalhotkeys/keybinder.c
+
 %build
 %configure --disable-schemas-install --disable-static
 make %{?_smp_mflags}
@@ -99,6 +102,9 @@ killall -HUP gconfd-2 > /dev/null || :
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog
+* Sat Jan 14 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.4.2-6
+- Fix FTBFS by remove some includes in the file keybinder.c
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list