summaryrefslogtreecommitdiffstats
path: root/irc/xchat-gnome/files
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xchat-gnome/files')
-rw-r--r--irc/xchat-gnome/files/patch-gmake-3.8219
-rw-r--r--irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c11
2 files changed, 0 insertions, 30 deletions
diff --git a/irc/xchat-gnome/files/patch-gmake-3.82 b/irc/xchat-gnome/files/patch-gmake-3.82
deleted file mode 100644
index 5afead7e6..000000000
--- a/irc/xchat-gnome/files/patch-gmake-3.82
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/common/dbus/Makefile.in.orig 2011-03-12 11:40:26.000000000 -0600
-+++ src/common/dbus/Makefile.in 2011-03-12 11:41:43.000000000 -0600
-@@ -709,11 +709,11 @@
- @INTLTOOL_SCHEMAS_RULE@
-
- install-data-local: $(schema_DATA)
--@GCONF_SCHEMAS_INSTALL_TRUE@ if test -z "$(DESTDIR)" ; then \
--@GCONF_SCHEMAS_INSTALL_TRUE@ for p in $^ ; do \
--@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
--@GCONF_SCHEMAS_INSTALL_TRUE@ done \
--@GCONF_SCHEMAS_INSTALL_TRUE@ fi
-+@GCONF_SCHEMAS_INSTALL_TRUE@ if test -z "$(DESTDIR)" ; then \
-+@GCONF_SCHEMAS_INSTALL_TRUE@ for p in $^ ; do \
-+@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
-+@GCONF_SCHEMAS_INSTALL_TRUE@ done \
-+@GCONF_SCHEMAS_INSTALL_TRUE@ fi
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c b/irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c
deleted file mode 100644
index 330ea57e8..000000000
--- a/irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/notify-osd/notify-osd.c.orig 2011-06-26 13:22:24.000000000 +0200
-+++ plugins/notify-osd/notify-osd.c 2011-06-26 13:22:41.000000000 +0200
-@@ -67,7 +67,7 @@
- gchar *escaped;
-
- escaped = g_markup_escape_text (message, strlen(message));
-- notify = notify_notification_new (summary, escaped, NULL, NULL);
-+ notify = notify_notification_new (summary, escaped, NULL);
- notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL);
- notify_notification_set_icon_from_pixbuf (notify, notify_icon);
- if (!notify_notification_show (notify, &error)) {