diff options
Diffstat (limited to 'community/guake')
-rw-r--r-- | community/guake/0001-Retrieve-port-as-int.2.patch | 25 | ||||
-rw-r--r-- | community/guake/guake-fix-pref.desktop.patch | 11 | ||||
-rw-r--r-- | community/guake/guake-glib2.32.patch | 21 |
3 files changed, 0 insertions, 57 deletions
diff --git a/community/guake/0001-Retrieve-port-as-int.2.patch b/community/guake/0001-Retrieve-port-as-int.2.patch deleted file mode 100644 index 3fde26dc2..000000000 --- a/community/guake/0001-Retrieve-port-as-int.2.patch +++ /dev/null @@ -1,25 +0,0 @@ -From efcd1d8d3cdc354f46bc2485e7e3394f8578b7ba Mon Sep 17 00:00:00 2001 -From: pingou <pingou@pingoured.fr> -Date: Mon, 23 Aug 2010 09:54:35 +0200 -Subject: [PATCH] Retrieve port as int - ---- - src/guake.py | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/src/guake.py b/src/guake.py -index 6214fb2..40e688f 100644 ---- a/src/guake.py -+++ b/src/guake.py -@@ -1099,7 +1099,7 @@ class Guake(SimpleGladeApp): - ssl_port = port - else: - ssl_host = self.client.get_string('/system/proxy/secure_host') -- ssl_port = self.client.get_string('/system/proxy/secure_port') -+ ssl_port = self.client.get_int('/system/proxy/secure_port') - - if self.client.get_bool(proxy + 'use_authentication'): - auth_user = self.client.get_string( --- -1.7.2.1 - diff --git a/community/guake/guake-fix-pref.desktop.patch b/community/guake/guake-fix-pref.desktop.patch deleted file mode 100644 index 6bd256d28..000000000 --- a/community/guake/guake-fix-pref.desktop.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- guake-0.4.2-orig/data/guake-prefs.desktop.in 2009-12-01 12:51:08.000000000 +0100 -+++ guake-0.4.2/data/guake-prefs.desktop.in 2012-05-21 17:07:05.982022360 +0200 -@@ -2,7 +2,7 @@ - Encoding=UTF-8 - Name=Guake Preferences - Name[pt_BR]=Preferências do Guake --Comment=Comment=Configure your Guake sessions -+Comment=Configure your Guake sessions - Comment[pt_BR]=Configurações do terminal Guake - TryExec=guake-prefs - Exec=guake-prefs 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 - |