summaryrefslogtreecommitdiff
path: root/community/guake/guake-glib2.32.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/guake/guake-glib2.32.patch')
-rw-r--r--community/guake/guake-glib2.32.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/guake/guake-glib2.32.patch b/community/guake/guake-glib2.32.patch
deleted file mode 100644
index a370e123c..000000000
--- a/community/guake/guake-glib2.32.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 0353da88e550031b4694a4168bd6d489f873d68a
-Author: max ulidtko <ulidtko@gmail.com>
-Date: Fri Mar 2 07:51:38 2012 +0200
-
- globalhotkeys build fix for glib 2.31
-
- apply patch from #425
-
-diff --git a/src/globalhotkeys/keybinder.h b/src/globalhotkeys/keybinder.h
-index 00e532d..69a50c0 100644
---- a/src/globalhotkeys/keybinder.h
-+++ b/src/globalhotkeys/keybinder.h
-@@ -2,7 +2,7 @@
- #ifndef __KEY_BINDER_H__
- #define __KEY_BINDER_H__
-
--#include <glib/gtypes.h>
-+#include <glib.h>
-
- G_BEGIN_DECLS
-