summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-11 04:40:38 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-11 04:40:38 +0800
commitd11c089ec32e0a093cd1f481bd243015cc3fdcb5 (patch)
tree0a26a3bd069d206b424c3f26ed7f6481d393d073 /mail/evolution/files
parentc796b32d1f5656e693c675153d078c3996a2db0d (diff)
downloadmarcuscom-ports-d11c089ec32e0a093cd1f481bd243015cc3fdcb5.tar
marcuscom-ports-d11c089ec32e0a093cd1f481bd243015cc3fdcb5.tar.gz
marcuscom-ports-d11c089ec32e0a093cd1f481bd243015cc3fdcb5.tar.bz2
marcuscom-ports-d11c089ec32e0a093cd1f481bd243015cc3fdcb5.tar.lz
marcuscom-ports-d11c089ec32e0a093cd1f481bd243015cc3fdcb5.tar.xz
marcuscom-ports-d11c089ec32e0a093cd1f481bd243015cc3fdcb5.tar.zst
marcuscom-ports-d11c089ec32e0a093cd1f481bd243015cc3fdcb5.zip
Update to 2.1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3620 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files')
-rw-r--r--mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c19
-rw-r--r--mail/evolution/files/patch-calendar_gui_e-cal-config.c17
-rw-r--r--mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c23
3 files changed, 0 insertions, 59 deletions
diff --git a/mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c b/mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c
deleted file mode 100644
index 19ed92d46..000000000
--- a/mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- addressbook/gui/widgets/eab-config.c.orig Tue Nov 23 16:01:13 2004
-+++ addressbook/gui/widgets/eab-config.c Tue Nov 23 16:03:20 2004
-@@ -23,13 +23,15 @@
- #include <config.h>
- #endif
-
-+#include <sys/types.h>
-+
- #include "eab-config.h"
-
- static GObjectClass *ecp_parent_class;
- static GObjectClass *ecph_parent_class;
-
- struct _EABConfigPrivate {
-- ulong source_changed_id;
-+ u_long source_changed_id;
- };
-
- #define _PRIVATE(o) (g_type_instance_get_private((GTypeInstance *)o, eab_config_get_type()))
diff --git a/mail/evolution/files/patch-calendar_gui_e-cal-config.c b/mail/evolution/files/patch-calendar_gui_e-cal-config.c
deleted file mode 100644
index f68a3ae60..000000000
--- a/mail/evolution/files/patch-calendar_gui_e-cal-config.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- calendar/gui/e-cal-config.c.orig Wed Dec 8 03:11:02 2004
-+++ calendar/gui/e-cal-config.c Wed Dec 8 03:12:13 2004
-@@ -26,11 +26,13 @@
- #include <gtk/gtkwidget.h>
- #include "e-cal-config.h"
-
-+#include <sys/types.h>
-+
- static GObjectClass *ecp_parent_class;
- static GObjectClass *ecph_parent_class;
-
- struct _ECalConfigPrivate {
-- ulong source_changed_id;
-+ unsigned long source_changed_id;
- };
-
- #define _PRIVATE(o) (g_type_instance_get_private ((GTypeInstance *)o, e_cal_config_get_type ()))
diff --git a/mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c b/mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c
deleted file mode 100644
index 7aae64622..000000000
--- a/mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- plugins/calendar-weather/calendar-weather.c.orig Thu Feb 10 11:27:00 2005
-+++ plugins/calendar-weather/calendar-weather.c Thu Feb 10 11:29:47 2005
-@@ -57,13 +57,13 @@
- }
- }
- if (!found) {
-- e_categories_add (_("Weather: Cloudy"), NULL, WEATHER_DATADIR "/category_weather_cloudy_16.png");
-- e_categories_add (_("Weather: Fog"), NULL, WEATHER_DATADIR "/category_weather_fog_16.png");
-- e_categories_add (_("Weather: Partly Cloudy"), NULL, WEATHER_DATADIR "/category_weather_partly_cloudy_16.png");
-- e_categories_add (_("Weather: Rain"), NULL, WEATHER_DATADIR "/category_weather_rain_16.png");
-- e_categories_add (_("Weather: Snow"), NULL, WEATHER_DATADIR "/category_weather_snow_16.png");
-- e_categories_add (_("Weather: Sunny"), NULL, WEATHER_DATADIR "/category_weather_sun_16.png");
-- e_categories_add (_("Weather: Thunderstorms"), NULL, WEATHER_DATADIR "/category_weather_tstorm_16.png");
-+ e_categories_add (_("Weather: Cloudy"), NULL, WEATHER_DATADIR "/category_weather_cloudy_16.png", FALSE);
-+ e_categories_add (_("Weather: Fog"), NULL, WEATHER_DATADIR "/category_weather_fog_16.png", FALSE);
-+ e_categories_add (_("Weather: Partly Cloudy"), NULL, WEATHER_DATADIR "/category_weather_partly_cloudy_16.png", FALSE);
-+ e_categories_add (_("Weather: Rain"), NULL, WEATHER_DATADIR "/category_weather_rain_16.png", FALSE);
-+ e_categories_add (_("Weather: Snow"), NULL, WEATHER_DATADIR "/category_weather_snow_16.png", FALSE);
-+ e_categories_add (_("Weather: Sunny"), NULL, WEATHER_DATADIR "/category_weather_sun_16.png", FALSE);
-+ e_categories_add (_("Weather: Thunderstorms"), NULL, WEATHER_DATADIR "/category_weather_tstorm_16.png", FALSE);
- }
-
- return 0;